gecko-dev/browser/modules
Andrew McCreight a4e17048dd Bug 1352522, part 1 - Add ContentWebRTC observers in ContentObservers.js. r=florian
This avoids importing ContentWebRTC.jsm just to register observers
that may never observe anything. Avoiding importing .jsms reduces
memory usage.

ContentObserver.js gets loaded once per content process, so I think
the ._initialized stuff is not needed in the process script.

MozReview-Commit-ID: 5r9L3bfFS0U

--HG--
extra : rebase_source : 0fe6e14c2963efccf21bd1606885098902fed598
2017-04-07 08:48:58 -07:00
..
test Bug 1342459 - Enable no-undef on browser/base, and clean up unnecessary no-undef references. r=mossop 2017-04-03 11:46:56 +01:00
AboutHome.jsm Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN 2016-12-29 18:34:54 -05:00
AboutNewTab.jsm Bug 1344372: Add override for RemotePageManager in AboutNewTab.jsm;r=mconley 2017-03-07 14:22:33 -05:00
AttributionCode.jsm Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
BrowserUITelemetry.jsm Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws. 2017-03-07 15:29:48 +01:00
BrowserUsageTelemetry.jsm Bug 1347271 - log preloaded top sites in telemetry and update their naming, r=mak 2017-03-22 13:23:15 +00:00
CastingApps.jsm Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN 2016-12-29 18:34:54 -05:00
ContentClick.jsm Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js. r=gijs 2017-04-03 12:43:01 +02:00
ContentCrashHandlers.jsm Bug 1330464 - make the no-useless-parameters eslint rule detect misuses of the Services.prefs APIs, r=jaws. 2017-01-13 20:21:55 +01:00
ContentLinkHandler.jsm Bug 1350878 - ContentLinkHandler.jsm does not use its NetUtil.jsm import. r=mikedeboer 2017-03-22 14:59:33 -07:00
ContentObservers.js Bug 1352522, part 1 - Add ContentWebRTC observers in ContentObservers.js. r=florian 2017-04-07 08:48:58 -07:00
ContentSearch.jsm Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley 2017-03-29 11:52:08 -04:00
ContentWebRTC.jsm Bug 1352522, part 1 - Add ContentWebRTC observers in ContentObservers.js. r=florian 2017-04-07 08:48:58 -07:00
DirectoryLinksProvider.jsm Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws. 2017-03-07 15:29:48 +01:00
E10SUtils.jsm Bug 1347983 - Part 1: Make forms submitted from a large-allocation page not leave the large-allocation process, r=smaug 2017-03-16 14:32:26 -04:00
ExtensionsUI.jsm Bug 1197420 Part 3 Initial browser.permissions api support r=kmag 2017-03-24 13:55:09 -07:00
Feeds.jsm Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN 2016-12-30 21:47:25 -05:00
FormSubmitObserver.jsm Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8 2017-03-21 14:29:43 -04:00
FormValidationHandler.jsm Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
FullZoomUI.jsm Bug 1348122 - Share code between the customizable zoom control and the location bar's zoom indicator. r=Gijs 2017-03-21 09:23:24 +01:00
HiddenFrame.jsm Backed out changeset 3d1ad05d7b99 (bug 1353104) for Android bustage in test_chrome_ext_hybrid_addons.html 2017-04-07 13:39:54 -07:00
LaterRun.jsm Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws. 2017-01-09 20:27:25 +01:00
NetworkPrioritizer.jsm Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
PermissionUI.jsm Bug 1349841 - Don't show "Never For This Session" option in web notification permission prompts in PBM. r=johannh 2017-03-23 11:37:30 +05:30
PluginContent.jsm Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
ProcessHangMonitor.jsm Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN 2016-12-29 18:34:54 -05:00
ReaderParent.jsm Bug 1344211 - Reader view shortcut should be shown in 'View' menu. r=Gijs 2017-03-04 19:01:19 +01:00
RecentWindow.jsm
RemotePrompt.jsm Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN 2016-12-29 18:34:54 -05:00
Sanitizer.jsm
SelfSupportBackend.jsm Bug 1351300 - stop using the hidden DOM window from HiddenFrame.jsm, r=kmag 2017-03-28 15:24:05 +01:00
SitePermissions.jsm Bug 1349990 - Update host matching for webrtc prompts. r=Paolo 2017-03-24 13:13:18 +01:00
Social.jsm Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
SocialService.jsm Bug 1345294 - add an eslint rule to reject usage of {get,set}ComplexValue for nsISupportsString and suggest {get,set}StringPref instead, and make it pass, r=Mossop. 2017-03-16 19:26:02 +01:00
TransientPrefs.jsm Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN 2016-12-29 18:34:54 -05:00
Windows8WindowFrameColor.jsm Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN 2016-12-29 18:34:54 -05:00
WindowsJumpLists.jsm Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws. 2017-01-09 20:27:25 +01:00
WindowsPreviewPerTab.jsm Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
moz.build Bug 1353174, part 1 - Turn ContentObservers.jsm into a process script. r=Gijs 2017-04-04 11:21:48 -07:00
offlineAppCache.jsm Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
webrtcUI.jsm Bug 1348257 - Hide the "always remember" checkbox for webrtc prompts in PBM. r=Nihanth 2017-03-20 19:49:59 +01:00