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

3650 Коммитов

Автор SHA1 Сообщение Дата
Neil Deakin 65cad80635 Bug 1644151, remove now unused PromiseMessage.jsm module, actors can use sendQuery to wait for messages instead, r=marcosc
Differential Revision: https://phabricator.services.mozilla.com/D79574
2020-07-07 12:34:28 +00:00
Neil Deakin f1cd439a13 Bug 1644151, convert manifest from legacy actor to JSWindowActor, r=marcosc
Differential Revision: https://phabricator.services.mozilla.com/D79573
2020-07-07 12:33:26 +00:00
Kenrick 687756c037 Bug 921157 - Deprecate FileUtils.getDir(..., ..., true) during startup/shutdown
Because passing true to the 3rd parameter (shouldCreate)
causes main thread I/O and should be avoided
especially during startup/shutdown

Differential Revision: https://phabricator.services.mozilla.com/D78912
2020-06-15 09:03:46 +00:00
Emilio Cobos Álvarez 69bd04067f Bug 1650444 - Explicitly disallow finding in <input type=password>. r=jfkthame
Maybe if / when we have a native way to allow showing the password we
can lift this if the password is visible or what not. Until then this is
just confusing.

Differential Revision: https://phabricator.services.mozilla.com/D82296
2020-07-06 15:05:47 +00:00
Jonathan Watt 875c3dcf70 Bug 1636803. Stop using message passing to initiate printing. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D74574
2020-07-06 13:23:18 +00:00
Julian Descottes 3ec6af87ab Bug 1650155 - Remove remaining mentions of whitelist in files using allowMatchingRejectionsGlobally r=Gijs
Depends on D82059

Differential Revision: https://phabricator.services.mozilla.com/D82061
2020-07-03 16:57:25 +00:00
Julian Descottes 3e1e4c22b6 Bug 1650155 - Rename PromiseTestUtils.whitelistRejectionsGlobally to allowMatchingRejectionsGlobally r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D82059
2020-07-03 17:01:29 +00:00
Andrea Marchesini 11aed139b7 Bug 1649802 - Expose cookie sameSite=lax-by-default as experimental feature, r=jaws,fluent-reviewers,mconca,preferences-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D81878
2020-07-03 14:12:13 +00:00
Zibi Braniecki ea5b8a7d68 Bug 1642060 - Handle Credit Card Type select. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D81015
2020-07-02 15:36:44 +00:00
Neil Deakin 2db39b4cfb Bug 1645538, convert ContentPrefServiceChild/ContentPrefServiceParent to use JSProcessActor instead of per-process message manager, r=adw
Differential Revision: https://phabricator.services.mozilla.com/D79577
2020-07-01 17:03:32 +00:00
Dale Harvey 9ac9dbc610 Bug 1627540 - Add an IDL for Region.jsm so it can be accessed via C++ r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D79914
2020-06-25 18:08:37 +00:00
Matt Woodrow 751fe6358b Bug 1647557 - Implement RemoteWebProgress using CanonicalBrowsingContext instead of MessageManager. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D70626
2020-06-30 01:18:47 +00:00
Dale Harvey df928be821 Bug 1627555 - Update region if in new location for a length of time. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D79272
2020-06-27 08:14:11 +00:00
Matt Woodrow 269822540c Bug 1646892 - Disable DocumentChannel process switching into the parent process when the old-RDM is running, since we don't support switching out of a nested <iframe mozbrowser>. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D81262
2020-06-27 04:10:48 +00:00
Matt Woodrow 213fab51e4 Bug 1646892 - Allow DocumentChannel process switches into the parent process. r=jya,nika
Differential Revision: https://phabricator.services.mozilla.com/D80327
2020-06-27 04:10:23 +00:00
Matthew Noorenberghe 57e09be6aa Bug 1599567 - Only record jsonfile.load events for the allowed file names.
Fixes the console warnings for files not listed as allowed objects in Events.yaml.

Differential Revision: https://phabricator.services.mozilla.com/D81432
2020-06-27 04:37:53 +00:00
Dorel Luca d706a36326 Backed out changeset c1568e698723 (bug 1627555) for Devtools failures in /tests/browser_resources_several_resources.js. CLOSED TREE 2020-06-26 17:08:15 +03:00
Dale Harvey ad16313f52 Bug 1627555 - Update region if in new location for a length of time. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D79272
2020-06-25 22:20:21 +00:00
Neil Deakin 92c10e5f50 Bug 1646197, convert about:certificate to JSWindowActor instead of old RPM, r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D80017
2020-06-25 01:13:05 +00:00
prathiksha bc85d62d8c Bug 1597358 - Create a backup of logins.json to use when logins.json is missing or corrupt. r=MattN
Depends on D78477

Differential Revision: https://phabricator.services.mozilla.com/D79688
2020-06-25 16:30:42 +00:00
prathiksha a7eff183d5 Bug 1599567 - Add telemetry for when logins store is unusable because of missing or corrupt logins.json file. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D78477
2020-06-25 16:29:25 +00:00
Mathieu Leplatre a4fabab49a Bug 1639284 - Store records, timestamp and metadata in one IndexedDB transaction r=Gijs,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D78246
2020-06-24 10:00:53 +00:00
Matt Woodrow ea21b3dd8e Bug 1646582 - Remove RemoteWebProgressManager. r=nika,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D80129
2020-06-24 19:59:04 +00:00
Francesco Lodolo (:flod) a4b5e4d9bd Bug 1647692 - Add language packs and dictionaries to about:support, r=Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D80808
2020-06-24 13:30:22 +00:00
Dorel Luca 90a64f0da1 Backed out 4 changesets (bug 1646582) for Browser-chrome failures on nsIWebProgress.addProgressListener. CLOSED TREE
Backed out changeset 2111dd0d6dc0 (bug 1646582)
Backed out changeset e6c496c5a4b1 (bug 1646582)
Backed out changeset 49b4ae8c8be0 (bug 1646582)
Backed out changeset 9d42ec89240c (bug 1646582)
2020-06-24 07:50:07 +03:00
Matt Woodrow acd97f7b2c Bug 1646582 - Remove RemoteWebProgressManager. r=nika,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D80129
2020-06-24 03:25:09 +00:00
Dorel Luca f618398690 Backed out 2 changesets (bug 1626507) on dev's request
Backed out changeset 92117ff66bda (bug 1626507)
Backed out changeset d2e886102c03 (bug 1626507)
2020-06-24 05:04:41 +03:00
Paul Bone d2a322df9a Bug 1626507 - Update comment since code has moved r=mattwoodrow
Depends on D80339

Differential Revision: https://phabricator.services.mozilla.com/D80594
2020-06-23 09:01:03 +00:00
Paul Bone 8749f45b54 Bug 1626507 - Remove documentchannel exceptions r=mattwoodrow
This patch removes the excemptions for about:newtab, about:home and
about:blank.

When we switch processes using session restore we sometimes focus the
content area. We mustn't do this if the uri is undefined, this can happen
for some of these pages and we expect the address bar to be focused instead.

Differential Revision: https://phabricator.services.mozilla.com/D80339
2020-06-23 06:25:33 +00:00
Narcis Beleuzu b894acb874 Backed out 4 changesets (bug 1646582) for mochitest failures on test_ext_tabs_create.html . CLOSED TREE
Backed out changeset ce5cdfc5d7cf (bug 1646582)
Backed out changeset 2ac69a2b6708 (bug 1646582)
Backed out changeset 74d89cb24414 (bug 1646582)
Backed out changeset 7de0ff1af560 (bug 1646582)
2020-06-23 06:30:03 +03:00
Matt Woodrow f851c6be5b Bug 1646582 - Remove RemoteWebProgressManager. r=nika,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D80129
2020-06-23 01:23:59 +00:00
Jared Wein e4a22684f4 Bug 1644542 - Include experimental features in about:support. r=Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D79250
2020-06-22 20:54:01 +00:00
Zibi Braniecki dabd409d5f Bug 1647043 - Add support for IIN detection based on Credit Card Number. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D80370
2020-06-22 16:06:14 +00:00
Noemi Erli e7cee93cdd Backed out changeset 73d805c4e78c (bug 1599567) for causing failures in est_event_ping.py CLOSED TREE 2020-06-22 18:52:39 +03:00
prathiksha 99776696c5 Bug 1599567 - Add telemetry for when logins store is unusable because of missing or corrupt logins.json file. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D78477
2020-06-22 14:24:23 +00:00
Csoregi Natalia aec20399f5 Backed out changeset a0af6d53c082 (bug 1639284) for multiple failures e.g. browser_asrouter_whatsnewpanel.js CLOSED TREE 2020-06-22 12:20:39 +03:00
Mathieu Leplatre 07af99c7f1 Bug 1639284 - Store records, timestamp and metadata in one IndexedDB transaction r=Gijs,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D78246
2020-06-22 08:21:40 +00:00
Csoregi Natalia 3d39d3b7dd Backed out changeset 0f0e045d2928 (bug 1647043) for multiple formautofill failures. CLOSED TREE 2020-06-22 09:11:13 +03:00
Zibi Braniecki 93a7d88e2d Bug 1647043 - Add support for IIN detection based on Credit Card Number. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D80370
2020-06-22 04:14:23 +00:00
Cosmin Sabou 17e54eff48 Backed out changeset 7e39d1eed06b (bug 1639284) for xpcshell failures on test_blocklist_severities.js. CLOSED TREE 2020-06-18 17:29:29 +03:00
Mathieu Leplatre 986bc3704b Bug 1639284 - Store records, timestamp and metadata in one IndexedDB transaction r=Gijs,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D78246
2020-06-18 09:47:43 +00:00
Butkovits Atila 5e6c771725 Backed out changeset 31524d1785a2 (bug 1639095) for mochitest failures on browser_documentChannel.js. CLOSED TREE 2020-06-18 10:23:28 +03:00
Paul Bone 67165e64ab Bug 1639095 - Re-remove allowLinkedWebInFileUriProcess r=kmag
Depends on D77764

Differential Revision: https://phabricator.services.mozilla.com/D78457
2020-06-05 17:08:04 +00:00
Mihai Alexandru Michis cce0439cc1 Backed out changeset da7cbff78183 (bug 1639284) for causing failures in test_engine_selector_remote_settings.js
CLOSED TREE
2020-06-17 20:51:02 +03:00
Kris Maglione 3bda67deab Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp
Differential Revision: https://phabricator.services.mozilla.com/D75429
2020-06-17 17:17:16 +00:00
Mathieu Leplatre a4d248daf8 Bug 1639284 - Store records, timestamp and metadata in one IndexedDB transaction r=Gijs,extension-reviewers,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D78246
2020-06-17 15:58:25 +00:00
Nika Layzell cde53b3bec Bug 1508306 - Part 1: Migate the Large-Allocation handler to DocumentLoadListener, r=mattwoodrow,necko-reviewers,geckoview-reviewers,agi,valentin
This removes the diagnostic warnings which used to be logged when the
Large-Allocation header was present, but failed to switch into a
Large-Allocation process. Due to the low adoption of the header, this shouldn't
be too large of a problem, but we can look into re-adding the diagnostics if
needed in the future.

The new codepath no longer performs multiple network requests for
Large-Allocation resources, and now relies on the battle-tested
DocumentLoadListener codepath for process switching.

Differential Revision: https://phabricator.services.mozilla.com/D78998
2020-06-15 23:24:07 +00:00
Nika Layzell 24afe9ee3d Bug 1640019 - Part 6: Get rid of the rebuild_frameloaders pref, r=Gijs
This pref was enabled on all platforms, and the codepath which has it disabled
has been untested for some time. Remove the pref to simplify the code handling
the old case.

Differential Revision: https://phabricator.services.mozilla.com/D78974
2020-06-15 23:24:00 +00:00
Henri Sivonen d5b9be12ce Bug 1603712 - Remove intl.charset.detector.ng.enabled pref and resulting dead code. r=Gijs,fluent-reviewers,valentin,m_kato
Differential Revision: https://phabricator.services.mozilla.com/D79101
2020-06-15 15:32:21 +00:00
Marco Bonardo 1896efc1b5 Bug 1645331 - Catch asyncClose exceptions and mark the database as closed. r=lina
Differential Revision: https://phabricator.services.mozilla.com/D79447
2020-06-13 03:10:45 +00:00