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
/
extension_dispatcher.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing obsolete chromePrivate.decodeJPEG API.
glotov@google.com
2012-03-28
1
-7
/
+0
*
Pull out setIcon and sendRequest into their own modules.
koz@chromium.org
2012-03-28
1
-0
/
+4
*
Make app and webstore bindings lazily evaluated so they don't execute JS on e...
koz@chromium.org
2012-03-27
1
-6
/
+48
*
Don't evaluate (and therefore create, since it's lazy) ExtensionAPI in renderers
kalman@chromium.org
2012-03-23
1
-14
/
+22
*
Revert 128089 - Initial extension bindings for Media Gallery API.
gman@chromium.org
2012-03-22
1
-6
/
+0
*
Initial extension bindings for Media Gallery API.
vandebo@chromium.org
2012-03-21
1
-0
/
+6
*
Keep lazy background pages open while they're being inspected.
mpcomplete@chromium.org
2012-03-21
1
-2
/
+1
*
Re-land alexbost's experimental offscreenTabs API.
jstritar@chromium.org
2012-03-21
1
-0
/
+2
*
Rename Feature::(UN)PRIVILEGED_CONTEXT to (UN)BLESSED_EXTENSION_CONTEXT.
kalman@chromium.org
2012-03-21
1
-4
/
+4
*
Convert the webstore API to use the schema_generated_bindings infrastructure.
kalman@chromium.org
2012-03-21
1
-6
/
+3
*
Convert app_bindings.js to the schema_generated_bindings.js infrastructure.
kalman@chromium.org
2012-03-21
1
-123
/
+100
*
Revert 127833 - Re-land alexbost's experimental offscreenTabs API.
dgrogan@chromium.org
2012-03-21
1
-2
/
+0
*
Re-land alexbost's experimental offscreenTabs API.
jstritar@chromium.org
2012-03-20
1
-0
/
+2
*
Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i...
kalman@chromium.org
2012-03-18
1
-51
/
+124
*
Convert app_bindings.js to the schema_generated_bindings.js infrastructure.
kalman@chromium.org
2012-03-18
1
-124
/
+51
*
Implement a module system for the extension bindings JS.
koz@chromium.org
2012-03-16
1
-71
/
+257
*
Revert 126317 and 126306 because of a performance regression on page loading.
koz@chromium.org
2012-03-13
1
-247
/
+71
*
Implement a module system for the extension bindings JS.
koz@chromium.org
2012-03-13
1
-71
/
+247
*
Eliminate "using namespace" directives from extensions code
asargent@chromium.org
2012-03-10
1
-18
/
+17
*
Revert 125801 - Implement a module system for the extension bindings JS.
akalin@chromium.org
2012-03-09
1
-235
/
+74
*
Revert 125811 - Convert app_bindings.js to the schema_generated_bindings.js i...
akalin@chromium.org
2012-03-09
1
-49
/
+118
*
Convert app_bindings.js to the schema_generated_bindings.js infrastructure.
kalman@chromium.org
2012-03-09
1
-118
/
+49
*
Implement a module system for the extension bindings JS.
koz@chromium.org
2012-03-09
1
-74
/
+235
*
Revert 125132 - Implement a module system for the extension bindings JS.
markusheintz@chromium.org
2012-03-06
1
-235
/
+74
*
Implement a module system for the extension bindings JS.
koz@chromium.org
2012-03-06
1
-74
/
+235
*
Update extension events, routing, and delivery to use user gesture.
gbillock@chromium.org
2012-03-02
1
-1
/
+9
*
Change the way lazy background pages shutdown.
mpcomplete@chromium.org
2012-02-27
1
-8
/
+7
*
Add new versions of DidCreateScriptContext() with extension_group.
koz@chromium.org
2012-02-27
1
-5
/
+8
*
Restrict privileged extension APIs based on whether the caller is in an
kalman@chromium.org
2012-02-23
1
-1
/
+5
*
Extensions: run "custom bindings" v8-extensions in content scripts.
kalman@chromium.org
2012-02-16
1
-3
/
+33
*
Stop using weak v8 references to keep track of inline install callbacks.
mihaip@chromium.org
2012-02-11
1
-2
/
+2
*
Deal with the CSP-disabled "chrome-extension://invalid" URL which is causing ...
kalman@chromium.org
2012-01-31
1
-3
/
+14
*
Remove support for some deprecated APIs in manifest version 2.
aa@chromium.org
2012-01-29
1
-1
/
+7
*
Replace lazy-background switch with a manifest entry controlled by the
mpcomplete@chromium.org
2012-01-24
1
-3
/
+6
*
Extensions cleanup: move the chromePrivate, extension, fileBrowserPrivate, and
kalman@chromium.org
2012-01-17
1
-2
/
+0
*
Extensions cleanup: move a bunch of API customisations from
kalman@chromium.org
2012-01-12
1
-5
/
+3
*
Re-land r117016: Split out the contextMenus schema bindings from schema_gener...
kalman@chromium.org
2012-01-12
1
-15
/
+40
*
Revert r117016 "Split out the contextMenus schema bindings from schema_genera...
maruel@chromium.org
2012-01-10
1
-37
/
+15
*
Split out the contextMenus schema bindings from schema_generated_bindings.js.
kalman@chromium.org
2012-01-10
1
-15
/
+37
*
Add world_id parameter to ExtensionDispatcher::AllowScriptExecution().
koz@chromium.org
2011-12-14
1
-0
/
+8
*
Move/replace/rename URL-based extension getters from ExtensionService to/in E...
yoz@chromium.org
2011-12-13
1
-2
/
+2
*
Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-06
1
-1
/
+1
*
Revert 113047 - Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-06
1
-1
/
+1
*
Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-05
1
-1
/
+1
*
Update includes to new header locations.
abarth@chromium.org
2011-12-03
1
-2
/
+2
*
Consider the origin when computing extension permissions
abarth@chromium.org
2011-12-02
1
-4
/
+8
*
Insert default stylesheet for platform apps.
miket@chromium.org
2011-11-15
1
-9
/
+45
*
Convert render thread idle delays from seconds to milliseconds.
ulan@chromium.org
2011-11-14
1
-11
/
+11
*
Enable extension APIs for content scripts.
aa@chromium.org
2011-11-12
1
-6
/
+8
*
Don't close background pages if there is a pending response (callback).
tessamac@chromium.org
2011-11-01
1
-2
/
+10
[next]