Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2ED9CCF28 for ; Wed, 19 Jun 2013 00:36:54 +0000 (UTC) Received: (qmail 49224 invoked by uid 500); 19 Jun 2013 00:36:54 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 49209 invoked by uid 500); 19 Jun 2013 00:36:54 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 49202 invoked by uid 99); 19 Jun 2013 00:36:54 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 00:36:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D12F98A7EBC; Wed, 19 Jun 2013 00:36:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: bennmapes@apache.org To: commits@cordova.apache.org Message-Id: <3feab4e3794f497ca288ed917e1301b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: wp7 commit: re-built cordova..js for 2.9.0rc1 Date: Wed, 19 Jun 2013 00:36:53 +0000 (UTC) Updated Branches: refs/heads/master ca0343337 -> 28b554dde re-built cordova..js for 2.9.0rc1 Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/28b554dd Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/28b554dd Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/28b554dd Branch: refs/heads/master Commit: 28b554ddeb3e6f530e562441e59fb5fe633bc01b Parents: ca03433 Author: Benn Mapes Authored: Tue Jun 18 17:35:53 2013 -0700 Committer: Benn Mapes Committed: Tue Jun 18 17:35:53 2013 -0700 ---------------------------------------------------------------------- templates/standalone/www/cordova.js | 237 +++++++++++++++++-------------- 1 file changed, 129 insertions(+), 108 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/28b554dd/templates/standalone/www/cordova.js ---------------------------------------------------------------------- diff --git a/templates/standalone/www/cordova.js b/templates/standalone/www/cordova.js index c2a5a67..83f579e 100644 --- a/templates/standalone/www/cordova.js +++ b/templates/standalone/www/cordova.js @@ -1,5 +1,5 @@ // Platform: windowsphone -// 2.7.0rc1-75-g76065a1 +// 2.9.0rc1-0-g11df4b7 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,8 +19,8 @@ under the License. */ ;(function() { -var CORDOVA_JS_BUILD_LABEL = '2.7.0rc1-75-g76065a1'; -// file: lib/scripts/require.js +var CORDOVA_JS_BUILD_LABEL = '2.9.0rc1-0-g11df4b7'; +// file: lib\scripts\require.js var require, define; @@ -329,7 +329,7 @@ module.exports = cordova; }); -// file: lib/common/argscheck.js +// file: lib\common\argscheck.js define("cordova/argscheck", function(require, exports, module) { var exec = require('cordova/exec'); @@ -395,7 +395,7 @@ moduleExports.enableChecks = true; }); -// file: lib/common/builder.js +// file: lib\common\builder.js define("cordova/builder", function(require, exports, module) { var utils = require('cordova/utils'); @@ -508,7 +508,7 @@ exports.replaceHookForTesting = function() {}; }); -// file: lib/common/channel.js +// file: lib\common\channel.js define("cordova/channel", function(require, exports, module) { var utils = require('cordova/utils'), @@ -758,7 +758,7 @@ module.exports = channel; }); -// file: lib/common/commandProxy.js +// file: lib\common\commandProxy.js define("cordova/commandProxy", function(require, exports, module) { @@ -788,7 +788,7 @@ module.exports = { }; }); -// file: lib/windowsphone/exec.js +// file: lib\windowsphone\exec.js define("cordova/exec", function(require, exports, module) { var cordova = require('cordova'); @@ -841,7 +841,7 @@ module.exports = function(success, fail, service, action, args) { }); -// file: lib/common/modulemapper.js +// file: lib\common\modulemapper.js define("cordova/modulemapper", function(require, exports, module) { var builder = require('cordova/builder'), @@ -942,7 +942,7 @@ exports.reset(); }); -// file: lib/windowsphone/platform.js +// file: lib\windowsphone\platform.js define("cordova/platform", function(require, exports, module) { var cordova = require('cordova'), @@ -969,7 +969,7 @@ module.exports = { }); -// file: lib/common/plugin/Acceleration.js +// file: lib\common\plugin\Acceleration.js define("cordova/plugin/Acceleration", function(require, exports, module) { var Acceleration = function(x, y, z, timestamp) { @@ -983,7 +983,7 @@ module.exports = Acceleration; }); -// file: lib/common/plugin/Camera.js +// file: lib\common\plugin\Camera.js define("cordova/plugin/Camera", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -1041,7 +1041,7 @@ module.exports = cameraExport; }); -// file: lib/common/plugin/CameraConstants.js +// file: lib\common\plugin\CameraConstants.js define("cordova/plugin/CameraConstants", function(require, exports, module) { module.exports = { @@ -1079,7 +1079,7 @@ module.exports = { }); -// file: lib/common/plugin/CameraPopoverHandle.js +// file: lib\common\plugin\CameraPopoverHandle.js define("cordova/plugin/CameraPopoverHandle", function(require, exports, module) { var exec = require('cordova/exec'); @@ -1097,7 +1097,7 @@ module.exports = CameraPopoverHandle; }); -// file: lib/common/plugin/CameraPopoverOptions.js +// file: lib\common\plugin\CameraPopoverOptions.js define("cordova/plugin/CameraPopoverOptions", function(require, exports, module) { var Camera = require('cordova/plugin/CameraConstants'); @@ -1119,7 +1119,7 @@ module.exports = CameraPopoverOptions; }); -// file: lib/common/plugin/CaptureAudioOptions.js +// file: lib\common\plugin\CaptureAudioOptions.js define("cordova/plugin/CaptureAudioOptions", function(require, exports, module) { /** @@ -1136,7 +1136,7 @@ module.exports = CaptureAudioOptions; }); -// file: lib/common/plugin/CaptureError.js +// file: lib\common\plugin\CaptureError.js define("cordova/plugin/CaptureError", function(require, exports, module) { /** @@ -1161,7 +1161,7 @@ module.exports = CaptureError; }); -// file: lib/common/plugin/CaptureImageOptions.js +// file: lib\common\plugin\CaptureImageOptions.js define("cordova/plugin/CaptureImageOptions", function(require, exports, module) { /** @@ -1176,7 +1176,7 @@ module.exports = CaptureImageOptions; }); -// file: lib/common/plugin/CaptureVideoOptions.js +// file: lib\common\plugin\CaptureVideoOptions.js define("cordova/plugin/CaptureVideoOptions", function(require, exports, module) { /** @@ -1193,7 +1193,7 @@ module.exports = CaptureVideoOptions; }); -// file: lib/common/plugin/CompassError.js +// file: lib\common\plugin\CompassError.js define("cordova/plugin/CompassError", function(require, exports, module) { /** @@ -1212,7 +1212,7 @@ module.exports = CompassError; }); -// file: lib/common/plugin/CompassHeading.js +// file: lib\common\plugin\CompassHeading.js define("cordova/plugin/CompassHeading", function(require, exports, module) { var CompassHeading = function(magneticHeading, trueHeading, headingAccuracy, timestamp) { @@ -1226,7 +1226,7 @@ module.exports = CompassHeading; }); -// file: lib/common/plugin/ConfigurationData.js +// file: lib\common\plugin\ConfigurationData.js define("cordova/plugin/ConfigurationData", function(require, exports, module) { /** @@ -1247,7 +1247,7 @@ module.exports = ConfigurationData; }); -// file: lib/common/plugin/Connection.js +// file: lib\common\plugin\Connection.js define("cordova/plugin/Connection", function(require, exports, module) { /** @@ -1266,7 +1266,7 @@ module.exports = { }); -// file: lib/common/plugin/Contact.js +// file: lib\common\plugin\Contact.js define("cordova/plugin/Contact", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -1428,7 +1428,7 @@ module.exports = Contact; }); -// file: lib/common/plugin/ContactAddress.js +// file: lib\common\plugin\ContactAddress.js define("cordova/plugin/ContactAddress", function(require, exports, module) { /** @@ -1459,7 +1459,7 @@ module.exports = ContactAddress; }); -// file: lib/common/plugin/ContactError.js +// file: lib\common\plugin\ContactError.js define("cordova/plugin/ContactError", function(require, exports, module) { /** @@ -1486,7 +1486,7 @@ module.exports = ContactError; }); -// file: lib/common/plugin/ContactField.js +// file: lib\common\plugin\ContactField.js define("cordova/plugin/ContactField", function(require, exports, module) { /** @@ -1508,7 +1508,7 @@ module.exports = ContactField; }); -// file: lib/common/plugin/ContactFindOptions.js +// file: lib\common\plugin\ContactFindOptions.js define("cordova/plugin/ContactFindOptions", function(require, exports, module) { /** @@ -1527,7 +1527,7 @@ module.exports = ContactFindOptions; }); -// file: lib/common/plugin/ContactName.js +// file: lib\common\plugin\ContactName.js define("cordova/plugin/ContactName", function(require, exports, module) { /** @@ -1553,7 +1553,7 @@ module.exports = ContactName; }); -// file: lib/common/plugin/ContactOrganization.js +// file: lib\common\plugin\ContactOrganization.js define("cordova/plugin/ContactOrganization", function(require, exports, module) { /** @@ -1582,7 +1582,7 @@ module.exports = ContactOrganization; }); -// file: lib/common/plugin/Coordinates.js +// file: lib\common\plugin\Coordinates.js define("cordova/plugin/Coordinates", function(require, exports, module) { /** @@ -1636,7 +1636,7 @@ module.exports = Coordinates; }); -// file: lib/common/plugin/DirectoryEntry.js +// file: lib\common\plugin\DirectoryEntry.js define("cordova/plugin/DirectoryEntry", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -1727,7 +1727,7 @@ module.exports = DirectoryEntry; }); -// file: lib/common/plugin/DirectoryReader.js +// file: lib\common\plugin\DirectoryReader.js define("cordova/plugin/DirectoryReader", function(require, exports, module) { var exec = require('cordova/exec'), @@ -1775,7 +1775,7 @@ module.exports = DirectoryReader; }); -// file: lib/common/plugin/Entry.js +// file: lib\common\plugin\Entry.js define("cordova/plugin/Entry", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -1980,7 +1980,7 @@ module.exports = Entry; }); -// file: lib/common/plugin/File.js +// file: lib\common\plugin\File.js define("cordova/plugin/File", function(require, exports, module) { /** @@ -2042,7 +2042,7 @@ module.exports = File; }); -// file: lib/common/plugin/FileEntry.js +// file: lib\common\plugin\FileEntry.js define("cordova/plugin/FileEntry", function(require, exports, module) { var utils = require('cordova/utils'), @@ -2107,7 +2107,7 @@ module.exports = FileEntry; }); -// file: lib/common/plugin/FileError.js +// file: lib\common\plugin\FileError.js define("cordova/plugin/FileError", function(require, exports, module) { /** @@ -2138,7 +2138,7 @@ module.exports = FileError; }); -// file: lib/common/plugin/FileReader.js +// file: lib\common\plugin\FileReader.js define("cordova/plugin/FileReader", function(require, exports, module) { var exec = require('cordova/exec'), @@ -2206,11 +2206,7 @@ function initRead(reader, file) { reader._error = null; reader._readyState = FileReader.LOADING; - if (typeof file == 'string') { - // Deprecated in Cordova 2.4. - console.warn('Using a string argument with FileReader.readAs functions is deprecated.'); - reader._fileName = file; - } else if (typeof file.fullPath == 'string') { + if (typeof file.fullPath == 'string') { reader._fileName = file.fullPath; } else { reader._fileName = ''; @@ -2514,7 +2510,7 @@ module.exports = FileReader; }); -// file: lib/common/plugin/FileSystem.js +// file: lib\common\plugin\FileSystem.js define("cordova/plugin/FileSystem", function(require, exports, module) { var DirectoryEntry = require('cordova/plugin/DirectoryEntry'); @@ -2537,7 +2533,7 @@ module.exports = FileSystem; }); -// file: lib/common/plugin/FileTransfer.js +// file: lib\common\plugin\FileTransfer.js define("cordova/plugin/FileTransfer", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -2729,7 +2725,7 @@ module.exports = FileTransfer; }); -// file: lib/common/plugin/FileTransferError.js +// file: lib\common\plugin\FileTransferError.js define("cordova/plugin/FileTransferError", function(require, exports, module) { /** @@ -2753,7 +2749,7 @@ module.exports = FileTransferError; }); -// file: lib/common/plugin/FileUploadOptions.js +// file: lib\common\plugin\FileUploadOptions.js define("cordova/plugin/FileUploadOptions", function(require, exports, module) { /** @@ -2779,7 +2775,7 @@ module.exports = FileUploadOptions; }); -// file: lib/common/plugin/FileUploadResult.js +// file: lib\common\plugin\FileUploadResult.js define("cordova/plugin/FileUploadResult", function(require, exports, module) { /** @@ -2796,7 +2792,7 @@ module.exports = FileUploadResult; }); -// file: lib/common/plugin/FileWriter.js +// file: lib\common\plugin\FileWriter.js define("cordova/plugin/FileWriter", function(require, exports, module) { var exec = require('cordova/exec'), @@ -2873,9 +2869,31 @@ FileWriter.prototype.abort = function() { /** * Writes data to the file * - * @param text to be written + * @param data text or blob to be written */ -FileWriter.prototype.write = function(text) { +FileWriter.prototype.write = function(data) { + + var isBinary = false; + + // If we don't have Blob or ArrayBuffer support, don't bother. + if (typeof window.Blob !== 'undefined' && typeof window.ArrayBuffer !== 'undefined') { + + // Check to see if the incoming data is a blob + if (data instanceof Blob) { + var that=this; + var fileReader = new FileReader(); + fileReader.onload = function() { + // Call this method again, with the arraybuffer as argument + FileWriter.prototype.write.call(that, this.result); + }; + fileReader.readAsArrayBuffer(data); + return; + } + + // Mark data type for safer transport over the binary bridge + isBinary = (data instanceof ArrayBuffer); + } + // Throw an exception if we are already writing a file if (this.readyState === FileWriter.WRITING) { throw new FileError(FileError.INVALID_STATE_ERR); @@ -2941,7 +2959,7 @@ FileWriter.prototype.write = function(text) { if (typeof me.onwriteend === "function") { me.onwriteend(new ProgressEvent("writeend", {"target":me})); } - }, "File", "write", [this.fileName, text, this.position]); + }, "File", "write", [this.fileName, data, this.position, isBinary]); }; /** @@ -3055,7 +3073,7 @@ module.exports = FileWriter; }); -// file: lib/common/plugin/Flags.js +// file: lib\common\plugin\Flags.js define("cordova/plugin/Flags", function(require, exports, module) { /** @@ -3076,7 +3094,7 @@ module.exports = Flags; }); -// file: lib/common/plugin/GlobalizationError.js +// file: lib\common\plugin\GlobalizationError.js define("cordova/plugin/GlobalizationError", function(require, exports, module) { @@ -3102,7 +3120,7 @@ module.exports = GlobalizationError; }); -// file: lib/common/plugin/InAppBrowser.js +// file: lib\common\plugin\InAppBrowser.js define("cordova/plugin/InAppBrowser", function(require, exports, module) { var exec = require('cordova/exec'); @@ -3127,6 +3145,9 @@ InAppBrowser.prototype = { close: function (eventname) { exec(null, null, "InAppBrowser", "close", []); }, + show: function (eventname) { + exec(null, null, "InAppBrowser", "show", []); + }, addEventListener: function (eventname,f) { if (eventname in this.channels) { this.channels[eventname].subscribe(f); @@ -3178,7 +3199,7 @@ module.exports = function(strUrl, strWindowName, strWindowFeatures) { }); -// file: lib/common/plugin/LocalFileSystem.js +// file: lib\common\plugin\LocalFileSystem.js define("cordova/plugin/LocalFileSystem", function(require, exports, module) { var exec = require('cordova/exec'); @@ -3197,7 +3218,7 @@ module.exports = LocalFileSystem; }); -// file: lib/common/plugin/Media.js +// file: lib\common\plugin\Media.js define("cordova/plugin/Media", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -3377,7 +3398,7 @@ module.exports = Media; }); -// file: lib/common/plugin/MediaError.js +// file: lib\common\plugin\MediaError.js define("cordova/plugin/MediaError", function(require, exports, module) { /** @@ -3417,7 +3438,7 @@ module.exports = _MediaError; }); -// file: lib/common/plugin/MediaFile.js +// file: lib\common\plugin\MediaFile.js define("cordova/plugin/MediaFile", function(require, exports, module) { var utils = require('cordova/utils'), @@ -3457,7 +3478,7 @@ module.exports = MediaFile; }); -// file: lib/common/plugin/MediaFileData.js +// file: lib\common\plugin\MediaFileData.js define("cordova/plugin/MediaFileData", function(require, exports, module) { /** @@ -3481,7 +3502,7 @@ module.exports = MediaFileData; }); -// file: lib/common/plugin/Metadata.js +// file: lib\common\plugin\Metadata.js define("cordova/plugin/Metadata", function(require, exports, module) { /** @@ -3497,7 +3518,7 @@ module.exports = Metadata; }); -// file: lib/common/plugin/Position.js +// file: lib\common\plugin\Position.js define("cordova/plugin/Position", function(require, exports, module) { var Coordinates = require('cordova/plugin/Coordinates'); @@ -3515,7 +3536,7 @@ module.exports = Position; }); -// file: lib/common/plugin/PositionError.js +// file: lib\common\plugin\PositionError.js define("cordova/plugin/PositionError", function(require, exports, module) { /** @@ -3538,7 +3559,7 @@ module.exports = PositionError; }); -// file: lib/common/plugin/ProgressEvent.js +// file: lib\common\plugin\ProgressEvent.js define("cordova/plugin/ProgressEvent", function(require, exports, module) { // If ProgressEvent exists in global context, use it already, otherwise use our own polyfill @@ -3590,7 +3611,7 @@ module.exports = ProgressEvent; }); -// file: lib/common/plugin/accelerometer.js +// file: lib\common\plugin\accelerometer.js define("cordova/plugin/accelerometer", function(require, exports, module) { /** @@ -3745,7 +3766,7 @@ module.exports = accelerometer; }); -// file: lib/common/plugin/accelerometer/symbols.js +// file: lib\common\plugin\accelerometer\symbols.js define("cordova/plugin/accelerometer/symbols", function(require, exports, module) { @@ -3756,7 +3777,7 @@ modulemapper.defaults('cordova/plugin/accelerometer', 'navigator.accelerometer') }); -// file: lib/common/plugin/battery.js +// file: lib\common\plugin\battery.js define("cordova/plugin/battery", function(require, exports, module) { /** @@ -3840,7 +3861,7 @@ module.exports = battery; }); -// file: lib/common/plugin/battery/symbols.js +// file: lib\common\plugin\battery\symbols.js define("cordova/plugin/battery/symbols", function(require, exports, module) { @@ -3850,7 +3871,7 @@ modulemapper.defaults('cordova/plugin/battery', 'navigator.battery'); }); -// file: lib/common/plugin/camera/symbols.js +// file: lib\common\plugin\camera\symbols.js define("cordova/plugin/camera/symbols", function(require, exports, module) { @@ -3862,7 +3883,7 @@ modulemapper.defaults('cordova/plugin/CameraPopoverOptions', 'CameraPopoverOptio }); -// file: lib/common/plugin/capture.js +// file: lib\common\plugin\capture.js define("cordova/plugin/capture", function(require, exports, module) { var exec = require('cordova/exec'), @@ -3940,7 +3961,7 @@ module.exports = new Capture(); }); -// file: lib/common/plugin/capture/symbols.js +// file: lib\common\plugin\capture\symbols.js define("cordova/plugin/capture/symbols", function(require, exports, module) { var modulemapper = require('cordova/modulemapper'); @@ -3956,7 +3977,7 @@ modulemapper.clobbers('cordova/plugin/capture', 'navigator.device.capture'); }); -// file: lib/common/plugin/compass.js +// file: lib\common\plugin\compass.js define("cordova/plugin/compass", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -4043,7 +4064,7 @@ module.exports = compass; }); -// file: lib/common/plugin/compass/symbols.js +// file: lib\common\plugin\compass\symbols.js define("cordova/plugin/compass/symbols", function(require, exports, module) { @@ -4055,7 +4076,7 @@ modulemapper.clobbers('cordova/plugin/compass', 'navigator.compass'); }); -// file: lib/common/plugin/console-via-logger.js +// file: lib\common\plugin\console-via-logger.js define("cordova/plugin/console-via-logger", function(require, exports, module) { //------------------------------------------------------------------------------ @@ -4227,7 +4248,7 @@ for (var key in console) { }); -// file: lib/common/plugin/contacts.js +// file: lib\common\plugin\contacts.js define("cordova/plugin/contacts", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -4288,7 +4309,7 @@ module.exports = contacts; }); -// file: lib/common/plugin/contacts/symbols.js +// file: lib\common\plugin\contacts\symbols.js define("cordova/plugin/contacts/symbols", function(require, exports, module) { @@ -4305,7 +4326,7 @@ modulemapper.clobbers('cordova/plugin/ContactOrganization', 'ContactOrganization }); -// file: lib/common/plugin/device.js +// file: lib\common\plugin\device.js define("cordova/plugin/device", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -4366,7 +4387,7 @@ module.exports = new Device(); }); -// file: lib/common/plugin/device/symbols.js +// file: lib\common\plugin\device\symbols.js define("cordova/plugin/device/symbols", function(require, exports, module) { @@ -4376,7 +4397,7 @@ modulemapper.clobbers('cordova/plugin/device', 'device'); }); -// file: lib/common/plugin/echo.js +// file: lib\common\plugin\echo.js define("cordova/plugin/echo", function(require, exports, module) { var exec = require('cordova/exec'), @@ -4414,7 +4435,7 @@ module.exports = function(successCallback, errorCallback, message, forceAsync) { }); -// file: lib/windowsphone/plugin/file/symbols.js +// file: lib\windowsphone\plugin\file\symbols.js define("cordova/plugin/file/symbols", function(require, exports, module) { @@ -4425,7 +4446,7 @@ symbolshelper(modulemapper.defaults); }); -// file: lib/common/plugin/file/symbolshelper.js +// file: lib\common\plugin\file\symbolshelper.js define("cordova/plugin/file/symbolshelper", function(require, exports, module) { module.exports = function(exportFunc) { @@ -4450,7 +4471,7 @@ module.exports = function(exportFunc) { }); -// file: lib/windowsphone/plugin/filetransfer/symbols.js +// file: lib\windowsphone\plugin\filetransfer\symbols.js define("cordova/plugin/filetransfer/symbols", function(require, exports, module) { @@ -4461,7 +4482,7 @@ modulemapper.clobbers('cordova/plugin/FileTransferError', 'FileTransferError'); }); -// file: lib/common/plugin/geolocation.js +// file: lib\common\plugin\geolocation.js define("cordova/plugin/geolocation", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -4657,7 +4678,7 @@ module.exports = geolocation; }); -// file: lib/common/plugin/geolocation/symbols.js +// file: lib\common\plugin\geolocation\symbols.js define("cordova/plugin/geolocation/symbols", function(require, exports, module) { @@ -4670,7 +4691,7 @@ modulemapper.clobbers('cordova/plugin/Coordinates', 'Coordinates'); }); -// file: lib/common/plugin/globalization.js +// file: lib\common\plugin\globalization.js define("cordova/plugin/globalization", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -5046,7 +5067,7 @@ module.exports = globalization; }); -// file: lib/common/plugin/globalization/symbols.js +// file: lib\common\plugin\globalization\symbols.js define("cordova/plugin/globalization/symbols", function(require, exports, module) { @@ -5057,7 +5078,7 @@ modulemapper.clobbers('cordova/plugin/GlobalizationError', 'GlobalizationError') }); -// file: lib/windowsphone/plugin/inappbrowser/symbols.js +// file: lib\windowsphone\plugin\inappbrowser\symbols.js define("cordova/plugin/inappbrowser/symbols", function(require, exports, module) { @@ -5067,7 +5088,7 @@ modulemapper.clobbers('cordova/plugin/InAppBrowser', 'open'); }); -// file: lib/common/plugin/logger.js +// file: lib\common\plugin\logger.js define("cordova/plugin/logger", function(require, exports, module) { //------------------------------------------------------------------------------ @@ -5397,7 +5418,7 @@ document.addEventListener("deviceready", logger.__onDeviceReady, false); }); -// file: lib/common/plugin/logger/symbols.js +// file: lib\common\plugin\logger\symbols.js define("cordova/plugin/logger/symbols", function(require, exports, module) { @@ -5407,7 +5428,7 @@ modulemapper.clobbers('cordova/plugin/logger', 'cordova.logger'); }); -// file: lib/windowsphone/plugin/media/symbols.js +// file: lib\windowsphone\plugin\media\symbols.js define("cordova/plugin/media/symbols", function(require, exports, module) { @@ -5418,7 +5439,7 @@ modulemapper.defaults('cordova/plugin/MediaError', 'MediaError'); }); -// file: lib/common/plugin/network.js +// file: lib\common\plugin\network.js define("cordova/plugin/network", function(require, exports, module) { var exec = require('cordova/exec'), @@ -5490,7 +5511,7 @@ module.exports = me; }); -// file: lib/common/plugin/networkstatus/symbols.js +// file: lib\common\plugin\networkstatus\symbols.js define("cordova/plugin/networkstatus/symbols", function(require, exports, module) { @@ -5502,7 +5523,7 @@ modulemapper.defaults('cordova/plugin/Connection', 'Connection'); }); -// file: lib/common/plugin/notification.js +// file: lib\common\plugin\notification.js define("cordova/plugin/notification", function(require, exports, module) { var exec = require('cordova/exec'); @@ -5605,7 +5626,7 @@ module.exports = { }); -// file: lib/common/plugin/notification/symbols.js +// file: lib\common\plugin\notification\symbols.js define("cordova/plugin/notification/symbols", function(require, exports, module) { @@ -5615,7 +5636,7 @@ modulemapper.defaults('cordova/plugin/notification', 'navigator.notification'); }); -// file: lib/common/plugin/requestFileSystem.js +// file: lib\common\plugin\requestFileSystem.js define("cordova/plugin/requestFileSystem", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -5661,7 +5682,7 @@ module.exports = requestFileSystem; }); -// file: lib/common/plugin/resolveLocalFileSystemURI.js +// file: lib\common\plugin\resolveLocalFileSystemURI.js define("cordova/plugin/resolveLocalFileSystemURI", function(require, exports, module) { var argscheck = require('cordova/argscheck'), @@ -5710,7 +5731,7 @@ module.exports = function(uri, successCallback, errorCallback) { }); -// file: lib/common/plugin/splashscreen.js +// file: lib\common\plugin\splashscreen.js define("cordova/plugin/splashscreen", function(require, exports, module) { var exec = require('cordova/exec'); @@ -5728,7 +5749,7 @@ module.exports = splashscreen; }); -// file: lib/common/plugin/splashscreen/symbols.js +// file: lib\common\plugin\splashscreen\symbols.js define("cordova/plugin/splashscreen/symbols", function(require, exports, module) { @@ -5738,7 +5759,7 @@ modulemapper.clobbers('cordova/plugin/splashscreen', 'navigator.splashscreen'); }); -// file: lib/windowsphone/plugin/windowsphone/DOMStorage/plugininit.js +// file: lib\windowsphone\plugin\windowsphone\DOMStorage\plugininit.js define("cordova/plugin/windowsphone/DOMStorage/plugininit", function(require, exports, module) { (function(win,doc) { @@ -5923,7 +5944,7 @@ module.exports = null; }); -// file: lib/windowsphone/plugin/windowsphone/FileTransfer.js +// file: lib\windowsphone\plugin\windowsphone\FileTransfer.js define("cordova/plugin/windowsphone/FileTransfer", function(require, exports, module) { var exec = require('cordova/exec'), @@ -6031,7 +6052,7 @@ module.exports = FileTransfer; }); -// file: lib/windowsphone/plugin/windowsphone/FileUploadOptions.js +// file: lib\windowsphone\plugin\windowsphone\FileUploadOptions.js define("cordova/plugin/windowsphone/FileUploadOptions", function(require, exports, module) { /** @@ -6063,7 +6084,7 @@ module.exports = FileUploadOptions; }); -// file: lib/windowsphone/plugin/windowsphone/XHRPatch/plugininit.js +// file: lib\windowsphone\plugin\windowsphone\XHRPatch\plugininit.js define("cordova/plugin/windowsphone/XHRPatch/plugininit", function(require, exports, module) { // TODO: the build process will implicitly wrap this in a define() call @@ -6303,7 +6324,7 @@ module.exports = null; }); -// file: lib/windowsphone/plugin/windowsphone/console.js +// file: lib\windowsphone\plugin\windowsphone\console.js define("cordova/plugin/windowsphone/console", function(require, exports, module) { @@ -6333,7 +6354,7 @@ module.exports = debugConsole; }); -// file: lib/windowsphone/plugin/windowsphone/console/symbols.js +// file: lib\windowsphone\plugin\windowsphone\console\symbols.js define("cordova/plugin/windowsphone/console/symbols", function(require, exports, module) { @@ -6344,7 +6365,7 @@ modulemapper.clobbers('cordova/plugin/windowsphone/console', 'console'); }); -// file: lib/common/symbols.js +// file: lib\common\symbols.js define("cordova/symbols", function(require, exports, module) { var modulemapper = require('cordova/modulemapper'); @@ -6357,7 +6378,7 @@ modulemapper.clobbers('cordova/exec', 'Cordova.exec'); }); -// file: lib/common/utils.js +// file: lib\common\utils.js define("cordova/utils", function(require, exports, module) { var utils = exports; @@ -6528,7 +6549,7 @@ function UUIDcreatePart(length) { }); window.cordova = require('cordova'); -// file: lib/scripts/bootstrap.js +// file: lib\scripts\bootstrap.js (function (context) { if (context._cordovaJsLoaded) { @@ -6607,7 +6628,7 @@ window.cordova = require('cordova'); }(window)); -// file: lib/scripts/plugin_loader.js +// file: lib\scripts\plugin_loader.js // Tries to load all plugins' js-modules. // This is an async process, but onDeviceReady is blocked on onPluginsReady.