summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/chrome_app_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a per-context "Handler" concept to ChromeV8Extension andaa@chromium.org2011-10-121-270/+0
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-3/+5
* Relanding: Add js api for hosted/packaged apps to request notification author...asargent@chromium.org2011-10-071-0/+75
* Revert 104438 - Relanding: Add js api for hosted/packaged apps to request not...asargent@chromium.org2011-10-071-75/+0
* Relanding: Add js api for hosted/packaged apps to request notification author...asargent@chromium.org2011-10-071-0/+75
* Revert 104410 - Add js api for hosted/packaged apps to request notification a...rsleevi@chromium.org2011-10-071-75/+0
* Add js api for hosted/packaged apps to request notification authorizationasargent@chromium.org2011-10-071-0/+75
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-041-3/+4
* Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-281-1/+0
* Hilariously revert "Re-reland r99689: Refactor theaa@chromium.org2011-09-271-0/+1
* Re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a ...aa@chromium.org2011-09-231-1/+0
* Revert trunk r99696 for real.mark@chromium.org2011-09-091-0/+1
* Declare a few strings as array to const char in chrome/renderer/extensions/*tfarina@chromium.org2011-09-091-20/+21
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-081-18/+13
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-061-13/+18
* Reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-1/+0
* Revert 99689 - Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-0/+1
* Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-1/+0
* Move binding_utils::GetCurrentRenderView() to ExtensionBase and rename Extens...aa@chromium.org2011-09-031-7/+10
* 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