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

627932 Коммитов

Автор SHA1 Сообщение Дата
Micah Tigley 61cf4613b9 Bug 1513500 - Fixed it so getCurrentDisplay also checks if a flex container is actually a flex item. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D14312

--HG--
extra : moz-landing-system : lando
2018-12-13 15:07:49 +00:00
Dão Gottwald 0afe87a2cf Bug 1513827 - Let toolbar context menu handle nodes without ids. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D14390

--HG--
extra : moz-landing-system : lando
2018-12-13 14:53:18 +00:00
Ehsan Akhgari d4b2c4dbef Bug 1511818 - Keep track of unique domains with a valid hostname for the purposes of the automatic access grant heuristics of the Storage Access API r=mikedeboer
This is an attempt to fix a Talos regression caused by the cost of URL
parsing.  The approach I'm taking here is to modify the requirements of
bug 1509047 part 2 slightly so that I can remove the expensive code
which resulted in the Talos regression.

The change in behaviour is that the automatic access grants for the
Storage Access API will use the number of unique domains visited in the
session as opposed to the number of unique origins visited.

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

--HG--
extra : moz-landing-system : lando
2018-12-12 15:21:32 +00:00
Nicolas Chevobbe 2b41cc1612 Bug 1513244 - Close autocomplete navigation on page navigation; r=Honza.
The autocomplete popup contains information about the context
it was opened in. If the context changes, the content of the
popup might be outdated, or plainly wrong.
Closing the popup seems like a safe way to handle this.
We take this as an opportunity to move the willNavigate handler
to webconsole-output-wrapper, where we can dispatch a new
WILL_NAVIGATE action to which reducers might react.
A test is added to make sure this works as expected.

Depends on D12939

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

--HG--
extra : moz-landing-system : lando
2018-12-13 14:35:34 +00:00
Nicolas Chevobbe a587b43474 Bug 1499289 - Bug 1513244 - Extract fetchAutocompleteProperties from JsTerm into a Redux action; r=Honza.
The functions needed to build the autocomplete request are moved
to the serviceContainer so it can be called from everywhere in
the code, and not only from the JsTerm.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 14:37:20 +00:00
James Graham 48b47d05cd Bug 1513598 - Run only specified wpt tests with mach try fuzzy, r=marco
The keys in the test_paths dict contain the name of the suite e.g. web-platform-tests-testharness, so specify these
keys rather than the generic web-platform-tests key

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

--HG--
extra : moz-landing-system : lando
2018-12-13 14:21:09 +00:00
Sebastian Hengst 913e7441c3 Bug 1513795 - Set link-click-redirected-blocked.sub.html to also fail on Android 7.0 x86. DONTBUILD r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D14419

--HG--
extra : moz-landing-system : lando
2018-12-13 14:02:23 +00:00
ffxbld a805f97925 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D14412

--HG--
extra : moz-landing-system : lando
2018-12-13 13:25:12 +00:00
Jeremy Lempereur 695604da1d Bug 1481014 - WIP - Rewrite net_IsValidIPv4Addr in rust. r=valentin,froydnj
Differential Revision: https://phabricator.services.mozilla.com/D3713

--HG--
extra : moz-landing-system : lando
2018-12-13 12:07:26 +00:00
Dão Gottwald d0b805fc67 Bug 1513845 - Stop using XPCOMUtils.defineLazyGetter for gNavigatorBundle. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D14391

--HG--
extra : moz-landing-system : lando
2018-12-13 12:34:40 +00:00
Gijs Kruitbosch 550f1546cd Bug 1513007 - avoid permanently breaking scrolling to background tabs when promiseDocumentFlushed returns synchronously, r=dao
Differential Revision: https://phabricator.services.mozilla.com/D14086

--HG--
extra : moz-landing-system : lando
2018-12-13 11:31:31 +00:00
Kartikaya Gupta 3afa32dbb4 Bug 1499655 - Ensure we forceLayerTreeToComposite in tests where we read the compositor APZ test data at the start of the test. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D14206

--HG--
extra : moz-landing-system : lando
2018-12-13 12:23:58 +00:00
Kartikaya Gupta 58959d9011 Bug 1499655 - Move the flushLayout code into forceLayerTreeToCompositor. r=botond
These two bits of code conceptually belong together, since the
flushLayout code is intended to work around a case where
forceLayerTreeToCompositor wasn't doing anything. So it makes sense to
just put them into the same function.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 12:24:08 +00:00
WR Updater Bot d85cc748f1 Bug 1513746 - Update webrender to commit 6bf4830c0b9158245e436f8d5dc08970d1a90fe9 (WR PR #3405). r=kats
https://github.com/servo/webrender/pull/3405

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

--HG--
extra : moz-landing-system : lando
2018-12-13 11:30:44 +00:00
Mathieu Leplatre 2bc67b2afd Bug 1506175 - Fetch recipes from Remote Settings r=mythmon,Gijs
Instead of obtaining the recipes from the Normandy server, obtain them from RemoteSettings

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

--HG--
extra : moz-landing-system : lando
2018-12-11 16:10:21 +00:00
Gerald Squelart c46d35ae2f Bug 1497414 - Make contain:layout+size frames reflow roots - r=dbaron,dholbert
Differential Revision: https://phabricator.services.mozilla.com/D8056

--HG--
extra : moz-landing-system : lando
2018-12-13 11:19:55 +00:00
Mark Banner 369c0ee4b0 Bug 1512516 - Fix intermittent failure in browser_searchTelemetry.js by waiting for idle a few times so that the messages have chance to get to the actors. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D14369

--HG--
extra : moz-landing-system : lando
2018-12-13 10:51:41 +00:00
inspiro 89f1fb7652 Bug 1204247: Remove code supporting metro under testing/ r=jmaher
Bug 1204247: Remove code supporting metro under testing/

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

--HG--
extra : moz-landing-system : lando
2018-12-13 10:57:04 +00:00
Michael Kaply c2fab2fa37 Bug 1297382 - Don't show context menu for one-off setting button r=dao
Differential Revision: https://phabricator.services.mozilla.com/D14264

--HG--
extra : moz-landing-system : lando
2018-12-13 09:00:37 +00:00
Jan-Erik Rediger ed297c17da Bug 1511307 - Remove not-ready note from docs r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D14136

--HG--
extra : moz-landing-system : lando
2018-12-13 10:02:31 +00:00
Margareta Eliza Balazs d8f92ab5be Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-12-13 11:46:22 +02:00
Cameron Kaiser fd32b3a6fa Bug 1512162: Disable stack protection for a portion of XPConnect on ppc64le due to a compiler bug. r=bholley 2018-12-12 18:52:08 -08:00
Cosmin Sabou 7a9da4ebbf Merge mozilla-central to mozilla-inbound. 2018-12-13 06:01:44 +02:00
Cosmin Sabou 9835fdf72c Merge mozilla-inbound to mozilla-central. a=merge 2018-12-13 05:56:48 +02:00
Cosmin Sabou edce6c68ac Merge autoland to mozilla-central. a=merge 2018-12-13 05:54:41 +02:00
Cosmin Sabou 0bedc24aae Backed out 2 changesets (bug 1511235) for causing bugs 1513454, 1513456 as alwu requested on irc. a=backout
Backed out changeset 4c9f874d6868 (bug 1511235)
Backed out changeset 3432e8bee7f1 (bug 1511235)
2018-12-13 03:43:36 +02:00
Emilio Cobos Álvarez 55f71edc6f Bug 1512537 - Update test expectations. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D14245

--HG--
extra : moz-landing-system : lando
2018-12-13 00:53:07 +00:00
Emilio Cobos Álvarez 59a72efa12 Bug 1512537 - Update euclid. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D14246

--HG--
extra : moz-landing-system : lando
2018-12-13 00:53:58 +00:00
Emilio Cobos Álvarez cdc48784dc Bug 1512537 - Let the reference frame know about the transform style. r=kats
This is the only Gecko side change needed for https://github.com/servo/webrender/pull/3401.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 00:54:48 +00:00
WR Updater Bot 53f822895a Bug 1513682 - Update webrender to commit b5f190951f27dd04067489b9fbbeb87f55765f57 (WR PR #3401). r=kats
https://github.com/servo/webrender/pull/3401

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

--HG--
extra : moz-landing-system : lando
2018-12-13 00:55:13 +00:00
adam.kolodko 8859b55ad1 Bug 1508990 - Enable ESLint for dom/ipc/ (manual changes) r=Standard8,mrbkap
Depends on D13887

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

--HG--
extra : moz-landing-system : lando
2018-12-13 00:45:24 +00:00
adam.kolodko 1a8fd9262f Bug 1508990 - Enable ESLint for dom/ipc/ (automatic changes) r=Standard8,mrbkap
Differential Revision: https://phabricator.services.mozilla.com/D13887

--HG--
extra : moz-landing-system : lando
2018-12-13 00:43:55 +00:00
Narcis Beleuzu 99f7b49656 Backed out changeset 3fa420b71260 (bug 1477113) for bc failures on browser_total.js. CLOSED TREE 2018-12-13 09:53:39 +02:00
Hiroyuki Ikezoe 5f7099b985 Bug 1513750 - Add BUG_COMPONENT "Core :: CSS Transitions and Animations" component for css-animations/ and css-transitions/. r=birtles
Also the css-easing/ entry is moved to the position by alphabetical order.

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

--HG--
extra : moz-landing-system : lando
2018-12-13 07:13:39 +00:00
Jim Blandy fe0bd15edb Bug 1509420: Handle CCWs of functions properly in bindToAsyncStack shell function. r=jorendorff
In js.cpp, BindToAsyncStack used JSObject::isCallable to check the type of its
argument, and then BoundToAsyncStack (the native for the function returned)
assumed that it could call JSObject::as<JSFunction> on that value.

However, there are many things that are isCallable but not is<JSFunction>, two
examples being CCWs and function proxies.

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

--HG--
extra : moz-landing-system : lando
2018-12-12 23:58:03 +00:00
Kartikaya Gupta 3071a667e4 Bug 1501382 - Add a mochitest. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D14285

--HG--
extra : moz-landing-system : lando
2018-12-12 22:58:40 +00:00
Dana Keeler eba436101f bug 1496215 - Enable EV Treatment for UCA Extended Validation Root owned by SHECA r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D14344

--HG--
extra : moz-landing-system : lando
2018-12-12 22:37:17 +00:00
Cosmin Sabou 3717e2d11e Merge mozilla-inbound to mozilla-central. a=merge 2018-12-12 23:54:49 +02:00
Irvin Ives Lau 3cfb3ae6f3 Bug 1509634 - Remove toolkit/themes/osx/mozapps/extensions/toolbarbutton-dropmarker.png and replace usage with arrow-dropdown-12.svg. r=jaws
--HG--
extra : rebase_source : 598c42cfb7d2aa9d9fe760356ad7549728c8c6a5
extra : amend_source : 7fa23f019690670ab5534f0f41715f86b7f4116e
2018-12-12 22:31:12 +01:00
Cosmin Sabou 77839dcc2d Merge mozilla-central to mozilla-inbound. 2018-12-13 00:02:44 +02:00
Noemi Erli e4cf4cb51a Backed out 2 changesets (bug 1512989) for jsreftests failures
Backed out changeset 4c79e8192f9f (bug 1512989)
Backed out changeset 59a6d8169f80 (bug 1512989)

--HG--
rename : js/src/tests/non262/Date/parse-from-tostring-methods.js => js/src/tests/ecma_6/Date/parse-from-tostring-methods.js
2018-12-12 23:54:45 +02:00
Jason Laster fcd9f9a2a9 Bug 1513397 - Update Debugger Frontend v107. r=davidwalsh 2018-12-12 16:11:18 -05:00
Jason Laster 5f143dbce7 Bug 1513397 - [release 107] Remove unnecessary constructors (#7419). r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D14277
2018-12-12 16:10:13 -05:00
Jason Laster 2afbb547a2 Bug 1513397 - [release 107] Change conditional panel to use location (#7366). r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D14276
2018-12-12 16:10:13 -05:00
Jason Laster 5b01a30f05 Bug 1513397 - [release 107] Clean up editor functions (#7413). r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D14275
2018-12-12 16:10:13 -05:00
Jason Laster 15825c1942 Bug 1513397 - [release 107] Add flow types to BreakpointContextMenu props (#7393). r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D14274
2018-12-12 16:10:12 -05:00
Jason Laster b7d0e9a201 Bug 1513397 - [release 107] Typecheck addBreakpoint and require breakpoint line numbers in editor gutter fns (#7390). r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D14273
2018-12-12 16:10:12 -05:00
Jason Laster 98c5693277 Bug 1513397 - [release 107] Only show the XHR breakpoint checkbox underline if there are real xhr bps (#7381). r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D14272
2018-12-12 16:10:12 -05:00
Jason Laster 5fa7a50263 Bug 1513397 - [release 107] Don't filter out dollar symbols in function names (#7386). r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D14271
2018-12-12 16:10:11 -05:00
Jason Laster e089fdf3d3 Bug 1513397 - [release 107] Resolve pause-point flow errors due to new mapped points. (#7375). r=davidwalsh 2018-12-12 16:10:11 -05:00