jam/js/ui/cordova/plugins/cordova-plugin-chrome-apps-common
2025-07-21 23:34:34 +02:00
..
errors.js Mon 21 Jul 22:43:21 CEST 2025 2025-07-21 23:34:20 +02:00
events.js Mon 21 Jul 22:43:21 CEST 2025 2025-07-21 23:34:22 +02:00
helpers.js Mon 21 Jul 22:43:21 CEST 2025 2025-07-21 23:34:30 +02:00
LICENSE Mon 21 Jul 22:43:21 CEST 2025 2025-07-21 23:34:26 +02:00
package.json Mon 21 Jul 22:43:21 CEST 2025 2025-07-21 23:34:32 +02:00
plugin.xml Mon 21 Jul 22:43:21 CEST 2025 2025-07-21 23:34:24 +02:00
README.md Mon 21 Jul 22:43:21 CEST 2025 2025-07-21 23:34:28 +02:00
stubs.js Mon 21 Jul 22:43:21 CEST 2025 2025-07-21 23:34:34 +02:00

chrome-common

This plugin is a dependency for a few other chromium plugins.

Release Notes

1.0.7 (April 30, 2015)

  • Renamed plugin to pubilsh to NPM

1.0.6 (Mar 17, 2015)

  • Update code comment

1.0.5 (Jan 27, 2015)

  • chrome.runtime: fix getURL when running in Cordova (fixes #487) - Only use manifest to resolve url when running in a Chrome App - Generate correct urls when running under Cordova, based on current location
  • Make all Event.fire()s equate to queueStartUpEvent calls.
  • Change helpers.delayDeviceReadyUntil() and helpers.queueLifeCycleEvent()
  • Allow setting error.code as well as error.message for callbackWithError()
  • Don't log all errors by default, let apps handle runtime.lastError silently

1.0.4 (November 17,2014)

  • chrome.alarms: Make it more robust and prevent onLaunched when onAlarm is the cause of the Activity starting up

1.0.3 (October 21, 2014)

  • Documentation updates.