gecko-dev/browser/modules
Mike Conley add12820ac Bug 1241459 - Background tab crashes should only show about:tabcrashed for first selected tab. r=Felipe,mikedeboer
When a content process crashes for a tab that is not currently visible to the user (which
can occur if the user is looking at only non-remote tabs, or tabs in other content processes),
then we will only show the tab crash page for the first crashed tab that is selected
by the user. The rest of the tabs will restore on demand.

MozReview-Commit-ID: 1JBAp8diHXp

--HG--
extra : rebase_source : 41cc3eb5385a83515c80b38f15ce82ba5d96e368
2016-09-30 15:06:49 -04:00
..
test Bug 1306536 - Test; r=mconley 2016-10-05 10:40:23 +08:00
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 1304446 - Move |recordSearchInTelemetry| to BrowserUsageTelemetry.jsm. r=mak 2016-10-07 03:48:00 +02:00
CaptivePortalWatcher.jsm Merge mozilla-central to autoland 2016-08-04 16:04:40 +02:00
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 1241459 - Background tab crashes should only show about:tabcrashed for first selected tab. r=Felipe,mikedeboer 2016-09-30 15:06:49 -04: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 1299592 - Handle dead windows in ContentSearch.jsm. r=felipe 2016-09-01 13:32:36 -07:00
ContentWebRTC.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
DirectoryLinksProvider.jsm Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe 2016-08-16 15:44:15 -04:00
E10SUtils.jsm Bug 1268285 - E10SUtils shouldn't throw when passed invalid chrome: URIs, r=felipe 2016-05-11 10:42:21 +01: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 1306536 - Don't set displayURI when it's set to false; r=mconley 2016-10-04 13:27:32 +08:00
PluginContent.jsm Backed out changeset 0df9c1afedc2 (bug 1292317) 2016-10-05 16:12:16 +02: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 1289549 P3 socialapi move toolkit component to browser, r=florian 2016-08-23 15:24:07 -07: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 565718 - Adds module for a zoom indicator in the browser's URL bar. r=dao 2016-08-12 13:48:59 -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 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
WindowsPreviewPerTab.jsm Bug 1285196 - followup: fix leaking of taskbartabgroup object on windows when disabling and fix test issues that assume previews persist when the pref disables us, rs=bustage 2016-07-13 14:31:13 +01:00