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

664481 Коммитов

Автор SHA1 Сообщение Дата
Nika Layzell 4b42c1ee29 Bug 1523638 - Part 4: Move NextWindowId logic into nsContentUtils, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D37651

--HG--
extra : moz-landing-system : lando
2019-08-08 16:07:03 +00:00
Nika Layzell 5f47039328 Bug 1523638 - Part 3: Construct WindowGlobal actors using ManagedEndpoint, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D37650

--HG--
extra : moz-landing-system : lando
2019-08-08 16:06:56 +00:00
Nika Layzell e90e6161b3 Bug 1523638 - Part 2: Store and expose URI and Principal on WindowGlobalChild, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D37649

--HG--
extra : moz-landing-system : lando
2019-08-08 16:06:54 +00:00
Nika Layzell cf783b1634 Bug 1523638 - Part 1: Remove mIPCClosed from PWindowGlobal, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D37648

--HG--
extra : moz-landing-system : lando
2019-08-08 16:06:52 +00:00
Kris Maglione 64c062d570 Bug 1570773: Move browsingContext getter to nsIDocShellTreeItem and add notxpcom variant. r=nika
This also renames the existing infallible nsDocShell:GetBrowsingContext()
getter to BrowsingContextRef(), and changes the return type, since several
callers rely on it returning a raw pointer rather than an already_AddRefed.

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

--HG--
extra : moz-landing-system : lando
2019-08-07 16:59:30 +00:00
Andreas Tolfsen 91b38964c8 bug 1572397: webdriver: release v0.40.0; r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D41185

--HG--
extra : moz-landing-system : lando
2019-08-08 15:35:42 +00:00
Bob Owen 0514fa184b Bug 1567054: Always call EnsureTarget in CanvasRenderingContext2D::GetSurfaceSnapshot. r=jrmuizel
This reverts to the previous behavior when the function was defined in the
header file, where we always called EnsureTarget first. Not doing this
introduces an as yet unexplained performance issue in certain circumstances.

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

--HG--
extra : moz-landing-system : lando
2019-08-08 17:41:39 +00:00
Agi Sferro d5d199cc40 Bug 1571492 - Add apiLint command in api_changes lint errors. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D41140

--HG--
extra : moz-landing-system : lando
2019-08-08 04:05:10 +00:00
Kate Hudson 0fb9a5f7e3 Bug 1570481 - Update and reorder set of first run cards r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D41234

--HG--
extra : moz-landing-system : lando
2019-08-08 17:19:14 +00:00
Alexandre Poirot 31187c757c Bug 1570685 - Only resolve DomPanel.open once the properties are updated. r=nchevobbe,jdescottes,Honza
This relates to bug 1566421, where the timing around DOM panel instantiation changed.
Since that patch landed, the full initialization of DOM Panel looks faster.
The FETCH_PROPERTIES action doesn't necessarily happen after domPanel.open()
resolves. i.e. it can happen *during* this method call.
Now, the previous patch of this queue, as well as some other I'm currently working
on are changing that behavior again and adding some delay in DOM panel initialization.

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

--HG--
extra : moz-landing-system : lando
2019-08-08 17:10:26 +00:00
Alexandre Poirot c9c50db29f Bug 1570685 - Revert startListeners, stopListeners, autocomplete and evaluateJSAsync requests to the previous format. r=nchevobbe
Bug 1570685 changed the format of these requests,
leading to backward compatiblity issues.

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

--HG--
extra : moz-landing-system : lando
2019-08-08 17:10:24 +00:00
mcrawford@mozilla.com 6a63cdac35 Bug 1566861 - Revise Tracking Protection Panel UI in Preferences r=fluent-reviewers,Pike,johannh
This updates various strings across the privacy panel.
- Update mulitple text strings in Enhanced Tracking Protection panel
- Add additional icons/revise order of strings in panel UI
- Hide "Change Block List" ui in Custom option of ETP behind pref: browser.contentblocking.customBlockList.preferences.ui.enabled;true

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

--HG--
extra : moz-landing-system : lando
2019-08-08 16:58:17 +00:00
Brian Hackett 4aefdac168 Bug 1571169 - Watch for dead object proxies for debugger objects, r=tcampbell.
Differential Revision: https://phabricator.services.mozilla.com/D41235

--HG--
extra : moz-landing-system : lando
2019-08-08 16:09:44 +00:00
Tom Ritter b405904dfb Bug 1572092 - Improve pref documentation for sync r=njn
Differential Revision: https://phabricator.services.mozilla.com/D41008

--HG--
extra : moz-landing-system : lando
2019-08-08 00:51:39 +00:00
Eitan Isaacson 09554268a2 Bug 1571616 - Prune or reinsert accessibles in non-accessible container. r=Jamie
We need to visit the descendants of a container that has no accessible,
but has accessible children.

Also added a test for delayed removal where we can put all these nasty
cases.

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

--HG--
extra : moz-landing-system : lando
2019-08-08 16:47:14 +00:00
Bogdan Tara 27fee7c535 Backed out changeset 987353e173e1 (bug 1572191) for triggering many android failures CLOSED TREE 2019-08-08 19:46:32 +03:00
Andreas Pehrson b1a9df5eca Bug 1571004 - Check that AddStream() is not too late. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D40796

--HG--
extra : moz-landing-system : lando
2019-08-08 16:41:53 +00:00
Andreas Pehrson 3513fc1358 Bug 1571004 - Release resources last. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D40795

--HG--
extra : moz-landing-system : lando
2019-08-08 16:03:44 +00:00
Jared Wein 1ea3e8b520 Bug 1571567 - Fix no-fallthrough errors in /testing. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D40879

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:52 +00:00
Jared Wein 22ae3511f6 Bug 1571567 - Fix no-fallthrough errors in /services. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D40878

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:36 +00:00
Jared Wein 9ad3ab33b5 Bug 1571567 - Fix no-fallthrough errors in /netwerk. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D40877

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:38 +00:00
Jared Wein c4dc4bec25 Bug 1571567 - Fix no-fallthrough errors in /layout. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D40876

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:39 +00:00
Jared Wein a30e9c1f3c Bug 1571567 - Fix no-fallthrough errors in /js. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D40875

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:41 +00:00
Jared Wein 90c83c7843 Bug 1571567 - Fix no-fallthrough errors in /dom. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D40874

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:45 +00:00
Jared Wein 6aa4a70824 Bug 1571567 - Fix no-fallthrough errors in /docshell. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D40873

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:43 +00:00
Jared Wein 119b3dc08a Bug 1571567 - Fix no-fallthrough errors in /toolkit. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D40746

--HG--
extra : moz-landing-system : lando
2019-08-08 16:18:24 +00:00
Jared Wein 776e7c17fb Bug 1571567 - Fix no-fallthrough errors in /browser. r=MattN,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D40745

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:49 +00:00
Jared Wein 7ddc91c1db Bug 1571567 - Enable the no-fallthrough eslint rule. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D40744

--HG--
extra : moz-landing-system : lando
2019-08-08 15:18:51 +00:00
Luke Crouch c09b8f92e4 Bug 1572118 enable about:logins breach-alerts r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D41023

--HG--
extra : moz-landing-system : lando
2019-08-08 16:17:44 +00:00
Liang-Heng Chen 0dba42d786 Bug 1571494 - use new logic for showing doorhanger and items in privacy panel; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D40817

--HG--
extra : moz-landing-system : lando
2019-08-08 16:11:33 +00:00
L. David Baron b9c8f65d6d Bug 1572288 - Set gfx.font_rendering.ahem_antialias_none so the reference (where the font is called Ahem) matches the test (where it isn't). r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D41135

--HG--
extra : moz-landing-system : lando
2019-08-08 16:00:20 +00:00
Gurzau Raul ac457c851f Backed out 2 changesets (bug 1571004) for build bustage at MediaStreamGraph.cpp on a CLOSED TREE.
Backed out changeset 3cdfea168207 (bug 1571004)
Backed out changeset 5fcd8b91765c (bug 1571004)
2019-08-08 18:59:54 +03:00
Andreas Pehrson e4b4a658da Bug 1571004 - Check that AddStream() is not too late. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D40796

--HG--
extra : moz-landing-system : lando
2019-08-08 15:30:55 +00:00
Andreas Pehrson 3a56042205 Bug 1571004 - Release resources last. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D40795

--HG--
extra : moz-landing-system : lando
2019-08-07 09:53:54 +00:00
Ehsan Akhgari 75723b9e3d Bug 1572258 - Prevent concurrent instances of TemporaryAccessGrantObserver from being created for the same (principal, permission type) pair; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D41115

--HG--
extra : moz-landing-system : lando
2019-08-08 15:17:59 +00:00
Bogdan Tara 844afcfb06 Backed out 10 changesets (bug 1571567) complementary backout after es lint failure on the patch CLOSED TREE
Backed out changeset ce83fa75ae32 (bug 1571567)
Backed out changeset 7aa97ba7cce9 (bug 1571567)
Backed out changeset 777d79076e99 (bug 1571567)
Backed out changeset fbdf6b75a484 (bug 1571567)
Backed out changeset e2ed4620f232 (bug 1571567)
Backed out changeset 2c67015f12c6 (bug 1571567)
Backed out changeset 7ec086bb5bd5 (bug 1571567)
Backed out changeset 42df735c8556 (bug 1571567)
Backed out changeset 7d5fc57b2809 (bug 1571567)
Backed out changeset 606bafb8211c (bug 1571567)
2019-08-08 18:13:54 +03:00
Bogdan Tara d9963db85c Backed out changeset 8f699e0bfbad (bug 1571567) for es lint failure on browser/head.js CLOSED TREE 2019-08-08 18:07:05 +03:00
Dylan Roeh 392fd88eee Bug 1572191 - Set memory-only permission manager DB pref in GV. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D41072

--HG--
extra : moz-landing-system : lando
2019-08-08 14:17:27 +00:00
Nazım Can Altınova 2d7895a7ea Bug 1572456 - Switch the files of multi/single page information tests. r=julienw
Differential Revision: https://phabricator.services.mozilla.com/D41216

--HG--
extra : moz-landing-system : lando
2019-08-08 14:53:19 +00:00
Brian Hackett b4fe5d6573 Bug 1571926 - Don't record timeline consumers mutex, r=froydnj.
Differential Revision: https://phabricator.services.mozilla.com/D40905

--HG--
extra : moz-landing-system : lando
2019-08-08 14:54:58 +00:00
Nihanth Subramanya d98a134515 Bug 1569770 - [Protections Panel] Update Site Not Working? subpanel to match spec. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D41179

--HG--
extra : moz-landing-system : lando
2019-08-08 14:50:51 +00:00
Tim Huang 3941b3910a Bug 1567784 - Part 3: Add tests to check the tooltip of the lock icon is correct if the page is insecure. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41077

--HG--
extra : moz-landing-system : lando
2019-08-08 14:37:24 +00:00
Tim Huang 2b475b4af6 Bug 1567784 - Part 2: Add a tooltip for the lock icon if the page is insecure. r=johannh
Depends on D41075

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

--HG--
extra : moz-landing-system : lando
2019-08-08 10:41:11 +00:00
Tim Huang 0db714c9be Bug 1567784 - Part 1: Add a string for the tooltip of the 'not secure' lock icon. r=johannh,flod
Differential Revision: https://phabricator.services.mozilla.com/D41075

--HG--
extra : moz-landing-system : lando
2019-08-08 10:41:10 +00:00
Nupur Baghel 0bb6e128d9 Bug 1569100 - Marionette: Add DeleteSession command. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D41196

--HG--
extra : moz-landing-system : lando
2019-08-08 14:23:03 +00:00
Nicolas Chevobbe e9634ef8c8 Bug 1441711 - Create multiple proxies when in Fission Browser Console. r=ochameau.
When opening the Browser Console, if the browser toolbox fission pref
is enabled, we create a WebConsoleConnectionProxy for each process.
This allow us to not start the ContentProcessMessages listener (that
uses ContentProcessMessagesForward), but directly connect to the content
process, to get fully inspectable console message, from the Browser Console.

We keep the this.proxy reference in WebConsoleUI to represent the "main" target
proxy, and we add an `additionalProxies` property that represent proxies
for other targets we connect to (e.g. content process targets).
We then have a function to list all the proxies we're handling, in order to
be able to do tasks on all of them (e.g. clearing cache, network message, ...)

We also take this as an opportunity to add a `evaluateJSAsync` at the
WebConsoleUI level so callsites don't retrieve the proxy.webConsoleClient
themselves.

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

--HG--
extra : moz-landing-system : lando
2019-08-08 13:23:03 +00:00
Tom Schuster d2d9c3ff60 Bug 1558915 - Use infallible nsIURI::SchemeIs in netwerk/. r=baku
Sorry I had some problems figuring out who can review netwerk/. Most people seem to be on PTO.

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

--HG--
extra : moz-landing-system : lando
2019-08-08 13:02:36 +00:00
Nihanth Subramanya 87b85ea3b1 Bug 1572443 - [Protections Panel] Reduce font-weight of the "Why?" label in the "Not Blocking" section. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D41209

--HG--
extra : moz-landing-system : lando
2019-08-08 14:16:32 +00:00
Alexander Surkov 002fc892ce Bug 1539651 - Convert places-popup-base and places-popup-arrow bindings to Custom Elements r=mak
Differential Revision: https://phabricator.services.mozilla.com/D33821

--HG--
rename : browser/components/places/content/menu.xml => browser/components/places/content/places-menupopup.js
extra : moz-landing-system : lando
2019-08-08 14:28:36 +00:00
Geoff Brown 791788aef7 Bug 1568861 - Run android-hw mochitest-media against geckoview; r=bc
Differential Revision: https://phabricator.services.mozilla.com/D41205

--HG--
extra : moz-landing-system : lando
2019-08-08 13:54:07 +00:00