You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/01/29 20:07:52 UTC

[9/37] js commit: Merge branch 'symbolmapping'

Merge branch 'symbolmapping'

This changes how the File-related modules are mapped to JS symbols.
https://issues.apache.org/jira/browse/CB-2227


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/1aa3643d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/1aa3643d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/1aa3643d

Branch: refs/heads/symbolmapping
Commit: 1aa3643deaa9f14970806277d5f651f3cd78caa9
Parents: 17cc361 3aa5036
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Jan 21 13:00:11 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Jan 21 13:00:11 2013 -0500

----------------------------------------------------------------------
 lib/android/platform.js                      |    6 +-
 lib/android/plugin/file/symbols.js           |   25 +++
 lib/bada/platform.js                         |    7 +-
 lib/blackberry/platform.js                   |    6 +
 lib/blackberry/plugin/air/file/bbsymbols.js  |   33 ++++
 lib/blackberry/plugin/air/platform.js        |   31 ----
 lib/blackberry/plugin/java/file/bbsymbols.js |   27 +++
 lib/blackberry/plugin/java/platform.js       |   11 +-
 lib/common/builder.js                        |   19 +-
 lib/common/common.js                         |   54 ------
 lib/common/modulemapper.js                   |  106 +++++++++++
 lib/common/plugin/FileReader.js              |    3 +-
 lib/common/plugin/file/symbols.js            |   25 +++
 lib/common/plugin/file/symbolshelper.js      |   40 +++++
 lib/common/utils.js                          |    5 +-
 lib/ios/platform.js                          |   13 +-
 lib/ios/plugin/file/symbols.js               |   26 +++
 lib/scripts/require.js                       |    1 +
 lib/test/testmodule.js                       |   27 +++
 lib/tizen/platform.js                        |   16 +-
 lib/tizen/plugin/file/symbols.js             |   28 +++
 lib/webos/platform.js                        |   13 +-
 lib/webos/plugin/file/symbols.js             |   27 +++
 lib/windows8/platform.js                     |   10 +-
 lib/windows8/plugin/file/symbols.js          |   27 +++
 lib/windowsphone/platform.js                 |   11 +-
 lib/windowsphone/plugin/file/symbols.js      |   28 +++
 test/test.modulemapper.js                    |  193 +++++++++++++++++++++
 28 files changed, 670 insertions(+), 148 deletions(-)
----------------------------------------------------------------------