summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/event_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 119770 - Event pages: remember events that the page registered for, ev...mpcomplete@chromium.org2012-02-071-12/+1
* Event pages: remember events that the page registered for, even after itmpcomplete@chromium.org2012-01-301-1/+12
* Update includes to new header locations.abarth@chromium.org2011-12-031-2/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Enable extension APIs for content scripts.aa@chromium.org2011-11-121-2/+2
* Pull FileBrowserPrivate API out of EventBindings.aa@chromium.org2011-10-131-34/+0
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-1/+0
* Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...jam@chromium.org2011-10-071-15/+2
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-5/+6
* I realized that ExtensionBindingsContext is really just theaa@chromium.org2011-10-061-8/+8
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-041-1/+0
* Factor the static data and its management out ofaa@chromium.org2011-10-041-6/+10
* Rename ExtensionBase to ChromeV8Extension and simplify.aa@chromium.org2011-10-011-9/+6
* Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-281-254/+11
* Hilariously revert "Re-reland r99689: Refactor theaa@chromium.org2011-09-271-11/+254
* Re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a ...aa@chromium.org2011-09-231-254/+11
* Reland 101111 - Only deliver extension messages to contexts that care.aa@chromium.org2011-09-151-6/+1
* Revert trunk r99696 for real.mark@chromium.org2011-09-091-11/+259
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-081-5/+5
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-061-5/+5
* Reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-259/+11
* Revert 99689 - Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-11/+259
* Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-259/+11
* Move binding_utils::GetCurrentRenderView() to ExtensionBase and rename Extens...aa@chromium.org2011-09-031-1/+1
* renderer/extensions: Forward declare a couple of v8 classes in EventBindings ...tfarina@chromium.org2011-08-311-0/+1
* Split extension_base.* out of bindings_utils.*.aa@chromium.org2011-08-301-2/+1
* Initialize content scripts the same way extension scripts are.aa@chromium.org2011-08-261-7/+8
* Do not dereference potentially invalid frame pointer in extension event bindi...aa@chromium.org2011-08-261-17/+16
* Fix context leak introduced by r97425.aa@chromium.org2011-08-231-5/+5
* Populate ContextInfo::extension_id for all extension-relatedaa@chromium.org2011-08-191-35/+37
* Use new signature for WebFrameClient::didCreateIsolatedScriptContext().aa@chromium.org2011-08-171-8/+5
* Coverity: Fix a REVERSE_INULL.jhawkins@chromium.org2011-07-011-5/+5
* Update chrome/renderer/extensions to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-4/+5
* Reduce static data in ExtensionProcessBindings. Some was notaa@chromium.org2011-04-251-11/+8
* Add V8ValueConverter utility to convert between v8::Value andaa@chromium.org2011-04-201-3/+17
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-0/+34
* Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...zelidrag@chromium.org2011-04-161-34/+0
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-0/+34
* Move RenderProcess to content.jam@chromium.org2011-04-151-0/+1
* Move RenderThread to content\renderer.jam@chromium.org2011-04-141-1/+1
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-2/+5
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-1/+2
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-5/+5
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Revert 74887 - Add plumbing to webRequest API to support event filtering.mpcomplete@chromium.org2011-02-151-9/+1
* Add plumbing to webRequest API to support event filtering.mpcomplete@chromium.org2011-02-151-1/+9
* Revert "First steps towards webRequest extension API."mpcomplete@chromium.org2011-01-311-55/+0
* First steps towards webRequest extension API.mpcomplete@chromium.org2011-01-311-0/+55
* Move ExtensionRendereInfo into common and call it ExtensionSet instead.aa@chromium.org2011-01-291-2/+2
* Refactor away all the duplicate extension data structures inaa@chromium.org2011-01-261-2/+3