Commit Graph

64189 Commits

Author SHA1 Message Date
Brindusan Cristian
60126cdd06 Backed out 2 changesets (bug 1573605) for bc failures at browser_trackingUI_state.js. CLOSED TREE
Backed out changeset 2bd2687949b5 (bug 1573605)
Backed out changeset 63d640d3d8b8 (bug 1573605)
2019-08-20 14:51:50 +03:00
Nihanth Subramanya
5c54443fcd Bug 1573605 - More thoroughly test category item sections for various states. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42237

--HG--
extra : moz-landing-system : lando
2019-08-16 14:21:20 +00:00
Nihanth Subramanya
45e0197f18 Bug 1573605 - Show undetected protections category items in a "Not Found" section, update UI to spec. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42113

--HG--
extra : moz-landing-system : lando
2019-08-16 09:39:14 +00:00
Paul Zuehlcke
df1ed9b01a Bug 1574483 - Updated Policies.jsm to use PermissionManager principal methods. r=mkaply
Differential Revision: https://phabricator.services.mozilla.com/D42523

--HG--
extra : moz-landing-system : lando
2019-08-19 16:28:26 +00:00
Tim Nguyen
cd45ead7b7 Bug 1572701 - Move login-item metadata after form action buttons in edit mode. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D42583

--HG--
extra : moz-landing-system : lando
2019-08-20 05:14:08 +00:00
Robert Helmer
7b2e615378 Bug 1571472 - remove expectation of GreD and decrement XCurProcD omni jar file stats r=mconley
Corroborator.jsm no longer causes file I/O on early startup before user input is possible.

Depends on D41693

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

--HG--
extra : moz-landing-system : lando
2019-08-20 00:52:25 +00:00
Robert Helmer
b56ad07c90 Bug 1571472 - use idle dispatch to start up corroborator r=bdanforth
Differential Revision: https://phabricator.services.mozilla.com/D41693

--HG--
extra : moz-landing-system : lando
2019-08-20 00:48:41 +00:00
Robert Helmer
7058e3ddca Bug 1571472 - remove checks for corrupt system add-ons r=bdanforth
Per https://bugzilla.mozilla.org/show_bug.cgi?id=1515173#c24 we aren't going to sign these and they will instead move into omni.ja

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

--HG--
extra : moz-landing-system : lando
2019-08-20 00:47:58 +00:00
harry
4f4a15a1d5 Bug 1528593 - Rename UrlbarInput::value getter to untrimmedValue and textValue to value. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D42190

--HG--
extra : moz-landing-system : lando
2019-08-19 19:15:47 +00:00
Abdoulaye O. Ly
2071196eb3 Bug 1571080 - [Fission] Port form validation to JSWindowActor. r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D40483

--HG--
rename : browser/modules/FormValidationHandler.jsm => browser/actors/FormValidationParent.jsm
extra : moz-landing-system : lando
2019-08-19 18:20:19 +00:00
Bianca Danforth
780679ebf7 Bug 1542035 - Add read-only support for extension storage.local in addon debugger r=miker,rpl
* Add a new extensionStorage actor to enable inspection of data stored by an extension using the WebExtension storage.local API in the Storage panel client.
* The actor is only listed when the developer toolbox is targeting an extension process. For multi-process Firefox (e10s), this applies to only the toolbox accessed in about:debugging.
* The actor is gated behind a preference: devtools.storage.extensionStorage.enabled. This preference is set to false by default.
* The Storage panel displays storage item values as strings. If a storage item value is not JSON-stringifiable, it will be displayed in the table as "Object".
* It should be noted that extension storage.local’s storage backend is in the process of migrating from a JSON file to IndexedDB as of Firefox 66 for performance reasons. This actor only works for extensions that have migrated to the IndexedDB storage backend.
* In-line comments referencing Bugs 1542038 and 1542039 indicate places where the implementation may differ for local storage versus the other storage areas in the actor.

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

--HG--
extra : moz-landing-system : lando
2019-08-19 20:16:50 +00:00
Carolina
c0250f29fb Bug 1572368 - Enables about:certificate by default.r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41525

--HG--
extra : moz-landing-system : lando
2019-08-19 23:27:12 +00:00
Oana Pop Rus
a69647eae6 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-08-20 01:12:17 +03:00
mcrawford@mozilla.com
dc79ef2f04 Bug 1574876 - The "Lockwise" favicon is no longer displayed on the "Logins & Passwords" tab r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D42568

--HG--
extra : moz-landing-system : lando
2019-08-19 21:59:31 +00:00
Oana Pop Rus
be1b48a1bc Merge inbound to mozilla-central. a=merge 2019-08-20 00:56:07 +03:00
Cosmin Sabou
f6584dfc70 Backed out changeset 2bd128c84b4e (bug 1574567) for causing assertion failures on ServiceWorkerManagerService.cpp. 2019-08-19 22:00:28 +03:00
Mike Hommey
14434b6fd9 Bug 1573722 - Remove browser/config/mozconfigs/linux64/hazards. r=sfink
The mozconfig in the task definition is overriden in hazard-browser.sh,
so it has effectively no effect, and hazard-browser.sh has been using
js/src/devtools/rootAnalysis/mozconfig.haz since bug 1321014.

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

--HG--
extra : moz-landing-system : lando
2019-08-17 00:47:24 +00:00
Andrei Oprea
03353c067c Bug 1572492 - Protections Panel message learn more link is incorrectly placed in RTL r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D42287

--HG--
extra : moz-landing-system : lando
2019-08-16 12:22:29 +00:00
Ciure Andrei
9a123fb597 Backed out changeset 81156ff3f4fa (bug 1571656) for causing browser_PageActions.js and test_insertTree_fixupOrSkipInvalidEntries.js to perma fail CLOSED TREE 2019-08-19 13:00:44 +03:00
Razvan Maries
54381141f5 Bug 1468890 - Disabled browser_967000_button_charEncoding.js on Linux. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D42458

--HG--
extra : moz-landing-system : lando
2019-08-19 09:25:05 +00:00
Razvan Maries
e989f5e5c6 Bug 1570478 - Disabled browser_ext_devtools_network.js on Windows, Linux and MacOS. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D42456

--HG--
extra : moz-landing-system : lando
2019-08-19 09:22:20 +00:00
Razvan Maries
4967340220 Bug 1455054 - Disabled browser_tabswitch.js on Windows. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D42461

--HG--
extra : moz-landing-system : lando
2019-08-19 08:59:35 +00:00
Moritz Birghan
240771fa29 Bug 1571656 - Use Assert.jsm numeric comparison functions in tests r=mixedpuppy,MattN
Differential Revision: https://phabricator.services.mozilla.com/D40614

--HG--
extra : moz-landing-system : lando
2019-08-19 07:17:12 +00:00
Mark Banner
b1970e6a2f Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop
These are raised as redeclares or unused variables by ESLint 6.

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

--HG--
extra : moz-landing-system : lando
2019-08-19 07:11:56 +00:00
Tim Nguyen
f97ea42da3 Bug 1571748 - Properly update password field width after saving changes. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D42418

--HG--
extra : moz-landing-system : lando
2019-08-19 07:15:23 +00:00
Matthew Noorenberghe
8d6ede1151 Bug 1570372 - Add login sync "Never Lose a Password Again" CFR strings. r=k88hudson,fluent-reviewers,flod
Depends on D42074

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

--HG--
extra : moz-landing-system : lando
2019-08-16 04:10:38 +00:00
Matthew Noorenberghe
4f572e67ba Bug 1570372 - Add a newSavedLogin CFR trigger for when a login is saved from a doorhanger. r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D42074

--HG--
extra : moz-landing-system : lando
2019-08-15 18:48:14 +00:00
Tim Nguyen
b87dea9443 Bug 1571747 - Handle removeAllLogins notification in about:logins. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D42389

--HG--
extra : moz-landing-system : lando
2019-08-17 21:40:14 +00:00
Shane Caraveo
8cc7d865b8 Bug 1513855 ensure we notify quit application when running silent r=kmag
Running with -silent does not result in the quit application granted notification.
Without that notification, we have a deadlock in EnvironmentAddonBuilder where it blocks
beforeShutdown waiting on the XPIDatabase to load.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 23:09:25 +00:00
Matthew Noorenberghe
91e9a4e6b4 Bug 1571555 - Use a blank string in place of the username or password when decryption fails. r=keeler
Don't show the login in about:logins if the username or password cannot be decrypted.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 20:27:34 +00:00
Andrew McCreight
c226e7e747 Bug 1574567 - Enable various tests for Fission that don't actually crash with ServiceWorkerManagerService signatures. r=kmag
browser_antitracking_subiframes.js also seems to pass.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 19:45:02 +00:00
mcrawford@mozilla.com
d2a396f5cd Bug 1571531 - Flip STP Pref based on custom tracker protection in All Windows r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41579

--HG--
extra : moz-landing-system : lando
2019-08-16 18:42:50 +00:00
Marco Zehe
bbff91b9c7 Bug 1574389 - Give each div containing a bar a role of "img" for accessibility, r=mtigley
While NVDA works fine with the current implementation, JAWS needs the divs themselves to have an explicit role to pick them up properly and read them to the user. Since the divs essentially contain a graphical representation, the "img" role is appropriate to use in this context. This makes JAWS pick up the information for each bar.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 15:20:30 +00:00
Sebastian Hengst
53ceae20f0 Bug 1574535 - temporarily disable suddenly permafailing browser_startup_syncIPC.js. a=florian-on-IRC CLOSED TREE
--HG--
extra : amend_source : 62e63891a0f1fe3247c2b3c96eb54ab93f5bfb79
2019-08-16 18:51:55 +02:00
Aaron Klotz
db904c3cc8 Bug 1574298: Convert mscom::ProcessRuntime to use ProcessCategory enum and matching constructor; r=Jamie
In order to use `mscom::ProcessRuntime` in the maintenance service, we need
`ProcessRuntime` to be able to distinguish between more than just whether or not
the current process is the parent process.

I've added a new `ProcessCategory` enum to track this information, and revised
the constructors so that we now have one that accepts a ProcessCategory.

The `ProcessCategory` constructor is private inside XUL, since the
`GeckoProcessType` variant should always be used in that case.

We also slightly change apartment initialization to depend on the underlying
`ProcessCategory` value.

Finally, I modify the one case where we instantiate a `ProcessRuntime` in the
launcher process to use the new constructor.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 16:06:45 +00:00
mcrawford@mozilla.com
ea906a1753 Bug 1574108 - blocklist migration (ETP) using UI version 85 won't run in beta and release once it reaches version 70 because UI version 86 got uplifted r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42175

--HG--
extra : moz-landing-system : lando
2019-08-16 15:47:59 +00:00
mcrawford
2dc8fda553 Bug 1550165 - Footer advertising links to Lockwise mobile apps. r=fluent-reviewers,Pike,MattN
Differential Revision: https://phabricator.services.mozilla.com/D34370

--HG--
extra : moz-landing-system : lando
2019-08-16 14:43:37 +00:00
Abdoulaye O. Ly
cbbacc1e6a Bug 1559244 - Step 2: Add support for crashing sub-frame. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D37780

--HG--
extra : moz-landing-system : lando
2019-08-15 19:51:42 +00:00
Micah Tigley
992954b151 Bug 1570301 - Make protection report's text colors more accessible. r=ntim
Includes:
  - Text for legend tabs
  - Accessible colors for Lockwise and Monitor cards' number labels.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 14:10:43 +00:00
Mike Conley
a81ab33ba7 Bug 1574169 - Disable privileged content process for about:home for now. r=Gijs
We've had this enabled and holding on Nightly for a while now, but
it's not been able to ride the trains due to a number of issues.

In the interests of testing what we ship, we should disable it until
it's closer to being ready to ship.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 13:57:32 +00:00
dennisschagt
3fb8915a37 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-16 08:47:19 +00:00
Nicholas Nethercote
08f34bc7d6 Bug 1572633 - Remove browser.cache.frecency_experiment. r=mayhemer
It's unused.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 11:18:46 +00:00
Tim Huang
224f4402d4 Bug 1571898 - Fix the color for the hover state of the buttons in the protections panel. r=nhnt11
This patch adds some missing rules for showing the proper hover state in Linux.

Depends on D42282

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

--HG--
extra : moz-landing-system : lando
2019-08-16 09:43:04 +00:00
Tim Huang
b22614c4ac Bug 1567417 - Make the buttons in the footer section of the protections panel to ignore the appearance setting of the toolbarbutton. r=nhnt11
We need to overwrite the '-moz-appearance' CSS rule of the buttons in
the footer section of the protections panel in order to properly style
the buttons.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 09:32:03 +00:00
Tim Huang
f89cb79d37 Bug 1566810 - Part 2: Add the permission granted indicator to the identity panel. r=johannh
This patch adds the permission granted indicator to the identity panel.
The granted indicator will be shown if there is any granted permission.
And it will got update if permission changes. We also update a test for
this change.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 07:42:39 +00:00
Tim Huang
914361be88 Bug 1566810 - Part 1: Add the granted permission indicator on the lock icon. r=johannh
This patch adds a permission indictor on the lock icon and it is only
shown if there is any permission has been granted.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 14:21:27 +00:00
Daniel Varga
95ce40b8d4 Backed out changeset a7ac9f64f6ea (bug 1561056) for build bustage at widget/gtk/nsDragService. On a CLOSED TREE 2019-08-16 09:30:39 +03:00
Ed Lee
5ff7943b7d Bug 1574334 - Add lazy cards, story engagements and bug fixes to New Tab Page r=pdahiya,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D42229

--HG--
extra : moz-landing-system : lando
2019-08-16 05:54:16 +00:00
Sebastian Streich
c051155f99 Bug 1561056 - Pass CSP on Link-drop r=ckerschb,Gijs,farre
Differential Revision: https://phabricator.services.mozilla.com/D37563

--HG--
extra : moz-landing-system : lando
2019-08-15 18:44:00 +00:00
Tim Nguyen
7234393e73 Bug 1572475 - Make the about:logins sidebar have a fixed width. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D42228

--HG--
extra : moz-landing-system : lando
2019-08-15 22:57:37 +00:00