summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/chrome_app_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* renderer/extensions: Return v8::False() where possible.tfarina@chromium.org2011-08-161-2/+2
* Update chrome/renderer/extensions to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-5/+6
* Make chrome.app.isInstalled return false until the page is in application pro...mihaip@chromium.org2011-06-211-2/+5
* Add V8ValueConverter utility to convert between v8::Value andaa@chromium.org2011-04-201-14/+7
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-1/+4
* Implement private API for web store to determine app ID ofaa@chromium.org2011-04-141-13/+109
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-16/+27
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-2/+2
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Move ExtensionRendereInfo into common and call it ExtensionSet instead.aa@chromium.org2011-01-291-1/+1
* Refactor away all the duplicate extension data structures inaa@chromium.org2011-01-261-1/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Revert "Revert "Finish wiring up chrome.app.install().""aa@chromium.org2010-11-261-1/+22
* Revert "Finish wiring up chrome.app.install()."aa@chromium.org2010-11-231-22/+1
* Finish wiring up chrome.app.install().aa@chromium.org2010-11-231-1/+22
* fix browsertest failureerikkay@chromium.org2010-08-271-1/+1
* When the browser doesn't have connectivity to a hosted app, display a prettie...erikkay@chromium.org2010-08-271-3/+2
* Implement window.chrome.app.isInstalled .skerner@chromium.org2010-08-271-0/+61