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

60836 Коммитов

Автор SHA1 Сообщение Дата
Dão Gottwald f568816086 Bug 1527260 - Integrate one off buttons into keyboard navigation. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D19656

--HG--
extra : moz-landing-system : lando
2019-02-13 15:06:54 +00:00
Cosmin Sabou ea11387364 Backed out changeset a14a11bf2d6f (bug 1436086) for eslint failure on browser_toolbarButtonKeyPress.js. CLOSED TREE 2019-02-13 15:35:34 +02:00
James Teh 356adc5d97 Bug 1436086: Implement keyboard navigation for the main and Bookmarks toolbars. r=Gijs
Having separate tab stops for every toolbar control results in an unmanageable number of tab stops.
Therefore, we group several buttons under a single tab stop and allow movement between them using left/right arrows.
However, text inputs use the arrow keys for their own purposes, so they need their own tab stop.
There are also groups of buttons before and after the URL bar input which should get their own tab stop.
The subsequent buttons on the toolbar are then another tab stop after that.

Tab stops for groups of buttons are set using the <toolbartabstop/> element.
This element is invisible, but gets included in the tab order.
When one of these gets focus, it redirects focus to the appropriate button.
This avoids the need to continually manage the tabindex of toolbar buttons in response to toolbarchanges.

Navigation to for the View site information button and notification anchors is now managed by this new framework.
As such, they no longer need their own position in the tab order and the CSS has been tweaked accordingly.

For now, this new functionality is behind a pref (browser.toolbars.keyboard_navigation) which is currently disabled by default.

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

--HG--
extra : moz-landing-system : lando
2019-02-13 11:18:45 +00:00
Bob Owen 392f603291 Bug 1515088 Part 1: Backed out changeset 86ef2274deff (bug 1519368). r=mhowell
This change also includes temporary installer code to try and remove any
remaining Image File Execution Options.
2019-02-08 17:16:29 +00:00
Razvan Maries 2fb9019d41 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-02-15 11:59:08 +02:00
Daniel Varga 1e9aa9e1fc Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE
--HG--
rename : browser/components/nsBrowserContentHandler.js => browser/components/BrowserContentHandler.jsm
2019-02-15 03:51:05 +02:00
Alexander Surkov 1649231cef Bug 1527495 - migrate text-link binding to CE, r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D19595

--HG--
rename : toolkit/content/widgets/text.xml => toolkit/content/widgets/text.js
2019-02-12 19:14:40 -05:00
Ed Lee 0b18c766a9 Bug 1527504 - Add parallel feeds, performance telemetry and bug fixes to Activity Stream r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D19597

--HG--
extra : moz-landing-system : lando
2019-02-13 02:04:26 +00:00
Razvan Maries dcc3ecb682 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-02-13 07:23:59 +02:00
Andreea Pavel 5ed044bed1 Backed out changeset e957d571c91c (bug 1524264) for failing bc at browser_extension_controlled.js on a CLOSED TREE 2019-02-13 06:22:27 +02:00
Daisuke Akatsuka a48415d8aa Bug 1522400: Set proper context menu items on about:devtools-toolbox page. r=jdescottes,mconley
Depends on D17458

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

--HG--
extra : moz-landing-system : lando
2019-02-13 01:50:20 +00:00
Geoff Brown 7e2ceb9259 Bug 1527011 - Support win64-aarch64 artifact builds; r=nalexander 2019-02-12 18:03:38 -07:00
Junior Hsu 59dba7c26e Bug 1524264 - move noproxy textbox lower to hint as a global effect r=ewright,flod
Differential Revision: https://phabricator.services.mozilla.com/D18981

--HG--
extra : moz-landing-system : lando
2019-02-13 01:45:28 +00:00
Andreea Pavel b998f1d978 Backed out changeset a2e4d687840d (bug 1429016) for build bustages at Notification.cpp on a CLOSED TREE 2019-02-13 03:33:48 +02:00
Mark Striemer 0fcb607ae7 Bug 1506102 - Don't count lastFallbackLocale as installed when just fluent is included r=zbraniecki,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D18386

--HG--
extra : moz-landing-system : lando
2019-02-12 23:28:27 +00:00
ui.manish f128ab6073 Bug 1429016- Remove or extend expiring WEB_NOTIFICATION_* telemetry probes r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D18877

--HG--
extra : moz-landing-system : lando
2019-02-12 23:53:10 +00:00
Dave Townsend e6e78ccea3 Bug 1527418: Add missing l10n-id to newInstallPage.html. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D19561

--HG--
extra : moz-landing-system : lando
2019-02-12 20:43:16 +00:00
Thomas Nguyen 85ce5ab061 Bug 1517703 - Part 2 - Use ReferrerInfo in loadURIOptions from js r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D17922

--HG--
extra : moz-landing-system : lando
2019-02-12 19:35:24 +00:00
Joel Maher 2d1cf6ee1f Bug 1527369 - re-enable many tests on windows 1803 due to invalid screen resolution whilst testing. r=gbrown
re-enable many tests on windows 1803 due to invalid screen resolution whilst testing

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

--HG--
extra : moz-landing-system : lando
2019-02-12 17:47:39 +00:00
Olli Pettay 8999c414f0 Bug 1489259, let more reflows happen while running browser_appmenu.js, r=mconley
--HG--
extra : rebase_source : 7b0496b4c32e978901338d02af35df7de78dc1fe
2019-02-12 22:18:25 +02:00
Jonathan Kingston 3421b8fcff Bug 1520868 - Replacing AsyncOpen2 with AsyncOpen always r=valentin
Replacing js and text occurences of asyncOpen2
Replacing open2 with open

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

--HG--
rename : layout/style/test/test_asyncopen2.html => layout/style/test/test_asyncopen.html
extra : moz-landing-system : lando
2019-02-12 16:08:25 +00:00
Dorel Luca 313155b999 Backed out 4 changesets (bug 1521808) for build bustage. CLOSED TREE
Backed out changeset 80aeea5f7abe (bug 1521808)
Backed out changeset c8c151d92c03 (bug 1521808)
Backed out changeset cc0a5c7dabb4 (bug 1521808)
Backed out changeset 8d5174a560fa (bug 1521808)
2019-02-12 14:54:45 +02:00
Valentin Gosu 005dcbada4 Bug 1521808 - Implement process switching based on Cross-Opener-Origin-Policy header r=nika,qdot
* New topLevel loads get the nsILoadInfo.openerPolicy of the current top level document
* Parsing the Cross-Opener-Origin-Policy of a channel will update mLoadInfo.openerPolicy and this value will get propagated to the child process.
* SessionStore now checks nsIHttpChannel.hasCrossOriginOpenerPolicyMismatch (preffed off) and performs a process switch if needed

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

--HG--
rename : toolkit/components/remotebrowserutils/tests/browser/browser_httpResponseProcessSelection.js => toolkit/components/remotebrowserutils/tests/browser/browser_httpCrossOriginOpenerPolicy.js
extra : moz-landing-system : lando
2019-02-12 12:16:58 +00:00
Narcis Beleuzu f178bb98b6 Bug 1517966 - Disable test on debug for frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D19337

--HG--
extra : moz-landing-system : lando
2019-02-12 09:40:44 +00:00
Mike Hommey 353eb51c20 Bug 1527798 - Upgrade toolchain tasks using MSVC to 15.8.4. r=froydnj
It turns out version 15.4.2 spawns a vctip process that sticks after the
build, and since bug 1527798, that breaks unmounting caches because the
process has a handle on msvcp140.dll, which lies in the source
directory. The problem goes away with 15.8.4, so upgrade all toolchain
tasks to that.

That's the same version as we're using on x86/x86-64 MSVC builds.

Differential Revision: https://phabricator.services.mozilla.com/D19752
2019-02-16 07:22:34 +09:00
Neil Deakin 1a628e76c2 Bug 1519952, replace calls to boxobject screenX and screenY with the equivalent on XULElement, r=paolo 2019-02-15 15:26:17 -05:00
Gijs Kruitbosch 8e0e225e22 Bug 1527081 - don't create preloaded tabs for session-restored additional tabs, r=dao
Differential Revision: https://phabricator.services.mozilla.com/D19409

--HG--
extra : moz-landing-system : lando
2019-02-12 09:23:45 +00:00
Dão Gottwald 2930b7b1fe Bug 1526670 - UrlbarView: Let the title not consume more than 70% of the available width. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D19265

--HG--
extra : moz-landing-system : lando
2019-02-12 01:47:18 +00:00
Mike Conley 52278792ca Bug 1520329 - Add messaging infrastructure for opening videos in a Picture in Picture window. r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D16903

--HG--
extra : moz-landing-system : lando
2019-02-12 02:34:38 +00:00
Nika Layzell dc77d7d5c3 Bug 1522839 - Cache permanentKey in case it changes during navigateAndRestore, r=qdot
Differential Revision: https://phabricator.services.mozilla.com/D19402

--HG--
extra : moz-landing-system : lando
2019-02-12 02:47:51 +00:00
Dave Townsend abdfbbb0a2 Bug 1526845: Include missing context parameter in the Firefox Accounts sign in page url. r=stomlinson
Differential Revision: https://phabricator.services.mozilla.com/D19375

--HG--
extra : moz-landing-system : lando
2019-02-11 22:50:53 +00:00
Luca Greco 61544d720f Bug 1525200 - Fix history webextension API failing to load when loaded after the bookmarks API. r=zombie
This patch changes ext-history.js and ext-browsingData.js to ensure that these API modules are importing PlacesUtils in the same way as ext-bookmarks.js, because mixing CU.defineModuleGetter and CU.import would raise an error and it would break those two WebExtensions APIs if the ext-bookmarks.js gets loaded first.

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

--HG--
extra : moz-landing-system : lando
2019-02-08 22:30:48 +00:00
Mike Hommey cc54bcd2be Bug 1526497 - Manually set clang/libclang path for mingwclang builds. r=me CLOSED TREE
Until bug 1526857 fixes things for good.

--HG--
extra : amend_source : c2b54794042b318d3adf64175b7777d516a6dc72
2019-02-12 08:30:21 +09:00
Bogdan Tara 2c0ee18d6e Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-02-11 23:59:48 +02:00
Bogdan Tara 12bbbc3d51 Merge inbound to mozilla-central. a=merge 2019-02-11 23:55:15 +02:00
Felipe Gomes 3d2ed3d3a0 Bug 1527049 - Remove ScrollbarSampler.jsm. r=jaws
This module is no longer used.

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

--HG--
extra : moz-landing-system : lando
2019-02-11 20:54:08 +00:00
Ehsan Akhgari 579799aeef Backout changeset f7b5792623ad (bug 1525727) because we're not ready to ship yet 2019-02-11 14:09:03 -05:00
Brindusan Cristian 5b10c0d0f0 Backed out changeset e785008a884f (bug 1506102) for bc failures at browser_browser_languages_subdialog.js. 2019-02-11 19:32:16 +02:00
Gijs Kruitbosch ac7548c093 Bug 1526793 - always prompt for restart when toggling permanent private browsing mode, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D19313

--HG--
extra : moz-landing-system : lando
2019-02-11 16:11:37 +00:00
Mark Striemer 7233a0e11e Bug 1506102 - Don't count lastFallbackLocale as installed when just fluent is included r=zbraniecki,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D18386

--HG--
extra : moz-landing-system : lando
2019-02-11 15:24:55 +00:00
Dão Gottwald 30ff4f3151 Bug 1511053 - Stop affecting the titlebar's height while dragging tabs. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D19268

--HG--
extra : moz-landing-system : lando
2019-02-10 15:34:22 +00:00
Dão Gottwald 21badbd5d3 Bug 1526679 - UrlbarView::selectedResult should handle no result being selected. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D19266

--HG--
extra : moz-landing-system : lando
2019-02-11 12:22:02 +00:00
Paolo Amadini 123c21759e Bug 1526426 - Fix name and value cell padding in the new "about:config" page. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D19184

--HG--
extra : rebase_source : 6b212520f81ed5db2001678e894580e1aab9e628
2019-02-11 16:01:30 +00:00
Ryan VanderMeulen 3d7f12742d Bug 1526921 - Update pdf.js to version 2.2.8. r=bdahl
--HG--
extra : rebase_source : d2480e407a518e3fc50aad0f9b58cbacb5592b32
2019-02-11 08:31:40 -05:00
Artem Polivanchuk 8c8829c53f Bug 1526945 - Sync Block websites from automatically playing sound option r=lina
Differential Revision: https://phabricator.services.mozilla.com/D19406

--HG--
extra : moz-landing-system : lando
2019-02-11 19:29:30 +00:00
Coroiu Cristina bed715bf41 Backed out changeset fa4298251cf2 (bug 1463680) for browser-chrome failures at browser/components/enterprisepolicies/tests/browser/browser_policy_search_engine.js
--HG--
extra : rebase_source : 1fe6e4aefe4ac65a77ef71cde7e116c8f1111bca
2019-02-12 17:24:32 +02:00
Joel Maher bdd8e3ce31 Bug 1522900 - adjust manifests to allow tests to pass on windows10 1803 release. r=gbrown CLOSED TREE
--HG--
extra : rebase_source : 1350412a9925eea526bda708011086c4e8e19170
extra : amend_source : 548af67b37ba2207f380c509a1b213c323fcd1cb
2019-02-11 10:02:51 +01:00
Gijs Kruitbosch bb91abcfd1 Bug 1252831 - remove 30boxes webcal handler as both possible and default handler, r=paolo,Dolske
Differential Revision: https://phabricator.services.mozilla.com/D18073

--HG--
extra : moz-landing-system : lando
2019-02-10 21:28:20 +00:00
Mark Banner e7f951f444 Bug 1526228 - Port more tests to QuantumBar (autocomplete, drag drop, paste and go, search favicon, tab matching). r=mak
Depends on D18964

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

--HG--
rename : browser/components/urlbar/tests/legacy/browser_autocomplete_a11y_label.js => browser/components/urlbar/tests/browser/browser_autocomplete_a11y_label.js
rename : browser/components/urlbar/tests/legacy/browser_autocomplete_autoselect.js => browser/components/urlbar/tests/browser/browser_autocomplete_autoselect.js
rename : browser/components/urlbar/tests/legacy/browser_autocomplete_cursor.js => browser/components/urlbar/tests/browser/browser_autocomplete_cursor.js
rename : browser/components/urlbar/tests/legacy/browser_autocomplete_enter_race.js => browser/components/urlbar/tests/browser/browser_autocomplete_enter_race.js
rename : browser/components/urlbar/tests/legacy/browser_autocomplete_readline_navigation.js => browser/components/urlbar/tests/browser/browser_autocomplete_readline_navigation.js
rename : browser/components/urlbar/tests/legacy/browser_autocomplete_tag_star_visibility.js => browser/components/urlbar/tests/browser/browser_autocomplete_tag_star_visibility.js
rename : browser/components/urlbar/tests/legacy/browser_dragdropURL.js => browser/components/urlbar/tests/browser/browser_dragdropURL.js
rename : browser/components/urlbar/tests/legacy/browser_pasteAndGo.js => browser/components/urlbar/tests/browser/browser_pasteAndGo.js
rename : browser/components/urlbar/tests/legacy/browser_search_favicon.js => browser/components/urlbar/tests/browser/browser_search_favicon.js
rename : browser/components/urlbar/tests/legacy/browser_tabMatchesInAwesomebar.js => browser/components/urlbar/tests/browser/browser_tabMatchesInAwesomebar.js
extra : moz-landing-system : lando
2019-02-10 21:45:58 +00:00
Mark Banner 95da0fd982 Bug 1523952 - Make keyword searches work with QuantumBar. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D18964

--HG--
rename : browser/components/urlbar/tests/legacy/browser_action_keyword.js => browser/components/urlbar/tests/browser/browser_keyword.js
rename : browser/components/urlbar/tests/legacy/browser_action_keyword_override.js => browser/components/urlbar/tests/browser/browser_keyword_override.js
rename : browser/components/urlbar/tests/legacy/browser_keyword_select_and_type.js => browser/components/urlbar/tests/browser/browser_keyword_select_and_type.js
extra : moz-landing-system : lando
2019-02-10 21:44:46 +00:00
Avery Berninger 920f852c25 Bug 1517510 - Checking if all shipped fluent files are referenced, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D18250

--HG--
extra : moz-landing-system : lando
2019-02-10 15:45:08 +00:00
Dão Gottwald 27f8d37b90 Bug 1526667 - Close the Quantumbar popup when the browser window resizes. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D19264

--HG--
extra : moz-landing-system : lando
2019-02-10 13:07:27 +00:00
Mike Hommey ad8855ed35 Bug 1525760 - Add a clang-based base toolchains task. r=froydnj
These are copies of the corresponding gcc-based base toolchain tasks,
with FORCE_GCC and the gcc dependency removed.

We also tweak things a little for those builds to actually end up green.

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

--HG--
extra : moz-landing-system : lando
2019-02-09 09:41:03 +00:00
Daniel Varga e3ef959072 Merge autoland to mozilla-central. a=merge 2019-02-09 23:43:42 +02:00
Daniel Varga 023ea6a08f Backed out changeset 60f9b60f1f4f (bug 1347710) for causing bug 1526661. a=backout 2019-02-09 20:13:30 +02:00
Marco Bonardo 5f4b5c30cb Bug 1512648 - Implement a Quantum Bar event bufferer. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D18980

--HG--
extra : moz-landing-system : lando
2019-02-09 15:39:20 +00:00
Drew Willcoxon 43bf9e7c8a Bug 1521702 - Hook up autofill with URL canonization. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D18620

--HG--
extra : moz-landing-system : lando
2019-02-07 10:25:13 +00:00
shindli a8e8126805 Backed out changeset 439db957d3e2 (bug 1525760) for linux64 toolchains bustages in toolkit/library/gtest/target CLOSED TREE 2019-02-09 07:19:32 +02:00
Narcis Beleuzu 6ad6735982 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-02-09 05:43:42 +02:00
Narcis Beleuzu df649fe94e Merge inbound to mozilla-central. a=merge 2019-02-09 05:35:25 +02:00
shindli 326271039b Backed out changeset b3bcf26d4dad (bug 1252831) for xpcshell failures in uriloader/exthandler/tests/unit/test_handlerService.js CLOSED TREE 2019-02-08 22:57:20 +02:00
Mike Conley 5e922d0885 Bug 1523648 - Remove BUSY_TAB_ABANDONED probe and tests. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D19165

--HG--
extra : moz-landing-system : lando
2019-02-08 19:41:42 +00:00
k88hudson feb49e49fa Bug 1526066 - Add perf improvements, design refinements, and bug fixes to Activity Stream r=nanj
Differential Revision: https://phabricator.services.mozilla.com/D19152

--HG--
rename : browser/components/newtab/content-src/components/DiscoveryStreamComponents/DSCard/DSCard.jsx => browser/components/newtab/content-src/components/DiscoveryStreamComponents/SpocIntersectionObserver/SpocIntersectionObserver.jsx
extra : moz-landing-system : lando
2019-02-08 18:08:10 +00:00
Mike Hommey 011c259380 Bug 1525760 - Add a clang-based base toolchains task. r=froydnj
These are copies of the corresponding gcc-based base toolchain tasks,
with FORCE_GCC and the gcc dependency removed.

We also tweak things a little for those builds to actually end up green.

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

--HG--
extra : moz-landing-system : lando
2019-02-08 14:40:22 +00:00
Dão Gottwald 87fb14088b Bug 1526528 - Make builtin icons opaque in the selected row. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D19236

--HG--
extra : moz-landing-system : lando
2019-02-08 23:00:14 +00:00
Ricky Rosario df12ebdab4 Bug 1526387 - CFR Addon Recommendations call remote API before clicking "Install" r=k88hudson
MozReview-Commit-ID: EgXnUTzfPf3

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

--HG--
extra : moz-landing-system : lando
2019-02-08 23:59:48 +00:00
shindli 6b820cdfea Backed out 6 changesets (bug 1522637) for en-US failures in testing/firefox-ui/tests/functional/safebrowsing/test_notification.py TestSafeBrowsingNotificationBar.test_notification_bar CLOSED TREE
Backed out changeset 18a809d53298 (bug 1522637)
Backed out changeset 9e9fd362dd8f (bug 1522637)
Backed out changeset f1191be4243a (bug 1522637)
Backed out changeset 5a8067fd848c (bug 1522637)
Backed out changeset 5f49cd87b1bd (bug 1522637)
Backed out changeset f82ba91f5ea2 (bug 1522637)
2019-02-09 03:12:53 +02:00
Dão Gottwald 004a137393 Bug 1525890 - Tweak quantumbar result icon alignment. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D19142

--HG--
extra : moz-landing-system : lando
2019-02-08 19:51:41 +00:00
Sam Foster d8fec61f91 Bug 1520960 - Allow login capture from form submissions in private browsing when pref'd on. r=MattN
* Add a new pref to determine if we should prompt to capture logins in private browsing
* Avoid non-user-directed updates to last-use timestamps for a form submission login in private browsing

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

--HG--
extra : moz-landing-system : lando
2019-02-08 22:56:02 +00:00
Michael Kaply 08d9b64ea0 Bug 1526439 - Add an enteprise policy for extension updates. r=Felipe,flod
Differential Revision: https://phabricator.services.mozilla.com/D19200

--HG--
extra : moz-landing-system : lando
2019-02-08 20:31:27 +00:00
Gijs Kruitbosch ad48612b14 Bug 1524995 - update privacy pane history mode dependent control checkboxes correctly in permanent private browsing mode, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D19144

--HG--
extra : moz-landing-system : lando
2019-02-08 15:43:58 +00:00
Gijs Kruitbosch 6d1b558e06 Bug 1525099 - correctly select the right content blocking option, r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D19143

--HG--
extra : moz-landing-system : lando
2019-02-08 22:15:23 +00:00
Nika Layzell 4da54012aa Bug 1522637 - Part 6: Enable httpResponseProcessSelection by default, r=qdot
Depends on D18606

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

--HG--
extra : moz-landing-system : lando
2019-02-08 17:36:13 +00:00
Nika Layzell 79b84a994f Bug 1522637 - Part 4: Support browsers in globals without gMultiProcessBrowser, r=qdot
Depends on D18604

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

--HG--
extra : moz-landing-system : lando
2019-02-08 17:36:04 +00:00
Nika Layzell d6280f72ab Bug 1522637 - Part 3: Send history index when resuming redirected loads, r=qdot
Depends on D18603

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

--HG--
extra : moz-landing-system : lando
2019-02-08 17:36:02 +00:00
Nika Layzell 37ec17b0f5 Bug 1522637 - Part 2: Include BrowsingContextID in LoadInfo for subdocument loads, r=valentin
Depends on D18602

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

--HG--
extra : moz-landing-system : lando
2019-02-08 17:36:00 +00:00
Nika Layzell 6321e4db61 Bug 1522637 - Part 1: Disable in tests for allowLinkedWebInFileUriProcess, r=bobowen
Differential Revision: https://phabricator.services.mozilla.com/D18602

--HG--
extra : moz-landing-system : lando
2019-02-08 17:35:58 +00:00
Yuan Cheng 7be13dade4 Bug 1519923 - Migrate about:rights to Fluent, r=jaws,flod
Differential Revision: https://phabricator.services.mozilla.com/D17731

--HG--
extra : moz-landing-system : lando
2019-02-08 17:36:15 +00:00
Gijs Kruitbosch dcea4f2a22 Bug 1252831 - remove 30boxes webcal handler as both possible and default handler, r=paolo,Dolske
Differential Revision: https://phabricator.services.mozilla.com/D18073

--HG--
extra : moz-landing-system : lando
2019-02-08 19:04:53 +00:00
Michael Kaply 52c26fbf83 Bug 1525357 - Don't allow third party installs if xpinstall disabled by policy. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D18727

--HG--
extra : moz-landing-system : lando
2019-02-08 19:17:36 +00:00
Paolo Amadini 9627d37604 Bug 1519095 - Allow changing the text of an existing notification. r=jaws
This fixes the notification bar that shows how many popup windows have been blocked.

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

--HG--
extra : rebase_source : ca7709dbd718efcf59ac5aab70b2c0031d3232b4
extra : source : 00074091644d1aab8e83060c14f63e3104089f68
2019-02-08 19:12:54 +00:00
Mark Striemer 911fb7280f Bug 1500147 - Part 3: Record add-on manager telemetry for page/browser actions r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D18003

--HG--
extra : moz-landing-system : lando
2019-02-07 16:43:02 +00:00
Mark Striemer 6ef0bc9dc2 Bug 1500147 - Part 2: Record LWT telemetry in customize mode r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D18002

--HG--
extra : moz-landing-system : lando
2019-02-07 16:42:04 +00:00
Mark Striemer ebaf9c31c6 Bug 1500147 - Part 1: Record telemetry for about:addons pages r=rpl,janerik
Differential Revision: https://phabricator.services.mozilla.com/D13154

--HG--
extra : moz-landing-system : lando
2019-02-07 16:47:45 +00:00
Ricky Rosario c9e8b41ba7 Bug 1526366 - Pref Search in PBM to ON by default in 66 Release r=nanj
MozReview-Commit-ID: 9Ocns8ig19H

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

--HG--
extra : moz-landing-system : lando
2019-02-08 18:15:52 +00:00
Drew Willcoxon 1f90601aba Bug 1524714 - @ by itself should show all the engine @aliases. r=mak,dao
The main part of the corresponding logic in the legacy urlbar is here: https://hg.mozilla.org/mozilla-central/annotate/73a91e84dbec/toolkit/content/widgets/autocomplete.xml#l1964

This patch basically just ports that.

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

--HG--
extra : moz-landing-system : lando
2019-02-08 08:53:07 +00:00
Dão Gottwald dc061c0088 Bug 1526233 - Strip http:// from Quantumbar result URLs. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D19131

--HG--
extra : moz-landing-system : lando
2019-02-08 14:49:14 +00:00
Chris Martin 4a154a9902 Bug 1347710 - Re-enable GPU sandbox level 1 r=bobowen
Previously, the GPU sandbox was enabled and caused the VR service to break.

The VR service has now been moved into its own process, and now the GPU
sandbox should be able to work fine. We will initially apply sandbox level '1'
for a time, and then increase to sandbox level '2' if everything works just
fine.

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

--HG--
extra : moz-landing-system : lando
2019-02-08 14:34:18 +00:00
Dão Gottwald fc8592cd08 Bug 1526259 - Stop setting a negative y-offset when opening the quantumbar panel. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D19139

--HG--
extra : moz-landing-system : lando
2019-02-08 13:47:47 +00:00
ffxbld 9b7faccec2 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D19352

--HG--
extra : moz-landing-system : lando
2019-02-11 12:28:57 +00:00
matthias c3f36d17fb Bug 1524336 - Make about:config rows more compact. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D18818

--HG--
extra : moz-landing-system : lando
2019-02-06 11:37:20 +00:00
Dão Gottwald 360afebe78 Bug 1522784 - Adjust Quantumbar font-sizes and row padding to better match the Awesomebar. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D18943

--HG--
extra : moz-landing-system : lando
2019-02-08 10:59:32 +00:00
Nihanth Subramanya ab6e6b7baa Bug 1525519 - Land Firefox Monitor system add-on into browser/extensions. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D18996

--HG--
extra : moz-landing-system : lando
2019-02-08 08:55:59 +00:00
Gijs Kruitbosch b58acd745d Bug 1445739 - stop invalidating the startup cache when extensions change, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D18356

--HG--
extra : moz-landing-system : lando
2019-02-08 08:55:27 +00:00
Andrea Marchesini 8e4b95eae3 Bug 1525727 - CookieBehavior = 4, by default, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D19030

--HG--
extra : moz-landing-system : lando
2019-02-07 18:50:41 +00:00
Jared Wein 8eabb41bc6 Bug 1523696 - Wait until the style attribute is applied to the dialog before sizing it. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D19037

--HG--
extra : moz-landing-system : lando
2019-02-08 03:47:33 +00:00
Cosmin Sabou 9c31ff864d Merge mozilla-central to mozilla-inbound. 2019-02-08 18:19:43 +02:00
Oana Pop Rus 8d6fb07b42 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-02-08 12:15:21 +02:00
Noemi Erli f646e89c7c Bug 1518370 - Disable browser_browser_languages_subdialog.js for frequent failures r=jmaher 2019-02-08 01:33:00 +02:00
Ricky Rosario 229c0633c7 Bug 1527264 - [RTL] The search engine logo is briefly displayed in the left part of the in-content "Search Bar" when it is clicked r=andreio
MozReview-Commit-ID: FdNNX9HJI8t

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

--HG--
extra : moz-landing-system : lando
2019-02-12 14:27:15 +00:00
Dão Gottwald ab65a14a4b Bug 1525269 - Implement UrlbarView::selectedIndex. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D19472

--HG--
extra : moz-landing-system : lando
2019-02-12 14:53:22 +00:00
YUKI "Piro" Hiroshi 32af0cc1dd Bug 1463680 - Allow to install search engine with POST method via Policy Engine r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D19467

--HG--
extra : moz-landing-system : lando
2019-02-12 14:10:04 +00:00
Kris Maglione 2837f7547a Bug 1524688: Part 1b - Support static JavaScript components in browser_all_files_referenced. r=mccr8
--HG--
extra : source : d5dca413e2da67db3f7d52aefc669dd5d62c1142
2019-01-31 14:24:37 -08:00
Kris Maglione e086c4281c Bug 1524688: Part 63 - Convert HelperAppDlg to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18473

--HG--
rename : toolkit/mozapps/downloads/nsHelperAppDlg.js => toolkit/mozapps/downloads/HelperAppDlg.jsm
extra : source : c7c49f64048fcab4b5d010275b58ea7ff93a17c9
extra : histedit_source : 3f5dbc45c116dc9516dbce904b43ec7411fa8d01
2019-01-30 13:25:15 -08:00
Kris Maglione 61f8741e24 Bug 1524688: Part 63 - Convert HelperAppDlg to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18473

--HG--
rename : toolkit/mozapps/downloads/nsHelperAppDlg.js => toolkit/mozapps/downloads/HelperAppDlg.jsm
extra : rebase_source : 29385f59ee495c2d22390425f420868ae30c25a0
2019-01-30 13:25:15 -08:00
Kris Maglione 32f3cfa429 Bug 1524688: Part 62 - Convert ContentDispatchChooser to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18472

--HG--
rename : toolkit/mozapps/handling/nsContentDispatchChooser.js => toolkit/mozapps/handling/ContentDispatchChooser.jsm
extra : source : fb23a0271da0a68f19dcb12410a67dd127a05a4a
extra : histedit_source : ab247a79d8b9e7eaec7f9f9691565b38494d3848%2C15a1c822a8642b2bbfa10dae3fca081b584f375e
2019-01-30 13:23:34 -08:00
Kris Maglione 5cd486c019 Bug 1524688: Part 62 - Convert ContentDispatchChooser to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18472

--HG--
rename : toolkit/mozapps/handling/nsContentDispatchChooser.js => toolkit/mozapps/handling/ContentDispatchChooser.jsm
extra : rebase_source : 9df1030519010ea67fba5b67362b74556e4ce5c3
2019-01-30 13:23:34 -08:00
Luca Greco 3e8c931f9b Bug 1446027 - Prevents synchronous uninterruptible reflow from ExtensionPopups.jsm. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D12158

--HG--
extra : moz-landing-system : lando
2019-01-30 20:08:08 +00:00
Kris Maglione 4938867721 Bug 1524688: Part 61 - Convert AboutNewTabService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18471

--HG--
rename : browser/components/newtab/aboutNewTabService.js => browser/components/newtab/AboutNewTabService.jsm
extra : source : 0c1d1248e59ed6390e108dd1809627589c52c618
2019-01-30 11:57:47 -08:00
Kris Maglione eacc156e72 Bug 1524688: Part 61 - Convert AboutNewTabService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18471

--HG--
rename : browser/components/newtab/aboutNewTabService.js => browser/components/newtab/AboutNewTabService.jsm
extra : rebase_source : 58befd64430dafced59b67079e58a99d914d5ff2
2019-01-30 11:57:47 -08:00
Kris Maglione 2888e88ba0 Bug 1524688: Part 60 - Convert PaymentUIService to static registration. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D18470

--HG--
rename : browser/components/payments/paymentUIService.js => browser/components/payments/PaymentUIService.jsm
extra : source : 9e9ec7de41608a0752ae3867c7e77b034662ecb2
2019-01-30 11:56:05 -08:00
Kris Maglione 04a862d41a Bug 1524688: Part 60 - Convert PaymentUIService to static registration. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D18470

--HG--
rename : browser/components/payments/paymentUIService.js => browser/components/payments/PaymentUIService.jsm
extra : rebase_source : 278a88c5b75067614913526fa6144435d6cc6794
2019-01-30 11:56:05 -08:00
Kris Maglione 61afcb67fd Bug 1524688: Part 59 - Convert DevToolsStartup to static registration. r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D18469

--HG--
rename : devtools/startup/aboutdebugging-new-registration.js => devtools/startup/AboutDebuggingNewRegistration.jsm
rename : devtools/startup/aboutdebugging-registration.js => devtools/startup/AboutDebuggingRegistration.jsm
rename : devtools/startup/aboutdevtoolstoolbox-registration.js => devtools/startup/AboutDevToolsToolboxRegistration.jsm
rename : devtools/startup/devtools-startup.js => devtools/startup/DevToolsStartup.jsm
rename : devtools/startup/aboutdevtools/aboutdevtools-registration.js => devtools/startup/aboutdevtools/AboutDevToolsRegistration.jsm
extra : source : de0b9993bd5dceae296dfe863ea2455d15e2f6f1
2019-01-30 11:53:03 -08:00
Kris Maglione 07995a4aaa Bug 1524688: Part 59 - Convert DevToolsStartup to static registration. r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D18469

--HG--
rename : devtools/startup/aboutdebugging-new-registration.js => devtools/startup/AboutDebuggingNewRegistration.jsm
rename : devtools/startup/aboutdebugging-registration.js => devtools/startup/AboutDebuggingRegistration.jsm
rename : devtools/startup/aboutdevtoolstoolbox-registration.js => devtools/startup/AboutDevToolsToolboxRegistration.jsm
rename : devtools/startup/devtools-startup.js => devtools/startup/DevToolsStartup.jsm
rename : devtools/startup/aboutdevtools/aboutdevtools-registration.js => devtools/startup/aboutdevtools/AboutDevToolsRegistration.jsm
extra : rebase_source : f41829e4c472309121cefcc35e414d2181ddffef
2019-01-30 11:53:03 -08:00
Kris Maglione eefb3e95fa Bug 1524688: Part 58 - Convert SlowScriptDebug to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18468

--HG--
rename : dom/base/SlowScriptDebug.js => dom/base/SlowScriptDebug.jsm
extra : source : 92877cf4fe33df2706fd03ad472f304da03482e5
2019-01-30 11:42:53 -08:00
Kris Maglione 4d9897ca16 Bug 1524688: Part 58 - Convert SlowScriptDebug to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18468

--HG--
rename : dom/base/SlowScriptDebug.js => dom/base/SlowScriptDebug.jsm
extra : rebase_source : 25d86a38d8883325d64cde92c961a474fe2acae2
2019-01-30 11:42:53 -08:00
Kris Maglione eab0e66456 Bug 1524688: Part 57 - Convert ProcessSelector to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18467

--HG--
rename : dom/base/ProcessSelector.js => dom/base/ProcessSelector.jsm
extra : source : b4938f2ff8fd9f3af3914a1eefa991ab1c174706
2019-01-30 11:41:05 -08:00
Kris Maglione afe736f06a Bug 1524688: Part 57 - Convert ProcessSelector to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18467

--HG--
rename : dom/base/ProcessSelector.js => dom/base/ProcessSelector.jsm
extra : rebase_source : f2d2742086578f3af1b0a7cf1751069bf24bf497
2019-01-30 11:41:05 -08:00
Kris Maglione 22b7edd20c Bug 1524688: Part 56 - Convert contentAreaDropsListener to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18466

--HG--
rename : dom/base/contentAreaDropListener.js => dom/base/ContentAreaDropListener.jsm
extra : source : 230d2feaf941443d88f9f5f65048c53d70e59b86
2019-01-30 11:37:53 -08:00
Kris Maglione 2aaa461aa4 Bug 1524688: Part 56 - Convert contentAreaDropsListener to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18466

--HG--
rename : dom/base/contentAreaDropListener.js => dom/base/ContentAreaDropListener.jsm
extra : rebase_source : 6c187ac5acbd6b588f91ed7b432067b7be21fd57
2019-01-30 11:37:53 -08:00
Kris Maglione 66da04bfe0 Bug 1524688: Part 55 - Convert BrowserElementParent to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18465

--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
extra : source : 6c63bc2409729cf175b319cfb7cd95850aa1ab46
2019-01-30 11:36:13 -08:00
Kris Maglione b10687c1bd Bug 1524688: Part 55 - Convert BrowserElementParent to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18465

--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
extra : rebase_source : 6cc4b69dd0c408cb9f52ea883263bc01e0757cf7
2019-01-30 11:36:13 -08:00
Kris Maglione 465465bbf9 Bug 1524688: Part 54 - Convert ConsoleAPIStorage to static registration. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D18464

--HG--
rename : dom/console/ConsoleAPIStorage.js => dom/console/ConsoleAPIStorage.jsm
extra : source : 0ad5465eace1f9294f87ae8c705db322d5cfe953
2019-01-30 11:34:41 -08:00
Kris Maglione ac639f94d4 Bug 1524688: Part 54 - Convert ConsoleAPIStorage to static registration. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D18464

--HG--
rename : dom/console/ConsoleAPIStorage.js => dom/console/ConsoleAPIStorage.jsm
extra : rebase_source : 7693c4606bb4d8f66fa8190ed564f021a93390eb
2019-01-30 11:34:41 -08:00
Kris Maglione 61c60113b7 Bug 1524688: Part 53 - Convert htmlMenuBuilder to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18463

--HG--
rename : dom/html/htmlMenuBuilder.js => dom/html/HTMLMenuBuilder.jsm
extra : source : 1e75ce91029b4eb030071e9802cd0bdbad59b9cf
2019-01-30 11:33:07 -08:00
Kris Maglione 059dcacb3c Bug 1524688: Part 53 - Convert htmlMenuBuilder to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18463

--HG--
rename : dom/html/htmlMenuBuilder.js => dom/html/HTMLMenuBuilder.jsm
extra : rebase_source : c9601e2e435fca2916b4e6a0854038b249781d45
2019-01-30 11:33:07 -08:00
Kris Maglione 6a5bace8f9 Bug 1524688: Part 51 - Convert NotificationStorage to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18461

--HG--
rename : dom/notification/NotificationStorage.js => dom/notification/NotificationStorage.jsm
extra : source : 34a978503b1d411bcd1483b142fa8260d94d5870
2019-01-30 11:27:51 -08:00
Kris Maglione 53a6872d35 Bug 1524688: Part 51 - Convert NotificationStorage to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18461

--HG--
rename : dom/notification/NotificationStorage.js => dom/notification/NotificationStorage.jsm
extra : rebase_source : b22bdd457bc65780182583a98a8a0d734264154c
2019-01-30 11:27:51 -08:00
Kris Maglione 7feb0bdc5c Bug 1524688: Part 48 - Convert PresentationControlService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18458

--HG--
rename : dom/presentation/provider/PresentationControlService.js => dom/presentation/provider/PresentationControlService.jsm
extra : source : 978ef5dac9db2c03f10ef68d093c8780538b995e
2019-01-30 11:19:47 -08:00
Kris Maglione d07a8dc03a Bug 1524688: Part 48 - Convert PresentationControlService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18458

--HG--
rename : dom/presentation/provider/PresentationControlService.js => dom/presentation/provider/PresentationControlService.jsm
extra : rebase_source : 565933317ee4b3635f81aa2ff6e10da22052b1dd
2019-01-30 11:19:47 -08:00
Kris Maglione d1387a43bc Bug 1524688: Part 47 - Convert RecordingCmdLine to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18457

--HG--
rename : layout/tools/recording/recording-cmdline.js => layout/tools/recording/RecordingCmdLine.jsm
extra : source : 28105bf7bf6a823ee2ec2baec25a881d8965b976
2019-01-30 11:17:02 -08:00
Kris Maglione 516a4c8239 Bug 1524688: Part 47 - Convert RecordingCmdLine to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18457

--HG--
rename : layout/tools/recording/recording-cmdline.js => layout/tools/recording/RecordingCmdLine.jsm
extra : rebase_source : c4604e45af999aa358876c80367265056148b984
2019-01-30 11:17:02 -08:00
Kris Maglione 7592818b2d Bug 1524688: Part 46 - Convert DNSServiceDiscovery to static registration. r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D18456

--HG--
rename : netwerk/dns/mdns/libmdns/nsDNSServiceDiscovery.js => netwerk/dns/mdns/libmdns/DNSServiceDiscovery.jsm
extra : source : a9fb74beaf2b79c1a291dc223154815884fcb721
2019-01-30 11:12:55 -08:00
Kris Maglione 0acda0c01f Bug 1524688: Part 46 - Convert DNSServiceDiscovery to static registration. r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D18456

--HG--
rename : netwerk/dns/mdns/libmdns/nsDNSServiceDiscovery.js => netwerk/dns/mdns/libmdns/DNSServiceDiscovery.jsm
extra : rebase_source : 1068b39aa55145edf0e6d0ca664bdf84d1144335
2019-01-30 11:12:55 -08:00
Kris Maglione acfa5d8a90 Bug 1524688: Part 45 - Convert network HTTP JS components to static registration. r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D18455

--HG--
rename : netwerk/protocol/http/UAOverridesBootstrapper.js => netwerk/protocol/http/UAOverridesBootstrapper.jsm
rename : netwerk/protocol/http/WellKnownOpportunisticUtils.js => netwerk/protocol/http/WellKnownOpportunisticUtils.jsm
extra : source : fe106b369a722814e2cfa3597ba1295f6deeae9e
2019-01-30 11:09:50 -08:00
Kris Maglione b08752c4e7 Bug 1524688: Part 45 - Convert network HTTP JS components to static registration. r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D18455

--HG--
rename : netwerk/protocol/http/UAOverridesBootstrapper.js => netwerk/protocol/http/UAOverridesBootstrapper.jsm
rename : netwerk/protocol/http/WellKnownOpportunisticUtils.js => netwerk/protocol/http/WellKnownOpportunisticUtils.jsm
extra : rebase_source : e699b373bf577c51a598474537567f83a2a0d29c
2019-01-30 11:09:50 -08:00
Kris Maglione 4149db0e14 Bug 1524688: Part 44 - Convert FxAccountsPush to static registration. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D18454

--HG--
rename : services/fxaccounts/FxAccountsPush.js => services/fxaccounts/FxAccountsPush.jsm
extra : source : e657e77d427124d39a80fa5418a76bbba02d479c
2019-01-30 11:06:04 -08:00
Kris Maglione b3aa36b2c6 Bug 1524688: Part 44 - Convert FxAccountsPush to static registration. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D18454

--HG--
rename : services/fxaccounts/FxAccountsPush.js => services/fxaccounts/FxAccountsPush.jsm
extra : rebase_source : 1936731eeba260b44ecf35486e8c3c750663aef1
2019-01-30 11:06:04 -08:00
Kris Maglione 74a17cf9c5 Bug 1524688: Part 43 - Convert RemoteSettingsComponents to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18453

--HG--
rename : services/settings/RemoteSettingsComponents.js => services/settings/RemoteSettingsComponents.jsm
extra : source : 09f626870ad036d0fcce32337ea1670dd96f7ef1
2019-01-30 11:03:10 -08:00
Kris Maglione 6754120fb8 Bug 1524688: Part 43 - Convert RemoteSettingsComponents to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18453

--HG--
rename : services/settings/RemoteSettingsComponents.js => services/settings/RemoteSettingsComponents.jsm
extra : rebase_source : 119d9b51bc7e661bad300a1e5835138722e006a7
2019-01-30 11:03:10 -08:00
Kris Maglione a7b5f739c2 Bug 1524688: Part 42 - Convert nsAsyncShutdown to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18452

--HG--
rename : toolkit/components/asyncshutdown/nsAsyncShutdown.js => toolkit/components/asyncshutdown/nsAsyncShutdown.jsm
extra : source : fe9b6695212ec3960ab9e730ccc446a8c3da9375
2019-01-30 11:00:27 -08:00
Kris Maglione bcd433d7e3 Bug 1524688: Part 42 - Convert nsAsyncShutdown to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18452

--HG--
rename : toolkit/components/asyncshutdown/nsAsyncShutdown.js => toolkit/components/asyncshutdown/nsAsyncShutdown.jsm
extra : rebase_source : 368ed0b816c28cc9452ee2cefbd4a2c5fb862974
2019-01-30 11:00:27 -08:00
Kris Maglione 5af0afb5b4 Bug 1524688: Part 41 - Convert BHRTelemetry to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18451

--HG--
rename : toolkit/components/backgroundhangmonitor/BHRTelemetryService.js => toolkit/components/backgroundhangmonitor/BHRTelemetryService.jsm
extra : source : 995ea188bc31942f9f34e156c098e69a9fe3e1a4
2019-01-30 10:52:24 -08:00
Kris Maglione 9a509d652d Bug 1524688: Part 41 - Convert BHRTelemetry to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18451

--HG--
rename : toolkit/components/backgroundhangmonitor/BHRTelemetryService.js => toolkit/components/backgroundhangmonitor/BHRTelemetryService.jsm
extra : rebase_source : 4b28e6ee2270edc50492d9a0fea9d5e021855675
2019-01-30 10:52:24 -08:00
Kris Maglione ba80257e6d Bug 1524688: Part 40 - Convert CaptiveDetect to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18450

--HG--
rename : toolkit/components/captivedetect/captivedetect.js => toolkit/components/captivedetect/CaptiveDetect.jsm
extra : source : 01c4d3edb1b036819a562ab10844c9cb9f28dd9e
2019-01-30 10:48:56 -08:00
Kris Maglione 3f217d848e Bug 1524688: Part 40 - Convert CaptiveDetect to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18450

--HG--
rename : toolkit/components/captivedetect/captivedetect.js => toolkit/components/captivedetect/CaptiveDetect.jsm
extra : rebase_source : a58f4f287ab6432b97898d346f088356485e2a51
2019-01-30 10:48:56 -08:00
Kris Maglione 4a20166afb Bug 1524688: Part 39 - Convert ClearDataService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18449

--HG--
rename : toolkit/components/cleardata/ClearDataService.js => toolkit/components/cleardata/ClearDataService.jsm
extra : source : 1bb7dfbb9f48342377604a309ef4cdfcc21f8e13
2019-01-30 10:46:37 -08:00
Kris Maglione ba56dc87f2 Bug 1524688: Part 39 - Convert ClearDataService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18449

--HG--
rename : toolkit/components/cleardata/ClearDataService.js => toolkit/components/cleardata/ClearDataService.jsm
extra : rebase_source : 7d428b5336e417806299050c9ba788fa4084610c
2019-01-30 10:46:37 -08:00
Kris Maglione cff53ab02c Bug 1524688: Part 38 - Convert ContentPrefService2 to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18448

--HG--
rename : toolkit/components/contentprefs/ContentPrefService2.js => toolkit/components/contentprefs/ContentPrefService2.jsm
extra : source : 56c61e0a1f45442c854424598801d5616009621c
2019-01-30 10:45:03 -08:00
Kris Maglione a7003db62e Bug 1524688: Part 38 - Convert ContentPrefService2 to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18448

--HG--
rename : toolkit/components/contentprefs/ContentPrefService2.js => toolkit/components/contentprefs/ContentPrefService2.jsm
extra : rebase_source : 81f62333016bbaa9ea3ff4600152672e228c86d0
2019-01-30 10:45:03 -08:00
Kris Maglione 5186d27961 Bug 1524688: Part 37 - Convert CrashService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18447

--HG--
rename : toolkit/components/crashes/CrashService.js => toolkit/components/crashes/CrashService.jsm
extra : source : c819943ff4662c90150edcffa939d0bc4d7b99d3
2019-01-30 10:43:16 -08:00
Kris Maglione 0881667edf Bug 1524688: Part 37 - Convert CrashService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18447

--HG--
rename : toolkit/components/crashes/CrashService.js => toolkit/components/crashes/CrashService.jsm
extra : rebase_source : 735bf5e5a28d832de4222e7d814acf4fa6912a75
2019-01-30 10:43:16 -08:00
Kris Maglione fdb8dd19dd Bug 1524688: Part 36 - Convert nsCrashMonitor to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18446

--HG--
rename : toolkit/components/crashmonitor/nsCrashMonitor.js => toolkit/components/crashmonitor/nsCrashMonitor.jsm
extra : source : a1dd5cec066e3d7ede0fa78b6afae04da897d1a3
2019-01-30 10:41:14 -08:00
Kris Maglione dac8038c04 Bug 1524688: Part 36 - Convert nsCrashMonitor to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18446

--HG--
rename : toolkit/components/crashmonitor/nsCrashMonitor.js => toolkit/components/crashmonitor/nsCrashMonitor.jsm
extra : rebase_source : b83120741bcc21c5c61f2611ed05a86075ced2b1
2019-01-30 10:41:14 -08:00
Kris Maglione 2fb5e69cda Bug 1524688: Part 35 - Convert DownloadLegacy to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18445

--HG--
rename : toolkit/components/downloads/DownloadLegacy.js => toolkit/components/downloads/DownloadLegacy.jsm
extra : source : 517838ee0c3cb67ecba24d826179dce8a367e628
2019-01-30 10:38:55 -08:00
Kris Maglione 14f91460b3 Bug 1524688: Part 35 - Convert DownloadLegacy to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18445

--HG--
rename : toolkit/components/downloads/DownloadLegacy.js => toolkit/components/downloads/DownloadLegacy.jsm
extra : rebase_source : 9b34e83ca09edd4dd9f98ebd26009b16fbd034f5
2019-01-30 10:38:55 -08:00
Kris Maglione 6802f8ca3a Bug 1524688: Part 34 - Convert gfx SanityTest to static registration. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D18444

--HG--
rename : toolkit/components/gfx/SanityTest.js => toolkit/components/gfx/SanityTest.jsm
extra : source : f509a5759fdf1062844c10edf2c26da48b7424e1
2019-01-30 10:37:01 -08:00
Kris Maglione 46ea164af5 Bug 1524688: Part 34 - Convert gfx SanityTest to static registration. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D18444

--HG--
rename : toolkit/components/gfx/SanityTest.js => toolkit/components/gfx/SanityTest.jsm
extra : rebase_source : dede252e07a33b2179bc4e7e11468c9a278a707d
2019-01-30 10:37:01 -08:00
Kris Maglione 9433ffae82 Bug 1524688: Part 33 - Convert mozIntl to static registration. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D18443

--HG--
rename : toolkit/components/mozintl/mozIntl.js => toolkit/components/mozintl/mozIntl.jsm
extra : source : 56f5c8f0d708a356efc8ecac09993216e73ae539
2019-01-30 10:34:41 -08:00
Kris Maglione 3333d45ef1 Bug 1524688: Part 33 - Convert mozIntl to static registration. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D18443

--HG--
rename : toolkit/components/mozintl/mozIntl.js => toolkit/components/mozintl/mozIntl.jsm
extra : rebase_source : f34c6ab2510addee2a1a3111f39374e9a32fe531
2019-01-30 10:34:41 -08:00
Kris Maglione a2faf2c5c8 Bug 1524688: Part 32 - Convert mozProtocolHandler to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18442

--HG--
rename : toolkit/components/mozprotocol/mozProtocolHandler.js => toolkit/components/mozprotocol/MozProtocolHandler.jsm
extra : source : 5746311ef859095112efbc8a6b782eb3665d9102
2019-01-30 10:31:13 -08:00
Kris Maglione c4dce02094 Bug 1524688: Part 32 - Convert mozProtocolHandler to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18442

--HG--
rename : toolkit/components/mozprotocol/mozProtocolHandler.js => toolkit/components/mozprotocol/MozProtocolHandler.jsm
extra : rebase_source : d46a200ad1d0aeb8e382f9f3ab70a9237435f31a
2019-01-30 10:31:13 -08:00
Kris Maglione a23641f25c Bug 1524688: Part 31 - Convert ShieldContentProcess to static registration. r=mythmon
--HG--
rename : toolkit/components/normandy/shield-content-process.js => toolkit/components/normandy/ShieldContentProcess.jsm
extra : source : df02f7d2521223ab89a886f7b9ba5858f3e94f37
2019-01-30 10:29:16 -08:00
Kris Maglione 3e11287053 Bug 1524688: Part 31 - Convert ShieldContentProcess to static registration. r=mythmon
--HG--
rename : toolkit/components/normandy/shield-content-process.js => toolkit/components/normandy/ShieldContentProcess.jsm
extra : rebase_source : d41b4d3f88a82283da037789dcdfaf18ddf2b194
2019-01-30 10:29:16 -08:00
Kris Maglione f383145154 Bug 1524688: Part 30 - Convert DefaultCLH to static registration. r=mconley
--HG--
rename : toolkit/components/nsDefaultCLH.js => toolkit/components/DefaultCLH.jsm
extra : source : c9846136d105b809a859e63d95cd74c23ee7dd2c
2019-01-30 10:26:59 -08:00
Kris Maglione 03c16dc6a2 Bug 1524688: Part 30 - Convert DefaultCLH to static registration. r=mconley
--HG--
rename : toolkit/components/nsDefaultCLH.js => toolkit/components/DefaultCLH.jsm
extra : rebase_source : 59065490817535248916843b23574c4df357a104
2019-01-30 10:26:59 -08:00
Kris Maglione 551222a78a Bug 1524688: Part 29 - Convert RemoteWebNavigation to static registration. r=mconley
--HG--
rename : toolkit/components/remotebrowserutils/RemoteWebNavigation.js => toolkit/components/remotebrowserutils/RemoteWebNavigation.jsm
extra : source : 2bd48db9cd0f95047e38cb64746ed07191c052c8
2019-01-30 10:24:11 -08:00
Kris Maglione 56eefb8514 Bug 1524688: Part 29 - Convert RemoteWebNavigation to static registration. r=mconley
--HG--
rename : toolkit/components/remotebrowserutils/RemoteWebNavigation.js => toolkit/components/remotebrowserutils/RemoteWebNavigation.jsm
extra : rebase_source : 27ec9c503c60395398eb9c09c888deff7b458ca3
2019-01-30 10:24:11 -08:00
Kris Maglione 45f284a401 Bug 1524688: Part 27 - Convert TelemetryStartup to static registration. r=gfritzsche
--HG--
rename : toolkit/components/telemetry/TelemetryStartup.js => toolkit/components/telemetry/TelemetryStartup.jsm
extra : source : ff120b4eeb79dac8a4d69168521386947ac3de83
2019-01-29 21:29:25 -08:00
Kris Maglione fc82b010d0 Bug 1524688: Part 27 - Convert TelemetryStartup to static registration. r=gfritzsche
--HG--
rename : toolkit/components/telemetry/TelemetryStartup.js => toolkit/components/telemetry/TelemetryStartup.jsm
extra : rebase_source : 337ebd65eeedcaee137c18c872299ebfdbf09973
2019-01-29 21:29:25 -08:00
Kris Maglione 38678a1c70 Bug 1524688: Part 26 - Convert TerminatorTelemetry to static registration. r=froydnj
--HG--
rename : toolkit/components/terminator/nsTerminatorTelemetry.js => toolkit/components/terminator/TerminatorTelemetry.jsm
extra : source : fe583e7aae8d620c45a4a3638dea4d602d59e513
2019-01-29 21:26:18 -08:00
Kris Maglione eef45145a9 Bug 1524688: Part 26 - Convert TerminatorTelemetry to static registration. r=froydnj
--HG--
rename : toolkit/components/terminator/nsTerminatorTelemetry.js => toolkit/components/terminator/TerminatorTelemetry.jsm
extra : rebase_source : 3edc5d722e8e29d89eb5917bf8a2e4bcf0cfd5db
2019-01-29 21:26:18 -08:00
Kris Maglione 3690a74cdd Bug 1524688: Part 25 - Convert PageThumbsComponents to static registration. r=adw
--HG--
rename : toolkit/components/thumbnails/PageThumbsStorageService.js => toolkit/components/thumbnails/PageThumbsStorageService.jsm
extra : source : 18f156d6355adadcce5dbb98ed9a9415e52a9684
2019-01-29 21:23:45 -08:00
Kris Maglione f9ffc849fc Bug 1524688: Part 25 - Convert PageThumbsComponents to static registration. r=adw
--HG--
rename : toolkit/components/thumbnails/PageThumbsStorageService.js => toolkit/components/thumbnails/PageThumbsStorageService.jsm
extra : rebase_source : 47ef06314e90cda94bb760bea8ec6a4d384b14ee
2019-01-29 21:23:45 -08:00
Kris Maglione 6273e7bb62 Bug 1524688: Part 24 - Convert UpdateTimerManager to static registration. r=aswan
--HG--
rename : toolkit/components/timermanager/nsUpdateTimerManager.js => toolkit/components/timermanager/UpdateTimerManager.jsm
extra : source : f4eaebbe2e0f424d9063dae50158bf53cb32781f
2019-01-29 21:21:39 -08:00
Kris Maglione 2e667e6c30 Bug 1524688: Part 24 - Convert UpdateTimerManager to static registration. r=aswan
--HG--
rename : toolkit/components/timermanager/nsUpdateTimerManager.js => toolkit/components/timermanager/UpdateTimerManager.jsm
extra : rebase_source : 38cd619a1f5cc03314ce71205a0403a824752202
2019-01-29 21:21:39 -08:00
Kris Maglione 15c7300c5e Bug 1524688: Part 23 - Convert TooltipTextProvider to static registration. r=mconley
--HG--
rename : toolkit/components/tooltiptext/TooltipTextProvider.js => toolkit/components/tooltiptext/TooltipTextProvider.jsm
extra : source : bf6b18e23f69cfc3b29560ae39cbd58e6b16ea6c
2019-01-29 21:19:27 -08:00
Kris Maglione a3f27a9386 Bug 1524688: Part 23 - Convert TooltipTextProvider to static registration. r=mconley
--HG--
rename : toolkit/components/tooltiptext/TooltipTextProvider.js => toolkit/components/tooltiptext/TooltipTextProvider.jsm
extra : rebase_source : 60c490e617b4e9b32ef7108887f89bc9f55a7aee
2019-01-29 21:19:27 -08:00
Kris Maglione 020583d8bd Bug 1524688: Part 22 - Convert URLFormatter to static registration. r=aswan
--HG--
rename : toolkit/components/urlformatter/nsURLFormatter.js => toolkit/components/urlformatter/URLFormatter.jsm
extra : source : dd89eb7e9b0d03d762b6bec4e90f5a956cdbe803
2019-01-29 21:17:26 -08:00
Kris Maglione 51f5280430 Bug 1524688: Part 22 - Convert URLFormatter to static registration. r=aswan
--HG--
rename : toolkit/components/urlformatter/nsURLFormatter.js => toolkit/components/urlformatter/URLFormatter.jsm
extra : rebase_source : 98e7e8c3604314560abde8c80badb2140a8e0e34
2019-01-29 21:17:26 -08:00
Kris Maglione 08feb841d8 Bug 1524688: Part 21 - Convert XULStore to static registration. r=mconley
--HG--
rename : toolkit/components/xulstore/XULStore.js => toolkit/components/xulstore/XULStore.jsm
extra : source : 4cbbb367ba0b558299e7a8fcb0bea092223cc831
2019-01-29 21:14:53 -08:00
Kris Maglione 42dd9af80a Bug 1524688: Part 21 - Convert XULStore to static registration. r=mconley
--HG--
rename : toolkit/components/xulstore/XULStore.js => toolkit/components/xulstore/XULStore.jsm
extra : rebase_source : 29fc5f157a07af1a535435b67cc817508504f6e3
2019-01-29 21:14:53 -08:00
Kris Maglione bc32f210bf Bug 1524688: Part 20 - Convert URILoader components to static registration. r=smaug
--HG--
rename : uriloader/exthandler/nsWebHandlerApp.js => uriloader/exthandler/WebHandlerApp.jsm
extra : source : 4ed0cf6be580167cfa4203a916179eb9e63f177c
2019-01-29 21:06:18 -08:00
Kris Maglione 34531b8e97 Bug 1524688: Part 20 - Convert URILoader components to static registration. r=smaug
--HG--
rename : uriloader/exthandler/nsWebHandlerApp.js => uriloader/exthandler/WebHandlerApp.jsm
extra : rebase_source : e967b06ffb234407d3b34e9ed59a6e79f5313eab
2019-01-29 21:06:18 -08:00
Kris Maglione 90f48259e2 Bug 1524688: Part 19 - Convert PDF.j to static registration. r=bdahl
--HG--
extra : source : d8efb5ed62b1acc9b4532ad63942adca75804a58
2019-01-29 20:58:42 -08:00
Kris Maglione 5e63889c06 Bug 1524688: Part 19 - Convert PDF.j to static registration. r=bdahl
--HG--
extra : rebase_source : eaf1366b7a7617b577f0495dc43b6c02ef04023b
2019-01-29 20:58:42 -08:00
Kris Maglione 014309e14d Bug 1524688: Part 18 - Convert presentation data channel stuff to static registration. r=smaug
--HG--
rename : dom/presentation/PresentationDataChannelSessionTransport.js => dom/presentation/PresentationDataChannelSessionTransport.jsm
extra : source : ea347d57d73aca17f002b7d2ad9419175f889fb6
2019-01-29 20:56:00 -08:00
Kris Maglione 943282a9a0 Bug 1524688: Part 18 - Convert presentation data channel stuff to static registration. r=smaug
--HG--
rename : dom/presentation/PresentationDataChannelSessionTransport.js => dom/presentation/PresentationDataChannelSessionTransport.jsm
extra : rebase_source : 514f69aa4ba4f74ccd7522e14e605a734c4f143a
2019-01-29 20:56:00 -08:00
Kris Maglione 24376c36fa Bug 1524688: Part 17 - Convert NetworkGeolocationProvider to static registration. r=jdm
--HG--
rename : dom/system/NetworkGeolocationProvider.js => dom/system/NetworkGeolocationProvider.jsm
extra : source : 911689ef9f33dbe026bad0c7e3d6ed4f030d6f29
2019-01-29 20:53:13 -08:00
Kris Maglione cfcfda0735 Bug 1524688: Part 17 - Convert NetworkGeolocationProvider to static registration. r=jdm
--HG--
rename : dom/system/NetworkGeolocationProvider.js => dom/system/NetworkGeolocationProvider.jsm
extra : rebase_source : 22fe1ca066d47a23099f9b4fec11ab7f12eadcc8
2019-01-29 20:53:13 -08:00
Kris Maglione 9bbd5b753d Bug 1524688: Part 16 - Convert push components to static registration. r=baku
--HG--
rename : dom/push/Push.js => dom/push/Push.jsm
rename : dom/push/PushComponents.js => dom/push/PushComponents.jsm
extra : source : 28670fdc418d846f6cd9fcfeeff5f54d86efd9f8
2019-01-29 20:50:16 -08:00
Kris Maglione ea3de863a9 Bug 1524688: Part 16 - Convert push components to static registration. r=baku
--HG--
rename : dom/push/Push.js => dom/push/Push.jsm
rename : dom/push/PushComponents.js => dom/push/PushComponents.jsm
extra : rebase_source : 5daa46a45484a69617089bb24cf64cb9c66ed7df
2019-01-29 20:50:16 -08:00
Kris Maglione 3aa22f3f17 Bug 1524688: Part 15 - Convert Weave to static registration. r=markh
--HG--
rename : services/sync/Weave.js => services/sync/Weave.jsm
extra : source : 38e1e42a0fb010f7dc15df14cfbe4e8d7a897165
2019-01-29 20:44:18 -08:00
Kris Maglione bb9f19264a Bug 1524688: Part 15 - Convert Weave to static registration. r=markh
--HG--
rename : services/sync/Weave.js => services/sync/Weave.jsm
extra : rebase_source : 5f0645c23e571b5a7fad2393ec135a443e56764c
2019-01-29 20:44:18 -08:00
Kris Maglione 4a6f1e935d Bug 1524688: Part 14 - Convert SimpleServices to static registration. r=aswan
--HG--
rename : toolkit/components/utils/simpleServices.js => toolkit/components/utils/SimpleServices.jsm
extra : source : 35a5f031dd1e63869a24f64d555743b85b5c1e83
2019-01-29 20:23:24 -08:00
Kris Maglione 8d2d3540c6 Bug 1524688: Part 14 - Convert SimpleServices to static registration. r=aswan
--HG--
rename : toolkit/components/utils/simpleServices.js => toolkit/components/utils/SimpleServices.jsm
extra : rebase_source : 4648187a04804b04c28a135e839e838b0b2ca1cb
2019-01-29 20:23:24 -08:00
Kris Maglione 67d05bba35 Bug 1524688: Part 13 - Convert satchel to static registration. r=MattN
--HG--
rename : toolkit/components/satchel/nsFormAutoComplete.js => toolkit/components/satchel/FormAutoComplete.jsm
rename : toolkit/components/satchel/FormHistoryStartup.js => toolkit/components/satchel/FormHistoryStartup.jsm
rename : toolkit/components/satchel/nsInputListAutoComplete.js => toolkit/components/satchel/InputListAutoComplete.jsm
extra : source : b586d55d76d5012f0e4a471f4c207a8ae09cc393
2019-01-29 20:17:06 -08:00
Kris Maglione 9bcb50e80c Bug 1524688: Part 13 - Convert satchel to static registration. r=MattN
--HG--
rename : toolkit/components/satchel/nsFormAutoComplete.js => toolkit/components/satchel/FormAutoComplete.jsm
rename : toolkit/components/satchel/FormHistoryStartup.js => toolkit/components/satchel/FormHistoryStartup.jsm
rename : toolkit/components/satchel/nsInputListAutoComplete.js => toolkit/components/satchel/InputListAutoComplete.jsm
extra : rebase_source : 5302a8c0dd1442e9f3c342b47602f4deb53e5bdf
2019-01-29 20:17:06 -08:00
Kris Maglione e6f5752217 Bug 1524688: Part 12 - Convert prompter to static registration. r=mconley
--HG--
rename : toolkit/components/prompts/src/nsPrompter.js => toolkit/components/prompts/src/Prompter.jsm
extra : source : 6dcacead17466ab4372253134218e0ea7b60f4da
2019-01-29 20:10:40 -08:00
Kris Maglione 2b187a1be0 Bug 1524688: Part 12 - Convert prompter to static registration. r=mconley
--HG--
rename : toolkit/components/prompts/src/nsPrompter.js => toolkit/components/prompts/src/Prompter.jsm
extra : rebase_source : 2701a7abbc988fd4f3de257064b7d3d4f5314c53
2019-01-29 20:10:40 -08:00