mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1d2749c6a2
--- 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 |
||
---|---|---|
.. | ||
addons | ||
docs | ||
secondscreen | ||
sessionstore | ||
tests | ||
AppConstants.jsm | ||
Battery.jsm | ||
BinarySearch.jsm | ||
BrowserUtils.jsm | ||
CertUtils.jsm | ||
CharsetMenu.jsm | ||
ClientID.jsm | ||
debug.js | ||
DeferredTask.jsm | ||
Deprecated.jsm | ||
FileUtils.jsm | ||
Finder.jsm | ||
Geometry.jsm | ||
GMPInstallManager.jsm | ||
GMPUtils.jsm | ||
Http.jsm | ||
InlineSpellChecker.jsm | ||
InlineSpellCheckerContent.jsm | ||
LightweightThemeConsumer.jsm | ||
LoadContextInfo.jsm | ||
Log.jsm | ||
moz.build | ||
NewTabUtils.jsm | ||
ObjectUtils.jsm | ||
PageMenu.jsm | ||
PageMetadata.jsm | ||
PermissionsUtils.jsm | ||
PopupNotifications.jsm | ||
Preferences.jsm | ||
PrivateBrowsingUtils.jsm | ||
ProfileAge.jsm | ||
Promise-backend.js | ||
Promise.jsm | ||
PromiseMessage.jsm | ||
PromiseUtils.jsm | ||
PropertyListUtils.jsm | ||
RemoteController.jsm | ||
RemoteFinder.jsm | ||
RemotePageManager.jsm | ||
RemoteSecurityUI.jsm | ||
RemoteWebNavigation.jsm | ||
RemoteWebProgress.jsm | ||
ResetProfile.jsm | ||
SelectContentHelper.jsm | ||
SelectParentHelper.jsm | ||
Services.jsm | ||
SessionRecorder.jsm | ||
ShortcutUtils.jsm | ||
Sntp.jsm | ||
SpatialNavigation.jsm | ||
Sqlite.jsm | ||
Task.jsm | ||
TelemetryTimestamps.jsm | ||
Timer.jsm | ||
Troubleshoot.jsm | ||
UpdateChannel.jsm | ||
WebChannel.jsm | ||
WindowDraggingUtils.jsm | ||
WindowsRegistry.jsm | ||
ZipUtils.jsm |