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
/
chrome_v8_context.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set up V8 bindings for extension/app APIs when they're first used, not on
cduvall@chromium.org
2013-03-09
1
-11
/
+40
*
Add a ScopedPersistent class to chrome/renderer/extensions for automatically
kalman@chromium.org
2013-03-09
1
-4
/
+2
*
Revert 186643 - Caused a 10% regression on SunSpider benchmark
tonyg@chromium.org
2013-03-07
1
-36
/
+11
*
Set up V8 bindings for extension/app APIs when they're first used, not on
cduvall@chromium.org
2013-03-07
1
-11
/
+36
*
Revert 185709
koz@chromium.org
2013-03-03
1
-36
/
+11
*
Set up V8 bindings for extension/app APIs when they're first used, not on
cduvall@chromium.org
2013-03-02
1
-11
/
+36
*
chrome: Update include paths of string_split.h to its new location.
tfarina@chromium.org
2013-02-28
1
-1
/
+1
*
Revert 184837
abodenha@chromium.org
2013-02-27
1
-36
/
+11
*
Set up V8 bindings for extension/app APIs when they're first used, not on
cduvall@chromium.org
2013-02-27
1
-11
/
+36
*
Enable certain sanity checks in extension code whenever DCHECK is on, not jus...
koz@chromium.org
2013-02-20
1
-11
/
+9
*
Replaced deprecated v8 API calls by their non-deprecated equivalents.
svenpanne@chromium.org
2013-02-04
1
-2
/
+3
*
Move c/r/extensions/* into extensions namespace
rdevlin.cronin@chromium.org
2012-08-07
1
-4
/
+6
*
Make miscellaneous_bindings.js not depend on onLoad().
koz@chromium.org
2012-07-31
1
-14
/
+14
*
Move UserScript and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-13
1
-1
/
+2
*
Expose the extension/app's id on chrome.runtime.id and, and make this
kalman@chromium.org
2012-07-05
1
-12
/
+12
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-1
/
+2
*
Remove unneeded extension_messages_browsertest.cc + cleanup.
aa@chromium.org
2012-04-11
1
-8
/
+25
*
Null check web_frame_ to prevent a race from attempting to execute script on ...
rafaelw@chromium.org
2012-04-11
1
-0
/
+6
*
Make renderer calls into script declare there "type" (internal or author).
rafaelw@chromium.org
2012-04-09
1
-1
/
+6
*
Rename Feature::(UN)PRIVILEGED_CONTEXT to (UN)BLESSED_EXTENSION_CONTEXT.
kalman@chromium.org
2012-03-21
1
-5
/
+5
*
Convert app_bindings.js to the schema_generated_bindings.js infrastructure.
kalman@chromium.org
2012-03-21
1
-5
/
+9
*
Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i...
kalman@chromium.org
2012-03-18
1
-9
/
+5
*
Convert app_bindings.js to the schema_generated_bindings.js infrastructure.
kalman@chromium.org
2012-03-18
1
-5
/
+9
*
Revert 125811 - Convert app_bindings.js to the schema_generated_bindings.js i...
akalin@chromium.org
2012-03-09
1
-9
/
+5
*
Convert app_bindings.js to the schema_generated_bindings.js infrastructure.
kalman@chromium.org
2012-03-09
1
-5
/
+9
*
Allow omitting optional parameters for Extensions API functions
mtytel@chromium.org
2012-03-04
1
-2
/
+6
*
Add Chrome tracing for callChromeHiddenMethod
rbyers@chromium.org
2012-02-21
1
-0
/
+4
*
Extensions: run "custom bindings" v8-extensions in content scripts.
kalman@chromium.org
2012-02-16
1
-5
/
+17
*
Remove support for some deprecated APIs in manifest version 2.
aa@chromium.org
2012-01-29
1
-3
/
+5
*
Move the "extension" namespace from extension_api.json into extension_api_ext...
koz@chromium.org
2011-12-09
1
-1
/
+1
*
Silently swallow exceptions in extension bindings callbacks.
aa@chromium.org
2011-12-03
1
-9
/
+0
*
Only create chromeHidden object when needed.
aa@chromium.org
2011-12-01
1
-2
/
+43
*
Be more careful when calling methods on chromeHidden. If chromeHidden didn't ...
aa@chromium.org
2011-12-01
1
-4
/
+10
*
Add a per-context "Handler" concept to ChromeV8Extension and
aa@chromium.org
2011-10-12
1
-7
/
+19
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
1
-3
/
+3
*
Fix memory leak in V8ContextSet unit test.
aa@chromium.org
2011-10-07
1
-12
/
+15
*
I realized that ExtensionBindingsContext is really just the
aa@chromium.org
2011-10-06
1
-0
/
+74