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
/
browser
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not inherit from std::vector.
tfarina@chromium.org
2012-07-25
1
-1
/
+1
*
Add more FS types and introduce type field into IsolatedContext
kinuko@chromium.org
2012-07-25
2
-4
/
+6
*
Moved CrxInstaller and CrxInstallerError into extensions namespace
rdevlin.cronin@chromium.org
2012-07-24
19
-59
/
+81
*
Revert "Revert 148074 - Pass the render process id to the FrameNavigationState."
jochen@chromium.org
2012-07-24
6
-84
/
+156
*
Fix stale pointer access in content settings extension API.
bauerb@chromium.org
2012-07-24
1
-12
/
+4
*
Remove unused interceptors in WebAuthFlow and OAuth2MintTokenFlow.
munjal@chromium.org
2012-07-24
2
-31
/
+0
*
Support chrome.windows extension API events for browserless Panels.
jennb@chromium.org
2012-07-24
13
-153
/
+352
*
Move TestWebSocketServer from ui_test_utils.h to browser_test_utils.h since i...
jam@chromium.org
2012-07-24
2
-5
/
+7
*
Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...
jam@chromium.org
2012-07-24
24
-78
/
+102
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-24
1
-2
/
+4
*
Moving input_ime to api/ .
vabr@chromium.org
2012-07-24
5
-57
/
+56
*
Implemented the ManagedStoreValueCache, forwarding to the PolicyMap for the a...
joaodasilva@chromium.org
2012-07-24
6
-43
/
+163
*
Revert 148074 - Pass the render process id to the FrameNavigationState.
jochen@chromium.org
2012-07-24
6
-159
/
+82
*
Revert 148077 - Remove destructor from FrameNavigationState::FrameID so we ca...
jochen@chromium.org
2012-07-24
2
-0
/
+3
*
Fix removal of headers
battre@chromium.org
2012-07-24
2
-7
/
+6
*
Remove destructor from FrameNavigationState::FrameID so we can use it as a st...
jochen@chromium.org
2012-07-24
2
-3
/
+0
*
Pass the render process id to the FrameNavigationState.
jochen@chromium.org
2012-07-24
6
-82
/
+159
*
move openMediaGalleryManager fn out of experimental.
estade@chromium.org
2012-07-24
3
-8
/
+8
*
Add browserAction.enable/disable as alias for pageAction.show/hide.
yoz@chromium.org
2012-07-24
3
-0
/
+22
*
Add offline_mode support in crx-less apps
grv@chromium.org
2012-07-24
1
-0
/
+4
*
Add extension permissions for Media Gallery API.
vandebo@chromium.org
2012-07-24
1
-5
/
+10
*
Show login dialog in a popup if the user is not signed in
munjal@chromium.org
2012-07-24
4
-57
/
+529
*
retry r147895:
estade@chromium.org
2012-07-24
4
-38
/
+42
*
Move ExtensionEventRouter and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-23
64
-672
/
+648
*
Add RenderViewHost* to DidStartLoading and DidStopLoading in
tburkard@chromium.org
2012-07-23
2
-2
/
+3
*
Refactor chrome.cookies API to use JSON schema compiler.
mitchellwrosen@chromium.org
2012-07-23
7
-352
/
+316
*
Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landed
acolwell@chromium.org
2012-07-23
1
-4
/
+2
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-07-23
1
-1
/
+2
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-23
1
-2
/
+4
*
Revert 147895 - switch mediaGalleries to .idl api definition
szym@chromium.org
2012-07-23
3
-0
/
+152
*
Revert 147895 - switch mediaGalleries to .idl api definition
szym@chromium.org
2012-07-23
4
-163
/
+6
*
switch mediaGalleries to .idl api definition
estade@chromium.org
2012-07-23
4
-38
/
+43
*
Refactor chrome.debugger api to use the JSON schema compiler.
mitchellwrosen@chromium.org
2012-07-23
4
-58
/
+52
*
Offload disk accesses to WorkerPool in ExtensionProtocolHandler
paivanof@gmail.com
2012-07-23
1
-39
/
+90
*
Send the correct process ID with webNavigation events
jochen@chromium.org
2012-07-23
3
-20
/
+14
*
Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile direc...
thorogood@chromium.org
2012-07-23
2
-11
/
+12
*
Don't crash in GetCurrentBrowser if the dispatcher is gone before the function.
yoz@chromium.org
2012-07-20
1
-10
/
+14
*
Fixing the browser test for browser tag isolation.
nasko@chromium.org
2012-07-20
2
-57
/
+108
*
chrome.tabs.executeScript() Callback Parameter
eaugusti@chromium.org
2012-07-20
10
-25
/
+69
*
Move chrome.appWindow to chrome.app.window.
asargent@chromium.org
2012-07-20
2
-6
/
+6
*
More -Wunused-private-field cleanups.
thakis@chromium.org
2012-07-20
2
-2
/
+1
*
Move files related to registry-controlled domains into a new net/base/registr...
pam@chromium.org
2012-07-20
1
-1
/
+1
*
Actually disable DownloadExtensionTest.DownloadExtensionTest_SearchPauseResum...
glider@chromium.org
2012-07-20
1
-1
/
+1
*
Fix checking for implied permissions in PermissionSet
vabr@chromium.org
2012-07-20
1
-1
/
+2
*
Pass the RVH to RVHD::OnMessageReceived and make WCImpl forward it for load s...
jochen@chromium.org
2012-07-20
2
-13
/
+70
*
Disable DownloadExtensionTest.DownloadExtensionTest_FileIcon_Active,
glider@chromium.org
2012-07-20
1
-2
/
+28
*
Move Font Settings API out of experimental.
falken@chromium.org
2012-07-20
3
-36
/
+21
*
Remove extensions::TabHelper::window_id()
jyasskin@chromium.org
2012-07-20
2
-7
/
+0
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
15
-37
/
+37
*
Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
mseaborn@chromium.org
2012-07-20
3
-5
/
+5
[next]