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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland of [Extensions] Migrate ServiceWorker off behavior feature system (pat...
rdevlin.cronin
2015-10-26
1
-10
/
+0
*
Revert of [Extensions] Migrate ServiceWorker off behavior feature system (pat...
anthonyvd
2015-10-26
1
-0
/
+10
*
[Extensions] Migrate ServiceWorker off behavior feature system
rdevlin.cronin
2015-10-26
1
-10
/
+0
*
Remove stash_client.js dependency on unload_event.js
dcheng
2015-10-03
1
-2
/
+0
*
[Extensions] Un-refcount PermissionSet
rdevlin.cronin
2015-09-24
1
-7
/
+6
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
1
-1
/
+1
*
Finish the implementation of chrome.runtime.getBackgroundClient() for extensi...
kalman
2015-09-18
1
-7
/
+25
*
Use v8::Contexts rather than GURLs as keys to extension service workers.
kalman
2015-09-14
1
-42
/
+34
*
Allow 'chrome-extension:' URLs to bypass content settings (1/2)
mkwst
2015-09-10
1
-0
/
+3
*
This patch allows the webview.partitions.accessible_resources entry in chrome...
paulmeyer
2015-09-09
1
-0
/
+8
*
Disable the extension service worker checks that are crashing the renderer.
kalman
2015-09-09
1
-2
/
+18
*
extensions: Avoid using WebString in Dispatcher::Dispatcher()
bashi
2015-09-08
1
-29
/
+31
*
Enable the fetch API for extensions.
kalman
2015-09-03
1
-20
/
+25
*
Don't send extension functions names to every renderer.
kalman
2015-09-02
1
-7
/
+0
*
Revert of Pass the v8::Context through the willDestroyServiceWorkerContextOnW...
kalman
2015-09-02
1
-54
/
+13
*
Pass the v8::Context through the willDestroyServiceWorkerContextOnWorkerThrea...
kalman
2015-08-31
1
-13
/
+54
*
Only access extension service worker state on destruction of a service worker...
kalman
2015-08-22
1
-1
/
+2
*
[Extension ServiceWorkers] Adding getBackgroundClient
annekao
2015-08-21
1
-5
/
+91
*
Implement the wake-event-page internal extension API.
kalman
2015-08-21
1
-0
/
+6
*
Setup for moving getUserMedia to secure origins only
jww
2015-08-21
1
-0
/
+24
*
Create thread-safe RendererExtensionRegistry from ExtensionSet
annekao
2015-08-19
1
-22
/
+29
*
[Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcher
annekao
2015-08-18
1
-0
/
+11
*
This patch removes all files, directories, flags, and code related to Surface...
paulmeyer
2015-08-18
1
-14
/
+0
*
Revert "[Extension ServiceWorkers] Chrome: Passing v8::context to extensions ...
falken
2015-08-12
1
-11
/
+0
*
[Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcher
annekao
2015-08-11
1
-0
/
+11
*
Revert "Convert extensions::SafeBuiltins from a v8::Extension to a NativeHand...
kalman
2015-08-11
1
-0
/
+3
*
Update SplitString calls to new form
brettw
2015-08-08
1
-2
/
+2
*
Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...
pkasting
2015-08-07
1
-2
/
+2
*
Update SplitString calls to new form
brettw
2015-08-07
1
-2
/
+2
*
Remove app_runtime_custom_bindings natives.
sammc
2015-08-04
1
-4
/
+0
*
Convert extensions::SafeBuiltins from a v8::Extension to a NativeHandler.
kalman
2015-08-03
1
-3
/
+0
*
Move webstorePrivate DelegatedInstall functions into new dashboardPrivate API
treib
2015-07-31
1
-6
/
+6
*
Reland of Call EnsureWebKitInitialized() before registering extensions (patch...
bashi
2015-07-28
1
-2
/
+2
*
Move existing kSitePerProcess checks to a policy-oracle object
nick
2015-07-27
1
-6
/
+4
*
Revert of Call EnsureWebKitInitialized() before registering extensions (patch...
bashi
2015-07-21
1
-2
/
+2
*
Call EnsureWebKitInitialized() before registering extensions
bashi
2015-07-17
1
-2
/
+2
*
[Service Worker Registration] Registered extension scheme to allow service wo...
annekao
2015-07-14
1
-0
/
+12
*
[Extensions OOPI] Update app window bindings for OOPI
rdevlin.cronin
2015-07-09
1
-5
/
+8
*
Fix flakiness and re-enable FormAutocompleteTest
kouhei
2015-07-09
1
-1
/
+6
*
[Extensions OOPI] Move ExtensionHelper functionality to ExtensionFrameHelper
rdevlin.cronin
2015-07-08
1
-9
/
+1
*
extensions: Use V8 Maybe APIs in NativeHandler
bashi
2015-06-26
1
-1
/
+1
*
Add more string_util functions to base namespace.
brettw
2015-06-24
1
-2
/
+2
*
[Extensions OOPI] Change ExtensionMsg_MessageInvoke to use RenderFrames
rdevlin.cronin
2015-06-23
1
-4
/
+2
*
[Extensions OOPI] Move view type and window id registration to frames
rdevlin.cronin
2015-06-19
1
-5
/
+7
*
[Reland] Destroy ContentWatcher on renderer process shutdown
kouhei
2015-06-16
1
-0
/
+1
*
Revert of Destroy ContentWatcher on renderer process shutdown (patchset #1 id...
skobes
2015-06-15
1
-1
/
+0
*
Destroy ContentWatcher on renderer process shutdown
kouhei
2015-06-15
1
-0
/
+1
*
Extract the element implementation logic to function mods in <webview>.
lazyboy
2015-06-09
1
-0
/
+19
*
Add Media Router JS Gin module.
kmarshall
2015-06-09
1
-0
/
+8
*
[Extensions OOPI] Send tab id to all render frames in a tab
rdevlin.cronin
2015-06-04
1
-11
/
+0
[next]