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
Gaming4JC
8b6f61ed7f
Issue #1160 - Remove HotFix preferences from testing
2019-07-08 20:29:12 +08:00
wolfbeast
c64dc935f9
Remove Firefox Accounts service and tie-ins.
...
See previous commit for removal of browser identity module.
2019-04-19 09:40:31 +08:00
wolfbeast
f1f8d377a9
Remove Parser::reportBadReturn
...
Report simpler errors that don't use the offset of a node as location.
2019-04-13 07:01:31 +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
Ascrod
7dac76098e
Issue #832 Part 1: Remove modules, chrome, and preferences.
2019-02-16 00:15:51 +08:00
janekptacijarabaci
cbb7e5262c
Bug 1351193 - Update tests
2019-02-16 00:09:13 +08:00
Moonchild
52b0b753dd
Update requirements.txt
2019-02-16 00:08:39 +08:00
wolfbeast
724afe19a2
Update mozharness reqs.
2019-02-16 00:08:33 +08:00
Ascrod
dece98a7b5
Remove UITour and customize tips.
2019-02-16 00:00:05 +08:00
Ascrod
867cbe5252
Remove Social API.
2019-02-15 23:59:43 +08:00
Gaming4JC
d4ac94cf3e
Remove support and tests for HSTS priming from the tree. Fixes #384
2019-02-15 23:59:39 +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
Moonchild
aa52f6bd53
Revert "Remove the Social API"
2019-02-15 23:58:52 +08:00
Ascrod
44dc9ecd8e
Remove the Social API
2019-02-15 23:58:48 +08:00
Mike Hommey
62562b80d0
Bug 1384062 - Make SystemResourceMonitor.stop more resilient to errors. r=ahal,gps
...
The poll() call in SystemResourceMonitor.stop might fail even though
there is something to read from the pipe, in some corner cases, and
python won't let us know about it. In that case, an exception is thrown,
leaving the SystemResourceMonitor (and its callers) in a weird state. In
practice, this leads BuildMonitor.__exit__ to recall stop, which then
fails.
So when poll() throws an exception, we pretend there's still something
to read, and we try to read anyways. If there is something to read,
recv() will return it, otherwise, it will throw an exception of its own,
which we catch, pretending we're done.
Furthermore, when there is nothing to read from the pipe, poll() simply
returns False, and our loop never sets `done` to True, and we then hit
an assert, which doesn't have its place here, so we remove it.
Finally, the other end of the pipe might have died at any time, making
sending over the pipe fail, so we also protect against that.
With all these changes, it feels like the reason to backout bug 1239939
in bug 1272782 should have been dealt with, and we can drop the timeout
again.
--HG--
extra : rebase_source : ac72dd5b2602cf3ffddfb429f95e02380f939893
2019-02-15 23:58:04 +08:00
wolfbeast
74df182488
Remove other gonk widget conditionals and unused files.
...
Tag #288 .
2019-02-15 23:57:15 +08:00
wolfbeast
719ac1bc38
Remove MOZ_B2G leftovers and some dead B2G-only components.
2019-02-15 23:57:05 +08:00
wolfbeast
66ea8f0645
Remove Gonk build directories
2019-02-15 23:56: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
99f4a52759
Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests
2019-02-15 23:54:27 +08:00
janekptacijarabaci
1f262f0d2b
moebius#90: CSS - implement text-justify property
2019-02-15 23:54:04 +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
a968f1d6c2
moebius#195: DOM - PointerEvent - improvements
...
https://github.com/MoonchildProductions/moebius/pull/195
2019-02-15 23:49:51 +08:00
janekptacijarabaci
c97f724618
Revert "Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests"
...
This reverts commit 5d9ae788d5fe66da0f687e941d5ef90880641fd5.
2019-02-15 23:49:39 +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
85d21fcfdb
Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests
...
native in moebius
2019-02-15 23:49:35 +08:00
janekptacijarabaci
9db39c42c0
moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
...
https://github.com/MoonchildProductions/moebius/pull/121
2019-02-15 23:49:13 +08:00
janekptacijarabaci
f0c237ae6d
moebius#123: DOM - Events - support createEvent("FocusEvent")
...
https://github.com/MoonchildProductions/moebius/pull/123
2019-02-15 23:49:11 +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
5622e56123
Bug 1344642 - Part 2: Add a new pref for input type=week, month and datetime-local
2019-02-15 23:46:00 +08:00
janekptacijarabaci
196fddddb6
moebius#130: URL parser - fix: don't allow empty host name
...
https://github.com/MoonchildProductions/moebius/issues/130
2019-02-15 23:45:55 +08:00
janekptacijarabaci
b50357b7ae
moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
2019-02-15 23:45:52 +08:00
janekptacijarabaci
f70e3223fb
moebius#140: Fix: Fetch - headers should sort and combine
...
https://github.com/MoonchildProductions/moebius/pull/140
2019-02-15 23:45:36 +08:00
janekptacijarabaci
1a36c4a8ac
moebius#72: Fix Marionette's DateTimeValue when dom.forms.datetime is enabled
2019-02-15 23:45:12 +08:00
janekptacijarabaci
a1c4899124
Bug 1310080 - Implement the step attribute for <input type=datetime-local>
2019-02-15 23:44:48 +08:00
janekptacijarabaci
c140ca5b67
Bug 1310079 - Implement the min and max attribute for <input type=datetime-local>
2019-02-15 23:44:45 +08:00
janekptacijarabaci
6509b677d3
Bug 1288768 - Better error reporting for network errors in workers
2019-02-15 23:42:47 +08:00
janekptacijarabaci
12f3d0302c
Bug 1288768 - Better error reporting for network errors in workers
2019-02-15 23:42:46 +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
wolfbeast
bb751d3fc3
Stop trying to configure nonexistent crashreporter services.
2019-02-15 23:39:59 +08:00
wolfbeast
434f3590e3
Remove base conditional code for crash reporter and injector.
2019-02-15 23:39:53 +08:00
Tom Ritter
ed176bb836
Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM
...
MozReview-Commit-ID: 6xhQ71a5rDU
--HG--
extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
2019-02-15 23:37:22 +08:00