summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* Don't close background pages if there is a pending response (callback).tessamac@chromium.org2011-11-015-9/+46
* Use the new ChromeV8ContextSet in ExtensionProcessBindings::StartRequestCommon()tessamac@chromium.org2011-10-291-5/+12
* Redo how page load time stats are gathered for webrequest extensions:mpcomplete@chromium.org2011-10-222-1/+33
* Close Lazy Background Page after event dispatchtessamac@chromium.org2011-10-201-0/+6
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-151-5/+2
* Pull FileBrowserPrivate API out of EventBindings.aa@chromium.org2011-10-134-34/+91
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-123-27/+26
* Add a per-context "Handler" concept to ChromeV8Extension andaa@chromium.org2011-10-1217-379/+528
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-1015-66/+89
* Fix memory leak in V8ContextSet unit test.aa@chromium.org2011-10-076-45/+31
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-072-2/+2
* Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...jam@chromium.org2011-10-076-44/+5
* Relanding: Add js api for hosted/packaged apps to request notification author...asargent@chromium.org2011-10-075-55/+120
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-071-1/+1
* Revert 104438 - Relanding: Add js api for hosted/packaged apps to request not...asargent@chromium.org2011-10-075-120/+55
* Relanding: Add js api for hosted/packaged apps to request notification author...asargent@chromium.org2011-10-075-55/+120
* Revert 104410 - Add js api for hosted/packaged apps to request notification a...rsleevi@chromium.org2011-10-075-120/+55
* Add js api for hosted/packaged apps to request notification authorizationasargent@chromium.org2011-10-075-55/+120
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-067-28/+40
* Split ViewType between chrome and contentjochen@chromium.org2011-10-063-26/+30
* I realized that ExtensionBindingsContext is really just theaa@chromium.org2011-10-0613-116/+110
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-051-4/+4
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-043-7/+9
* Factor the static data and its management out ofaa@chromium.org2011-10-0415-295/+479
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-032-4/+4
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-032-6/+7
* Rename ExtensionBase to ChromeV8Extension and simplify.aa@chromium.org2011-10-0112-125/+85
* Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-2815-562/+478
* Fix a crash when loading a multipart html page.tony@chromium.org2011-09-271-1/+4
* Hilariously revert "Re-reland r99689: Refactor theaa@chromium.org2011-09-2715-440/+561
* (Relanding this, exact same CL as the previous one.)jcivelli@chromium.org2011-09-261-0/+15
* Re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a ...aa@chromium.org2011-09-2315-561/+440
* Revert 102505 - Adding the first one of the saveAs extension APIs.jcivelli@chromium.org2011-09-231-15/+0
* Adding the first one of the saveAs extension APIs.jcivelli@chromium.org2011-09-231-0/+15
* Use a v8 external string resource for the extension api json.aa@chromium.org2011-09-161-1/+6
* Reland 101111 - Only deliver extension messages to contexts that care.aa@chromium.org2011-09-159-8/+88
* Add OWNERS files to main extensions/ directories.mihaip@chromium.org2011-09-141-0/+16
* Remove flag guard for inline installs (web store changes have been pushed).mihaip@chromium.org2011-09-141-5/+1
* Revert 101111 - Only deliver extension messages to contexts that care. Thisericu@google.com2011-09-144-43/+0
* Only deliver extension messages to contexts that care. Thisaa@chromium.org2011-09-144-0/+43
* Revert trunk r99696 for real.mark@chromium.org2011-09-0915-411/+534
* Declare a few strings as array to const char in chrome/renderer/extensions/*tfarina@chromium.org2011-09-093-27/+24
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-0820-188/+161
* Add link URL and success/failure callback parameters to chrome.webstore.insta...mihaip@chromium.org2011-09-075-33/+145
* Forward declare v8::Extension in chrome/renderer/extensions/*.mihaip@chromium.org2011-09-067-7/+18
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-0620-161/+189
* Reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-0615-537/+412
* Revert 99689 - Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-0615-409/+537
* Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-0615-537/+409
* renderer/extensions: Fix a v8::Local being passed by reference-to-const.tfarina@chromium.org2011-09-051-1/+1