Moonchild
9305760571
Issue #1656 - Part 9: Single-line-comment style.
2020-09-25 22:07:00 +08:00
Andy
be1f68f39e
Issue #1620 - Use Intrinsic Aspect Ratio for Images
...
https://bugzilla.mozilla.org/show_bug.cgi?id=1547231
https://bugzilla.mozilla.org/show_bug.cgi?id=1559094
https://bugzilla.mozilla.org/show_bug.cgi?id=1633434
https://bugzilla.mozilla.org/show_bug.cgi?id=1565690
https://bugzilla.mozilla.org/show_bug.cgi?id=1602047
Make use of Aspect Ratios in Image frames before Images are loaded.
- Check for width and height HTML properties and create a ratio with them.
- Overwrite HTML size values with actual image dimensions on load.
- Collapse any frames with srcless images.
Comments:
dom/html/nsGenericHTMLElement.cpp:1483
layout/generic/nsImageFrame.cpp:289
2020-08-14 08:59:33 +08:00
Andy
217374ebf6
Issue #1619 - Add Vertical Writing Testcase
...
Ensures aspect ratio numerator and denominator aren't swapped in vertical writing modes.
https://bugzilla.mozilla.org/show_bug.cgi?id=1548768
2020-08-06 10:23:11 +08:00
athenian200
675d15f7f8
Revert "Merge pull request #1357 from athenian200/form-disabled-issue"
...
This reverts commit ed88b99849156004c04e4a0c87ea9b2360ef19b6, reversing
changes made to c4b0715baaffc541670fd1158557aa7e61e521d3.
2020-05-23 06:56:41 +08:00
Moonchild
db14a637c4
Issue #1543 - Align <img> with no src to the updated spec.
2020-05-16 06:49:14 +08:00
Matt A. Tobin
5b1452e120
Bug 1413619 - Fix insertion point computation when display: contents pseudos are involved.
...
Tag #1375
2020-04-18 07:05:47 +08:00
athenian200
d241dd65c1
Issue #1356 - Add tests.
...
Forgot to include these before.
2020-01-31 07:42:53 +08:00
Gaming4JC
2cdd48f819
Bug 1430034 - Fix attributeChangedCallback isn't fired with correct newValue when the attribute value is an empty string;
...
Tag UXP Issue #1344
2020-01-31 07:40:56 +08:00
Gaming4JC
5db13d0f4b
Bug 1415761 - Catch the exception and rethrow it after invoking custom elements reactions;
...
The spec was unclear on how CEReactions interact with thrown exceptions; see https://github.com/whatwg/html/issues/3217 . The spec is now being clarified in https://github.com/whatwg/html/pull/3235 .
Tag UXP Issue #1344
2020-01-31 07:40:30 +08:00
Gaming4JC
e8e20e994d
Bug 1276438 part 3. Align the .body setter with the spec a bit better.
...
There are two changes here:
1) We allow setting .body even if the root element is not an <html:html>. This is what the spec says to do, and what we used to do before the changes in bug
366200. No tests for this yet, pending https://github.com/whatwg/html/issues/3403 getting resolved.
2) We use GetBody(), not GetBodyElement(), to look for an existing thing to replace. This matters if there are <frameset>s involved.
Tag UXP Issue #1344
Tag UXP Issue #252
2020-01-31 07:34:59 +08:00
wolfbeast
b753aec164
Issue #1118 - Part 6: Fix various tests that are no longer correct.
...
The behavior change of document.open() requires these tests to be
changed to account for the new spec behavior.
2019-12-28 21:20:04 +08:00
Gaming4JC
1af9026a89
1333045 - Update Location object properties to current spec.
...
Specifically, three changes:
1) valueOf should be non-enumerable.
2) valueOf should be === to Object.prototype.valueOf.
3) There should be no toJSON.
2019-07-22 19:47:15 +08:00
Tooru Fujisawa
5676f63f41
Stage 1-4: Update tests
2019-04-13 07:00:27 +08:00
wolfbeast
108510a777
Update webplatform tests for multiline placeholder.
...
Note: MANIFEST updated per the normal procedure using
`mach wpt-manifest-update`
lint.whitelist updated to reflect intentional use of CR in these tests.
Resolves #977
2019-02-21 14:55:10 +08:00
janekptacijarabaci
8c8210bacf
Bug 1394399 - Fix web-platform-tests to expect "same-origin" default Request.credentials
...
Issue #389
2019-02-15 23:58:58 +08:00
janekptacijarabaci
745e1809b0
moebius#231: Consider blocking top level window data: URIs (tests)
...
https://github.com/MoonchildProductions/moebius/pull/231
2019-02-15 23:56:35 +08:00
janekptacijarabaci
102550a483
Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test
2019-02-15 23:54:28 +08:00
janekptacijarabaci
fdcf9f71e5
Bug 1323941 - navigationStart should not be exposed to workers as timing attribute
...
https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
2019-02-15 23:53:30 +08:00
janekptacijarabaci
6885700c5b
moebius#158: The Performance Resource Timing (added support for "workerStart")
...
https://github.com/MoonchildProductions/moebius/pull/158
2019-02-15 23:53:25 +08:00
janekptacijarabaci
41ad5496ae
moebius#312: DOM - Fix incorrect TypeError: Response body is given with a null body status
...
https://github.com/MoonchildProductions/moebius/issues/312
2019-02-15 23:50:01 +08:00
janekptacijarabaci
eb35620a9c
Revert "Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test"
...
This reverts commit d3575bfb5b62b0c0f566233faae55e4f5f525e99.
2019-02-15 23:49:38 +08:00
janekptacijarabaci
642196594b
Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test
...
native in moebius
2019-02-15 23:49:36 +08:00
janekptacijarabaci
f95d317c93
Bug 1337814 - Add test for cancelling currently executing rIC callback
2019-02-15 23:47:35 +08:00
janekptacijarabaci
733673ec25
Bug 1334904 - Add test for when rIC timeouts doesn't need timeout
2019-02-15 23:47:33 +08:00
janekptacijarabaci
da2320b2ef
moebius#73: DOM - window.requestIdleCallback - improvements (basic)
...
https://github.com/MoonchildProductions/moebius/pull/73
2019-02-15 23:47:29 +08:00
janekptacijarabaci
b50357b7ae
moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
2019-02-15 23:45:52 +08:00
janekptacijarabaci
6509b677d3
Bug 1288768 - Better error reporting for network errors in workers
2019-02-15 23:42:47 +08:00
janekptacijarabaci
8f4e22e819
Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types to match the spec
2019-02-15 23:42:44 +08:00
janekptacijarabaci
5b24f05ce7
HTML - implement the labels attribute
2019-02-15 23:36:20 +08:00
janekptacijarabaci
3a4e49d048
Implement DOM page onvisibilitychange.
2019-02-15 23:36:06 +08:00
NTD
fe8028fa2e
Add Pale Moon
2018-02-02 03:35:06 -05:00
Roy Tam
dcd9973243
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00