gecko/toolkit/modules
2014-08-09 00:57:46 +02:00
..
docs Bug 985655 - Sphinx documentation for AsyncShutdown. r=ted, r=froydnj 2014-05-12 13:01:00 -04:00
sessionstore Bug 1038215 - Change FormData.collect() to avoid storing credit card data for Session Restore r=ttaubert 2014-07-30 15:25:35 +02:00
tests Bug 990322 - Don't show multiple thumbnails from the same base domain. r=adw 2014-08-09 00:57:46 +02:00
AsyncShutdown.jsm Bug 1035773 - Change AsyncShutdown timeout crash prefix from "ERROR:" to "FATAL ERROR:"; r=Yoric 2014-07-10 16:40:24 +01:00
Battery.jsm Bug 978857 - Create Battery.jsm. r=Yoric 2014-07-01 05:50:00 +02:00
BinarySearch.jsm
BrowserUtils.jsm
CertUtils.jsm Bug 643041 - Merge nsIX509Cert2 and nsIX509Cert3 into nsIX509Cert, and merge nsIX509CertDB2 into nsIX509CertDB. r=keeler 2014-07-03 22:09:24 -07:00
CharsetMenu.jsm
debug.js
DeferredTask.jsm Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
Deprecated.jsm Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj 2014-05-05 06:53:00 -04:00
Dict.jsm
DirectoryLinksProvider.jsm Bug 1053937 - Visiting localhost prevents later tiles from being shown [r=adw] 2014-08-14 17:03:46 -07:00
FileUtils.jsm Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
Finder.jsm Bug 1008450 - Bail on _findIterator when we lack a body node. r=mikedeboer 2014-05-14 15:16:03 -05:00
Geometry.jsm
GMPInstallManager.jsm Bug 1046644 - Honor OpenH264 autoupdate pref for the initial GMP install check. r=gfritzsche 2014-08-01 16:46:45 -04:00
Http.jsm
InlineSpellChecker.jsm Bug 1039764 - fix bad js in spellchecker context menu in Nightly.r=mconley 2014-07-17 19:06:29 -07:00
LightweightThemeConsumer.jsm Bug 1016419 - implement showing lwt in customization mode, r=mconley,jaws 2014-06-02 21:59:38 +01:00
LoadContextInfo.jsm
Log.jsm Bug 1053836 - Fix subclassing of prefix loggers by only overriding the log() method, not all the other methods. This fixes this resolution in the Experiment log override, r=gps 2014-08-14 16:30:54 -04:00
moz.build Bug 1022064 - Add WebChannel Communication API and FxAccountsOAuthClient API to facilitate Firefox Accounts OAuth authentication. r=MattN, sr=gavin 2014-08-01 01:42:00 -04:00
NewTabUtils.jsm Bug 990322 - Don't show multiple thumbnails from the same base domain. r=adw 2014-08-09 00:57:46 +02:00
PageMenu.jsm Bug 1016582 - pin new back/fwd/refresh/stop/star group at the top of the context menu, r=jaws 2014-05-29 12:08:32 +01:00
PermissionsUtils.jsm Bug 1035586 - allow snippets in about:home to highlight sync in the firefox menu. r=Unfocused 2014-07-29 10:26:37 -04:00
PopupNotifications.jsm
Preferences.jsm Bug 981689 - Show a notice to beta users when we turn telemetry on by default on the beta channel - Firefox Desktop (very final fix). r=bsmedberg. 2014-05-06 10:15:20 +03:00
PrivateBrowsingUtils.jsm
Promise-backend.js Bug 1030714 - Clarify that unhandled rejections indicate an issue with the code. r=Yoric 2014-06-26 13:40:12 +01:00
Promise.jsm Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
PropertyListUtils.jsm Bug 1018679 - History/Bookmarks migration from Safari fails if the corresponding Property List file uses 3-byte integers. r=mak 2014-07-09 21:21:47 +03:00
RemoteController.jsm Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
RemoteFinder.jsm Bug 1004515 - Add support for the find counter in RemoteFinder. r=mikedeboer 2014-07-09 16:27:37 -07:00
RemoteSecurityUI.jsm Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
RemoteWebNavigation.jsm Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
RemoteWebProgress.jsm Bug 999293 - [e10s] Make charset menu work. r=adw 2014-08-13 13:29:00 -04:00
ResetProfile.jsm
SelectContentHelper.jsm
SelectParentHelper.jsm
Services.jsm Bug 1034845 - Re-enable pasting data URIs to the location bar. r=gijs 2014-07-11 00:39:55 +02:00
ShortcutUtils.jsm Bug 947344: add more shortcut tooltip and label helpers where possible. r=mconley. 2014-05-08 11:14:20 +02:00
Sntp.jsm
SpatialNavigation.jsm Bug 1032724 - Improve spatial navigation, r=blassey 2014-07-15 02:16:00 +02:00
Sqlite.jsm Bug 1034977 - Fixing 'Debugging' typo in Sqlite.jsm. r=yoric 2014-07-07 09:06:00 +02:00
Task.jsm Bug 1023787 - Make Task.jsm stack rewriting play nicely with xpcshell and mochi tests. r=paolo, r=mikedeboer 2014-06-20 14:23:00 -04:00
TelemetryTimestamps.jsm
Timer.jsm
Troubleshoot.jsm Bug 1032348: Add adapter subsys to about:support. r=vukicevic 2014-07-11 10:13:34 -04:00
UpdateChannel.jsm Bug 981689 (Show a notice to beta users when we turn telemetry on by default on the beta channel) - For the new channel-override preference, use UpdateChannel.jsm rather than nsIXULRuntime so that it's easier to QA the feature by hacking install.js. As part of that, add a new argument to UpdateChannel.js for excluding partners. r=bsmbedberg. 2014-04-28 17:04:51 +03:00
WebChannel.jsm Bug 1022064 - Add WebChannel Communication API and FxAccountsOAuthClient API to facilitate Firefox Accounts OAuth authentication. r=MattN, sr=gavin 2014-08-01 01:42:00 -04:00
WindowDraggingUtils.jsm
WindowsPrefSync.jsm
WindowsRegistry.jsm Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
ZipUtils.jsm