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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow extension APIs to be called from WebUI. The only API currently
kalman@chromium.org
2014-07-24
4
-14
/
+42
*
Move apps/shell to extensions/shell.
yoz@chromium.org
2014-07-24
1
-2
/
+0
*
Fix the origin access whitelist for extensions
rdevlin.cronin@chromium.org
2014-07-24
2
-23
/
+55
*
Disable all the browser_tests that are flaking more than 5% of the time on tr...
jam@chromium.org
2014-07-23
1
-9
/
+2
*
Add default fonts for extensions.
ericzeng@chromium.org
2014-07-22
3
-6
/
+32
*
Get rid of the rest of CreateStringValue
estade@chromium.org
2014-07-18
1
-1
/
+1
*
Enabling AdInjectionBrowserTest after Activity Log refactoring.
pmarch@chromium.org
2014-07-18
3
-121
/
+2
*
Don't create a gin::IsolateHolder in extensions unittests.
sammc@chromium.org
2014-07-17
3
-23
/
+17
*
Move ModuleSystemTest and the tests that use it into extensions/.
sammc@chromium.org
2014-07-16
8
-0
/
+1615
*
Remove extensions_manifest_types extensions API on Android.
thestig@chromium.org
2014-07-16
1
-1
/
+8
*
OnLazyBackgroundPageActive must ensure the close_sequence_id
scheib@chromium.org
2014-07-14
2
-2
/
+2
*
Implement <appview>
fsamuel@chromium.org
2014-07-11
1
-0
/
+18
*
Add support for using AMD modules from extensions modules.
sammc@chromium.org
2014-07-09
8
-71
/
+203
*
Disable ScriptContextTest.GetEffectiveDocumentURL on Windows
samuong@chromium.org
2014-07-07
1
-1
/
+9
*
Add a withheld permissions model to PermissionsData. Withheld permissions are...
rdevlin.cronin@chromium.org
2014-07-07
9
-111
/
+87
*
Remove page id from the permission granting.
avi@chromium.org
2014-07-07
3
-4
/
+4
*
Implement <appview> skeleton.
fsamuel@chromium.org
2014-07-03
1
-1
/
+3
*
Remove page id from extension script injection permission.
avi@chromium.org
2014-07-03
3
-6
/
+10
*
Remove page id from extension's script execution callbacks.
avi@chromium.org
2014-07-02
3
-3
/
+0
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-07-01
1
-2
/
+1
*
Don't use the frame that's going away in ProgrammaticScriptInjection
rdevlin.cronin@chromium.org
2014-07-01
2
-13
/
+18
*
Replaced deprecated v8::Message::GetScriptResourceName() with v8::Message::Ge...
kozyatinskiy@google.com
2014-06-27
1
-2
/
+2
*
Make a Delegate class for extension script injections.
rdevlin.cronin@chromium.org
2014-06-27
14
-557
/
+804
*
Allow access to the module system as part of an extension browser test.
dtseng@chromium.org
2014-06-26
3
-0
/
+26
*
Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc
spang@chromium.org
2014-06-25
1
-0
/
+1
*
Don't store greasemonkey source as a webstring in a singleton
rdevlin.cronin@chromium.org
2014-06-25
1
-6
/
+12
*
Make ScriptInjections share more logic
rdevlin.cronin@chromium.org
2014-06-24
6
-191
/
+234
*
Refactor renderer-side script injection.
rdevlin.cronin@chromium.org
2014-06-23
19
-1321
/
+1517
*
Adding a new Activity Log method to log Blink core events.
pmarch@chromium.org
2014-06-23
2
-0
/
+18
*
enterprise.platformKeys: Copy-on-read the 'algorithm' member of Key objects.
pneubeck@chromium.org
2014-06-20
3
-0
/
+26
*
extensions::Dispatcher: Don't crash if forced_idle_timer_ is null.
yoz@chromium.org
2014-06-18
1
-2
/
+3
*
Remove extension-specific page load time histogram support for webrequest
vabr@chromium.org
2014-06-13
3
-10
/
+4
*
Remove adview
fsamuel@chromium.org
2014-06-13
2
-3
/
+1
*
Call InitOriginPermissions when extension is added to the renderer process.
kouhei@chromium.org
2014-06-12
1
-2
/
+7
*
Make MessagingBindings use ScriptContextSet::ForEach. This is a long-standing
kalman@chromium.org
2014-06-12
8
-190
/
+188
*
Remove param |context_type| from InitOriginPermissions
kouhei@chromium.org
2014-06-10
3
-7
/
+6
*
This replaces AutomationTree with AutomationRootNode, which is a regular node...
aboxhall@chromium.org
2014-06-10
2
-15
/
+28
*
Move about://-related constants from //content to //url
blundell@chromium.org
2014-06-10
1
-2
/
+2
*
Separate PermissionsData::CanExecuteScriptOnPage into two functions
rdevlin.cronin@chromium.org
2014-06-07
2
-10
/
+10
*
Remove deprecated permissions functions from Extension
rdevlin.cronin@chromium.org
2014-06-06
1
-1
/
+1
*
Should provide creation context and isolate for WebBlob::toV8Value.
tasak@google.com
2014-06-06
2
-2
/
+3
*
Should provide creation context and isolate for WebDOMError::toV8Value.
tasak@google.com
2014-06-06
1
-1
/
+2
*
Remove PermissionsData::ForExtension() completely
rdevlin.cronin@chromium.org
2014-06-06
3
-22
/
+20
*
Use createV8Entry() and toV8Value() with context and isolate defined in WebDO...
tasak@google.com
2014-06-06
1
-2
/
+5
*
Refactor PermissionsData pt1
rdevlin.cronin@chromium.org
2014-06-05
3
-20
/
+22
*
Reland 274764 - Reland 274558 - Move some resources to extensions_renderer_re...
yoz@chromium.org
2014-06-04
28
-2
/
+4207
*
Revert "Reland 274558 - Move some extensions renderer resources to extensions...
dconnelly@chromium.org
2014-06-04
28
-4207
/
+2
*
Reland 274558 - Move some extensions renderer resources to extensions_rendere...
yoz@chromium.org
2014-06-04
28
-2
/
+4207
*
This CL switches to new blink API (CL 257803006), the old API
pmarch@chromium.org
2014-06-04
1
-2
/
+5
*
Resubmit: Block content scripts from executing until user grants permission
rdevlin.cronin@chromium.org
2014-06-03
8
-63
/
+351
[next]