gecko/toolkit/modules
Marcos Caceres 1d3b143a7f Bug 1171200 - Add means of checking if a document links to a manifest. r=billm.
---
 dom/ipc/manifestMessages.js                        | 166 +++++++++-----------
 ...ObjectProcessor.js => ImageObjectProcessor.jsm} |   0
 dom/manifest/ManifestFinder.jsm                    |  58 +++++++
 dom/manifest/ManifestObtainer.js                   |  92 -----------
 dom/manifest/ManifestObtainer.jsm                  | 170 +++++++++++++++++++++
 ...{ManifestProcessor.js => ManifestProcessor.jsm} |  18 +--
 .../{ValueExtractor.js => ValueExtractor.jsm}      |   4 +-
 dom/manifest/WebManifest.jsm                       |  19 ---
 dom/manifest/moz.build                             |  10 +-
 dom/manifest/test/browser.ini                      |   3 +-
 .../test/browser_ManifestObtainer_obtain.js        |   2 +-
 dom/manifest/test/browser_hasManifestLink.js       | 109 +++++++++++++
 dom/manifest/test/common.js                        |   4 +-
 dom/security/test/csp/browser_test_web_manifest.js |  12 +-
 .../csp/browser_test_web_manifest_mixed_content.js |  10 +-
 toolkit/modules/PromiseMessage.jsm                 |  36 +++++
 toolkit/modules/moz.build                          |   1 +
 17 files changed, 467 insertions(+), 247 deletions(-)
 rename dom/manifest/{ImageObjectProcessor.js => ImageObjectProcessor.jsm} (100%)
 create mode 100644 dom/manifest/ManifestFinder.jsm
 delete mode 100644 dom/manifest/ManifestObtainer.js
 create mode 100644 dom/manifest/ManifestObtainer.jsm
 rename dom/manifest/{ManifestProcessor.js => ManifestProcessor.jsm} (95%)
 rename dom/manifest/{ValueExtractor.js => ValueExtractor.jsm} (96%)
 delete mode 100644 dom/manifest/WebManifest.jsm
 create mode 100644 dom/manifest/test/browser_hasManifestLink.js
 create mode 100644 toolkit/modules/PromiseMessage.jsm
2015-07-08 13:26:32 +10:00
..
addons Bug 1171256 - Add an API similar to Chrome's webNavigation (r=Mossop) 2015-06-19 17:35:06 -07:00
docs
secondscreen
sessionstore
tests Merge m-c to m-i 2015-07-03 19:15:06 -07:00
AppConstants.jsm Bug 1176112 - A/B test for default browser setting UI on Windows 10. r=Gijs 2015-06-20 01:16:05 -04:00
Battery.jsm
BinarySearch.jsm
BrowserUtils.jsm Bug 1165162 - Fix typo in comment. r=me DONTBUILD 2015-05-21 18:06:34 -07:00
CertUtils.jsm
CharsetMenu.jsm
ClientID.jsm
debug.js
DeferredTask.jsm
Deprecated.jsm
FileUtils.jsm
Finder.jsm Bug 1163961 - Browser API: Page search. r=kchen, r=ehsan 2015-06-09 20:04:00 -04:00
Geometry.jsm
GMPInstallManager.jsm Bug 1175006 - Reset state so we re-try creating a trial GMPVideoDecoder whenever Firefox updates. r=spohl 2015-06-17 11:00:42 +12:00
GMPUtils.jsm Bug 1169129 - reset media.{0}.trial-create on GMP install. r=spohl 2015-06-05 21:55:52 +12:00
Http.jsm
InlineSpellChecker.jsm Bug 967494 - "Preference Composition/Spelling/Language is ignored, and changing spellcheck language in one composition window affects all open and new compositions" [r=ehsan] 2015-04-28 12:01:00 +03:00
InlineSpellCheckerContent.jsm
LightweightThemeConsumer.jsm
LoadContextInfo.jsm
Log.jsm
moz.build Bug 1171200 - Add means of checking if a document links to a manifest. r=billm. 2015-07-08 13:26:32 +10:00
NewTabUtils.jsm Bug 1145428 - Suggested Tiles pins (becomes a user history tile after end time) [r=adw] 2015-05-22 16:30:21 -07:00
ObjectUtils.jsm
PageMenu.jsm
PageMetadata.jsm Bug 1175306 fix metadata url for hello and share, r=markh 2015-06-17 11:59:15 -07:00
PermissionsUtils.jsm
PopupNotifications.jsm Bug 1173688 - Don't show the Sync promo for https://accounts.firefox.com password doorhangers. r=markh 2015-06-15 23:36:13 -07:00
Preferences.jsm
PrivateBrowsingUtils.jsm
ProfileAge.jsm
Promise-backend.js Bug 1164564 - Refactor Promise-backend.js so it can be required as a CommonJS module on the main thread;r=paolo 2015-06-11 21:24:15 +02:00
Promise.jsm Bug 1164564 - Refactor Promise-backend.js so it can be required as a CommonJS module on the main thread;r=paolo 2015-06-11 21:24:15 +02:00
PromiseMessage.jsm Bug 1171200 - Add means of checking if a document links to a manifest. r=billm. 2015-07-08 13:26:32 +10:00
PromiseUtils.jsm
PropertyListUtils.jsm Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan 2015-05-18 14:52:26 +01:00
RemoteController.jsm
RemoteFinder.jsm Bug 1174289 - Remove fake focus-ring after e10s findbar is closed. r=evilpie 2015-06-12 13:09:00 -04:00
RemotePageManager.jsm
RemoteSecurityUI.jsm
RemoteWebNavigation.jsm Backed out 2 changesets (bug 1129957) for frequent browser_privatebrowsing_DownloadLastDirWithCPS.js timeouts 2015-06-10 14:38:40 -07:00
RemoteWebProgress.jsm
ResetProfile.jsm
SelectContentHelper.jsm Bug 1149745, on Windows, menulist should select the value when the cursor keys are used to navigate items, r=neil 2015-06-26 09:32:25 -07:00
SelectParentHelper.jsm Bug 1149745, on Windows, menulist should select the value when the cursor keys are used to navigate items, r=neil 2015-06-26 09:32:25 -07:00
Services.jsm
SessionRecorder.jsm
ShortcutUtils.jsm
Sntp.jsm
SpatialNavigation.jsm
Sqlite.jsm Bug 1091851 - Fix a race condition in Sqlite.jsm shutdown. r=mak 2015-06-04 15:09:37 +02:00
Task.jsm
TelemetryTimestamps.jsm
Timer.jsm
Troubleshoot.jsm Bug 1171677 - Part 2. Safe mode in about:support. r=MattN 2015-06-26 14:21:46 -07:00
UpdateChannel.jsm
WebChannel.jsm
WindowDraggingUtils.jsm
WindowsRegistry.jsm
ZipUtils.jsm Bug 1164290 - Adding symbolic link into test zip file. r=janx 2015-05-13 11:02:00 -04:00