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

64095 Коммитов

Автор SHA1 Сообщение Дата
Jeff Muizelaar 748023a0e5 Bug 1573681. Allow 0 calls to GetDeviceStatus. r=florian
If Init() completes before we call EnsureGPUReady we won't send GetDeviceStatus
so we can safely ignore if unused.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 14:11:38 +00:00
Micah Tigley 7894040eac Bug 1561336 - ftl file ready for translations. r=fluent-reviewers,mtigley,flod
Differential Revision: https://phabricator.services.mozilla.com/D41431

--HG--
rename : browser/components/protections/content/protections.ftl => browser/locales/en-US/browser/protections.ftl
extra : moz-landing-system : lando
2019-08-14 13:52:19 +00:00
Carolina ba042b192b Bug 1572278 - Adjusts checkViewCertificate test function in browser_aboutCertError.js for the new cert viewer.r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41125

--HG--
extra : moz-landing-system : lando
2019-08-14 13:25:53 +00:00
Ciure Andrei 566e7e2e28 Backed out 6 changesets (bug 1572590) for causing browser_parsable_script.js to perma fail CLOSED TREE
Backed out changeset ebe2ebcca7b3 (bug 1572590)
Backed out changeset 2b5c252ee874 (bug 1572590)
Backed out changeset 5f0649891808 (bug 1572590)
Backed out changeset fedd2e1da156 (bug 1572590)
Backed out changeset 8dc530a45e3f (bug 1572590)
Backed out changeset 1bba9cf0078b (bug 1572590)
2019-08-14 16:40:02 +03:00
Gijs Kruitbosch 50ddf33040 Bug 1568518 - don't allow early blank window on mac where it can break the app menu after update restarts, r=florian
Differential Revision: https://phabricator.services.mozilla.com/D41779

--HG--
extra : moz-landing-system : lando
2019-08-14 12:51:43 +00:00
Ciure Andrei b454daea7a Backed out 3 changesets (bug 1531303) for causing close_window/close.py and browser_permissions_dialog.js to perma fail CLOSED TREE
Backed out changeset 87305e83174e (bug 1531303)
Backed out changeset 0c75c3bac00b (bug 1531303)
Backed out changeset 865c2a5d40da (bug 1531303)
2019-08-14 13:07:55 +03:00
Paul Zuehlcke 065ae1e01e Bug 1531303 - Refactored tests using SitePermissions URI methods for PermissionTestUtils and principals. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41490

--HG--
extra : moz-landing-system : lando
2019-08-14 08:31:39 +00:00
Paul Zuehlcke 93bacc1004 Bug 1531303 - Refactored tests using PermissionManager URI methods to use PermissionTestUtils. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41029

--HG--
extra : moz-landing-system : lando
2019-08-14 08:31:23 +00:00
Nicholas Nethercote 20510486a5 Bug 1572590 - Indent conditionally-defined prefs in firefox-branding.js. r=KrisWright
Differential Revision: https://phabricator.services.mozilla.com/D41318

--HG--
extra : moz-landing-system : lando
2019-08-14 08:19:41 +00:00
Nicholas Nethercote aed750ddf9 Bug 1572590 - Indent conditionally-defined prefs in firefox.js. r=KrisWright
The patch also removes several comments from the top of the file, every single
one of which is incorrect.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 08:19:04 +00:00
Olli Pettay 1373bb3701 Bug 1563587, Make history.back/forward/go asynchronous, r=farre
The main part of the change is the change to ChildSHistory - make it possible to have Go() to be called asynchronously
and also let one to cancel pending history navigations. History object (window.history) can then use either the sync or
async Go(), depending on the dom.window.history.async pref.

LoadDelegate, which is used by GeckoView, needs special handling, since
it spins event loop nestedly. With session history loads and same-document loads we can just
bypass it.
To deal with same-document case, MaybeHandleSameDocumentNavigation is split to IsSameDocumentNavigation,
which collects relevant information about the request and returns true if same-document navigation should happen,
and then later HandleSameDocumentNavigation uses that information to trigger the navigation.
SameDocumentNavigationState is used to pass the information around.

referrer-policy-test-case.sub.js is buggy causing tests to pass only on Firefox with sync history API.

nested-context-navigations-iframe.html.ini is added because of https://bugzilla.mozilla.org/show_bug.cgi?id=1572932

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

--HG--
extra : moz-landing-system : lando
2019-08-14 06:38:47 +00:00
Tim Nguyen 62bc42ce67 Bug 1573606 - Prompt for confirmation when exiting edit mode with unsaved changes via 'New login' button. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D41803

--HG--
extra : moz-landing-system : lando
2019-08-14 02:32:07 +00:00
Nicholas Nethercote dd9bd0a9f7 Bug 1572622 - Merge remote.js into all.js. r=ato
This makes prefs definition simpler, more consistent, and less error-prone.

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

--HG--
extra : moz-landing-system : lando
2019-08-13 23:49:39 +00:00
Nicholas Nethercote 3aa9f46986 Bug 1572336 - Merge marionette.js into all.js. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D41151

--HG--
extra : moz-landing-system : lando
2019-08-13 23:49:39 +00:00
Johann Hofmann a76314c2b9 Bug 1573498 - Add SocialTracking.updateCategoryItem(). r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D41757

--HG--
extra : moz-landing-system : lando
2019-08-13 21:16:27 +00:00
Cosmin Sabou 31550d2412 Bug 1572052 - Fix eslint failures on browser_createLogin.js. 2019-08-13 23:09:16 +03:00
harry 1386614987 Bug 1573581 - Add megabar pref. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D41785

--HG--
extra : moz-landing-system : lando
2019-08-13 19:36:31 +00:00
Tim Nguyen 1e884cfb99 Bug 1572052 - Disable “Create New Login” button when creating a new login. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D41815

--HG--
extra : moz-landing-system : lando
2019-08-13 19:27:59 +00:00
Coroiu Cristina 3745a4a26f Backed out 2 changesets (bug 1563587) for junit failures on a CLOSED TREE
Backed out changeset d07f2e7d6f5e (bug 1563587)
Backed out changeset a365d3c43261 (bug 1563587)
2019-08-13 22:33:52 +03:00
harry 661a4df8a1 Bug 1561894 - Implement simplified one-off search button design. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D39751

--HG--
extra : moz-landing-system : lando
2019-08-13 19:03:20 +00:00
Mike Conley d64c589ac1 Bug 1568320 - Add a context menu to the Picture-in-Picture toggle to allow for easy hiding. r=NeilDeakin,JSON_voorhees
Differential Revision: https://phabricator.services.mozilla.com/D40305

--HG--
extra : moz-landing-system : lando
2019-08-13 18:29:29 +00:00
Coroiu Cristina f10c637f09 Bug 1556066 - Disable browser_bug817947.js on linux64 for frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D41802

--HG--
extra : moz-landing-system : lando
2019-08-13 18:30:09 +00:00
Abdoulaye O. Ly 3404406db0 Bug 1370046 - Ensure preloaded browser has finished loading in browser/components/sessionstore/test/browser_background_tab_crash.js before crashing it. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D40451

--HG--
extra : moz-landing-system : lando
2019-08-02 19:27:12 +00:00
Cosmin Sabou b26c339222 Backed out 6 changesets (bug 1572189, bug 1572773, bug 1568974, bug 1571710, bug 1568972) for eslint failure on content/pageinfo/security.js. CLOSED TREE
Backed out changeset d0162a59fb9f (bug 1572773)
Backed out changeset c2105d0d65aa (bug 1572189)
Backed out changeset 49b0496a73ed (bug 1571710)
Backed out changeset 1ba4647f9bb9 (bug 1568974)
Backed out changeset a33c6ef60d25 (bug 1568974)
Backed out changeset 168b4675c975 (bug 1568972)
2019-08-13 21:23:23 +03:00
dleblanccyr fe443d7006 Bug 1568974 - Adds error warning to certificate viewer. r=johannh,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D39531

--HG--
extra : moz-landing-system : lando
2019-08-13 14:09:44 +00:00
Olli Pettay 924f5f1a55 Bug 1563587, Make history.back/forward/go asynchronous, r=farre
The main part of the change is the change to ChildSHistory - make it possible to have Go() to be called asynchronously
and also let one to cancel pending history navigations. History object (window.history) can then use either the sync or
async Go(), depending on the dom.window.history.async pref.

LoadDelegate, which is used by GeckoView, needs special handling, since
it spins event loop nestedly. With session history loads and same-document loads we can just
bypass it.
To deal with same-document case, MaybeHandleSameDocumentNavigation is split to IsSameDocumentNavigation,
which collects relevant information about the request and returns true if same-document navigation should happen,
and then later HandleSameDocumentNavigation uses that information to trigger the navigation.
SameDocumentNavigationState is used to pass the information around.

referrer-policy-test-case.sub.js is buggy causing tests to pass only on Firefox with sync history API.

nested-context-navigations-iframe.html.ini is added because of https://bugzilla.mozilla.org/show_bug.cgi?id=1572932

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

--HG--
extra : moz-landing-system : lando
2019-08-13 17:11:35 +00:00
Micah Tigley 78ebc6fbf5 Bug 1572494 - [RTL] Fix panel cut-off and radio button appearing when tab is selected. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41661

--HG--
extra : moz-landing-system : lando
2019-08-13 16:15:13 +00:00
Micah Tigley af1822ba97 Bug 1572493 - [RTL] Fix positioning of icons in the protection report graph. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41659

--HG--
extra : moz-landing-system : lando
2019-08-13 15:48:18 +00:00
Marco Zehe ded0ce9b5e Bug 1573197 - Make the bar chart in the protection report accessible, r=mtigley,fluent-reviewers,flod
To make the graph accessible, we turn the graph itself into a WAI-ARIA table. Each day then becomes a row within that table.

Within each row, we first have a total number, and then for each bar, we add another table cell. We record the widest row and add that to the table for assistive technologies to know how many columns there are.

In addition, we take the day legend and make that into the first column via aria-owns. The day becomes the header for the row. This changes the accessible tre structure which now differs significantly from the DOM structure.

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

--HG--
extra : moz-landing-system : lando
2019-08-13 16:07:41 +00:00
Omkar Konaraddi d584b814aa Bug 1573320 - When setting a contextual tip, don't change the focus r=adw
Differential Revision: https://phabricator.services.mozilla.com/D41667

--HG--
extra : moz-landing-system : lando
2019-08-13 01:05:29 +00:00
Edouard Oger c198318999 Bug 1567569 - Add VR and TV device icons. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D41464

--HG--
extra : moz-landing-system : lando
2019-08-13 02:52:07 +00:00
Tim Huang 435074693c Bug 1573431 - Fix the issue that the "number of trackers" won't show if reopening it without a mouse move. r=nhnt11
We show the number of tracker if the data is up-to-date when opening the
panel.

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

--HG--
extra : moz-landing-system : lando
2019-08-13 13:32:47 +00:00
Csoregi Natalia dc6efa0aee Backed out changeset 1c7a1d0fda0e (bug 1317138) for browser-chrome failures on browser_duplicateIDs.js. CLOSED TREE 2019-08-13 16:50:08 +03:00
Alexander Surkov 9f31d5882a Bug 1572624 - arrowscrollbox doesn't work properly if hosted in shadow DOM, r=dao
Differential Revision: https://phabricator.services.mozilla.com/D41609

--HG--
extra : moz-landing-system : lando
2019-08-13 13:16:47 +00:00
dennisschagt d138b16159 Bug 1569420 - Use scheme parameter instead of hardcoded "http" r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D39608

--HG--
extra : moz-landing-system : lando
2019-08-13 13:06:57 +00:00
harry 75ce4fd5c6 Bug 1564787 - Remove quantumbar pref. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D41624

--HG--
extra : moz-landing-system : lando
2019-08-12 20:51:35 +00:00
Nihanth Subramanya f2e5159767 Bug 1573454 - Hide "Blocking" section header when there is a site exception. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D41745

--HG--
extra : moz-landing-system : lando
2019-08-13 12:36:48 +00:00
Nihanth Subramanya 8f9aa0533f Bug 1559258 - Clean up margins, paddings, and font-sizes in Protections Panel. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41093

--HG--
extra : moz-landing-system : lando
2019-08-13 11:53:45 +00:00
dennisschagt e072be96cc Bug 1317138 - Summary: Add extra info in new-tab tooltip when containers are enabled r=jkt
Differential Revision: https://phabricator.services.mozilla.com/D37611

--HG--
extra : moz-landing-system : lando
2019-08-13 11:50:17 +00:00
Nihanth Subramanya 1e5634826f Bug 1573318 - [Protections Panel] Don't allow header to flex within the vbox. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D41658

--HG--
extra : moz-landing-system : lando
2019-08-13 11:01:52 +00:00
Bogdan Tara fcfc942912 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-08-13 12:58:02 +03:00
Bogdan Tara c7e8bc4996 Merge inbound to mozilla-central. a=merge 2019-08-13 12:55:15 +03:00
Itiel 5e606d718d Bug 1573035 - Mirror the open-in-new.svg icons for RTL
Reviewers: markh

Reviewed By: markh

Bug #: 1573035

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

--HG--
extra : rebase_source : b91e488cecd70188ae14e887af541a9b883fbdc7
2019-08-13 09:10:57 +03:00
Mihai Alexandru Michis d40a91221a Merge autoland to mozilla-central. a=merge 2019-08-13 06:45:22 +03:00
Ed Lee ca11959d3e Bug 1573174 - Add Pocket footers, Monitor adjustments and bug fixes to New Tab Page r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D41669

--HG--
extra : moz-landing-system : lando
2019-08-13 02:22:39 +00:00
Mihai Alexandru Michis 83d134b73c Merge inbound to mozilla-central. a=merge 2019-08-13 00:53:10 +03:00
Omkar Konaraddi 62485bc441 Bug 1559508 - Implement onButtonClicked and onLinkClicked events r=adw,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D39538

--HG--
extra : moz-landing-system : lando
2019-08-12 17:55:50 +00:00
Cosmin Sabou 5264922d4e Bug 1429950 - Disable test_headless_screenshot.html on linux !e10s. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D41474

--HG--
extra : moz-landing-system : lando
2019-08-12 16:25:11 +00:00
Francesco Lodolo (:flod) 4c80dac76e Bug 1573386 - Remove Crimean Tatar (crh) locale from Firefox Nightly builds r=Pike
Differential Revision: https://phabricator.services.mozilla.com/D41716

--HG--
extra : moz-landing-system : lando
2019-08-13 08:42:29 +00:00
Emilio Cobos Álvarez c3ee3ac3a8 Bug 1418624 - Allow mozilla::Result to be moved, make unwrap{,Err}() move, and add inspect() APIs that return references. r=froydnj
Also adjust some of the callers that were either calling unwrap() repeatedly on
the same result, or were doing silly copies, to use inspect().

We could try to use stuff like:

https://clang.llvm.org/docs/AttributeReference.html#consumed-annotation-checking

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

--HG--
extra : moz-landing-system : lando
2019-08-13 08:26:18 +00:00