Sebastian Hengst
ad5f08ae5a
merge mozilla-central to autoland. r=merge a=merge
2017-11-09 00:52:17 +01:00
James Graham
a89b2e2c7f
Bug 1415674 - Allow skipping web-paltform-tests that timeout, r=ato
...
For local runs it can be helpful to skip tests are expected to time
out. This adds a --skip-timeout flag that will skip tests that are
expected to time out on the current platform.
It doesn't solve the problem that the metadata might be over-specific
in the case that the expectation data isn't universal across all platforms.
MozReview-Commit-ID: 7S4EsVKv33P
--HG--
extra : rebase_source : 7e18bbcefc7350465bae799c27454a13da64a32e
2017-11-08 13:07:09 -08:00
Geoff Brown
8a01aef232
Bug 1415245 - Follow-up: work around intermittent psutil import error, on a CLOSED TREE
...
MozReview-Commit-ID: KSGe1iYQpYw
--HG--
extra : transplant_source : %24F%87%98%C7%A6%BD%80%E63Q%CF%0C%88B%CD%A4%AC%E7%E3
2017-11-08 10:55:29 -07:00
L10n Bumper Bot
f945fe7970
no bug - Bumping Fennec l10n changesets DONTBUILD r=release a=l10n-bump
...
ach -> default
bs -> default
ia -> default
ltg -> default
oc -> default
2017-11-08 14:40:48 -08:00
Sebastian Hengst
a353221537
merge mozilla-inbound to mozilla-central. r=merge a=merge
2017-11-09 00:00:16 +02:00
Sebastian Hengst
458d9b067b
merge autoland to mozilla-central. r=merge a=merge
2017-11-08 23:57:11 +02:00
ffxbld
186dc0eef5
No bug, Automated blocklist update from host bld-linux64-spot-034 - a=blocklist-update
2017-11-08 11:49:22 -08:00
ffxbld
f9ad119371
No bug, Automated HPKP preload list update from host bld-linux64-spot-034 - a=hpkp-update
2017-11-08 11:49:18 -08:00
ffxbld
d3a0bf4332
No bug, Automated HSTS preload list update from host bld-linux64-spot-034 - a=hsts-update
2017-11-08 11:49:15 -08:00
ffxbld
5a7c2c5964
No bug, Automated HPKP preload list update from host bld-linux64-spot-035 - a=hpkp-update
2017-11-08 10:47:08 -08:00
ffxbld
ac31e8cfe6
No bug, Automated HSTS preload list update from host bld-linux64-spot-035 - a=hsts-update
2017-11-08 10:47:05 -08:00
Sebastian Hengst
c99d035f00
Backed out changeset 3e95c596ad5b (bug 1415397) because backed out (bug 1412737 depended on it. a=backout on a CLOSED TREE
2017-11-08 19:31:20 +02:00
Narcis Beleuzu
b3eba51148
Backed out 4 changesets (bug 1412737)for frequent Windows talos-g4 timeouts. a=RyanVM
...
Backed out changeset 13b3569d56c4 (bug 1412737)
Backed out changeset b8ae4f1e89c9 (bug 1412737)
Backed out changeset dd35b8813ca1 (bug 1412737)
Backed out changeset 29e511fbcd62 (bug 1412737)
2017-11-08 18:52:15 +02:00
Geoff Brown
9d31648570
Bug 1415245 - Create system-info.log artifact for desktop unit tests; r=jmaher
2017-11-08 09:32:11 -07:00
Geoff Brown
74ddbdda93
Bug 1414960 - Improve formatting of |mach test-info| output; r=jmaher
2017-11-08 09:32:09 -07:00
Boris Zbarsky
272cbb590b
Bug 1415176. Move getElementsByName from HTMLDocument to Document. r=mccr8
...
MozReview-Commit-ID: CRfrXC2x97S
2017-11-08 11:13:33 -05:00
Narcis Beleuzu
57d9eb5fb1
Backed out 1 changesets (bug 1414096) for dt1 failures "devtools/client/commandline/test/browser_cmd_pref3.js" r=backout on a CLOSED TREE
...
Backed out changeset e843de356b7e (bug 1414096)
2017-11-08 18:04:01 +02:00
Jeff Hemphill
a29af12056
Bug 1104647 - IonMonkey: Implement MathFunction(Floor) recover instruction r=nbp
2017-11-08 15:42:57 +00:00
Narcis Beleuzu
218e1676cb
Merge inbound to mozilla-central r=merge a=merge
2017-11-08 12:51:09 +02:00
Bob Owen
009df3d87d
Bug 1415250 Part 2: Make level 4 the default for the Windows content process sandbox. r=jimm
2017-11-08 08:06:15 +00:00
Bob Owen
cd430d0c58
Bug 1415250 Part 1: Block prntm64.dll and guard32.dll in sandboxed child processes. r=jimm
2017-11-08 08:06:14 +00:00
Cervantes Yu
6129f0777e
Bug 1414714 - Part 3: Remove more unused prefs defined in gfxPrefs. r=nical
...
This removes non-"gfx.*" prefs defined in gfxPrefs.h, but the generated gfxPrefs
properties are not accessed anywhere in the code base:
* apz.overscroll.spring_friction
* apz.overscroll.stop_velocity_threshold
* apz.overscroll.stretch_factor
* dom.w3c_touch_events.enabled - this pref is accessed in other places, but not through
gfxPrefs::TouchEventsEnabled().
* general.smoothScroll.lines
* general.smoothScroll.pixels
* layers.composer2d.enabled
* layers.stereo-video.enabled
MozReview-Commit-ID: 5OByjpnFthJ
2017-11-08 15:27:06 +08:00
Cervantes Yu
c6bc943ace
Bug 1414714 - Part 2: Remove unused gfx.* prefs. r=nical
...
The following prefs are removed because they are defined in gfxPrefs, but the
resulting gfxPrefs property is used at all.
* gfx.SurfaceTexture.detach.enabled
* gfx.touch.resample.*
* gfx.screen-mirroring.enabled
MozReview-Commit-ID: CyI3JN4TTu5
2017-11-08 15:26:50 +08:00
Cervantes Yu
d9dd8249c1
Bug 1414714 - Part 1: Remove unused telemetry environment pref "gfx.direct2d.use1_1". r=chutten
...
MozReview-Commit-ID: 5zbW8UTm8Wa
2017-11-08 15:26:34 +08:00
Andrea Marchesini
f863b85f64
Bug 1410106 - Better check about privateBrowsing for IDB, r=asuth
2017-11-08 06:43:50 +01:00
Boris Zbarsky
d9bcae2dfb
Bug 1415182. Make the External interface [NoInterfaceObject], per spec. r=qdot
...
MozReview-Commit-ID: DCX4uxAFPAu
2017-11-08 00:25:55 -05:00
Boris Zbarsky
97828fce1d
Bug 1415389. Make ChromeUtils a WebIDL namespace. Remove ThreadSafeChromeUtils. r=kmag
...
MozReview-Commit-ID: 9ysAeaBMNVt
2017-11-08 00:25:33 -05:00
Zibi Braniecki
9d0b169191
Bug 1414975 - Add locale information to about:support. r=mkelly
...
MozReview-Commit-ID: Dwy3pEPJgeN
--HG--
extra : rebase_source : 633d41590138524135c7d8fc45b6dc02b3c34f8b
2017-11-06 15:42:32 -08:00
Markus Stange
62e25a4903
Bug 1414926 - Make -moz-font-smoothing-background-color changes only cause repaints, not reflows. r=emilio
...
This case is hit by hovering over menu items, so the optimization is somewhat worthwhile.
As a side-effect, not causing reflows also avoids a XUL <select> popup positioning bug.
MozReview-Commit-ID: AOrijytoHHL
--HG--
extra : rebase_source : c2156eb24171f6d0b0e5476c4a7dbc641a0b5301
2017-11-07 23:01:29 -05:00
Sebastian Hengst
91932e97bd
Backed out 2 changesets (bug 1415298) for orphaned pattern 'assets/**' in mobile/android/app/moz.build. r=backout on a CLOSED TREE
...
Backed out changeset e046373e0dca (bug 1415298)
Backed out changeset 160586d66bcb (bug 1415298)
--HG--
rename : mobile/android/app/src/main/assets/example_asset.txt => mobile/android/app/assets/example_asset.txt
rename : mobile/android/app/src/main/assets/parental_controls_theme.png => mobile/android/app/assets/parental_controls_theme.png
rename : mobile/android/app/src/main/assets/publicsuffixlist => mobile/android/app/assets/publicsuffixlist
2017-11-08 20:11:03 +02:00
Dale Harvey
3a35c9f7b3
Bug 1384582 - Ensure browser_urlbar_search_reflows.js test runs are isolated. r=mconley
...
When running these tests with --verify the places results from
previous test runs can effect tests so give each test run a unique
search term to ensure that they do not.
MozReview-Commit-ID: Lp9YCoUdul5
--HG--
extra : rebase_source : 10178da06863a421ca752970a3f926a61f9c9f43
2017-11-07 12:33:50 +00:00
Sebastian Hengst
1ed684601e
merge mozilla-central to autoland. a=backout on a CLOSED TREE
2017-11-08 19:33:00 +02:00
Nick Alexander
7094a99a6c
Bug 1415298 - Fix finding assets/ in |mach android test| locally. r=maliu
...
Upgrading to the Android-Gradle plugin 3.0+ broke |mach android test|
locally. This addresses the issue.
MozReview-Commit-ID: 3vV47ET7d19
--HG--
extra : rebase_source : aaf7a550f8b2776a41d55fdce2c43c0c8c473331
2017-11-07 12:43:40 -08:00
Nick Alexander
0de3e321d4
Bug 1415298 - Pre: Move assets/ into standard Gradle location. r=maliu
...
This is part of a larger project to standardize our source locations.
MozReview-Commit-ID: Gbh9qSW7RJY
--HG--
rename : mobile/android/app/assets/example_asset.txt => mobile/android/app/src/main/assets/example_asset.txt
rename : mobile/android/app/assets/parental_controls_theme.png => mobile/android/app/src/main/assets/parental_controls_theme.png
rename : mobile/android/app/assets/publicsuffixlist => mobile/android/app/src/main/assets/publicsuffixlist
extra : rebase_source : e73b7d579e02984e6e2a4a3c746c515a69768568
2017-11-07 12:41:21 -08:00
Brad Werth
311bbcd151
Bug 1412173 Part 3: Restore a WPT test to expected pass. r=bz
...
MozReview-Commit-ID: 7Tdc4dZXdFm
--HG--
extra : rebase_source : 477d45e5061f99f579b48d0b43b75b6fa7018a8a
2017-11-07 12:44:41 -08:00
Sylvestre Ledru
514cedaafc
Bug 1414636 - Rename the 'register' variable to silent a warning r=jseward
...
MozReview-Commit-ID: 7gUn991qRzI
--HG--
extra : rebase_source : 1298b4c6c4f2e99be0e114aa19a70b2d9725cc61
2017-11-05 17:31:09 +01:00
Jan de Mooij
7c6f0020ea
Bug 1394831 part 14 - Fix comments. r=bhackett
2017-11-08 15:59:40 +01:00
Jan de Mooij
8b155d6390
Bug 1394831 part 13 - Remove flags argument from StackShape constructor. r=bhackett
2017-11-08 15:59:22 +01:00
Jan de Mooij
bb1d86aaba
Bug 1394831 part 12 - Remove unused flags argument from matchesParamsAfterId. r=bhackett
2017-11-08 15:58:57 +01:00
Jan de Mooij
fdcc641806
Bug 1394831 part 11 - Split getChildProperty in data vs accessor versions. r=bhackett
2017-11-08 15:58:31 +01:00
Jan de Mooij
0e8b3f3eb3
Bug 1394831 part 10 - Simplify addDataProperty's slot argument. r=bhackett
2017-11-08 15:57:12 +01:00
Paolo Amadini
c39435e19a
Bug 1321619. r=mak
...
MozReview-Commit-ID: 790vVi8cMI0
--HG--
extra : rebase_source : 228110778471ca0ea57e458c1c1a595f246eb57c
2017-11-08 14:32:36 +00:00
Franziskus Kiefer
327d4f6ae1
Bug 1401594 - land NSS NSS_3_34_BETA3 UPGRADE_NSS_RELEASE CLOSED TREE, r=me
...
MozReview-Commit-ID: HCa9qQq2zPP
2017-11-08 15:26:20 +01:00
Zibi Braniecki
634e419761
Bug 1415432 - .ftl files repackaged multiple times. r=glandium
2017-11-07 22:16:16 -08:00
Ryan VanderMeulen
73bad38c3d
Bug 1389304 - Add crashtest. r=me
2017-11-08 08:47:10 -05:00
Jesse Ruderman
d8977a82a8
Bug 951893 - Add crashtest. r=me
2017-11-08 08:47:09 -05:00
Jesse Ruderman
17aa62fedf
Bug 766422 - Add crashtests. r=me
2017-11-08 08:47:09 -05:00
Jesse Ruderman
8522e2c85b
Bug 963878 - Add crashtest. r=me
2017-11-08 08:47:09 -05:00
Jesse Ruderman
374f3e6be5
Bug 862624 - Add crashtest. r=me
2017-11-08 08:47:08 -05:00
Jesse Ruderman
336685856f
Bug 768344 - Add crashtest. r=me
2017-11-08 08:47:08 -05:00