gecko-dev/browser/modules
Chun-Min Chang 190df20ade Bug 1314213 - Pass dismiss from PermissionPromptPrototype to PopupNotifications; r=mconley
MozReview-Commit-ID: 8WxlgMSTn0q

--HG--
extra : rebase_source : d135cf14e99e2074f42c5273b3115549a7c5f608
2016-11-01 13:56:32 +08:00
..
test Bug 1313862 - Wait for xul-window-visible after closing browser windows in browser_CaptivePortalWatcher.js. r=MattN 2016-10-29 22:07:00 +05:30
AboutHome.jsm Bug 1289231 - show 'undo' notification bar, r=dolske 2016-08-20 12:15:02 +01:00
AboutNewTab.jsm Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
AttributionCode.jsm Bug 1277627 - Added module for working with attribution codes, including tests; r=mconley 2016-08-18 14:40:08 -07:00
BrowserUITelemetry.jsm Bug 1290698 - Replace Iterator() with Object.{values, entries}; r=mossop 2016-08-07 21:58:24 -04:00
BrowserUsageTelemetry.jsm Bug 1303333 - Implement the probe to count URI loads triggered by search. r=mak, data-review=rweiss 2016-10-28 23:13:00 +02:00
CaptivePortalWatcher.jsm Bug 1279491 - Fix timing issue when waiting for captive portal tab in new window in browser_CaptivePortalWatcher.js. r=MattN 2016-10-28 10:54:17 +05:30
CastingApps.jsm Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao 2016-07-16 10:20:04 +02:00
ContentClick.jsm Bug 1284395, r=bz,mconley,baku 2016-09-06 14:19:45 +01:00
ContentCrashHandlers.jsm Bug 1311016 - Make Firefox honor MOZ_CRASHREPORTER_SHUTDOWN environment variable to quit browser on content process crash r=mconley 2016-10-25 16:28:56 +02:00
ContentLinkHandler.jsm Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
ContentObservers.jsm Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
ContentSearch.jsm Bug 1303333 - Implement the probe to count URI loads triggered by search. r=mak, data-review=rweiss 2016-10-28 23:13:00 +02:00
ContentWebRTC.jsm Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8 2016-10-24 13:14:19 -04:00
DirectoryLinksProvider.jsm Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe 2016-08-16 15:44:15 -04:00
E10SUtils.jsm Bug 1304140 - Part 1: Implement support for the Large-Allocation header behind the dom.largeAllocationHeader.enabled pref, r=smaug 2016-10-31 16:38:54 -04:00
Feeds.jsm Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
FormSubmitObserver.jsm Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao 2016-07-16 10:20:04 +02:00
FormValidationHandler.jsm Bug 1306251 - Rename form validation anchor to make it more generic r=mconley 2016-09-22 00:35:31 +08:00
HiddenFrame.jsm
LaterRun.jsm Bug 1270707 - make LaterRun.jsm use nsIURLFormatter to format its URLs, r=jaws 2016-05-06 09:40:10 +01:00
moz.build Bug 1299998 fix closing of share panel, r=markh 2016-09-22 08:40:07 -07:00
NetworkPrioritizer.jsm Backed out changeset 865501b808e3 (bug 1287330) for frequent timeouts in browser_async_remove_tab.js with e10s on Linux debug. r=backout 2016-08-21 16:45:16 +02:00
offlineAppCache.jsm Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
PermissionUI.jsm Bug 1314213 - Pass dismiss from PermissionPromptPrototype to PopupNotifications; r=mconley 2016-11-01 13:56:32 +08:00
PluginContent.jsm Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8 2016-10-24 13:14:19 -04:00
ProcessHangMonitor.jsm Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao 2016-07-16 10:20:04 +02:00
ReaderParent.jsm Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe 2016-08-16 15:44:15 -04:00
RecentWindow.jsm Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop 2016-08-03 18:54:59 -04:00
RemotePrompt.jsm Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao 2016-07-16 10:20:04 +02:00
Sanitizer.jsm Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
SelfSupportBackend.jsm Bug 1234526 - Remove unused healthreporter prefs. r=gfritzsche 2016-01-05 06:41:00 +01:00
SitePermissions.jsm Bug 1295151 - Install add-on should not show as a permission in the control center; r=MattN 2016-09-19 15:03:46 +08:00
Social.jsm Bug 1289549 P3 socialapi move toolkit component to browser, r=florian 2016-08-23 15:24:07 -07:00
SocialService.jsm Bug 1313626 - Clean up more issues found by eslint no-undef rule. r=mossop 2016-10-28 11:40:32 +01:00
TabGroupsMigrator.jsm Bug 1232677 - ignore empty state passed by session restore observer notification in the tab groups migration code, r=jaws 2015-12-15 15:28:27 +00:00
TransientPrefs.jsm Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
URLBarZoom.jsm Bug 1300376 - Update the zoom indicator status on XULBrowserWindow location changes to catch cases where the indicator wasn't getting updated such as swapping doc shells. r=Gijs 2016-11-01 15:25:06 -04:00
webrtcUI.jsm Bug 1304798 - Fix opening video streams for pages with persistent permissions, r=gcp. 2016-09-23 16:20:29 +02:00
Windows8WindowFrameColor.jsm Bug 1282267 - Properly handle 0 as a possible registry key value when determining the window frame color. r=jaws 2016-07-07 20:55:19 +02:00
WindowsJumpLists.jsm Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8 2016-10-24 13:14:19 -04:00
WindowsPreviewPerTab.jsm Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8 2016-10-24 13:14:19 -04:00