gecko-dev/toolkit/modules
Johann Hofmann e3da4aef9e Bug 1385194 - Make PopupNotifications handle windows without a location bar or a tab bar. r=Paolo
This also fixes a bug where notifications would not be displayed
correctly when PopupNotifications.jsm was initialized while the
window is in DOM fullscreen.

MozReview-Commit-ID: D5SCqd9efGk

--HG--
extra : rebase_source : 90197e537ce3f12248e1acd066ea1aac83397d39
2017-07-29 13:28:54 +02:00
..
addons Bug 1380186 implement SimpleChannel Parent/Child IPC, r=kmag,mayhemer 2017-07-27 13:34:54 -07:00
docs
secondscreen Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
sessionstore Bug 1379900 - Doing elements filtering in JS to simplify XPath query in FormData::collect. r=mikedeboer 2017-07-23 14:41:52 +07:00
subprocess Bug 1362786 - (1) Increase subprocess BUFFER_SIZE r=kmag 2017-07-21 10:20:36 -07:00
tests Bug 1357517 - Remove or delay Preferences.jsm usage from some browser/base/content/* files. r=Gijs 2017-07-31 12:51:35 +02:00
third_party/jsesc
AppConstants.jsm Bug 1384509 - Move Bing, Google, Mozilla API key definitions to AppConstants.jsm and stop using preprocessor in nsURLFormatter.js. r=mossop 2017-07-27 02:20:37 +02:00
AppMenuNotifications.jsm Bug 1359733 - Move menu notification state to jsm r=Gijs 2017-05-18 13:22:27 -07:00
AsyncPrefs.jsm Bug 1369460 - AsyncPrefs.jsm should be imported lazily from nsBrowserGlue.js, r=mconley,snorp. 2017-07-15 00:16:30 +02:00
Battery.jsm
BinarySearch.jsm
BrowserUtils.jsm Bug 1383367: Part 2 - Add promise helpers to defer operations until after a reflow. r=mconley 2017-07-24 20:16:07 -07:00
CanonicalJSON.jsm
CertUtils.jsm Bug 1319252 - Remove nsIX509Cert.getAllTokenNames(). r=keeler,mossop 2017-03-19 16:02:26 +08:00
CharsetMenu.jsm Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor. 2017-06-13 13:23:23 +03:00
ClientID.jsm Bug 1357517 - Remove Preferences.jsm usage from some toolkit modules. r=MattN 2017-07-29 00:55:58 +02:00
Color.jsm
Console.jsm Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
css-selector.js Bug 1360132 - Escaped tagName with cssEscape in findCssSelector to deal with special chars; r=pbro 2017-05-11 20:03:35 +02:00
DateTimePickerHelper.jsm Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
debug.js
DeferredTask.jsm Bug 1034599 - Convert remaining Promise.defer() uses to PromiseUtils.defer() or new Promise(), r=mconley. 2017-06-23 11:25:02 +02:00
Deprecated.jsm Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
EventEmitter.jsm Bug 1356231 - Import DevTools event-emitter module to toolkit as a JSM. r=mossop 2017-04-25 18:54:35 +02:00
FileUtils.jsm Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8 2017-03-21 14:29:43 -04:00
Finder.jsm Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
FinderHighlighter.jsm Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
FinderIterator.jsm Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
FormLikeFactory.jsm Bug 1360370 - Part 2: Support nsIDOMHTMLSelectElement in FormLikeFactory.createFromField.; r=MattN 2017-05-08 17:39:11 +08:00
Geometry.jsm
GMPExtractorWorker.js Bug 1149732: Avoid main-thread IO when installing GMP modules. r=Gijs 2017-06-13 16:29:28 -04:00
GMPInstallManager.jsm Bug 1357517 - Remove Preferences.jsm usage from some toolkit modules. r=MattN 2017-07-29 00:55:58 +02:00
GMPUtils.jsm Bug 1360261 - Remove Preferences.jsm usage in GMPUtils. r=florian 2017-07-05 14:06:29 +01:00
HiddenFrame.jsm Bug 1380282: rewrite browser_ext_webRequest.js for the new data: URI inheritance model. r=kmag 2017-07-19 14:41:46 +08:00
Http.jsm
IndexedDB.jsm
InlineSpellChecker.jsm
InlineSpellCheckerContent.jsm
Integration.jsm
jar.mn Bug 1380282: rewrite browser_ext_webRequest.js for the new data: URI inheritance model. r=kmag 2017-07-19 14:41:46 +08:00
JSONFile.jsm Backed out 2 changesets (bug 1370752) for failures in test_ext_storage.js a=backout 2017-07-10 14:34:56 -07:00
LightweightThemeConsumer.jsm Backed out changeset f26ae19477f5 (bug 1347182) due to too many regressions. r=jaws,mattw 2017-06-20 16:29:49 +02:00
LoadContextInfo.jsm
Locale.jsm Bug 1357517 - Remove Preferences.jsm usage from some toolkit modules. r=MattN 2017-07-29 00:55:58 +02:00
Log.jsm Bug 1374282 - ban Task.jsm during startup, r=Mossop, a=sheriffduty 2017-06-22 12:51:43 +02:00
Memory.jsm
moz.build Bug 1384509 - Move Bing, Google, Mozilla API key definitions to AppConstants.jsm and stop using preprocessor in nsURLFormatter.js. r=mossop 2017-07-27 02:20:37 +02:00
NewTabUtils.jsm Bug 1383720 - Only show http and https sites in Top Sites r=Mardak 2017-07-27 15:41:56 -04:00
NLP.jsm
ObjectUtils.jsm Bug 1368456 - Remove imports of Promise.jsm from Firefox, r=mconley. 2017-06-23 11:25:18 +02:00
PageMenu.jsm Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8 2017-03-21 14:29:43 -04:00
PageMetadata.jsm
PermissionsUtils.jsm
PopupNotifications.jsm Bug 1385194 - Make PopupNotifications handle windows without a location bar or a tab bar. r=Paolo 2017-07-29 13:28:54 +02:00
Preferences.jsm Bug 1349203 - Upgrade ESLint to version 3.18.0 to pick up performance and other fixes. Also update other dependencies for ESLint. r=mossop 2017-03-21 14:50:45 +01:00
PrivateBrowsingUtils.jsm Bug 1345090 - Modify SessionStore to restore tabs with lazy browsers. r=mikedeboer,dao 2017-04-20 11:01:09 +02:00
ProfileAge.jsm Bug 1368456 - Remove imports of Promise.jsm from Firefox, r=mconley. 2017-06-23 11:25:18 +02:00
Promise-backend.js Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
Promise.jsm
PromiseMessage.jsm
PromiseUtils.jsm
PropertyListUtils.jsm Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
RemoteController.jsm
RemoteFinder.jsm
RemotePageManager.jsm Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
RemoteSecurityUI.jsm
RemoteWebProgress.jsm Bug 1355542 - [1.1] Respect filter mask in remote web progress notification dispatching. r=felipe 2017-04-13 23:17:23 +02:00
ResetProfile.jsm
ResponsivenessMonitor.jsm
SelectContentHelper.jsm Bug 1383205 - Update transitionend properties of <option> elements on a deferred task. r=jaws 2017-07-30 23:06:29 -03:00
SelectParentHelper.jsm Bug 1381337: Don't contstrain popup select dropdowns to the document viewport. r=aswan 2017-07-16 13:13:03 -07:00
ServiceRequest.jsm
Services.jsm Bug 1383362: Use for-of loop rather than forEach() in Services.jsm. r=florian 2017-07-21 18:40:32 -07:00
ShortcutUtils.jsm
Sqlite.jsm Bug 1374282 - ban Task.jsm during startup, r=Mossop, a=sheriffduty 2017-06-22 12:51:43 +02:00
Task.jsm Bug 1095267 - Stop using Promise.jsm in Task.jsm. r=paolo 2017-06-05 18:05:11 +01:00
Timer.jsm
Troubleshoot.jsm Bug 1197045 - part3: Add audio devices information to about:support; r=Felipe 2017-07-25 10:46:39 +08:00
UpdateUtils.jsm bug 1373367: prefix values in SYSTEM_CAPABILITIES field. r=rstrong 2017-07-24 09:05:47 -04:00
WebChannel.jsm
win.xul Bug 1380282: rewrite browser_ext_webRequest.js for the new data: URI inheritance model. r=kmag 2017-07-19 14:41:46 +08:00
WindowDraggingUtils.jsm
WindowsRegistry.jsm
ZipUtils.jsm Bug 1368456 - Remove imports of Promise.jsm from Firefox, r=mconley. 2017-06-23 11:25:18 +02:00