Ben Kelly
9bd4654613
Bug 1450266 P7 Make XMLHttpRequestMainThread check for a valid inner window before dispatching events. r=baku r=smaug
2018-04-03 17:10:17 -07:00
Ben Kelly
a32ccf78b7
Bug 1450266 P6 Make IDBDatabase invalidate any transactions on DisconnectFromOwner(). r=asuth
2018-04-03 17:10:17 -07:00
Ben Kelly
aeb9d2fe9d
Bug 1450266 P5 Make MIDIInput::Receive() check for nullptr GetOwner(). r=qdot
2018-04-03 17:10:16 -07:00
Ben Kelly
25d3f442b6
Bug 1450266 P4 Rebind DETH objects to the new global when document.open() is called. r=smaug
2018-04-03 17:10:16 -07:00
Ben Kelly
852bbba6c0
Bug 1450266 P3 Remove nsGlobalWindowInner::InnerObjectsFreed() in favor of IsDying(). r=smaug
2018-04-03 17:10:16 -07:00
Ben Kelly
7af4cde135
Bug 1450266 P2 Remove duplicate cleanup code from FreeInnerObjects(). r=smaug
2018-04-03 17:10:16 -07:00
Ben Kelly
2c5666c6d8
Bug 1450266 P1 Remove nsGlobalWindowInner::CleanUp() method in favor of FreeInnerObjects(). r=smaug
2018-04-03 17:10:16 -07:00
Aki Sasaki
40f11e90fa
bug 1450012 - fix lint issue. r=lintfix
...
--HG--
extra : rebase_source : 96250f19d7d7191a4b0dc6b0c4226bbd4976abce
2018-04-03 16:32:24 -07:00
Jeff Gilbert
1a31f408ad
Bug 1449264 - Handle texStorage3D's `levels` better. - r=kvark
...
MozReview-Commit-ID: G6ubd4iR67s
2018-04-03 16:28:41 -07:00
Jeff Gilbert
ad64b41497
Bug 1450148 - Generic TF Buffer slot moved to Context from TFO. - r=kvark
...
MozReview-Commit-ID: C2YkjedeFTy
2018-04-03 16:25:21 -07:00
Jeff Gilbert
e4dc10addd
Bug 1446548 - Treat all GLSL versions >=450 as 450. - r=kvark
...
MozReview-Commit-ID: 4i5IAvWNZb
2018-04-03 16:19:09 -07:00
Aki Sasaki
043b1389dc
bug 1450012 - add rerun task. r=bstack
...
--HG--
extra : rebase_source : cc80b2fdc541d098050ab046142916739b08e28e
2018-04-03 16:00:07 -07:00
Tom Schuster
222dae799c
Bug 1083458 - Remove isExprBody from everything but FunctionBox to keep Reflect.parse working. r=Waldo
...
--HG--
extra : rebase_source : ac4b56efd671a02f6f0f073949c0e2c08d623e6d
extra : histedit_source : 724e8c4f449898adf7a8d5d96ce51cecce7a79c5
2018-04-03 14:18:57 +02:00
Ciure Andrei
5ffac2bcd3
Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE
2018-04-04 00:58:50 +03:00
Ciure Andrei
7208a2fee8
Merge inbound to mozilla-central. a=merge
2018-04-04 00:54:16 +03:00
Ciure Andrei
3e349fa00d
Merge autoland to mozilla-central. a=merge
2018-04-04 00:51:56 +03:00
Yura Zenevich
d339cd56de
Bug 1447112
- Fix for browser/base/content/test/static/browser_parsable_css.js | custom property --accessibility-header-font is not referenced. CLOSED TREE
...
MozReview-Commit-ID: 7v03vHiuP2k
2018-04-03 17:19:30 -04:00
ffxbld
ea8050e2b0
No bug, Automated HPKP preload list update from host bld-linux64-spot-301 - a=hpkp-update
2018-04-03 13:48:33 -07:00
ffxbld
08d5281463
No bug, Automated HSTS preload list update from host bld-linux64-spot-301 - a=hsts-update
2018-04-03 13:48:29 -07:00
Jeff Muizelaar
57b24cd272
Bug 1451099. Avoid expensive debugging matrix transform.
2018-04-03 16:07:28 -04:00
Sebastian Hengst
a0665934fa
Backed out 2 changesets (bug 1443027) for frequent crashes on OS X. a=backout
...
Backed out changeset 1e3dc6112e76 (bug 1443027)
Backed out changeset d2734042605a (bug 1443027)
2018-04-03 19:51:49 +03:00
arthur.iakab
188ae77a0e
Backed out changeset 3ff8ce674396 (bug 1447460) on request of tomprince a=backout
2018-04-03 18:30:58 +03:00
arthur.iakab
b310d9523e
Merge inbound to mozilla-central. a=merge
2018-04-03 12:31:23 +03:00
Nicholas Nethercote
94289ab246
Bug 1448225 - Convert StylePrefs to StaticPrefs. r=emilio
...
The new StaticPrefs machinery means that StylePrefs can be removed.
Note that this approach mirrors all static prefs into Rust, but I have only
updated structs.rs for the prefs that Stylo uses.
On a CLOSED TREE, since a sheriff closed the tree while I was about to land this
via autoland.
MozReview-Commit-ID: G1SY0987WJ7
2018-04-03 09:06:20 +02:00
Nicholas Nethercote
04568ff65e
servo: Merge #20508 - Convert StylePrefs to StaticPrefs (from nnethercote:bug-1448225); r=emilio
...
<!-- Please describe your changes on the following line: -->
This is the Servo part of https://bugzilla.mozilla.org/show_bug.cgi?id=1448225 .
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix https://bugzilla.mozilla.org/show_bug.cgi?id=1448225
<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because tested on the Gecko side.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
r? emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 0a3ffc0c6045eb6983273010d91a35267d8ec3fa
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 53bd7e885a4c85bf4ab3db2c16b4fb36536dc108
2018-04-03 01:54:24 -04:00
Cameron McCormack
c14a8ffa84
Bug 1450859 - Remove layout.css.expensive-style-struct-assertions.enabled pref. r=emilio
...
With the old style system removed, this pref has no effect.
--HG--
extra : rebase_source : ddc8462a0044225a46522f53f4bbb131627fb7f1
2018-04-03 15:58:32 +10:00
Mantaroh Yoshinaga
54337513b3
Bug 1444300 - Make tab button to be able to handle the key event. r=honza
...
A command button like ruler has keydown event handler, this patch will
add same event handler to tab button.
--HG--
extra : rebase_source : eef8467b15bb99b8e8a22798e83c8a968ac24f7f
2018-04-03 09:42:44 +09:00
Boris Zbarsky
9bb77bdfc7
Bug 1450418. Get rid of nsIDOMScreen. r=qdot
...
MozReview-Commit-ID: A5Rq0BSQt4V
2018-04-03 00:42:41 -04:00
Boris Zbarsky
1ce7e994ba
Bug 1450149. Mark Prefable arrays const in bindings codegen. r=qdot
2018-04-03 00:42:40 -04:00
Dorel Luca
ae1dc5307b
Merge mozilla-central to mozilla-inbound
2018-04-03 07:24:53 +03:00
Dorel Luca
d8a4cfd361
Merge mozilla-inbound to mozilla-central. a=merge
2018-04-03 07:04:18 +03:00
Daisuke Akatsuka
361d95ecbf
Bug 1447259: Change the tested animation in browser_animation_summary-graph_computed-timing-path_different-timescale.js test since the animation can intermittently already be finished during selectNodeAndWaitForAnimations. r=gl
2018-04-03 10:29:12 +09:00
Lee Salzman
0626b8ac56
Bug 1442669 - guard against excessively large glyphs in SkFontHost_cairo. r=jfkthame
...
MozReview-Commit-ID: 1X2524Q5K8E
2018-04-02 20:21:21 -04:00
Matt Woodrow
82c740d1b1
Bug 1450360 - Respect the z-index property set on scrollbars. r=mstange
...
--HG--
extra : rebase_source : 0288513aaa2216c14de501417ff3b9f405ee97a5
2018-04-03 12:13:48 +12:00
Daisuke Akatsuka
fb33aab183
Bug 1449497: Use Component instead of PureComponent. r=gl
2018-04-03 09:12:53 +09:00
Daisuke Akatsuka
b4fc01f3cb
Bug 1449625 - Part 2: Turn on new animation inspector for beta tests. r=gl
2018-04-03 08:36:00 +09:00
Daisuke Akatsuka
d7f7c75314
Bug 1449625 - Part 1: Select the computed view instead of animation inspector in browser_markup_events_click_to_close.js test. r=gl
2018-04-03 08:35:46 +09:00
Jeff Gilbert
afd77f7fd5
Bug 1444274 - Require GCC 6.1+. - r=glandium
...
MozReview-Commit-ID: 7alNSIhhbLI
2018-04-02 17:05:43 -07:00
Dorel Luca
db90a7366c
Merge mozilla-central to mozilla-inbound
2018-04-03 01:16:01 +03:00
Dorel Luca
a7d5a65268
Merge mozilla-inbound to mozilla-central. a=merge
2018-04-03 01:00:11 +03:00
Ryan VanderMeulen
d9d59209a6
Backed out changeset d85b5825a721 (bug 1440753) for frequent OSX iframe-scrolling-attr-2.html failures on a CLOSED TREE.
2018-04-02 17:59:30 -04:00
Dorel Luca
60df9e1cf7
Merge autoland to mozilla-central. a=merge
2018-04-03 00:58:00 +03:00
Ryan VanderMeulen
e5ec40f40c
Backed out 11 changesets (bug 1404222) for static analysis failures on a CLOSED TREE.
...
Backed out changeset a6a99136300c (bug 1404222)
Backed out changeset 7183b8104399 (bug 1404222)
Backed out changeset a1e4294c1c59 (bug 1404222)
Backed out changeset b79d6e8318db (bug 1404222)
Backed out changeset 0450620fdabd (bug 1404222)
Backed out changeset 026c74a92d04 (bug 1404222)
Backed out changeset 50ac4167f702 (bug 1404222)
Backed out changeset 59038f2db68a (bug 1404222)
Backed out changeset f6b9096da915 (bug 1404222)
Backed out changeset 4e0baffdd79b (bug 1404222)
Backed out changeset 57eeb849ab88 (bug 1404222)
2018-04-02 17:57:27 -04:00
Kit Cambridge
f04df4150e
Bug 1450789 - Use more accurate names for structure conflict event telemetry keys. r=tcsc
...
MozReview-Commit-ID: FCLy34YU3qK
--HG--
extra : rebase_source : 0beb314eca39181e3b344ba5d46aff0b954ee8c9
2018-04-02 14:41:16 -07:00
Dorel Luca
f24505d99e
Backed out 7 changesets (bug 1438688) for android xpcshell failures on builds/worker/workspace/build/tests/bin/components/test_necko.xpt
...
Backed out changeset 8786eabb61a4 (bug 1438688)
Backed out changeset e05ec1e08b46 (bug 1438688)
Backed out changeset 4c437ba9d984 (bug 1438688)
Backed out changeset 2f243bca1af3 (bug 1438688)
Backed out changeset 4da0e1839353 (bug 1438688)
Backed out changeset 186f916dcc7a (bug 1438688)
Backed out changeset 08b1a5f904e4 (bug 1438688)
2018-04-03 02:30:53 +03:00
David Major
9a28e89f4e
Backed out changeset 737b602f4c6f864b34080d0fe57c2ff75de3b909 because I shouldn't back out the original fix until the better one lands.
2018-04-02 17:22:06 -04:00
David Major
152a7fc82e
Backed out bug 1422368 fixes because they weren't sufficient.
2018-04-02 17:20:35 -04:00
Daniel Holbert
2f5d7919b0
Bug 1404222 followup: add 'explicit' keyword to fix static analysis build error. (no review, trivial bustagefix)
2018-04-02 14:08:33 -07:00
ffxbld
5158a406f7
No bug, Automated HPKP preload list update from host bld-linux64-spot-324 - a=hpkp-update
2018-04-02 14:03:17 -07:00
ffxbld
68c7ae8378
No bug, Automated HSTS preload list update from host bld-linux64-spot-324 - a=hsts-update
2018-04-02 14:03:13 -07:00