gecko-dev/browser/modules
Carsten "Tomcat" Book c3bea43e72 Merge mozilla-central to fx-team 2016-03-15 10:44:47 +01:00
..
test Bug 1253584 - Fix and enable browser_NetworkPrioritizer.js for e10s. r=mconley 2016-03-08 12:16:42 +01:00
AboutHome.jsm Bug 1098468 - »Show all Bookmarks« should show unsorted bookmarks by default. r=mak 2016-01-15 11:21:52 +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
BrowserUITelemetry.jsm Bug 1249281 - add UITelemetry for tab audio mute control, r=gijs 2016-02-21 03:28:00 +00:00
CastingApps.jsm bug 1088758 - Add the ability to mirror tabs from desktop to a second screen r=mconley, mfinkle 2014-12-15 18:52:55 -05:00
Chat.jsm Bug 1250847: prefix DOMWindowClose and DOMTitleChanged messages with the Social: prefix to assure they won't arrive at the global messageManager instance that TabBrowser is listening to. It mixes things up in twisted, unexpected ways if we don't. r=Standard8 2016-02-25 22:11:08 +01:00
ContentClick.jsm Bug 1250958 - fix browser_markPageAsFollowedLink.js for e10s (and fix framed link coloring to make it pass). r=jaws 2016-02-26 18:55:36 +01:00
ContentCrashHandlers.jsm Bug 1245833 - Don't send empty comments or email addresses in content crash reports. r=felipe 2016-02-04 16:14:19 -05:00
ContentLinkHandler.jsm Backed out changeset 98f7e296affd (bug 1186139) for failing mochitest-bc7. r=backout 2016-03-14 21:01:24 +01:00
ContentObservers.jsm Bug 1233470 - make browser/modules eslintable, r=Mossop 2015-12-17 18:31:08 +00:00
ContentSearch.jsm Bug 976940 - FormHistory.update() should call handleError if form history is disabled and the operation is not a removal. r=markh 2016-02-22 18:17:43 +01:00
ContentWebRTC.jsm Bug 1224766 - forward callID to disambiguate multiple gUM requests from same window. r=jesup,smaug 2016-01-07 17:30:10 -05:00
DirectoryLinksProvider.jsm Bug 1240245 - Disable data collection for new-tab page r=jaws 2016-01-20 16:58:01 -05:00
E10SUtils.jsm Bug 1175770 - New extension API (r=Mossop) 2015-08-03 10:41:24 -07:00
Feeds.jsm Bug 1249702 - Fix e10s feed handling with auto content handler prefs. r=Gijs 2016-02-25 17:26:15 -06:00
FormSubmitObserver.jsm Bug 1209766 - Update validation message before showing notification. r=khuey 2016-03-09 12:34:08 +08:00
FormValidationHandler.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
HiddenFrame.jsm Bug 1128500 - Put |HiddenFrame| from CustomizationTabPreloader.jsm in HiddenFrame.jsm. r=ttaubert 2015-02-04 06:33:00 +01:00
LaterRun.jsm Bug 1245649: Turn on linebreak-style. r=Gijs 2016-02-03 17:04:56 -08:00
NetworkPrioritizer.jsm Bug 1253584 - Fix and enable browser_NetworkPrioritizer.js for e10s. r=mconley 2016-03-08 12:16:42 +01:00
PanelFrame.jsm Bug 1251902 - Stop the 'Hello' and 'Share this page' buttons blinking when the panel is being opened. r=mixedpuppy 2016-03-08 19:45:35 +00:00
PluginContent.jsm Bug 722110 - Plugin Activation Telemetry Probe; r=cpeterson r=vladan 2015-09-28 15:50:00 -07:00
ProcessHangMonitor.jsm Bug 1233470 - make browser/modules eslintable, r=Mossop 2015-12-17 18:31:08 +00:00
ReaderParent.jsm Bug 1226238 - (Part 4) Remove reading list toggle button from reader view. r=ahunt,Gijs 2016-02-22 10:35:32 -05:00
RecentWindow.jsm Bug 1142542 - Use AppConstants in browser/modules (r=gavin) 2015-03-13 08:19:09 -07:00
RemotePrompt.jsm Bug 967873 - Allow RemotePrompt to be closed while it's being opened (r=Gijs) 2015-11-04 10:56:15 -08: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 1219454 - Replace 'show' with 'receive' in about:permissions and control center for consistent messaging around notifications and to account for new Push permission. r=MattN 2015-10-28 16:15:00 -07:00
Social.jsm Bug 1245649: Turn on no-extra-semi. r=markh 2016-02-03 17:27:36 -08: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
UserContextUI.jsm Bug 1244887: Fixing userContext label on awesomebar, r=baku 2016-02-02 11:14:36 -08:00
Windows8WindowFrameColor.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
WindowsJumpLists.jsm Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
WindowsPreviewPerTab.jsm Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
moz.build Bug 1238079 - remove the desktop web runtime; r=fabrice,mossop,gps,jryans,jmaher,marco 2016-03-07 13:33:12 -08:00
offlineAppCache.jsm Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
webrtcUI.jsm merge mozilla-inbound to mozilla-central a=merge 2016-02-18 12:01:24 +01:00