index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
extensions
/
event_bindings.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 119770 - Event pages: remember events that the page registered for, ev...
mpcomplete@chromium.org
2012-02-07
1
-12
/
+1
*
Event pages: remember events that the page registered for, even after it
mpcomplete@chromium.org
2012-01-30
1
-1
/
+12
*
Update includes to new header locations.
abarth@chromium.org
2011-12-03
1
-2
/
+2
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Enable extension APIs for content scripts.
aa@chromium.org
2011-11-12
1
-2
/
+2
*
Pull FileBrowserPrivate API out of EventBindings.
aa@chromium.org
2011-10-13
1
-34
/
+0
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
1
-1
/
+0
*
Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...
jam@chromium.org
2011-10-07
1
-15
/
+2
*
Create content::RenderThread interface and make code in chrome use that.
jam@chromium.org
2011-10-06
1
-5
/
+6
*
I realized that ExtensionBindingsContext is really just the
aa@chromium.org
2011-10-06
1
-8
/
+8
*
Make V8ValueConverter be an interface and move it to content\public\renderer ...
jam@chromium.org
2011-10-04
1
-1
/
+0
*
Factor the static data and its management out of
aa@chromium.org
2011-10-04
1
-6
/
+10
*
Rename ExtensionBase to ChromeV8Extension and simplify.
aa@chromium.org
2011-10-01
1
-9
/
+6
*
Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a
aa@chromium.org
2011-09-28
1
-254
/
+11
*
Hilariously revert "Re-reland r99689: Refactor the
aa@chromium.org
2011-09-27
1
-11
/
+254
*
Re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a ...
aa@chromium.org
2011-09-23
1
-254
/
+11
*
Reland 101111 - Only deliver extension messages to contexts that care.
aa@chromium.org
2011-09-15
1
-6
/
+1
*
Revert trunk r99696 for real.
mark@chromium.org
2011-09-09
1
-11
/
+259
*
Revert r99696 and r99705 due to crashes.
aa@chromium.org
2011-09-08
1
-5
/
+5
*
Rename ExtensionDispatcher to ExtensionRendererContext because:
aa@chromium.org
2011-09-06
1
-5
/
+5
*
Reland r99689: Refactor the ContextInfo struct from bindings_utils into a
aa@chromium.org
2011-09-06
1
-259
/
+11
*
Revert 99689 - Refactor the ContextInfo struct from bindings_utils into a
aa@chromium.org
2011-09-06
1
-11
/
+259
*
Refactor the ContextInfo struct from bindings_utils into a
aa@chromium.org
2011-09-06
1
-259
/
+11
*
Move binding_utils::GetCurrentRenderView() to ExtensionBase and rename Extens...
aa@chromium.org
2011-09-03
1
-1
/
+1
*
renderer/extensions: Forward declare a couple of v8 classes in EventBindings ...
tfarina@chromium.org
2011-08-31
1
-0
/
+1
*
Split extension_base.* out of bindings_utils.*.
aa@chromium.org
2011-08-30
1
-2
/
+1
*
Initialize content scripts the same way extension scripts are.
aa@chromium.org
2011-08-26
1
-7
/
+8
*
Do not dereference potentially invalid frame pointer in extension event bindi...
aa@chromium.org
2011-08-26
1
-17
/
+16
*
Fix context leak introduced by r97425.
aa@chromium.org
2011-08-23
1
-5
/
+5
*
Populate ContextInfo::extension_id for all extension-related
aa@chromium.org
2011-08-19
1
-35
/
+37
*
Use new signature for WebFrameClient::didCreateIsolatedScriptContext().
aa@chromium.org
2011-08-17
1
-8
/
+5
*
Coverity: Fix a REVERSE_INULL.
jhawkins@chromium.org
2011-07-01
1
-5
/
+5
*
Update chrome/renderer/extensions to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE
abarth@chromium.org
2011-06-24
1
-4
/
+5
*
Reduce static data in ExtensionProcessBindings. Some was not
aa@chromium.org
2011-04-25
1
-11
/
+8
*
Add V8ValueConverter utility to convert between v8::Value and
aa@chromium.org
2011-04-20
1
-3
/
+17
*
New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...
zelidrag@chromium.org
2011-04-16
1
-0
/
+34
*
Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...
zelidrag@chromium.org
2011-04-16
1
-34
/
+0
*
New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...
zelidrag@chromium.org
2011-04-16
1
-0
/
+34
*
Move RenderProcess to content.
jam@chromium.org
2011-04-15
1
-0
/
+1
*
Move RenderThread to content\renderer.
jam@chromium.org
2011-04-14
1
-1
/
+1
*
Move a bunch of Chrome specific code out of RenderThread, in preparation of m...
jam@chromium.org
2011-04-14
1
-2
/
+5
*
Move the dispatching of extension messages out of RenderThread. This also mo...
jam@chromium.org
2011-03-29
1
-1
/
+2
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-5
/
+5
*
Move a bunch of remaining files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-19
1
-1
/
+1
*
Revert 74887 - Add plumbing to webRequest API to support event filtering.
mpcomplete@chromium.org
2011-02-15
1
-9
/
+1
*
Add plumbing to webRequest API to support event filtering.
mpcomplete@chromium.org
2011-02-15
1
-1
/
+9
*
Revert "First steps towards webRequest extension API."
mpcomplete@chromium.org
2011-01-31
1
-55
/
+0
*
First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-01-31
1
-0
/
+55
*
Move ExtensionRendereInfo into common and call it ExtensionSet instead.
aa@chromium.org
2011-01-29
1
-2
/
+2
*
Refactor away all the duplicate extension data structures in
aa@chromium.org
2011-01-26
1
-2
/
+3
[next]