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
/
extensions
/
renderer
/
dispatcher.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in extensions/.
avi
2015-12-23
1
-1
/
+4
*
Reland of [Extensions] Migrate ServiceWorker off behavior feature system (pat...
rdevlin.cronin
2015-10-26
1
-3
/
+0
*
Revert of [Extensions] Migrate ServiceWorker off behavior feature system (pat...
anthonyvd
2015-10-26
1
-0
/
+3
*
[Extensions] Migrate ServiceWorker off behavior feature system
rdevlin.cronin
2015-10-26
1
-3
/
+0
*
Cleanup: IWYU for base/gtest_prod_util.h.
thestig
2015-09-25
1
-0
/
+1
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
1
-1
/
+1
*
Use v8::Contexts rather than GURLs as keys to extension service workers.
kalman
2015-09-14
1
-1
/
+3
*
This patch allows the webview.partitions.accessible_resources entry in chrome...
paulmeyer
2015-09-09
1
-0
/
+8
*
Remove extensions::Dispatcher::function_names_.
kalman
2015-09-04
1
-3
/
+0
*
Don't send extension functions names to every renderer.
kalman
2015-09-02
1
-5
/
+0
*
Revert of Pass the v8::Context through the willDestroyServiceWorkerContextOnW...
kalman
2015-09-02
1
-3
/
+1
*
Pass the v8::Context through the willDestroyServiceWorkerContextOnWorkerThrea...
kalman
2015-08-31
1
-1
/
+3
*
[Extension ServiceWorkers] Adding getBackgroundClient
annekao
2015-08-21
1
-1
/
+4
*
Create thread-safe RendererExtensionRegistry from ExtensionSet
annekao
2015-08-19
1
-15
/
+1
*
[Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcher
annekao
2015-08-18
1
-0
/
+5
*
Revert "[Extension ServiceWorkers] Chrome: Passing v8::context to extensions ...
falken
2015-08-12
1
-5
/
+0
*
[Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcher
annekao
2015-08-11
1
-0
/
+5
*
[Service Worker Registration] Registered extension scheme to allow service wo...
annekao
2015-07-14
1
-0
/
+3
*
[Extensions OOPI] Move ExtensionHelper functionality to ExtensionFrameHelper
rdevlin.cronin
2015-07-08
1
-6
/
+1
*
[Extensions OOPI] Change ExtensionMsg_MessageInvoke to use RenderFrames
rdevlin.cronin
2015-06-23
1
-1
/
+1
*
Don't send unnecessary ExtensionMsg_Loaded IPCs.
kalman
2015-06-03
1
-1
/
+8
*
[Extensions OOPI] Make programmatic script injection use frame logic
rdevlin.cronin
2015-06-02
1
-1
/
+1
*
extensions/renderer: Use v8::Local instead of v8::Handle.
tfarina
2015-04-29
1
-6
/
+6
*
Move Dispatcher::CheckContextAccessToExtensionAPI to ScriptContext::ThrowErro...
kalman
2015-04-23
1
-6
/
+0
*
Reland: Move Extension ScriptContext creation into ScriptContextSet.
kalman
2015-04-15
1
-22
/
+6
*
Revert 4 patches that deal with Extension ScriptContexts that have been submi...
kalman
2015-04-04
1
-5
/
+21
*
Forward Blink's didCreateScriptContext event to RenderFrameObserver rather th...
kalman
2015-03-31
1
-1
/
+1
*
Move Extension ScriptContext creation into ScriptContextSet.
kalman
2015-03-17
1
-21
/
+5
*
Revert of Move Extension ScriptContext creation into ScriptContextSet. (patch...
kalman
2015-03-16
1
-5
/
+21
*
Move Extension ScriptContext creation into ScriptContextSet.
kalman
2015-03-16
1
-21
/
+5
*
Revert of Move Extension ScriptContext creation into ScriptContextSet. (patch...
kalman
2015-03-14
1
-5
/
+21
*
Move Extension ScriptContext creation into ScriptContextSet.
kalman
2015-03-13
1
-21
/
+5
*
Some cleanup in the extensions renderer dispatcher.
paulmeyer
2015-03-12
1
-0
/
+4
*
Refactoring: de-couple Extensions from "script injection System" [render side]:4
hanxi
2015-03-11
1
-1
/
+1
*
Make ContentRendererClient::DidCreateScriptContext take a WebLocalFrame.
kalman
2015-03-09
1
-2
/
+3
*
ChromeContentRendererClient should not rely on Dispatcher::is_extension_process
joaoe
2015-03-03
1
-4
/
+2
*
[Extensions] Propagate activeTab hosts to extension background pages
rdevlin.cronin
2015-02-07
1
-2
/
+11
*
Revert of Debugging patch to help track down skipped cleanup of ScriptContext...
dcheng
2015-01-20
1
-2
/
+0
*
Debugging patch to help track down skipped cleanup of ScriptContexts.
dcheng
2015-01-17
1
-0
/
+2
*
Revert of Debugging patch to help track down skipped cleanup of ScriptContext...
kouhei
2015-01-16
1
-2
/
+0
*
Debugging patch to help track down skipped cleanup of ScriptContexts.
dcheng
2015-01-16
1
-0
/
+2
*
Implement clipboardRead/Write content capabilities
rockot
2014-12-12
1
-0
/
+8
*
Add frameId to MessageSender (extension messaging API).
rob
2014-11-21
1
-2
/
+2
*
Don't crash when granting permissions to active tab.
msimonides
2014-11-19
1
-7
/
+0
*
Standardize usage of virtual/override/final in extensions/
dcheng
2014-10-21
1
-8
/
+7
*
replace OVERRIDE and FINAL with override and final in extensions/
mostynb
2014-10-03
1
-5
/
+5
*
Move web_request_internal_custom_bindings.js and web_request_custom_bindings.js
hanxi
2014-09-23
1
-0
/
+5
*
Respect the clipboardRead and clipboardWrite permissions in content scripts.
mek
2014-09-09
1
-2
/
+4
*
Declarative content scripts: Renderer-side: per-extension shared memory regio...
markdittmer@chromium.org
2014-07-30
1
-6
/
+6
*
Add support for writing unit tests for Mojo-backed apps/extensions APIs.
sammc@chromium.org
2014-07-26
1
-0
/
+10
[next]