Xidorn Quan
e175680895
Bug 1397644 part 1 - Implement XUL tree pseudo style resolution for stylo. r=emilio
...
MozReview-Commit-ID: 5JqvLv3tt5m
--HG--
extra : source : 23a7db4b7938b095947abeb41edb0cb6375f95da
2017-10-20 21:31:13 +11:00
Xidorn Quan
0acfc35aa7
servo: Merge #18962 - Support matching for ::-moz-tree-* pseudo-elements (from upsuper:tree-pseudos); r=emilio
...
This is the Servo side change of [bug 1397644](https://bugzilla.mozilla.org/show_bug.cgi?id=1397644 ).
Source-Repo: https://github.com/servo/servo
Source-Revision: b1e6f05ae455748f6091ddf81c1c0488e09546a1
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : bccb30f361f44fe3da55d5f4fe7c0cde61550524
2017-10-20 04:18:53 -05:00
Cameron McCormack
69e0d28ede
Bug 1410281 - Use GetBaseURIForStyleAttr for style attribute base URI in nsTreeSanitizer. r=xidorn
...
MozReview-Commit-ID: IBc7zEHTDAQ
--HG--
extra : rebase_source : da7c116d3443d41e58eb90acdce0560a41a38f9c
2017-10-20 09:58:57 +08:00
Julian Descottes
b6c8ab7cc9
Bug 1408330 - remove mentions about styleeditor, webaudio and scratchpad;r=nchevobbe
...
MozReview-Commit-ID: 5QZDZb39cYV
--HG--
extra : rebase_source : c88f33d768101fd7825b26fd5d513e7b32e4f630
2017-10-18 12:33:32 +02:00
Julian Descottes
325c347f6c
Bug 1408330 - UI polish on DevTools onboarding page;r=nchevobbe
...
MozReview-Commit-ID: 5JE7ZErxCxG
--HG--
extra : rebase_source : 448dbd30a273169685880362622ab27985ef7e7b
2017-10-16 16:53:55 +02:00
Emilio Cobos Álvarez
8a2e749556
Bug 1408702: Don't honor privacy.resistFingerprinting for media features that aren't accessible to content pages. r=xidorn
...
This is kind of a band-aid because not all the media features chrome code uses
happen to be banned from content pages. But I'll change that soon.
Meanwhile this fixes scrollbars and such.
MozReview-Commit-ID: IVHljzpxc2z
--HG--
extra : rebase_source : 89329ad8b9991057e906b2d21a8120ed0c1e2b7d
2017-10-19 15:06:38 +02:00
Sebastian Hengst
2592ce224a
merge mozilla-central to autoland. r=merge a=merge
2017-10-20 11:45:03 +02:00
Sebastian Hengst
bc6dddb88b
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: BY4c5BIOF81
2017-10-20 11:37:54 +02:00
Attila Craciun
ef42dced12
Merge inbound to mozilla-central r=merge a=merge
2017-10-20 12:03:48 +03:00
ffxbld
dec4e39e21
No bug, Automated HPKP preload list update from host bld-linux64-spot-326 - a=hpkp-update
2017-10-19 22:45:36 -07:00
ffxbld
e46be631b4
No bug, Automated HSTS preload list update from host bld-linux64-spot-326 - a=hsts-update
2017-10-19 22:45:32 -07:00
Stephen A Pohl
e1f60b66e6
Bug 1406032: Backout 096247c952ea (bug 1324892) to fix popup tests because popups now work correctly again on macOS. r=mstange
2017-10-19 23:42:29 -04:00
Stephen A Pohl
bb7596b0b2
Bug 1406032: Ensure that popup windows (such as the hamburger menu window) are shown on top of the browser window on macOS. r=mstange
2017-10-19 23:42:23 -04:00
Phil Ringnalda
86e513ba69
Backed out changeset 3159df8aca1a (bug 1386511) for browser_TelemetryGC.js timeouts
...
MozReview-Commit-ID: 9OFS7FTjVis
2017-10-19 20:40:31 -07:00
Lee Salzman
6235863fa6
Bug 1408481 - pass AA via GlyphOptions to WR PushGlyphs. r=gankro
...
MozReview-Commit-ID: LVieyPaaouc
2017-10-19 22:54:28 -04:00
Liang-Heng Chen
b4603106d0
Bug 1399520 - Avoid race condition. r=dragana
...
MozReview-Commit-ID: 6Pd2HXqBgX4
2017-10-19 22:29:41 -04:00
Sebastian Hengst
20d769ea9c
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: Gc5JIILUrPi
2017-10-20 00:05:39 +02:00
Sebastian Hengst
378936755e
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 9qbam2trhqh
2017-10-20 00:04:44 +02:00
Nathan Froyd
47b2d43b88
Bug 1410102 - use fewer cycle collection macros for GamepadServiceTest; r=qdot
...
No reason to use a mess o' macros when a single one will do the trick.
2017-10-19 14:41:10 -04:00
Nathan Froyd
3689f793d3
Bug 1410100 - use fewer cycle collection macros for nsHTMLContentSink; r=mccr8
...
No need to use the complex macros when the simple macros do the same thing.
2017-10-19 14:41:10 -04:00
ffxbld
1c4da216e0
No bug, Automated HPKP preload list update from host bld-linux64-spot-301 - a=hpkp-update
2017-10-19 10:44:01 -07:00
ffxbld
e93bac77bf
No bug, Automated HSTS preload list update from host bld-linux64-spot-301 - a=hsts-update
2017-10-19 10:43:57 -07:00
James Cheng
bcfbcfbc4a
Bug 1410022 - Remove redundant PDM::Supports check caused by bug 1407919 part6. r=gerald
...
MozReview-Commit-ID: EoAARcmhjlV
--HG--
extra : rebase_source : 560d91e004f0787278e7e3181e58c953c27368e5
2017-10-19 18:03:09 +08:00
Sebastian Hengst
ac57f6f7df
merge mozilla-central to autoland. r=merge a=merge
2017-10-19 11:52:58 +02:00
Sebastian Hengst
bf793df477
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: HasKw28SN45
2017-10-19 11:26:22 +02:00
Sebastian Hengst
c2ab267f86
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 7BbAIKxBpcI
2017-10-19 11:22:55 +02:00
Panos Astithas
3b3b4c1e16
Bug 1410005 - Skip browser_searchEngine_behaviors.js on artifact builds. r=standard8 a=test-fix-for-artifact-builds
...
MozReview-Commit-ID: DyLQWWqpAvV
--HG--
extra : amend_source : 5be9c435f994ceab6f8410b0ac4521b4bf932a1a
extra : transplant_source : %04%C2%2C%B5%94%5CQ%3F%10%23%0F%C3w%3D%CE%19%ED9%E0%28
2017-10-19 12:02:51 +03:00
James Cheng
f0a43c284e
Bug 1409670 - Skip decrypting request when receiving an unencrypted sample in Clearkey implementation. r=cpearce
...
MozReview-Commit-ID: 5XIUeFc3PSD
--HG--
extra : rebase_source : a36e27b385f1622bc7125e8d7e8c1b1b6e930842
2017-10-19 16:45:21 +08:00
Patrick Brosset
714264d3e8
Bug 1406061 - Remove the unused Jsbeautify.jsm module; r=jdescottes
...
MozReview-Commit-ID: KF39qXJ2s11
--HG--
extra : rebase_source : 29394e085bf80d394dd4e1c6013082c0ebe94069
2017-10-19 09:58:19 +02:00
Sebastian Hengst
3148182768
Backed out changeset 6b88d856e00f (bug 1403927) for failing mochitest-clipboard's devtools/client/netmonitor/test/browser_net_copy_params.js. r=backout
...
--HG--
extra : amend_source : 8381b242fb5d6625f922413d1255157c3887d178
2017-10-19 11:40:42 +02:00
Sebastian Hengst
3b72f7b75f
Backed out changeset ac5ebd3c7e82 (bug 1403927)
2017-10-19 11:40:36 +02:00
Sebastian Hengst
c6b9718eb1
Bug 1408468 - Shapes highlighter handles for shapes in iframe cannot be clicked outside iframe. Follow-up: Add new line at end to make eslint happy. r=eslint-fix a=eslint-fix
...
MozReview-Commit-ID: AdlX5ArtKeg
2017-10-19 09:48:19 +02:00
Jessica Jong
0d1588d9f7
Bug 1408341 - Implement assignedSlot on Element and Text. r=smaug
2017-10-19 14:31:36 +08:00
ffxbld
161b9f45ac
No bug, Automated HPKP preload list update from host bld-linux64-spot-302 - a=hpkp-update
2017-10-18 23:02:08 -07:00
ffxbld
9e31463fe9
No bug, Automated HSTS preload list update from host bld-linux64-spot-302 - a=hsts-update
2017-10-18 23:02:04 -07:00
Matthew Gregan
0d6e66757d
Bug 1407487 - P5: Support connections from within chrome process in audioipc. r=kamidphish
...
MozReview-Commit-ID: 9SdUWlJ02DR
2017-10-19 18:02:59 +13:00
Matthew Gregan
cb483fa8cf
Bug 1407487 - P4: Disable backtrace in error-log to work around bug 1409276. r=kamidphish
...
MozReview-Commit-ID: KHGTVi6QePx
2017-10-19 18:02:57 +13:00
Matthew Gregan
1e76a370ab
Bug 1407487 - P3: Exclude Android when enabling cubeb-remoting. r=kamidphish
...
MozReview-Commit-ID: 1bi07WmNqgb
2017-10-19 18:02:54 +13:00
Dan Glastonbury
05de18af54
Bug 1407487 - P2: Enable cubeb remoting on Nightly. r=kinetik
...
MozReview-Commit-ID: AKlAsy5nlgL
2017-10-19 18:02:52 +13:00
Dan Glastonbury
dbd544f296
Bug 1407487 - P1: Remove --enable-cubeb-remoting. r=kinetik,rillian
...
Replace with conditional compilation enabled for Linux targets.
MozReview-Commit-ID: GjD0Ix8aeJW
2017-10-19 18:02:50 +13:00
Ryan VanderMeulen
cb612851ed
Merge inbound to m-c. a=merge
2017-10-18 21:01:34 -04:00
Sebastian Hengst
a898dd107e
Backed out changeset 88c4af1d92d0 (bug 1409441) for crashing devtools' devtools/client/performance/test/browser_perf-console-record-08.js on Linux x64 pgo. r=backout on a CLOSED TREE
...
--HG--
extra : amend_source : e28cb0cd2d0b5a9a6a89db56a9382c7fc2e6f0c8
2017-10-19 00:11:38 +02:00
Sebastian Hengst
1155d4b14b
Backed out changeset 714bd2c7dbc7 (bug 1409441)
2017-10-19 00:11:33 +02:00
Sebastian Hengst
a64536590a
Backed out changeset f6de6926530e (bug 1409441)
2017-10-19 00:11:27 +02:00
Sebastian Hengst
5c8bf0e59b
Backed out changeset acb5cba79c55 (bug 1409441)
2017-10-19 00:11:21 +02:00
Sebastian Hengst
3e8ed7e2b5
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: D8YSuNsBw9o
2017-10-19 00:04:37 +02:00
ffxbld
d0448c9700
No bug, Automated HPKP preload list update from host bld-linux64-spot-301 - a=hpkp-update
2017-10-18 10:44:21 -07:00
ffxbld
e71bbf3687
No bug, Automated HSTS preload list update from host bld-linux64-spot-301 - a=hsts-update
2017-10-18 10:44:17 -07:00
Brian Grinstead
62ec8eba92
Bug 1407737 - Don't persist sidebar state unless if the last window is being closed. r=mikedeboer
...
MozReview-Commit-ID: 7wBtCZDG1V3
--HG--
extra : rebase_source : 414412a0f01566b84f28d12df4985369d2a8110b
2017-10-18 08:32:41 -07:00
Mark Banner
1d50512637
Bug 1409771 - Switch tests from promiseBookmarksNotification to PlacesTestUtils.waitForNotification so that skipDescendantsOnItemRemoval/skipTags are handled correctly. r=mak
...
MozReview-Commit-ID: 2dg44HRdD00
--HG--
extra : rebase_source : ea833baa47e5cd9f75831f339c87a771580881e1
2017-10-18 16:20:43 +01:00