Bobby Holley
cb0e71a251
Bug 1543246 - Suggest |./mach busted| when something breaks. r=froydnj
...
Depends on D26818
Differential Revision: https://phabricator.services.mozilla.com/D26930
--HG--
extra : moz-landing-system : lando
2019-04-10 16:40:14 +00:00
Bobby Holley
8864a06b2a
Bug 1543246 - Implement |./mach busted|. r=froydnj
...
Depends on D26817
Differential Revision: https://phabricator.services.mozilla.com/D26818
--HG--
extra : moz-landing-system : lando
2019-04-10 16:26:44 +00:00
Bobby Holley
92dd11b20e
Bug 1543246 - Add searchfox support to mach. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D26817
--HG--
extra : moz-landing-system : lando
2019-04-10 16:26:42 +00:00
Bogdan Tara
6460d5d8d7
Backed out changeset f38ce082341e (bug 1506913) for browser_ext_themes_findbar.js failures CLOSED TREE
2019-04-10 19:35:03 +03:00
Shane Caraveo
7df3401a58
Bug 1532165 use prefs to support extension newtab and homepage on startup. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D25808
--HG--
extra : moz-landing-system : lando
2019-04-08 22:36:26 +00:00
Ted Campbell
dfc3b44cba
Bug 1406146 - Fix cross-compartment global issue in typedarary test. r=jandem
...
This is an artifact of the same-compartment realm changes. The test
confuses CCWs and WindowProxies.
Differential Revision: https://phabricator.services.mozilla.com/D26847
--HG--
extra : moz-landing-system : lando
2019-04-10 12:50:05 +00:00
Ted Campbell
2ee71c3cf5
Bug 1406146 - Add jsshell test for WindowProxy ICs. r=jandem
...
Depends on D26837
Differential Revision: https://phabricator.services.mozilla.com/D26838
--HG--
extra : moz-landing-system : lando
2019-04-10 12:50:03 +00:00
Ted Campbell
83cb99ad0c
Bug 1406146 - Support a simple WindowProxy in the jsshell. r=jandem
...
This adds an option to the 'newGlobal' shell command to create globals
that have a simple WindowProxy. This is intended for testing code that
distinguishes between GlobalObject and WindowProxy. No typical window
behavior such as navigation will be supported.
Differential Revision: https://phabricator.services.mozilla.com/D26837
--HG--
extra : moz-landing-system : lando
2019-04-10 13:11:57 +00:00
Ted Campbell
4bf5aa5e5a
Bug 1406146 - Fix handling of WindowProxy in jsshell testing functions. r=jandem
...
This patch fixes a few cases in testing functions that do not correctly
handling WindowProxy wrappers. This mostly involves passing the
stopAtWindowProxy=false argument to unwrap functions.
Differential Revision: https://phabricator.services.mozilla.com/D26836
--HG--
extra : moz-landing-system : lando
2019-04-10 08:30:10 +00:00
Belén Albeza
2870384b38
Bug 1539344 - Part 3: add Jest tests to check display of debug target type info r=jdescottes,Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D25376
--HG--
extra : moz-landing-system : lando
2019-04-10 15:43:36 +00:00
Belén Albeza
35dc9ae4f5
Bug 1539344 - Part 2: display target type icon in DebugTargetInfo component r=jdescottes,Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D25375
--HG--
extra : moz-landing-system : lando
2019-04-10 16:02:44 +00:00
Belén Albeza
b2bab4bebd
Bug 1539344 - Part 1: share constants between about:debugging and DebugTargetInfo r=jdescottes,Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D25374
--HG--
extra : moz-landing-system : lando
2019-04-10 09:59:05 +00:00
Thomas Daede
235611f71b
Bug 1543419 - Fix libdav1d moz.yaml quoting. r=achronop
...
Differential Revision: https://phabricator.services.mozilla.com/D26927
--HG--
extra : moz-landing-system : lando
2019-04-10 15:59:00 +00:00
Nicholas Cowles
a759e8ba70
Bug 1523747 - Move customize mode strings over to fluent, r=Gijs,jaws,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D26418
--HG--
extra : moz-landing-system : lando
2019-04-10 15:46:31 +00:00
Bogdan Tara
aebf58da50
Backed out changeset 68df166b4d9e (bug 1541350) for RGBX corner pixel assertion failures CLOSED TREE
2019-04-10 18:51:25 +03:00
Julian Descottes
f62ff44e9c
Bug 1539979 - Use toolbox window as telemetry event object;r=miker
...
Depends on D26320
@miker: We are moving devtools iframes to use type=content, and win.top will no longer be available.
We could use another getter to get the topmost chrome window, but reading the code here, I thought that maybe using the toolbox window would be better.
Today if you open several toolboxes in different tabs of the same window, the events for the various toolboxes will be mixed together, because win.top is the same for all the toolboxes that live in the same window.
It might be better to use an object which is unique to the toolbox?
Differential Revision: https://phabricator.services.mozilla.com/D26324
--HG--
extra : moz-landing-system : lando
2019-04-10 15:37:31 +00:00
Julian Descottes
5768a84395
Bug 1539979 - Initialize browser-loader only after domready in toolbox.js;r=bgrins
...
Depends on D26319
Differential Revision: https://phabricator.services.mozilla.com/D26320
--HG--
extra : moz-landing-system : lando
2019-04-10 01:04:38 +00:00
Julian Descottes
85ba25b7cc
Bug 1539979 - Set type=content for DevTools toolbox frames when rebuild_frameloaders_on_remoteness_change is true;r=bgrins,nika
...
Depends on D26317
Differential Revision: https://phabricator.services.mozilla.com/D26319
--HG--
extra : moz-landing-system : lando
2019-04-10 01:04:38 +00:00
Julian Descottes
027cdd0432
Bug 1539979 - Create toolbox iframe for Window host with helper;r=bgrins
...
Depends on D26316
Instead of using a hardcoded iframe in toolbox-window.xul, reuse the same helper as for the other hosts.
Will facilitate switching to type="content".
Differential Revision: https://phabricator.services.mozilla.com/D26317
--HG--
extra : moz-landing-system : lando
2019-04-10 01:04:38 +00:00
Julian Descottes
edcc1fac74
Bug 1539979 - Add helper to create devtools iframes;r=bgrins
...
Shared helper to create DevTools frames for side and bottom hosts.
Will make it easier to swap to type="content" in a single spot.
Differential Revision: https://phabricator.services.mozilla.com/D26316
--HG--
extra : moz-landing-system : lando
2019-04-10 01:04:37 +00:00
Ehsan Akhgari
cd484bfc65
Bug 1539628
- Add skipURLs prefs for all content blocking features; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D26604
--HG--
extra : moz-landing-system : lando
2019-04-10 15:11:19 +00:00
Paul Adenot
72d11d1f8f
Bug 1324548 - Adjust WPT expectations
...
Differential Revision: https://phabricator.services.mozilla.com/D26475
--HG--
extra : moz-landing-system : lando
2019-04-10 12:13:39 +00:00
Léo Paquet
7c036d7475
Bug 1324548 - Add MediaStreamTrackAudioSourceNode. r=pehrsons,baku
...
MozReview-Commit-ID: IdVqfNigMyu
Differential Revision: https://phabricator.services.mozilla.com/D15958
--HG--
extra : moz-landing-system : lando
2019-04-10 12:14:17 +00:00
Paul Adenot
07dec0f992
Bug 1324548 - Tests for MediaStreamTrackAudioSourceNode. r=pehrsons
...
Differential Revision: https://phabricator.services.mozilla.com/D16066
--HG--
extra : moz-landing-system : lando
2019-04-10 12:14:15 +00:00
Emilio Cobos Álvarez
e907efd510
Bug 1542178 - Serialize more non-problematic properties with Servo. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26786
2019-04-10 17:16:37 +02:00
Emilio Cobos Álvarez
5d34d16593
Bug 1542178 - Fix ToResolvedValue implementation for caret-color, and serialize some color properties with Servo. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26785
2019-04-10 17:16:35 +02:00
Emilio Cobos Álvarez
9bdc1f548f
Bug 1542178 - Use ToResolvedValue for computed style serialization. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26784
2019-04-10 17:16:32 +02:00
Emilio Cobos Álvarez
643d31e287
Bug 1542178 - Derive ToResolvedValue. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26783
2019-04-10 17:16:30 +02:00
Emilio Cobos Álvarez
9a6b6a33d0
Bug 1542178 - Add derive code for a new ToResolvedValue trait, and a few trivial implementations. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26782
2019-04-10 17:16:28 +02:00
Tim Nguyen
2facc8da36
Bug 1506913 - Don't apply theme colors on findbar when theme has a header image. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D25538
--HG--
extra : moz-landing-system : lando
2019-04-10 15:07:21 +00:00
Bogdan Tara
48a5da4868
Backed out 5 changesets (bug 1542178) for for test_flexbox_flex_shorthand.html failures CLOSED TREE
...
Backed out changeset 7fbaca51f682 (bug 1542178)
Backed out changeset e5a602010961 (bug 1542178)
Backed out changeset 152985a87c01 (bug 1542178)
Backed out changeset 7da7a8bc596a (bug 1542178)
Backed out changeset 0a7766ece186 (bug 1542178)
2019-04-10 17:54:45 +03:00
Bastien Abadie
a474eff8dd
Bug 1541412 - Add static-analysis check-java to source-test tasks, r=ahal,andi
...
Differential Revision: https://phabricator.services.mozilla.com/D25929
--HG--
rename : taskcluster/scripts/misc/source-test-clang-setup.sh => taskcluster/scripts/misc/source-test-common.sh
extra : moz-landing-system : lando
2019-04-08 15:41:30 +00:00
Lee Salzman
9711dac5a1
Bug 1541350 - optimize SkBlitRow::Color32 for SSE2. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D26346
--HG--
extra : moz-landing-system : lando
2019-04-10 14:23:36 +00:00
Frederik Braun
23a6ba351f
Bug 1513445: add tests r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D26681
--HG--
extra : moz-landing-system : lando
2019-04-10 14:20:21 +00:00
Frederik Braun
e3dae73936
Bug 1513445 - Disallow web documents loaded with the SystemPrincipal r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D26680
--HG--
extra : moz-landing-system : lando
2019-04-10 14:20:12 +00:00
Jonathan Kingston
2b27f3c10d
Bug 1479433 - Changing icons and colors for containers to be class based. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D24918
--HG--
extra : moz-landing-system : lando
2019-04-10 11:19:00 +00:00
Jason Laster
5ac98a3352
Bug 1543273 - Remove unnecessary pref. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D26842
--HG--
extra : moz-landing-system : lando
2019-04-10 01:35:52 +00:00
Bogdan Tara
b9b45ca909
Backed out changeset 6ce615da7b68 (bug 1506913) for browser_ext_themes_findbar.js failures CLOSED TREE
2019-04-10 17:38:34 +03:00
Erica Wright
3ad9066c86
Bug 1542916 - Icons in standard and strict mode and arrowheads are visible in high-contrast mode dark. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D26618
--HG--
extra : moz-landing-system : lando
2019-04-09 19:35:58 +00:00
Csoregi Natalia
5062d2fbb8
Merge mozilla-central to autoland. CLOSED TREE
2019-04-10 17:15:12 +03:00
Csoregi Natalia
efc3a9c990
Backed out 2 changesets (bug 1522931) for breaking macOS build on 10.14. a=backout
...
Backed out changeset 27214432fe48 (bug 1522931)
Backed out changeset 71191e5499a1 (bug 1522931)
2019-04-10 17:10:12 +03:00
Jason Laster
0d444d8bb5
Bug 1497393 - replace onPauseChange with native threadClient event.
...
Differential Revision: https://phabricator.services.mozilla.com/D26831
--HG--
extra : moz-landing-system : lando
2019-04-10 13:52:54 +00:00
Jason Laster
ead0a1fa52
Bug 1537598 - Test Column Breakpoints.
...
Differential Revision: https://phabricator.services.mozilla.com/D26827
--HG--
extra : moz-landing-system : lando
2019-04-10 13:47:32 +00:00
Martin Stransky
e1d04ebd15
Bug 1433685 - Remove nsGConfService, r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D26484
--HG--
extra : moz-landing-system : lando
2019-04-10 10:18:14 +00:00
Johan Lorenzo
690951e993
Bug 1543373
- Fix non-existing APK location r=mtabara
...
Fix non-existing APK location
Differential Revision: https://phabricator.services.mozilla.com/D26905
--HG--
extra : moz-landing-system : lando
2019-04-10 13:28:31 +00:00
Csoregi Natalia
b0782effcb
Merge mozilla-central to autoland. CLOSED TREE
2019-04-10 16:21:21 +03:00
Emilio Cobos Álvarez
5ed1d87b92
Bug 1542178 - Serialize more non-problematic properties with Servo. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26786
--HG--
extra : moz-landing-system : lando
2019-04-10 12:11:04 +00:00
Emilio Cobos Álvarez
6d76b07bd5
Bug 1542178 - Fix ToResolvedValue implementation for caret-color, and serialize some color properties with Servo. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26785
--HG--
extra : moz-landing-system : lando
2019-04-10 12:10:49 +00:00
Emilio Cobos Álvarez
dc49b231ff
Bug 1542178 - Use ToResolvedValue for computed style serialization. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26784
--HG--
extra : moz-landing-system : lando
2019-04-10 12:10:40 +00:00
Emilio Cobos Álvarez
7ace3b8574
Bug 1542178 - Derive ToResolvedValue. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D26783
--HG--
extra : moz-landing-system : lando
2019-04-10 12:10:26 +00:00