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

2436 Коммитов

Автор SHA1 Сообщение Дата
Matt Howell 4b0a8ec90f Bug 1538249 - Support pinning to the taskbar on Windows 10. r=agashlin
--HG--
extra : source : bb7191521d2633228538d638afd76c4a7ea579da
2018-10-15 08:13:12 -07:00
Dale Harvey 8ac474648e Bug 1486820 - Convert Opensearch files to WebExtensions. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D24140

--HG--
extra : moz-landing-system : lando
2019-04-11 20:48:09 +00:00
Andreas Tolfsen a697e45782 bug 1542861: browser, toolkit: fix remote agent packaging; r=firefox-build-system-reviewers,mshal
The RemoteAgent.js script has (temporarily) changed name to
remote/command-line-handler.js, and the chrome component remote.jar
was not included during packaging.  This patch fixes both these things.

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

--HG--
extra : moz-landing-system : lando
2019-04-09 20:33:19 +00:00
Chris Manchester b251368ac6 Bug 1539283 - Use less general wildcard patterns when packaging dlls in an artifact build. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D26382

--HG--
extra : moz-landing-system : lando
2019-04-08 23:52:18 +00:00
Matt Howell 4951b696f0 Bug 1498689 - Support partner builds changing the stub installer download URL. r=agashlin,mkaply
Differential Revision: https://phabricator.services.mozilla.com/D25431

--HG--
extra : moz-landing-system : lando
2019-04-05 16:17:08 +00:00
Michael Kaply 9eda0f5392 Bug 1538218 - Correct REMOVE_DISTRIBUTION_DIR command. r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D25681

--HG--
extra : moz-landing-system : lando
2019-04-01 23:57:14 +00:00
Johann Hofmann 204f870fd6 Bug 1530348 - Unfork aboutNetError.{xhtml,css}. r=nhnt11
The larger changesets in this patch are simply moving code from one file into the other with hg mv.

A short summary of the changes:

- I removed the forked redirection from AboutRedirector.cpp
- I deleted the original aboutNetError.xhtml and aboutNetError.css files
  and moved aboutNetError-new.xhtml and aboutNetError-new.css in their place instead.
- I removed the browser.security.newcerterrorpage.enabled pref and all its usages.
- I removed some localization strings and resources that went unused because of the above changes.

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

--HG--
extra : moz-landing-system : lando
2019-03-29 09:33:58 +00:00
Justin Wood d2abc5343d Bug 1535393 - Fill in the correct MSI version number for release and ESR. r=mhowell,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D24994

--HG--
extra : moz-landing-system : lando
2019-03-27 17:10:58 +00:00
Nicholas Nethercote a955ca9592 Bug 1535226 - Remove uses of XP_WIN32 in Gecko. r=glandium
The definitions can't be entirely removed yet because NSS still needs them.

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

--HG--
extra : moz-landing-system : lando
2019-03-21 01:28:50 +00:00
Mike Hommey e8b6f15845 Bug 1529194 - Allow to opt-in to widevine on aarch64 Windows. r=firefox-build-system-reviewers,chmanchester
This uses artifacts from a win32 build to get the necessary DLLs.

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

--HG--
extra : moz-landing-system : lando
2019-03-05 08:41:04 +00:00
Johann Hofmann 1a4514ad76 Bug 1511111 - Convert UrlClassifierSkipListService to static registration. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D20318

--HG--
rename : netwerk/url-classifier/UrlClassifierSkipListService.js => netwerk/url-classifier/UrlClassifierSkipListService.jsm
extra : moz-landing-system : lando
2019-03-08 22:21:39 +00:00
Johann Hofmann fde7df021a Bug 1511111 - Add nsIUrlClassifierSkipListService to integrate url-classifier with RemoteSettings and pref list updates. r=Ehsan,baku,leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D18597

--HG--
extra : moz-landing-system : lando
2019-03-08 22:21:32 +00:00
Andreas Tolfsen 8adf183333 bug 1523104: remote: hook new remote protocol up to build system; r?#build
We have a new remote protocol in Firefox that is based on the Chrome
DevTools Protocol (CDP).  This is a low-level debugging interface with
which you can inspect the state and control execution of documents
running in web content, instrument Firefox in interesting ways, simulate
user interaction for automation purposes, and debug JavaScript execution.

This patch hooks the server part of this implementation, known as the
remote agent, up to the build system.  The remote agent is not enabled
in the default build, so the following is needed in mozconfig to build it:

	ac_add_options --enable-cdp

A subsequent change to enable the remote agent in Nightly builds only
will follow in due course.  That would allow us to run TaskCluster
test jobs to verify the remote protocol's functional integrity.

Differential Revision: https://phabricator.services.mozilla.com/D22729
2019-03-08 18:21:06 +00:00
Andreas Tolfsen 8c51eef5c4 bug 1523104: remote: disconnect from build system; r=me
We need a build peers' approval for hooking the remote agent up to
the build system.
2019-03-08 16:28:22 +00:00
Andreas Tolfsen 06faaf9146 bug 1523104: remote: initial cdp prototype; r=ochameau 2019-03-08 16:26:22 +00:00
Kris Maglione 39c294db57 Bug 1524688: Part 52 - Convert WebVTT components to static registration. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D18462

--HG--
rename : dom/media/webvtt/WebVTTParserWrapper.js => dom/media/webvtt/WebVTTParserWrapper.jsm
extra : rebase_source : 15b0b5dc533b7f9341498264cbf3ca36cff8e746
extra : source : 11f6682d9d9eedc6edcb2b8a496ae34501360c13
2019-01-30 11:31:25 -08:00
Kris Maglione 84e34e774b Bug 1524688: Part 28 - Convert SecurityReporter to static registration. r=johannh
--HG--
rename : toolkit/components/securityreporter/SecurityReporter.js => toolkit/components/securityreporter/SecurityReporter.jsm
extra : rebase_source : 30838ee2381b97fc5cc46cb9552d34005bf205a8
extra : source : 04b48bed408898fc4711a08fc66ecc9868486682
2019-03-01 12:55:54 -08:00
Aaron Klotz e028ac8bfd Bug 1529429: Part 1 - Make the installer initially disable the launcher process on Nightly; r=mhowell
The idea here is that the installer always disables by default, but then
Firefox itself later re-enables when the appropriate pref is turned on.

I also added a check for the third launcher process registry key (|Image)
since we really only want to do this when all three registry values are
nonexistent.

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

--HG--
extra : moz-landing-system : lando
2019-02-21 18:54:12 +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
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 0c73d9a3c9 Bug 1524688: Part 11 - Convert search service to static registration. r=mikedeboer
--HG--
rename : toolkit/components/search/nsSearchService.js => toolkit/components/search/SearchService.jsm
rename : toolkit/components/search/nsSearchSuggestions.js => toolkit/components/search/SearchSuggestions.jsm
rename : toolkit/components/search/nsSidebar.js => toolkit/components/search/Sidebar.jsm
extra : source : 9895239d8ac64bef30e5f6390f18456ffe209e4e
2019-01-29 20:00:19 -08:00
Kris Maglione b4b561b027 Bug 1524688: Part 10 - Convert password manager to static registration. r=MattN
--HG--
rename : toolkit/components/passwordmgr/nsLoginInfo.js => toolkit/components/passwordmgr/LoginInfo.jsm
rename : toolkit/components/passwordmgr/nsLoginManager.js => toolkit/components/passwordmgr/LoginManager.jsm
rename : toolkit/components/passwordmgr/nsLoginManagerPrompter.js => toolkit/components/passwordmgr/LoginManagerPrompter.jsm
extra : source : 25f982fd53bdbe1cf0b497fe7cc989928b9b0ac8
2019-01-29 19:44:47 -08:00
Kris Maglione 64a55fa4a5 Bug 1524688: Part 9 - Convert AddonManager components to static registration. r=aswan
--HG--
rename : toolkit/mozapps/extensions/amContentHandler.js => toolkit/mozapps/extensions/amContentHandler.jsm
rename : toolkit/mozapps/extensions/amInstallTrigger.js => toolkit/mozapps/extensions/amInstallTrigger.jsm
rename : toolkit/mozapps/extensions/amWebAPI.js => toolkit/mozapps/extensions/amWebAPI.jsm
extra : source : 4fb0f0a59fe22e150f1217d5558fed909f98259a
2019-01-29 18:58:05 -08:00
Kris Maglione da054397cd Bug 1524688: Part 8 - Convert URL classifier to static registration r=Ehsan
--HG--
rename : toolkit/components/url-classifier/nsUrlClassifierHashCompleter.js => toolkit/components/url-classifier/UrlClassifierHashCompleter.jsm
rename : toolkit/components/url-classifier/nsUrlClassifierLib.js => toolkit/components/url-classifier/UrlClassifierLib.jsm
rename : toolkit/components/url-classifier/nsUrlClassifierListManager.js => toolkit/components/url-classifier/UrlClassifierListManager.jsm
extra : source : fdc6c4ed241a50b756e77560bc22d2cbd13c684e
2019-01-29 18:41:19 -08:00
Kris Maglione f34cca34b0 Bug 1524688: Part 7 - Convert process singletons to static registration r=mconley
--HG--
rename : toolkit/components/processsingleton/ContentProcessSingleton.js => toolkit/components/processsingleton/ContentProcessSingleton.jsm
rename : toolkit/components/processsingleton/MainProcessSingleton.js => toolkit/components/processsingleton/MainProcessSingleton.jsm
extra : source : 5ce5986068f031ac17eb43ff278d30b81acdb73c
2019-01-29 18:32:37 -08:00
Kris Maglione dc1970f435 Bug 1524688: Part 6 - Convert profile migrators to static registration r=MattN
--HG--
rename : browser/components/migration/360seProfileMigrator.js => browser/components/migration/360seProfileMigrator.jsm
rename : browser/components/migration/ChromeProfileMigrator.js => browser/components/migration/ChromeProfileMigrator.jsm
rename : browser/components/migration/EdgeProfileMigrator.js => browser/components/migration/EdgeProfileMigrator.jsm
rename : browser/components/migration/FirefoxProfileMigrator.js => browser/components/migration/FirefoxProfileMigrator.jsm
rename : browser/components/migration/IEProfileMigrator.js => browser/components/migration/IEProfileMigrator.jsm
rename : browser/components/migration/ProfileMigrator.js => browser/components/migration/ProfileMigrator.jsm
rename : browser/components/migration/SafariProfileMigrator.js => browser/components/migration/SafariProfileMigrator.jsm
extra : source : ab64ed7388ae516d1a33206399712f3e8860c087
2019-01-29 18:20:19 -08:00
Kris Maglione 5bb4bc948c Bug 1524688: Part 5 - Convert Places components to static registration r=mak
--HG--
rename : toolkit/components/places/ColorAnalyzer.js => toolkit/components/places/ColorAnalyzer.jsm
rename : toolkit/components/places/PageIconProtocolHandler.js => toolkit/components/places/PageIconProtocolHandler.jsm
rename : toolkit/components/places/PlacesCategoriesStarter.js => toolkit/components/places/PlacesCategoriesStarter.jsm
rename : toolkit/components/places/nsPlacesExpiration.js => toolkit/components/places/PlacesExpiration.jsm
rename : toolkit/components/places/nsTaggingService.js => toolkit/components/places/TaggingService.jsm
rename : toolkit/components/places/UnifiedComplete.js => toolkit/components/places/UnifiedComplete.jsm
extra : source : 56607c5a301a788f048fc3263027d2ca7ee6a138
2019-01-29 18:02:04 -08:00
Kris Maglione 6ebfea8015 Bug 1524688: Part 4 - Convert UpdateService to static registration r=mhowell
--HG--
rename : toolkit/mozapps/update/nsUpdateService.js => toolkit/mozapps/update/UpdateService.jsm
rename : toolkit/mozapps/update/nsUpdateServiceStub.js => toolkit/mozapps/update/UpdateServiceStub.jsm
extra : source : 6b3684e7d8f95c7d028fcf27d1570675a8ccbbef
2019-01-29 17:46:17 -08:00
Kris Maglione cda73836d1 Bug 1524688: Part 3 - Convert PeerConnection to static registration r=jib
--HG--
rename : dom/media/PeerConnection.js => dom/media/PeerConnection.jsm
extra : source : ee28258a5724d708770adb03e5f31b37f7abcab2
2019-01-29 17:44:56 -08:00
Kris Maglione bb97eb4646 Bug 1524688: Part 2 - Convert BrowserGlue and friends to static registration. r=mconley
--HG--
rename : browser/components/nsBrowserContentHandler.js => browser/components/BrowserContentHandler.jsm
rename : browser/components/nsBrowserGlue.js => browser/components/BrowserGlue.jsm
rename : browser/components/protocolhandler/WebProtocolHandlerRegistrar.js => browser/components/protocolhandler/WebProtocolHandlerRegistrar.jsm
extra : source : 9201a7ea3c543310df1612b57ab72b883c94e07e
2019-01-29 17:44:35 -08:00
Csoregi Natalia ecd94d6986 Backed out 79 changesets (bug 1524687, bug 1524688) for crashes on mozilla::dom::ScreenOrientation::ScreenOrientation(nsPIDOMWindowInner *,nsScreen *). CLOSED TREE
Backed out changeset 68a001a42406 (bug 1524687)
Backed out changeset 328de611bcd3 (bug 1524688)
Backed out changeset 68cffca6927a (bug 1524687)
Backed out changeset 81dc12cc9257 (bug 1524688)
Backed out changeset c7c49f64048f (bug 1524688)
Backed out changeset fb23a0271da0 (bug 1524688)
Backed out changeset 0c1d1248e59e (bug 1524688)
Backed out changeset 9e9ec7de4160 (bug 1524688)
Backed out changeset de0b9993bd5d (bug 1524688)
Backed out changeset 92877cf4fe33 (bug 1524688)
Backed out changeset b4938f2ff8fd (bug 1524688)
Backed out changeset 230d2feaf941 (bug 1524688)
Backed out changeset 6c63bc240972 (bug 1524688)
Backed out changeset 0ad5465eace1 (bug 1524688)
Backed out changeset 1e75ce91029b (bug 1524688)
Backed out changeset 34a978503b1d (bug 1524688)
Backed out changeset 183602e8a30b (bug 1524688)
Backed out changeset 12a9135dc005 (bug 1524688)
Backed out changeset 978ef5dac9db (bug 1524688)
Backed out changeset 28105bf7bf6a (bug 1524688)
Backed out changeset a9fb74beaf2b (bug 1524688)
Backed out changeset fe106b369a72 (bug 1524688)
Backed out changeset e657e77d4271 (bug 1524688)
Backed out changeset 09f626870ad0 (bug 1524688)
Backed out changeset fe9b6695212e (bug 1524688)
Backed out changeset 995ea188bc31 (bug 1524688)
Backed out changeset 01c4d3edb1b0 (bug 1524688)
Backed out changeset 1bb7dfbb9f48 (bug 1524688)
Backed out changeset 56c61e0a1f45 (bug 1524688)
Backed out changeset c819943ff466 (bug 1524688)
Backed out changeset a1dd5cec066e (bug 1524688)
Backed out changeset 517838ee0c3c (bug 1524688)
Backed out changeset f509a5759fdf (bug 1524688)
Backed out changeset 56f5c8f0d708 (bug 1524688)
Backed out changeset 5746311ef859 (bug 1524688)
Backed out changeset df02f7d25212 (bug 1524688)
Backed out changeset c9846136d105 (bug 1524688)
Backed out changeset 2bd48db9cd0f (bug 1524688)
Backed out changeset ff120b4eeb79 (bug 1524688)
Backed out changeset fe583e7aae8d (bug 1524688)
Backed out changeset 18f156d6355a (bug 1524688)
Backed out changeset f4eaebbe2e0f (bug 1524688)
Backed out changeset bf6b18e23f69 (bug 1524688)
Backed out changeset dd89eb7e9b0d (bug 1524688)
Backed out changeset 4cbbb367ba0b (bug 1524688)
Backed out changeset 4ed0cf6be580 (bug 1524688)
Backed out changeset d8efb5ed62b1 (bug 1524688)
Backed out changeset ea347d57d73a (bug 1524688)
Backed out changeset 911689ef9f33 (bug 1524688)
Backed out changeset 28670fdc418d (bug 1524688)
Backed out changeset 38e1e42a0fb0 (bug 1524688)
Backed out changeset 35a5f031dd1e (bug 1524688)
Backed out changeset b586d55d76d5 (bug 1524688)
Backed out changeset 6dcacead1746 (bug 1524688)
Backed out changeset 9895239d8ac6 (bug 1524688)
Backed out changeset 25f982fd53bd (bug 1524688)
Backed out changeset 4fb0f0a59fe2 (bug 1524688)
Backed out changeset fdc6c4ed241a (bug 1524688)
Backed out changeset 5ce5986068f0 (bug 1524688)
Backed out changeset ab64ed7388ae (bug 1524688)
Backed out changeset 56607c5a301a (bug 1524688)
Backed out changeset 6b3684e7d8f9 (bug 1524688)
Backed out changeset ee28258a5724 (bug 1524688)
Backed out changeset 9201a7ea3c54 (bug 1524688)
Backed out changeset d5dca413e2da (bug 1524688)
Backed out changeset 68eb174a337b (bug 1524688)
Backed out changeset 625f71135038 (bug 1524687)
Backed out changeset 46e13c453538 (bug 1524687)
Backed out changeset 614be688767f (bug 1524687)
Backed out changeset 9c24919ac5c2 (bug 1524687)
Backed out changeset b9862758b98c (bug 1524687)
Backed out changeset 92d9e927deec (bug 1524687)
Backed out changeset f4ee175bc5bd (bug 1524687)
Backed out changeset 191afe83da2e (bug 1524687)
Backed out changeset c58caf41bb94 (bug 1524687)
Backed out changeset df95a56dae04 (bug 1524687)
Backed out changeset 10c69df4444d (bug 1524687)
Backed out changeset 219b84a58f50 (bug 1524687)
Backed out changeset e96e61bd282f (bug 1524687)

--HG--
rename : browser/components/migration/360seProfileMigrator.jsm => browser/components/migration/360seProfileMigrator.js
rename : browser/components/migration/ChromeProfileMigrator.jsm => browser/components/migration/ChromeProfileMigrator.js
rename : browser/components/migration/EdgeProfileMigrator.jsm => browser/components/migration/EdgeProfileMigrator.js
rename : browser/components/migration/FirefoxProfileMigrator.jsm => browser/components/migration/FirefoxProfileMigrator.js
rename : browser/components/migration/IEProfileMigrator.jsm => browser/components/migration/IEProfileMigrator.js
rename : browser/components/migration/ProfileMigrator.jsm => browser/components/migration/ProfileMigrator.js
rename : browser/components/migration/SafariProfileMigrator.jsm => browser/components/migration/SafariProfileMigrator.js
rename : browser/components/newtab/AboutNewTabService.jsm => browser/components/newtab/aboutNewTabService.js
rename : browser/components/BrowserContentHandler.jsm => browser/components/nsBrowserContentHandler.js
rename : browser/components/BrowserGlue.jsm => browser/components/nsBrowserGlue.js
rename : browser/components/payments/PaymentUIService.jsm => browser/components/payments/paymentUIService.js
rename : browser/components/protocolhandler/WebProtocolHandlerRegistrar.jsm => browser/components/protocolhandler/WebProtocolHandlerRegistrar.js
rename : devtools/startup/AboutDebuggingNewRegistration.jsm => devtools/startup/aboutdebugging-new-registration.js
rename : devtools/startup/AboutDebuggingRegistration.jsm => devtools/startup/aboutdebugging-registration.js
rename : devtools/startup/aboutdevtools/AboutDevToolsRegistration.jsm => devtools/startup/aboutdevtools/aboutdevtools-registration.js
rename : devtools/startup/AboutDevToolsToolboxRegistration.jsm => devtools/startup/aboutdevtoolstoolbox-registration.js
rename : devtools/startup/DevToolsStartup.jsm => devtools/startup/devtools-startup.js
rename : dom/base/ProcessSelector.jsm => dom/base/ProcessSelector.js
rename : dom/base/SlowScriptDebug.jsm => dom/base/SlowScriptDebug.js
rename : dom/base/ContentAreaDropListener.jsm => dom/base/contentAreaDropListener.js
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
rename : dom/console/ConsoleAPIStorage.jsm => dom/console/ConsoleAPIStorage.js
rename : dom/html/HTMLMenuBuilder.jsm => dom/html/htmlMenuBuilder.js
rename : dom/media/PeerConnection.jsm => dom/media/PeerConnection.js
rename : dom/notification/NotificationStorage.jsm => dom/notification/NotificationStorage.js
rename : dom/presentation/PresentationDataChannelSessionTransport.jsm => dom/presentation/PresentationDataChannelSessionTransport.js
rename : dom/presentation/PresentationNetworkHelper.jsm => dom/presentation/PresentationNetworkHelper.js
rename : dom/presentation/provider/AndroidCastDeviceProvider.jsm => dom/presentation/provider/AndroidCastDeviceProvider.js
rename : dom/presentation/provider/PresentationControlService.jsm => dom/presentation/provider/PresentationControlService.js
rename : dom/push/Push.jsm => dom/push/Push.js
rename : dom/push/PushComponents.jsm => dom/push/PushComponents.js
rename : dom/system/NetworkGeolocationProvider.jsm => dom/system/NetworkGeolocationProvider.js
rename : layout/tools/recording/RecordingCmdLine.jsm => layout/tools/recording/recording-cmdline.js
rename : netwerk/dns/mdns/libmdns/DNSServiceDiscovery.jsm => netwerk/dns/mdns/libmdns/nsDNSServiceDiscovery.js
rename : netwerk/protocol/http/UAOverridesBootstrapper.jsm => netwerk/protocol/http/UAOverridesBootstrapper.js
rename : netwerk/protocol/http/WellKnownOpportunisticUtils.jsm => netwerk/protocol/http/WellKnownOpportunisticUtils.js
rename : services/fxaccounts/FxAccountsPush.jsm => services/fxaccounts/FxAccountsPush.js
rename : services/settings/RemoteSettingsComponents.jsm => services/settings/RemoteSettingsComponents.js
rename : services/sync/Weave.jsm => services/sync/Weave.js
rename : toolkit/components/asyncshutdown/nsAsyncShutdown.jsm => toolkit/components/asyncshutdown/nsAsyncShutdown.js
rename : toolkit/components/backgroundhangmonitor/BHRTelemetryService.jsm => toolkit/components/backgroundhangmonitor/BHRTelemetryService.js
rename : toolkit/components/captivedetect/CaptiveDetect.jsm => toolkit/components/captivedetect/captivedetect.js
rename : toolkit/components/cleardata/ClearDataService.jsm => toolkit/components/cleardata/ClearDataService.js
rename : toolkit/components/contentprefs/ContentPrefService2.jsm => toolkit/components/contentprefs/ContentPrefService2.js
rename : toolkit/components/crashes/CrashService.jsm => toolkit/components/crashes/CrashService.js
rename : toolkit/components/crashmonitor/nsCrashMonitor.jsm => toolkit/components/crashmonitor/nsCrashMonitor.js
rename : toolkit/components/downloads/DownloadLegacy.jsm => toolkit/components/downloads/DownloadLegacy.js
rename : toolkit/components/gfx/SanityTest.jsm => toolkit/components/gfx/SanityTest.js
rename : toolkit/components/mozintl/mozIntl.jsm => toolkit/components/mozintl/mozIntl.js
rename : toolkit/components/mozprotocol/MozProtocolHandler.jsm => toolkit/components/mozprotocol/mozProtocolHandler.js
rename : toolkit/components/normandy/ShieldContentProcess.jsm => toolkit/components/normandy/shield-content-process.js
rename : toolkit/components/DefaultCLH.jsm => toolkit/components/nsDefaultCLH.js
rename : toolkit/components/passwordmgr/LoginInfo.jsm => toolkit/components/passwordmgr/nsLoginInfo.js
rename : toolkit/components/passwordmgr/LoginManager.jsm => toolkit/components/passwordmgr/nsLoginManager.js
rename : toolkit/components/passwordmgr/LoginManagerPrompter.jsm => toolkit/components/passwordmgr/nsLoginManagerPrompter.js
rename : toolkit/components/places/ColorAnalyzer.jsm => toolkit/components/places/ColorAnalyzer.js
rename : toolkit/components/places/PageIconProtocolHandler.jsm => toolkit/components/places/PageIconProtocolHandler.js
rename : toolkit/components/places/PlacesCategoriesStarter.jsm => toolkit/components/places/PlacesCategoriesStarter.js
rename : toolkit/components/places/UnifiedComplete.jsm => toolkit/components/places/UnifiedComplete.js
rename : toolkit/components/places/PlacesExpiration.jsm => toolkit/components/places/nsPlacesExpiration.js
rename : toolkit/components/places/TaggingService.jsm => toolkit/components/places/nsTaggingService.js
rename : toolkit/components/processsingleton/ContentProcessSingleton.jsm => toolkit/components/processsingleton/ContentProcessSingleton.js
rename : toolkit/components/processsingleton/MainProcessSingleton.jsm => toolkit/components/processsingleton/MainProcessSingleton.js
rename : toolkit/components/prompts/src/Prompter.jsm => toolkit/components/prompts/src/nsPrompter.js
rename : toolkit/components/remotebrowserutils/RemoteWebNavigation.jsm => toolkit/components/remotebrowserutils/RemoteWebNavigation.js
rename : toolkit/components/satchel/FormHistoryStartup.jsm => toolkit/components/satchel/FormHistoryStartup.js
rename : toolkit/components/satchel/FormAutoComplete.jsm => toolkit/components/satchel/nsFormAutoComplete.js
rename : toolkit/components/satchel/InputListAutoComplete.jsm => toolkit/components/satchel/nsInputListAutoComplete.js
rename : toolkit/components/search/SearchService.jsm => toolkit/components/search/nsSearchService.js
rename : toolkit/components/search/SearchSuggestions.jsm => toolkit/components/search/nsSearchSuggestions.js
rename : toolkit/components/search/Sidebar.jsm => toolkit/components/search/nsSidebar.js
rename : toolkit/components/telemetry/TelemetryStartup.jsm => toolkit/components/telemetry/TelemetryStartup.js
rename : toolkit/components/terminator/TerminatorTelemetry.jsm => toolkit/components/terminator/nsTerminatorTelemetry.js
rename : toolkit/components/thumbnails/PageThumbsStorageService.jsm => toolkit/components/thumbnails/PageThumbsStorageService.js
rename : toolkit/components/timermanager/UpdateTimerManager.jsm => toolkit/components/timermanager/nsUpdateTimerManager.js
rename : toolkit/components/tooltiptext/TooltipTextProvider.jsm => toolkit/components/tooltiptext/TooltipTextProvider.js
rename : toolkit/components/url-classifier/UrlClassifierHashCompleter.jsm => toolkit/components/url-classifier/nsUrlClassifierHashCompleter.js
rename : toolkit/components/url-classifier/UrlClassifierLib.jsm => toolkit/components/url-classifier/nsUrlClassifierLib.js
rename : toolkit/components/url-classifier/UrlClassifierListManager.jsm => toolkit/components/url-classifier/nsUrlClassifierListManager.js
rename : toolkit/components/urlformatter/URLFormatter.jsm => toolkit/components/urlformatter/nsURLFormatter.js
rename : toolkit/components/utils/SimpleServices.jsm => toolkit/components/utils/simpleServices.js
rename : toolkit/components/xulstore/XULStore.jsm => toolkit/components/xulstore/XULStore.js
rename : toolkit/mozapps/downloads/HelperAppDlg.jsm => toolkit/mozapps/downloads/nsHelperAppDlg.js
rename : toolkit/mozapps/extensions/amContentHandler.jsm => toolkit/mozapps/extensions/amContentHandler.js
rename : toolkit/mozapps/extensions/amInstallTrigger.jsm => toolkit/mozapps/extensions/amInstallTrigger.js
rename : toolkit/mozapps/extensions/amWebAPI.jsm => toolkit/mozapps/extensions/amWebAPI.js
rename : toolkit/mozapps/handling/ContentDispatchChooser.jsm => toolkit/mozapps/handling/nsContentDispatchChooser.js
rename : toolkit/mozapps/update/UpdateService.jsm => toolkit/mozapps/update/nsUpdateService.js
rename : toolkit/mozapps/update/UpdateServiceStub.jsm => toolkit/mozapps/update/nsUpdateServiceStub.js
rename : uriloader/exthandler/WebHandlerApp.jsm => uriloader/exthandler/nsWebHandlerApp.js
2019-02-14 11:50:23 +02: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 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
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
Kris Maglione 4f28c00bb3 Bug 1524688: Part 11 - Convert search service to static registration. r=mikedeboer
--HG--
rename : toolkit/components/search/nsSearchService.js => toolkit/components/search/SearchService.jsm
rename : toolkit/components/search/nsSearchSuggestions.js => toolkit/components/search/SearchSuggestions.jsm
rename : toolkit/components/search/nsSidebar.js => toolkit/components/search/Sidebar.jsm
extra : rebase_source : 9b964bfe5accac5e43e612ac05a0cd4279ac27c4
2019-01-29 20:00:19 -08:00
Kris Maglione e1d1e7df2f Bug 1524688: Part 10 - Convert password manager to static registration. r=MattN
--HG--
rename : toolkit/components/passwordmgr/nsLoginInfo.js => toolkit/components/passwordmgr/LoginInfo.jsm
rename : toolkit/components/passwordmgr/nsLoginManager.js => toolkit/components/passwordmgr/LoginManager.jsm
rename : toolkit/components/passwordmgr/nsLoginManagerPrompter.js => toolkit/components/passwordmgr/LoginManagerPrompter.jsm
extra : rebase_source : 7ccd3269d873a2871c4858510ffa0fa5ba139af2
2019-01-29 19:44:47 -08:00
Kris Maglione f302e0de4d Bug 1524688: Part 9 - Convert AddonManager components to static registration. r=aswan
--HG--
rename : toolkit/mozapps/extensions/amContentHandler.js => toolkit/mozapps/extensions/amContentHandler.jsm
rename : toolkit/mozapps/extensions/amInstallTrigger.js => toolkit/mozapps/extensions/amInstallTrigger.jsm
rename : toolkit/mozapps/extensions/amWebAPI.js => toolkit/mozapps/extensions/amWebAPI.jsm
extra : rebase_source : 62843e357dce3354f4b26ec007625cdd0501764a
2019-01-29 18:58:05 -08:00
Kris Maglione a13c826704 Bug 1524688: Part 8 - Convert URL classifier to static registration r=Ehsan
--HG--
rename : toolkit/components/url-classifier/nsUrlClassifierHashCompleter.js => toolkit/components/url-classifier/UrlClassifierHashCompleter.jsm
rename : toolkit/components/url-classifier/nsUrlClassifierLib.js => toolkit/components/url-classifier/UrlClassifierLib.jsm
rename : toolkit/components/url-classifier/nsUrlClassifierListManager.js => toolkit/components/url-classifier/UrlClassifierListManager.jsm
extra : rebase_source : 768efc5ec9dcaa2f2e18e320b5eed4179958d7e5
2019-01-29 18:41:19 -08:00
Kris Maglione 742b6ab14b Bug 1524688: Part 7 - Convert process singletons to static registration r=mconley
--HG--
rename : toolkit/components/processsingleton/ContentProcessSingleton.js => toolkit/components/processsingleton/ContentProcessSingleton.jsm
rename : toolkit/components/processsingleton/MainProcessSingleton.js => toolkit/components/processsingleton/MainProcessSingleton.jsm
extra : rebase_source : 6842e09777db559a25e94118fd64b18079616c6f
2019-01-29 18:32:37 -08:00
Kris Maglione 5990d491bd Bug 1524688: Part 6 - Convert profile migrators to static registration r=MattN
--HG--
rename : browser/components/migration/360seProfileMigrator.js => browser/components/migration/360seProfileMigrator.jsm
rename : browser/components/migration/ChromeProfileMigrator.js => browser/components/migration/ChromeProfileMigrator.jsm
rename : browser/components/migration/EdgeProfileMigrator.js => browser/components/migration/EdgeProfileMigrator.jsm
rename : browser/components/migration/FirefoxProfileMigrator.js => browser/components/migration/FirefoxProfileMigrator.jsm
rename : browser/components/migration/IEProfileMigrator.js => browser/components/migration/IEProfileMigrator.jsm
rename : browser/components/migration/ProfileMigrator.js => browser/components/migration/ProfileMigrator.jsm
rename : browser/components/migration/SafariProfileMigrator.js => browser/components/migration/SafariProfileMigrator.jsm
extra : rebase_source : cf4686c0caab1ee3fef97f75380341461732ea90
2019-01-29 18:20:19 -08:00
Kris Maglione d7b92ec19c Bug 1524688: Part 5 - Convert Places components to static registration r=mak
--HG--
rename : toolkit/components/places/ColorAnalyzer.js => toolkit/components/places/ColorAnalyzer.jsm
rename : toolkit/components/places/PageIconProtocolHandler.js => toolkit/components/places/PageIconProtocolHandler.jsm
rename : toolkit/components/places/PlacesCategoriesStarter.js => toolkit/components/places/PlacesCategoriesStarter.jsm
rename : toolkit/components/places/nsPlacesExpiration.js => toolkit/components/places/PlacesExpiration.jsm
rename : toolkit/components/places/nsTaggingService.js => toolkit/components/places/TaggingService.jsm
rename : toolkit/components/places/UnifiedComplete.js => toolkit/components/places/UnifiedComplete.jsm
extra : rebase_source : 9359cab414a24df31b287b9d980639ab560b8cf4
2019-01-29 18:02:04 -08:00
Kris Maglione d1eaf36a3b Bug 1524688: Part 4 - Convert UpdateService to static registration r=mhowell
--HG--
rename : toolkit/mozapps/update/nsUpdateService.js => toolkit/mozapps/update/UpdateService.jsm
rename : toolkit/mozapps/update/nsUpdateServiceStub.js => toolkit/mozapps/update/UpdateServiceStub.jsm
extra : rebase_source : a1af0d3ad9ae3ed0333864bdc50f61656c992345
2019-01-29 17:46:17 -08:00
Kris Maglione b8409da492 Bug 1524688: Part 3 - Convert PeerConnection to static registration r=jib
--HG--
rename : dom/media/PeerConnection.js => dom/media/PeerConnection.jsm
extra : rebase_source : 2c18cf151143babf414a2135ec2c7a64b7e976ed
2019-01-29 17:44:56 -08:00
Kris Maglione 075d41c086 Bug 1524688: Part 2 - Convert BrowserGlue and friends to static registration. r=mconley
--HG--
rename : browser/components/nsBrowserContentHandler.js => browser/components/BrowserContentHandler.jsm
rename : browser/components/nsBrowserGlue.js => browser/components/BrowserGlue.jsm
rename : browser/components/protocolhandler/WebProtocolHandlerRegistrar.js => browser/components/protocolhandler/WebProtocolHandlerRegistrar.jsm
extra : rebase_source : ce505f146ec12ec4c191039ae7004a723dc1c376
2019-01-29 17:44:35 -08:00
Zibi Braniecki 614ca1e082 Bug 1523194 - Remove XPIDL for DOMLocalization and use do_ImportModule instead. r=jfkthame,kmag
Differential Revision: https://phabricator.services.mozilla.com/D17780

--HG--
extra : moz-landing-system : lando
2019-02-07 01:52:45 +00:00
Cosmin Sabou 8bd3dcb455 Merge mozilla-inbound to mozilla-central. a=merge 2019-02-05 23:58:20 +02:00
June Wilde 11118a100a Bug 1329869 - Add missing variable AddTaskbarSC to uninstaller.nsi; r=mhowell
Fix for warnings in uninstaller.nsi for unknown variable AddTaskbarSC by adding
the variable to the nsi file rather than adding a version of MigrateTaskBarShortcut
specific to the uninstall procedure

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

--HG--
extra : moz-landing-system : lando
2019-02-05 02:29:02 +00:00
Sylvestre Ledru b6356f4723 Bug 1523092 - Enable codespell on more directories r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D17740

--HG--
extra : moz-landing-system : lando
2019-01-30 14:16:08 +00:00
June Wilde 1010fb2799 Bug 1415743 - Remove unused function MigrateStartMenuShortcut from the installer, r=mhowell
This code hasn't been needed in quite a long time at this point and it should be removed.

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

--HG--
extra : moz-landing-system : lando
2019-01-25 17:54:56 +00:00
Matt Howell 28ff59ecfc Bug 1514806 Part 5 - Select the appropriate 7-zip SFX stub binary for the build target. r=firefox-build-system-reviewers,mshal#firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D15983

--HG--
extra : moz-landing-system : lando
2019-01-22 21:58:49 +00:00
Harry Twyford 70df5bbf20 Bug 1313429 - Add Touch Bar functionality to Firefox r=spohl,mikedeboer,flod
Adds Touch Bar functionality to Firefox across eight commits.

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

--HG--
extra : moz-landing-system : lando
2019-01-22 17:13:33 +00:00
Mike Hommey 2a53b3dd2b Bug 1521666 - Do not try to package layout debugger files when layout debugger is disabled. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D17202

--HG--
extra : moz-landing-system : lando
2019-01-22 04:01:33 +00:00
Aaron Klotz 6b426a13b2 Bug 1520974: Fix typo in browser/installer/windows/Makefile.in; r=nalexander#firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D16922

--HG--
extra : moz-landing-system : lando
2019-01-18 01:01:36 +00:00
Chris Manchester 3d131be6a9 Bug 1507631 - Remove mentions of MOZ_SIGN_CMD from the build system. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D16754

--HG--
extra : moz-landing-system : lando
2019-01-16 22:46:38 +00:00
Robert Strong 55bdeb26e6 Bug 1515075 - Build failure: Error in script maintenanceservice_installer.nsi on line 184 -- aborting creation process. r=mshal
Prevents the build failure by copying files for maintenanceservice_installer.nsi just as is done for other installers
2019-01-16 10:16:30 -08:00
Cameron McCormack cc5d047c75 Bug 1519737 - Move pluginProblemBinding.css to the UA style sheet cache. r=emilio,timdream
Differential Revision: https://phabricator.services.mozilla.com/D16430

--HG--
rename : toolkit/pluginproblem/content/pluginProblemBinding.css => layout/style/res/pluginproblem.css
extra : moz-landing-system : lando
2019-01-16 03:37:43 +00:00
Dorel Luca de46e66fcd Backed out changeset a85699150a8b (bug 1519737) for browser chrome failure in browser/base/content/test/static/browser_parsable_css.js
--HG--
rename : layout/style/res/pluginproblem.css => toolkit/pluginproblem/content/pluginProblemBinding.css
2019-01-16 03:25:22 +02:00
Aaron Klotz d56e504ec2 Bug 1517642: Make the installer and updater disable the launcher process by default on beta and release; r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D15758

--HG--
extra : moz-landing-system : lando
2019-01-16 00:06:39 +00:00
Cameron McCormack f11cf08512 Bug 1519737 - Move pluginProblemBinding.css to the UA style sheet cache. r=emilio,timdream
Differential Revision: https://phabricator.services.mozilla.com/D16430

--HG--
rename : toolkit/pluginproblem/content/pluginProblemBinding.css => layout/style/res/pluginproblem.css
extra : moz-landing-system : lando
2019-01-14 21:51:59 +00:00
Cosmin Sabou 1558607307 Backed out 6 changesets (bug 1514806) for causing windows 2012 opt repack bustages.
Backed out changeset 63debb1d02d3 (bug 1514806)
Backed out changeset 803d20ba3f80 (bug 1514806)
Backed out changeset 3b95c5d8466d (bug 1514806)
Backed out changeset eb09e108a439 (bug 1514806)
Backed out changeset 6a738993de29 (bug 1514806)
Backed out changeset 303b19a8b923 (bug 1514806)

--HG--
rename : other-licenses/7zstub/firefox/7zSD.win32.manifest => other-licenses/7zstub/firefox/7zSD.manifest
rename : other-licenses/7zstub/firefox/7zSD.Win32.sfx => other-licenses/7zstub/firefox/7zSD.sfx
2019-01-15 19:17:09 +02:00
Matt Howell 37e3810088 Bug 1514806 Part 5 - Select the appropriate 7-zip SFX stub binary for the build target. r=firefox-build-system-reviewers,mshal#firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D15983

--HG--
extra : moz-landing-system : lando
2019-01-14 21:58:58 +00:00
Matt Howell 219be7ea4f Bug 1512039 - Allow the stub installer to detect and download the AArch64 Windows build. r=agashlin
This patch also removes the last vestiges of the old architecture dropdown
structure, and removes a use of GetBinaryTypeW because it doesn't seem to
return a useful result for any ARM ISA.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 23:09:01 +00:00
Tim Nguyen 34cebfc0b6 Bug 1437641 - Remove numberbox binding and convert usages to input[type=number]. r=bgrins,dao
Differential Revision: https://phabricator.services.mozilla.com/D15882

--HG--
rename : toolkit/themes/shared/numberbox.css => toolkit/themes/shared/numberinput.css
extra : moz-landing-system : lando
2019-01-09 08:51:32 +00:00
Bob Owen b4047e7f77 Bug 1519368: Set MaxLoaderThreads to 1 in the registry for arm64 Windows installs. r=mhowell
This Image File Execution Option is required for firefox.exe and
plugin-container.exe because the multi-threaded loading interferes
with the chromium sandbox.
2019-02-05 16:22:45 +00:00
Matt Howell 8f375ba526 Bug 1512699 - Detect the AArch64 platform in the full installer. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D14662

--HG--
extra : moz-landing-system : lando
2018-12-18 02:42:48 +00:00
Kris Maglione 778252994f Bug 1513366: Part 5 - Migrate extension process script to a JSM. r=aswan
This simplifies things all around, and gets rid of one more unnecessary
component registration.

--HG--
rename : toolkit/components/extensions/extension-process-script.js => toolkit/components/extensions/ExtensionProcessScript.jsm
extra : rebase_source : 7ceb6ada0730f8241bbd5ddbd889a320da22b1b1
2018-12-12 17:58:19 -08:00
Robert Strong 24b436868b Bug 1478032 - Add aarch64 detection and set the correct registry views in the installer. r=mhowell 2018-12-17 11:17:26 -08:00
Gijs Kruitbosch 2ece1af1ce Bug 1503214 - remove toolkit feed processor code, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D14603

--HG--
extra : moz-landing-system : lando
2018-12-14 19:57:40 +00:00
Gijs Kruitbosch 70281bf326 Bug 1499092 - rename/move code from 'feeds' and 'web content' to more appropriate/obvious versions for registerProtocolHandler, r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13699

--HG--
rename : browser/components/feeds/WebContentConverter.js => browser/components/protocolhandler/WebProtocolHandlerRegistrar.js
rename : browser/components/feeds/moz.build => browser/components/protocolhandler/moz.build
rename : browser/components/feeds/test/.eslintrc.js => browser/components/protocolhandler/test/.eslintrc.js
rename : browser/components/feeds/test/browser/.eslintrc.js => browser/components/protocolhandler/test/browser/.eslintrc.js
rename : browser/components/feeds/test/browser/browser.ini => browser/components/protocolhandler/test/browser/browser.ini
rename : browser/components/feeds/test/browser/browser_registerProtocolHandler_notification.html => browser/components/protocolhandler/test/browser/browser_registerProtocolHandler_notification.html
rename : browser/components/feeds/test/browser/browser_registerProtocolHandler_notification.js => browser/components/protocolhandler/test/browser/browser_registerProtocolHandler_notification.js
rename : browser/components/feeds/test/mochitest.ini => browser/components/protocolhandler/test/mochitest.ini
rename : browser/components/feeds/test/test_registerHandler.html => browser/components/protocolhandler/test/test_registerHandler.html
rename : browser/components/feeds/test/test_registerHandler_disabled.html => browser/components/protocolhandler/test/test_registerHandler_disabled.html
rename : dom/interfaces/sidebar/nsIWebContentHandlerRegistrar.idl => dom/interfaces/sidebar/nsIWebProtocolHandlerRegistrar.idl
extra : moz-landing-system : lando
2018-12-13 13:34:11 +00:00
Julian Descottes 24ae4caadb Bug 1512454 - Register about:debugging-new for Nightly builds;r=ladybenko,Ola
Differential Revision: https://phabricator.services.mozilla.com/D13923

--HG--
extra : moz-landing-system : lando
2018-12-12 13:30:34 +00:00
Ciure Andrei b3b5a48999 Backed out changeset 3babbb8e7ec0 (bug 1512454) for failing browser_aboutURLs.js CLOSED TREE 2018-12-12 14:04:02 +02:00
Julian Descottes 69162b31b3 Bug 1512454 - Register about:debugging-new for Nightly builds;r=ladybenko,Ola
Differential Revision: https://phabricator.services.mozilla.com/D13923

--HG--
extra : moz-landing-system : lando
2018-12-10 22:30:35 +00:00
Sebastian Hengst df1d0673b0 Backed out changeset 725a692947dd (bug 675428) for opening multiple tabs (bug 1496380) - bug 1512496
--HG--
extra : source : 0cf938ef3c98b60c9e276a197b50ea9a2bf14c38
2018-12-10 18:44:24 +02:00
Sylvestre Ledru ef05004811 Bug 1503537 - Get rid of the pdfium & mortar code r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D10352

--HG--
extra : moz-landing-system : lando
2018-11-28 19:31:21 +00:00
shindli 95b9b72836 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-11-20 23:50:05 +02:00
Robert Strong de6960336a Bug 1508637 - Update comments in removed-files.in. r=mhowell
Removed comment about Firefox 27 and below since it is no longer relevant after the LZMA watershed
Changed a couple of comments for clarity

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

--HG--
extra : moz-landing-system : lando
2018-11-20 16:04:42 +00:00
Mark Banner 4eabeccb20 Bug 1502954 - Remove livemarks code from toolkit. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D12118

--HG--
extra : moz-landing-system : lando
2018-11-20 13:29:54 +00:00
Paolo Amadini 9004df8f9b Bug 1499947 - Part 2 - Remove the "progressmeter" element and related tests. r=bgrins,bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D12145

--HG--
extra : rebase_source : a322611933b371e726b25dd4223456a8f761e886
2018-11-20 14:12:33 +00:00
Mike Hommey d8065af7e8 Bug 1502457 - Use MOZ_APP_VERSION instead of FIREFOX_VERSION. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D11982

--HG--
extra : source : 2c2b09264a82bb21a56620189020e146d80259d3
2018-11-16 01:14:07 +00:00
shindli 4756350be2 Backed out 6 changesets (bug 1502457) for causing Mn mozprocess automation failures in '/Users/cltbld/tasks/task_1542517470/build/venv/bin/python
Backed out changeset 9174dadf38b0 (bug 1502457)
Backed out changeset 2bc4c0bfa299 (bug 1502457)
Backed out changeset 1442604ea266 (bug 1502457)
Backed out changeset 1cf7694c8aa2 (bug 1502457)
Backed out changeset a73cfbabdd47 (bug 1502457)
Backed out changeset 2c2b09264a82 (bug 1502457)
2018-11-18 10:24:11 +02:00
Mike Hommey 9fa95a7c67 Bug 1502457 - Use MOZ_APP_VERSION instead of FIREFOX_VERSION. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D11982

--HG--
extra : moz-landing-system : lando
2018-11-16 01:14:07 +00:00
Narcis Beleuzu df50f67e20 Backed out 6 changesets (bug 1502457) for build bustages. CLOSED TREE
Backed out changeset febdb867785a (bug 1502457)
Backed out changeset 7ea52c602445 (bug 1502457)
Backed out changeset 73bb6a74cad0 (bug 1502457)
Backed out changeset b172bda6e983 (bug 1502457)
Backed out changeset 0e283ddc6c3b (bug 1502457)
Backed out changeset 638fa0251123 (bug 1502457)
2018-11-16 02:13:57 +02:00
Mike Hommey cf76f0e20d Bug 1502457 - Use MOZ_APP_VERSION instead of FIREFOX_VERSION. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D11982

--HG--
extra : moz-landing-system : lando
2018-11-15 23:24:27 +00:00
Matt Howell 8c92d01dbf Bug 1504244 - Remove an erroneous parameter that's overriding /ExtractDir in the MSI installer. r=agashlin
--HG--
extra : source : 001e54e9309c7b09c888ba1ec6f94510ba2a3995
2018-11-09 09:55:01 -08:00
Ehsan Akhgari 49f92aabe5 Bug 1504551 - Remove the XPCOM registration for "@mozilla.org/exslt/regexp;1" r=qdot
Differential Revision: https://phabricator.services.mozilla.com/D10847

--HG--
extra : moz-landing-system : lando
2018-11-08 19:52:18 +00:00
Kim Moir db3477911d Bug 1485228 - Add support for repackage msi r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D9331

--HG--
extra : moz-landing-system : lando
2018-11-07 17:45:46 +00:00
Matt Howell 54c17abaeb Bug 1453613 Part 2 - Add a full installer telemetry ping. r=agashlin
--HG--
extra : source : d7ee73e237c70cb7d13567e9a0ec2c32a1162211
2018-10-15 11:21:25 -07:00
Kirk Steuber 19c8368ea5 Bug 1458314 - Move the update directory to an installation specific location r=rstrong
This change applies to Windows only.
Firefox will need to migrate the directory from the old location to the new location. This will be done only once by setting the pref `app.update.migrated.updateDir2.<install path hash>` to `true` once migration has completed.

Note: The pref name app.update.migrated.updateDir has already been used, thus the '2' suffix. It can be found in ESR24.

This also removes the old handling fallback for generating the update directory path. Since xulrunner is no longer supported, this should no longer be needed. If neither the vendor nor app name are defined, it falls back to the literal string "Mozilla".

The code to generate the update directory path and the installation hash have been moved to the updatecommon library. This will allow those functions to be used in Firefox, the Mozilla Maintenance Service, the Mozilla Maintenance Service Installer, and TestAUSHelper.

Additionally, the function that generates the update directory path now has extra functionality. It creates the update directory, sets the permissions on it and, optionally, recursively sets the permissions on everything within.

This patch adds functionality that allows Firefox to set permissions on the new update directory on write failure. It attempts to set the permissions itself and, if that fails and the maintenance service is enabled, it calls into the maintenance service to try from there. If a write fails and the permissions cannot be fixed, the user is prompted to reinstall.

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

--HG--
rename : toolkit/mozapps/update/updater/win_dirent.cpp => toolkit/mozapps/update/common/win_dirent.cpp
rename : toolkit/mozapps/update/tests/unit_aus_update/cleanupSuccessLogMove.js => toolkit/mozapps/update/tests/unit_aus_update/updateDirectoryMigrate.js
extra : moz-landing-system : lando
2018-10-23 21:41:04 +00:00
Paolo Amadini 42c8938dfc Bug 1493844 - Part 2 - Remove the "caption" and "groupbox" bindings. r=bgrins,dao,jaws,johannh,surkov
Proper native "groupbox" styling depends on the structure of the XBL binding. By restyling the Page Info dialog, the native styling is now unused except for the Print Page Setup dialog on Windows. The native apperance is thus not applied by default anymore, and the "groupbox" element can just be used semantically for accessibility. The Print Page Setup dialog applies the native styling on its own in a way that still works on Windows.

The only other consumers of "groupbox" are the in-content Preferences pages and dialogs. These are updated to use simpler styles that don't depend on the binding structure.

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

--HG--
extra : rebase_source : af36d911980517f9b53036f4cd4f800c5e20ad22
2018-10-23 10:14:06 +01:00
Gijs Kruitbosch 9048f58f8f Bug 1477669 - remove feed preview code and associated files/code, r=flod,mak,nika
Differential Revision: https://phabricator.services.mozilla.com/D8524

--HG--
extra : moz-landing-system : lando
2018-10-16 12:47:36 +00:00
Matt Howell 62a191de2d Bug 1497907 - Don't accidentally hide the uninstaller reboot opt-out radio button. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D8309

--HG--
extra : moz-landing-system : lando
2018-10-11 22:59:49 +00:00
Matt Howell bdc8808795 Bug 1494900 Part 2 - Always use IE to show the uninstall survey on Win7/8. r=agashlin
--HG--
extra : source : 23b7831bccdbc3972da9a8b19e900d85f4a192fc
2018-09-28 08:44:11 -07:00
Chris Peterson da01f965e0 Bug 1490575 - Remove MOZ_MULET checks from build files. r=froydnj
Mulet was a Firefox OS simulator that is no longer supported: https://wiki.mozilla.org/Mulet

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

--HG--
extra : rebase_source : 5d6c8563fe7f5b3bafa9a17d1057eb3a3db6e241
extra : source : f7c8de6bc4a978421f49e43b951188597086874b
2018-09-11 23:16:36 -07:00
Ehsan Akhgari 9fcc4e5b9a Bug 1489812 - Part 2: Remove @mozilla.org/editor-utils;1; r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D5374
2018-09-10 08:42:27 -04:00
Matt Howell 39c00aeec5 Bug 1488857 - Correctly detect the current dev edition version for showing stub installer profile reset prompts. r=agashlin
Also remove a useless line that looks like some debugging code I accidentally left in.

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

--HG--
extra : moz-landing-system : lando
2018-09-05 20:55:04 +00:00
Ehsan Akhgari d99f8f170f Bug 1484876 - Part 5: Merge the PrivateBrowsingTrackingProtectionWhitelist service with PrivateBrowsingUtils.jsm; r=johannh 2018-08-22 12:02:44 -04:00
Cosmin Sabou ed624fa8d0 Backed out 6 changesets (bug 1484876) for eslint failure on PrivateBrowsingUtils. CLOSED TREE
Backed out changeset e80737d6af55 (bug 1484876)
Backed out changeset b1cb63d8c8bb (bug 1484876)
Backed out changeset cd2ced689895 (bug 1484876)
Backed out changeset d31e39a47704 (bug 1484876)
Backed out changeset babf6abc7f4c (bug 1484876)
Backed out changeset 1c9895ab06c6 (bug 1484876)
2018-08-22 16:26:33 +03:00
Ehsan Akhgari e5937f080b Bug 1484876 - Part 5: Merge the PrivateBrowsingTrackingProtectionWhitelist service with PrivateBrowsingUtils.jsm; r=johannh 2018-08-22 09:08:10 -04:00
Jan Beich e459b11dc1 Bug 1484535 - Allow C++ files to check MOZ_SYSTEM_ICU. r=froydnj 2018-08-21 16:02:00 +03:00
Dave Townsend 204fe23163 Bug 1484844: Make nsINIParser mutable. r=froydnj
In order to implement profile-per-install we need a mutable INI parser in early
startup. The current one is implemented in JavaScript and thus not available.
This makes the current read-only C++ INI parser mutable and removes the
JavaScript implementation.

It turns out that the two different implementations of nsIINIParserFactory and
nsIINIParser behaved slightly differently but only in ways that the single test
cared about so I've adjusted things a little to make it work.

The existing C++ implementation did not do validity checks on arguments, this
adds that making empty sections and values illegal.

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

--HG--
rename : xpcom/tests/unit/test_iniProcessor.js => xpcom/tests/unit/test_iniParser.js
extra : source : 524941c8ed0e048ee51be1bd11082b41428ef490
extra : amend_source : 2de6cef5be97448a41733bedda29d6af34aed27a
2017-10-12 14:20:57 -07:00
Kris Maglione 9d0fd10b85 Bug 1472491: Part 5n - Add AudioPlaybackChild actor. r=felipe
MozReview-Commit-ID: DtGNW4riHQX

--HG--
rename : toolkit/content/browser-content.js => toolkit/actors/AudioPlaybackChild.jsm
extra : rebase_source : d37eef766306f0967ac4c13b4705e32197f7d0f6
2018-07-29 21:27:32 -07:00
Kris Maglione 30986431c7 Bug 1472491: Part 5a - Add BrowserTabChild actor. r=felipe
MozReview-Commit-ID: 38Y1xwkgxCx

--HG--
extra : rebase_source : 61a85af58f9f16b8e39b716e3df2d09b788fcb1a
2018-07-29 19:42:46 -07:00
Suriyaa Sundararuban 7f994bbad2 Bug 1481532 - Use HTTPS protocol for Searchfox link in InstallerBuild.rst file r=mossop
Summary: Change protocol of the Searchfox URL in InstallerBuild.rst from HTTP to HTTPS.

Reviewers: mossop

Reviewed By: mossop

Subscribers: suriyaa

Bug #: 1481532

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

--HG--
extra : histedit_source : 08ee2f4eb2aeb48e05e92a4a7c88476eb9e7851b
2018-08-14 08:31:18 +03:00
Tiberius Oros fae00acf70 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-09 13:06:13 +03:00
Hal Wine d56280bad5 Bug 675428 - register Firefox to handle mailto URLs in Windows r=mhowell
At least in Win10, Firefox is not an option to configure as a mailto handler.

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

--HG--
extra : moz-landing-system : lando
2018-08-08 20:56:45 +00:00
Ian Moody 3e13ecf9a8 Bug 1467541 - Package layout debugger in debug builds. r=dbaron
Reviewers: dbaron

Reviewed By: dbaron

Bug #: 1467541

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

--HG--
extra : histedit_source : 32e707a592ede9fdbed1d1fe4b39e0e6103c949f
2018-08-09 10:52:49 +03:00
Kris Maglione dfe5c95ca1 Bug 1479241: Don't eagerly load AboutPages.jsm in content processes. r=mythmon
MozReview-Commit-ID: 1ewRIxTVzJR

--HG--
rename : toolkit/components/normandy/content/shield-content-process.js => toolkit/components/normandy/shield-content-process.js
extra : source : f150e62dcbbdc14bec93db0705470a5d9e71737e
2018-07-31 14:13:03 -07:00
Cosmin Sabou 901f34bef4 Backed out 12 changesets (bug 1479309, bug 1479312, bug 1479313, bug 1479310, bug 1479235, bug 1479945, bug 1479241, bug 1479318) for causing a big performance regression on OS X. a=backout
Backed out changeset 915862a355e9 (bug 1479318)
Backed out changeset f150e62dcbbd (bug 1479241)
Backed out changeset a68daa762119 (bug 1479312)
Backed out changeset 2a5aa9de1fd9 (bug 1479945)
Backed out changeset 163276881d35 (bug 1479945)
Backed out changeset 20a1a11b4d0b (bug 1479945)
Backed out changeset ca43bd11f431 (bug 1479945)
Backed out changeset 71700b368132 (bug 1479945)
Backed out changeset f5d647fae973 (bug 1479313)
Backed out changeset 3583823171de (bug 1479310)
Backed out changeset 2d46e1fe3121 (bug 1479309)
Backed out changeset 8f9c9580f687 (bug 1479235)

--HG--
rename : browser/components/uitour/ContentUITour.jsm => browser/components/uitour/content-UITour.js
rename : dom/ipc/ManifestMessages.jsm => dom/ipc/manifestMessages.js
rename : toolkit/components/normandy/content/ShieldFrameListener.jsm => toolkit/components/normandy/content/shield-content-frame.js
rename : toolkit/components/normandy/shield-content-process.js => toolkit/components/normandy/content/shield-content-process.js
2018-08-07 17:30:52 +03:00