Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed injection caused by inability to add our webRequest listener due to an ↵ | John Mayhew | 2012-04-20 |
| | | | | incorrect host permission. Reverting to the old hack fix. | ||
* | Removed hack that required us to use a bogus url for host permissions. ↵ | John Mayhew | 2012-04-19 |
| | | | | | | Chrome 18 now sends the "Origin" request header if we request host permissions for http://localhost:/ Setting the new and proper host permissions. | ||
* | Updated Manifest.json for the CRX build | John Mayhew | 2012-04-19 |
| | |||
* | Changes to the webrequest blocking and adding a google.com permission workaround | Valerio Virgillito | 2012-03-21 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Fix: Chrome 19 I/O Bug | Jose Antonio Marquez | 2012-03-21 |
| | | | | Fixed creating new files. | ||
* | updated name in our manifest and incremented base build number | John Mayhew | 2012-03-01 |
| | |||
* | Removing tabs permissions until we make a final decision on whether or not ↵ | John Mayhew | 2012-02-24 |
| | | | | we will require it. | ||
* | Clean up and repairing manifest | Jose Antonio Marquez | 2012-02-19 |
| | |||
* | Adding Chrome webRequest intercept | Jose Antonio Marquez | 2012-02-17 |
| | | | | Need to add logic to resolve file's actual URL dynamically. | ||
* | Updated the update url in our manifest file to point to our internal server. | John Mayhew | 2012-02-16 |
| | |||
* | Added manifest.json, and image file required for being a packaged chrome ↵ | John Mayhew | 2012-02-08 |
application. Removed the old versions.json and updated the main page to detect if it is running as a chrome app and retrieve the version info from the chrome.app object. If the app is running hosted, the code will use an XHR to load the manifest.json and retrieve the version number from it directly. |