Граф коммитов

645407 Коммитов

Автор SHA1 Сообщение Дата
Karl Tomlinson 943896b43c Bug 1539039 keep WorkletGlobalScope as long as its Worklet is usable r=baku
Depends on D25353

Differential Revision: https://phabricator.services.mozilla.com/D25354

--HG--
extra : moz-landing-system : lando
2019-04-01 16:54:58 +00:00
Karl Tomlinson d0133206f2 bug 1539039 notify WorkletImpl before WorkletThread shutdown on xpcom shutdown r=baku
This gives WorkletImpl a chance to send a message to release worklet thread
objects.

This is used only for PaintWorklet until PaintWorklet uses its own threads.

Differential Revision: https://phabricator.services.mozilla.com/D25353

--HG--
extra : moz-landing-system : lando
2019-04-01 16:51:18 +00:00
André Bargull 00087edc02 Bug 1539782: Don't attempt to resolve an already settled promise in the debugger. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D25575

--HG--
extra : moz-landing-system : lando
2019-04-01 10:18:21 +00:00
Mark Banner 07f8d9c3d4 Bug 1540662 - Fix the UITour starting an address bar search with QuantumBar enabled. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D25588

--HG--
extra : moz-landing-system : lando
2019-04-02 10:05:01 +00:00
Mark Banner f481b075d7 Bug 1540650 - Fix UrlbarTestUtils to correctly get the title separator for QuantumBar following rtl changes (bug 1540650). r=dao
Differential Revision: https://phabricator.services.mozilla.com/D25581

--HG--
extra : moz-landing-system : lando
2019-04-02 09:31:09 +00:00
Dhyey Thakore cb61e41e7a Bug 1258809 - fix and re-enable netmonitor devtools details UI test, r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D24003

--HG--
extra : moz-landing-system : lando
2019-04-02 11:17:00 +00:00
violet cbbbdeac6d Bug 1455824 - Disable TEST 18 of test_font_loading_api.html on Android for fragile timeout behavior r=emilio
TEST 18 of layout/style/test/test_font_loading_api.html is fragile on Android in the sense
that adding a new mochitest in an irrelevant directory (e.g. layout/svg/test)
might cause a failure rate close to 50%. See Comment 34 in Bug 1455824.
Increasing SimpleTest.requestLongerTimeout() doesn't make much difference, see
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c954cc8621372252a500fe1db04fb06edd636d9c.

Comment 43 and 44 from Testing team suggested the drastical failure increasing
is probably only related to different task grouping when a new testcase is added
elsewhere.

We should probably disable it now on Android platform, because it might cause
false-negative and confusion when someone lands an unrelated mochitest in
an irrelevant directory.

Differential Revision: https://phabricator.services.mozilla.com/D25718

--HG--
extra : moz-landing-system : lando
2019-04-02 10:09:31 +00:00
Khyati Agarwal ea8010a2cc bug 1533290 - Stop using --panel-disabled-color for subviewbutton shortcuts (where the subviewbutton is also a menuitem) r=dao
Stop using --panel-disabled-color for subviewbutton shortcuts (where the subviewbutton is also a menuitem)

Differential Revision: https://phabricator.services.mozilla.com/D25521

--HG--
extra : moz-landing-system : lando
2019-04-02 10:26:04 +00:00
Florin Strugariu f0624a23a4 Bug 1540629 remove screenshots from tp6-8-404 r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D25563

--HG--
extra : moz-landing-system : lando
2019-04-01 15:00:50 +00:00
Mathieu Leplatre 9ce2e13bcc Bug 1538248 - Verify authenticity of Remote Settings records for Normandy r=mythmon,Gijs
Verify authenticity of Remote Settings records for Normandy

Differential Revision: https://phabricator.services.mozilla.com/D24716

--HG--
extra : moz-landing-system : lando
2019-04-01 17:48:05 +00:00
Jan de Mooij c5b3ecc620 Bug 1540940 - Use growByUninitialized instead of growBy for BytecodeEmitter code and notes vectors. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D25724

--HG--
extra : moz-landing-system : lando
2019-04-02 09:10:30 +00:00
Jan de Mooij 1eafec159b Bug 1501310 - Move Baseline IC fallback code from JitRealm to JitRuntime. r=tcampbell
Fallback code is now generated (as a single JitCode instance) when we create the
JitRuntime.

In ICScript::Create we can now allocate the fallback stubs directly (we no
longer need a Compiler class for each fallback stub) because we no longer have
to handle the compile-code case.

Differential Revision: https://phabricator.services.mozilla.com/D24360

--HG--
extra : moz-landing-system : lando
2019-04-02 09:16:43 +00:00
Bastien Abadie 2059353ba3 Bug 1540325 - Run clang tools tasks only on try & code-review, r=glandium,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D25562

--HG--
extra : moz-landing-system : lando
2019-04-02 09:38:56 +00:00
Jonas Allmann df684f89db Bug 1498569, Replace wizard.xml attributes with event listeners, r=Gijs
* Removed all occurences of custom onwizard* attributes.
* Removed custom handler code from wizard.xml.
* Updated eval()-usage whitelist.

Differential Revision: https://phabricator.services.mozilla.com/D24033

--HG--
extra : moz-landing-system : lando
2019-04-02 08:56:25 +00:00
Narcis Beleuzu a99fa2c128 Backed out changeset 9b9c50876092 (bug 1540325) for Linting failure on clang.yml. CLOSED TREE 2019-04-02 12:29:16 +03:00
Thomas Nguyen 3c8351815e Bug 1539408 Pass referrerInfo to gContextMenuContentData in non-remote r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D25419

--HG--
extra : moz-landing-system : lando
2019-04-02 08:53:28 +00:00
Bastien Abadie 8f65480f36 Bug 1540325 - Run clang tools tasks only on try & code-review, r=glandium,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D25562

--HG--
extra : moz-landing-system : lando
2019-04-02 08:30:05 +00:00
Sylvestre Ledru c52ebc3ea9 Bug 1540769 - Enable readability-redundant-preprocessor r=andi
Differential Revision: https://phabricator.services.mozilla.com/D25630

--HG--
extra : moz-landing-system : lando
2019-04-02 06:07:39 +00:00
Ian Moody da57ddce6d Bug 1539265 - Make ::marker pseudo-elements always visible in the markup view. r=jdescottes,mbalfanz,pbro
Instead of only when setting devtools.inspector.showAllAnonymousContent.

Differential Revision: https://phabricator.services.mozilla.com/D25166

--HG--
extra : moz-landing-system : lando
2019-04-02 07:36:27 +00:00
Ian Moody 8bceae1489 Bug 1539265 - Handle ::marker pseudo-elements in reps. r=jdescottes,nchevobbe
Only place reps can display a ::marker currently is in the animation panel.

Differential Revision: https://phabricator.services.mozilla.com/D25165

--HG--
extra : moz-landing-system : lando
2019-04-02 07:36:20 +00:00
Ian Moody fdb2b8f412 Bug 1539265 - Add ::marker to the list of suggested pseudo selectors. r=jdescottes
For autocompletion of : in selector contexts, like the Style Editor.

Differential Revision: https://phabricator.services.mozilla.com/D25110

--HG--
extra : moz-landing-system : lando
2019-04-02 07:46:09 +00:00
Ian Moody 65872bf468 Bug 1539265 - Add ::marker pseudo-element handling to WalkerIndex. r=jdescottes
So ::marker pseudo elements can be found via searching for "::marker" in the
markup view.

Differential Revision: https://phabricator.services.mozilla.com/D25109

--HG--
extra : moz-landing-system : lando
2019-04-02 07:46:02 +00:00
Ian Moody adf896c1ab Bug 1539265 - Don't represent ::marker pseudo-elements with the internal _moz_generated_content_marker tagName in the markup view. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D25108

--HG--
extra : moz-landing-system : lando
2019-04-02 07:45:55 +00:00
Ian Moody 85f74da0e4 Bug 1539265 - Add a few optimisations for ::marker pseudos. r=jdescottes
Where there is existing for ::before and ::after.

Differential Revision: https://phabricator.services.mozilla.com/D25107

--HG--
extra : moz-landing-system : lando
2019-04-02 07:45:53 +00:00
Ian Moody 7e5567449a Bug 1539265 - Handle ::marker pseudos during drag & drop of nodes in the markup view. r=jdescottes
Prior to this the tab would crash with signature [@ nsINode::InsertChildBefore ]
if trying to insert before the ::marker.

Differential Revision: https://phabricator.services.mozilla.com/D25106

--HG--
extra : moz-landing-system : lando
2019-04-02 07:45:45 +00:00
Ian Moody 53e960c394 Bug 1539265 - Add isMarkerPseudoElement function to layout/utils.js. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D25105

--HG--
extra : moz-landing-system : lando
2019-04-02 07:45:38 +00:00
Ian Moody 71b7e1fa5d Bug 1539265 - Handle ::marker pseudo-elements in css-logic.js, so their rules show in the rule view. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D25071

--HG--
extra : moz-landing-system : lando
2019-04-02 07:45:31 +00:00
Ian Moody 00591e61ad Bug 1539265 - Add a test for ::marker displaying in the markup view. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D25070

--HG--
extra : moz-landing-system : lando
2019-04-02 07:45:23 +00:00
Ian Moody 34c44989b0 Bug 1539265 - Handle ::marker pseudo-elements on shadow roots in walker.js. r=jdescottes
At the moment when devtools.inspector.showAllAnonymousContent is true shadow
hosts with ::marker and ::before pseudos will stop showing the ::before and
won't show the ::marker either.

Differential Revision: https://phabricator.services.mozilla.com/D25058

--HG--
extra : moz-landing-system : lando
2019-04-02 07:45:16 +00:00
Petr Sumbera a13bbbbdf7 Bug 1432125 - Solaris xptcall clean-up - support 64bits gcc/clang only r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D25448

--HG--
extra : moz-landing-system : lando
2019-04-02 00:57:29 +00:00
Narcis Beleuzu 36a6694a8b Backed out changeset 304b957afe29 (bug 1527620) for marionette-media failures on test_youtube.py. CLOSED TREE 2019-04-02 11:19:26 +03:00
dlee 5cb90343fe Bug 1539150 - Use window.open instead of setting iframe src in test_classify_by_default.html. ?baku r=baku
In the test_classify_by_default.html, we use "network.cookie.cookieBehavior"
to test if a channel is correctly classified.

Cookie restriction is only enabled in nightly and early beta so the
default preference is not always set. Although we set the preference
in the testcase, it is too late because that the channel's cookie
setting might inherit from it's parent and may end up with getting
the old(default) value.

In this patch, we use window.open to test the tracker frame to make
sure we use the udpated prefrence.

Differential Revision: https://phabricator.services.mozilla.com/D25657

--HG--
extra : moz-landing-system : lando
2019-04-02 08:00:37 +00:00
Dhyey Thakore 091278a83c Bug 1539423 - Netmonitor docs: http/2 response headers are in small case r=Honza
Add comment in HeadersPanel

Differential Revision: https://phabricator.services.mozilla.com/D25704

--HG--
extra : moz-landing-system : lando
2019-04-02 07:39:55 +00:00
Tarek Ziadé 0d09d08c72 Bug 1527620 - Add youtube streaming tests - r=whimboo
This patch introduces a new marionette media test along
with a Youtube test.

To run the Youtube streaming test locally:

./mach marionette-test dom/media/test/marionette/test_youtube.py -vv --gecko-log -

Differential Revision: https://phabricator.services.mozilla.com/D23644

--HG--
extra : moz-landing-system : lando
2019-04-02 07:38:41 +00:00
Mike Hommey a4d168a04f Bug 1540788 - Make mach bootstrap choose arm target depending on the rust version. r=nalexander
Bootstrap is happy with rust version 1.32, but that version of rust
doesn't support the thumbv7neon target that we're trying to install
since bug 1539005. So install the armv7 target when rust is version
1.32.

Differential Revision: https://phabricator.services.mozilla.com/D25683

--HG--
extra : moz-landing-system : lando
2019-04-02 03:31:26 +00:00
violet fa6e04c666 Bug 1540703 - Should also reflow SVGTextFrame for non-display active child of switch element r=longsonr
When <switch> happens to have an active child that is non-display, we should still reflow all its descendant SVGTextFrame for consistency.

Differential Revision: https://phabricator.services.mozilla.com/D25699

--HG--
extra : moz-landing-system : lando
2019-04-02 06:08:23 +00:00
Daisuke Akatsuka 6e1f56419f Bug 1505131: Add a test for connection state on sidebar. r=jdescottes
Depends on D25033

Differential Revision: https://phabricator.services.mozilla.com/D25565

--HG--
extra : moz-landing-system : lando
2019-04-02 06:44:32 +00:00
Daisuke Akatsuka 9439d08d5c Bug 1505131: Show warning when the connecting is taking time. r=jdescottes,flod
Depends on D25033

Differential Revision: https://phabricator.services.mozilla.com/D25034

--HG--
extra : moz-landing-system : lando
2019-04-02 06:22:33 +00:00
Daisuke Akatsuka 5783c1a339 Bug 1505131: Show error message when the connecting was failed. r=jdescottes,flod
Depends on D25032

Differential Revision: https://phabricator.services.mozilla.com/D25033

--HG--
extra : moz-landing-system : lando
2019-04-02 06:44:34 +00:00
Daisuke Akatsuka cde6cfbbf8 Bug 1505131: Change the label and status of connection button when start to connect. r=jdescottes,flod
Differential Revision: https://phabricator.services.mozilla.com/D25032

--HG--
extra : moz-landing-system : lando
2019-04-02 06:21:23 +00:00
Alex Chronopoulos df730bd21e Bug 1540231 - Stop dispatching a task to the TaskQueue when we are already in it. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D25576

--HG--
extra : moz-landing-system : lando
2019-04-01 22:05:48 +00:00
Camil Staps b04078973e Bug 1513492 - Add support for a number of new (2018/12) text versions of WebAssembly instructions r=lth
The text format of the instructions wrap, extend, trunc, convert, demote,
promote, and reinterpret was changed recently to make them more consistent.
Signedness now appears after the type; e.g. trunc_f32_s instead of trunc_s/f32.
Also, local.tee can now be used besides tee_local.

See https://github.com/WebAssembly/wabt/issues/933 for reference.

Differential Revision: https://phabricator.services.mozilla.com/D25540

--HG--
extra : moz-landing-system : lando
2019-04-02 06:22:35 +00:00
David Walsh 901af55a55 Bug 1540172 - Align close button at top for expressions r=nchevobbe
Corrects the vertical alignment of the close button for watch expressions.

Differential Revision: https://phabricator.services.mozilla.com/D25465

--HG--
extra : moz-landing-system : lando
2019-04-02 06:16:25 +00:00
Daosheng Mu 0965abeaa7 Bug 1520339 - Part 2: handling memory reporting for VR process. r=kip,erahm
Differential Revision: https://phabricator.services.mozilla.com/D25321

--HG--
extra : moz-landing-system : lando
2019-04-02 05:13:17 +00:00
Daosheng Mu 9904bad8e0 Bug 1520339 - Part 1: adding ensure VR process ready mechanism. r=kip
Differential Revision: https://phabricator.services.mozilla.com/D25320

--HG--
extra : moz-landing-system : lando
2019-04-02 05:13:15 +00:00
Thomas Wisniewski e09c8827bc Bug 1495880 - update our cors/no-cors header safelisting to match the Fetch spec; r=hsivonen,ckerschb a=reland
update XHR cors/no-cors header safelisting to match the Fetch spec

Differential Revision: https://phabricator.services.mozilla.com/D7771

--HG--
extra : source : aaedb3306c2e4444ff3b89fff1ea701fcd9ec6b8
extra : amend_source : 3bfc64a516d8331fec7fa821ac8c12cd21d511fe
2019-04-01 05:20:15 +00:00
Cosmin Sabou c6fb484d17 Backed out changeset aaedb3306c2e (bug 1495880) in attempt to fix the wpt failures on fetch.any.serviceworker.html. a=merge
--HG--
extra : amend_source : 6f3c3904b85bb00c4267839fd6b817ae9d18b3e9
2019-04-02 04:08:54 +03:00
Cosmin Sabou 6f67a6f9e5 Merge mozilla-inbound to mozilla-central. a=merge 2019-04-02 00:55:55 +03:00
Noemi Erli 739bdd8dab Backed out changeset a7c0f3da75fa for linting opt failure in desktop_l10n.py CLOSED TREE 2019-04-01 21:20:04 +03:00
Brian Hackett 33ca510058 Bug 1529867 - Wait for worker source, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D25612

--HG--
extra : rebase_source : 940a415ade4c80a9fa884375749e2f4c9cc2cbf0
2019-04-01 07:48:39 -06:00