gecko-dev/toolkit/modules
Scott Wu 7fd5ee8fa1 Bug 1283384 - Implement time picker UI w/ message passing, r=mconley
MozReview-Commit-ID: Gn3Itf0yFrN

--HG--
extra : rebase_source : 7eda91dfe52cd48a0cf795293f4220f7258796cb
2016-09-06 13:01:40 +08:00
..
addons Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop 2016-10-18 08:38:10 +01:00
docs Bug 1301313 - Bonus: Fix list formatting in AsyncShutdown documentation. r=dexter 2016-09-09 00:43:25 +07:00
secondscreen Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop 2016-10-08 11:14:49 +02:00
sessionstore Bug 1284887 - Replaced references to mxr.mozilla.org in the codebase with dxr.mozilla.org r=dolske 2016-08-15 17:28:05 -07:00
subprocess Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop 2016-10-18 08:38:10 +01:00
tests Bug 1300988 - Part 2: Move MockDocument to toolkit/modules and refactor unit test in passwordmgr. r=MattN 2016-10-18 18:45:24 +08:00
third_party/jsesc Bug 1250104 - Import the "jsesc" library for escaping JavaScript strings. r=rnewman 2016-02-24 15:40:55 +01:00
AppConstants.jsm Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop 2016-10-08 11:14:49 +02:00
AsyncPrefs.jsm Bug 1269521 - Add line height contral in reader mode. r=jaws 2016-05-09 19:17:00 +02:00
Battery.jsm
BinarySearch.jsm
BrowserUtils.jsm Bug 1284395, r=bz,mconley,baku 2016-09-06 14:19:45 +01:00
CanonicalJSON.jsm Bug 1250191 - Add a way to serialize JSON canonically. r=MattN 2016-04-18 12:02:42 +02:00
CertUtils.jsm
CharsetMenu.jsm Bug 1088710 - part 1: fix some leftover gunk from pre-australis menubutton, r=mconley 2016-02-24 15:23:35 +00:00
ClientID.jsm Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh 2016-08-04 03:20:25 -04:00
Color.jsm Bug 1279717 - introduce a Color.jsm module that implements common color math operations in a single place. r=jaws 2016-06-22 19:22:05 +02:00
Console.jsm Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop 2016-08-03 18:54:59 -04:00
DateTimePickerHelper.jsm Bug 1283384 - Implement time picker UI w/ message passing, r=mconley 2016-09-06 13:01:40 +08:00
debug.js 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
DeferredTask.jsm
Deprecated.jsm
FileUtils.jsm
Finder.jsm Bug 1303008 - refactor Fennec Finder.jsm integration to always show the correct match count results in the findbar. r=nalexander 2016-10-10 11:53:25 +02:00
FinderHighlighter.jsm Bug 1307328 - nested iframes combined with scrolling=no require special attention for rect positioning inside the findbar dimmed background. r=jaws 2016-10-05 15:30:33 +02:00
FinderIterator.jsm Bug 1305194 - wait a little longer when the finder iterator is requested to find a query of only one or two characters, which improves usability due to less flickering of highlighter results and performance due to avoiding the most costly nsFind operations there are on a page. r=jaws 2016-10-12 15:46:44 +02:00
FormLikeFactory.jsm Bug 1310049 - Refactor FormLikeFactory to its own module for use by Form Autofill. r=steveck 2016-10-18 13:31:09 -07:00
Geometry.jsm Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop 2016-08-03 18:54:59 -04:00
GMPInstallManager.jsm Bug 1309463 - Fix check for supported EME platforms. r=mconley 2016-10-20 21:17:50 +01:00
GMPUtils.jsm Bug 1267495 - Fallback to local config for fresh GMP installs. r=mconley, r=rhelmer, feedback=ksteuber 2016-09-27 11:57:41 +01:00
Http.jsm
InlineSpellChecker.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
InlineSpellCheckerContent.jsm
Integration.jsm Bug 1094201 - Implement an Integration.jsm module for low-overhead registration of overrides. r=mak 2016-04-18 14:21:01 +01:00
JSONFile.jsm Bug 1309481 - Remove leftover code specific to Logins from JSONFile.jsm and add tests; r=Paolo 2016-10-17 18:26:35 +08:00
LightweightThemeConsumer.jsm
LoadContextInfo.jsm
Locale.jsm
Log.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
Memory.jsm Bug 1255843 - Add process memory reporting tool to about:performance. r=mconley 2016-09-02 00:21:00 -04:00
moz.build Bug 1300988 - Part 2: Move MockDocument to toolkit/modules and refactor unit test in passwordmgr. r=MattN 2016-10-18 18:45:24 +08:00
NewTabUtils.jsm
NLP.jsm Bug 1294392 - consolidate the highlight and counter timers into one iterator timer. r=jaws 2016-08-25 20:11:44 +02:00
ObjectUtils.jsm Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop 2016-08-03 18:54:59 -04:00
PageMenu.jsm Bug 1260102 - Pass isHandlingUserInput through process boundary for content menu command. r=mrbkap 2016-03-29 14:58:43 +11:00
PageMetadata.jsm
PermissionsUtils.jsm
PopupNotifications.jsm Bug 1206133 - Fix browser_bug553455.js such that it does not make invalid assumptions about how panels work and refactored from callbacks to Tasks and Promises. r=rhelmer 2016-09-06 11:04:06 -07:00
Preferences.jsm Bug 1290701 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in toolkit/. r=dtownsend 2016-08-03 11:53:10 +05:30
PrivateBrowsingUtils.jsm Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop 2016-08-03 18:54:59 -04:00
ProfileAge.jsm
Promise-backend.js
Promise.jsm
PromiseMessage.jsm Bug 1245334 - Make PromiseMessage.jsm ids more meaningful. r=baku 2016-03-16 18:07:00 -04:00
PromiseUtils.jsm
PropertyListUtils.jsm Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe 2016-08-16 15:44:15 -04:00
RemoteController.jsm Bug 1177943 - Part 6. Fix HiDPI support. r=smaug 2016-05-23 16:47:48 +09:00
RemoteFinder.jsm Bug 1290914 - move the matches count and highlight-all request from the findbar binding to the JS module in the content process, so it's closer to the metal. r=jaws 2016-09-08 22:38:55 +02:00
RemotePageManager.jsm Bug 1299596 - Handle failure to remove event listener in ChromeMessagePort.destroy. r=mconley 2016-09-06 10:33:55 -07:00
RemoteSecurityUI.jsm
RemoteWebProgress.jsm Bug 1199934 - page shouldn't be able to trap/revert the location bar by hash/replacestate changes, r=jaws 2016-04-13 19:32:45 +01:00
ResetProfile.jsm Bug 1265368 - enable resetting non-default profiles, r=MattN 2016-05-05 21:38:49 +01:00
SelectContentHelper.jsm Merge inbound to m-c. a=merge 2016-10-23 13:16:27 -04:00
SelectParentHelper.jsm Bug 1311450 - Only show the 'touch' padding for the select dropdown when opened via touch. r=mconley,smaug 2016-10-20 12:45:39 -04:00
Services.jsm
SessionRecorder.jsm
ShortcutUtils.jsm
Sntp.jsm
SpatialNavigation.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
Sqlite.jsm Bug 1290701 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in toolkit/. r=dtownsend 2016-08-03 11:53:10 +05:30
Task.jsm Bug 1299608 - Handle if the task iterator is a dead wrapper in Task.jsm. r=Yoric 2016-09-28 14:24:25 -07:00
Timer.jsm
Troubleshoot.jsm Merge inbound to m-c. a=merge 2016-08-25 08:10:52 -04:00
UpdateUtils.jsm Bug 1277359 - Fix syntax error introduced in 87fe724cfc90; r=me 2016-10-21 18:37:02 -07:00
WebChannel.jsm Bug 1238128 - Ensure that the details passed to WebChannelMessageToChrome is a string, with a whitelist for messages from existing users r=Margaret,markh,MattN 2016-07-12 19:34:41 -04:00
WindowDraggingUtils.jsm
WindowsRegistry.jsm Bug 1095739 - Allow a "new user" experience to happen subsequent to Firefox being uninstalled. r=gijs r=jimm 2016-04-27 11:37:00 +02:00
ZipUtils.jsm