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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Separate athena's startup process from AppShell's
oshima
2014-08-25
12
-162
/
+119
*
app_shell: Allow window to load a normal URL
jamescook
2014-08-25
1
-2
/
+8
*
Move core web_view code to extensions.
hanxi
2014-08-25
22
-13
/
+3123
*
Add some remoting targets to GN build.
Brett Wilson
2014-08-25
2
-0
/
+20
*
Merge apps/pref* to extensions/browser/pref*
hashimoto
2014-08-25
3
-0
/
+10
*
Revert of Merge apps/pref* to extensions/browser/pref* (patchset #1 of https:...
machenbach
2014-08-25
3
-10
/
+0
*
Merge apps/pref* to extensions/browser/pref*
hashimoto
2014-08-25
3
-0
/
+10
*
Begin whitelisting specific extensions for global key registration.
dtseng
2014-08-24
1
-0
/
+1
*
Move a set of extensions tests into extensions_unittests target.
tfarina
2014-08-24
2
-0
/
+12
*
extensions: Speculative fix for crash on IO thread.
derat
2014-08-24
1
-0
/
+2
*
app_shell: Shut down in response to power button.
derat
2014-08-23
6
-48
/
+158
*
Add ICAs for additional Cast devices.
mfoltz
2014-08-23
1
-0
/
+396
*
1. Rename ChromeExtensionHostMsg_AttachGuest as ExtensionHostMsg_AttachGuest.
hanxi@chromium.org
2014-08-22
8
-0
/
+144
*
app_shell: Add audio and video capture support
jamescook@chromium.org
2014-08-22
17
-64
/
+315
*
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...
estade@chromium.org
2014-08-22
1
-1
/
+0
*
Raise the chrome.storage.sync per-item quota to 8K.
kalman@chromium.org
2014-08-22
1
-1
/
+1
*
Atomic UserScript ID generation
markdittmer@chromium.org
2014-08-22
3
-6
/
+19
*
Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...
pilgrim@chromium.org
2014-08-22
5
-13
/
+13
*
Replace StreamListenSocket with StreamSocket in HttpServer.
byungchul@chromium.org
2014-08-22
1
-0
/
+1
*
Move InfoMapTest to extensions_unittests
jamescook@chromium.org
2014-08-22
3
-87
/
+5
*
Unify logic of generating a stack trace for extension errors
rob@robwu.nl
2014-08-22
7
-37
/
+119
*
[EasyUnlock] Add a private API for establishing an insecure Bluetooth connect...
isherman@chromium.org
2014-08-22
1
-0
/
+1
*
Provide core API permissions to extensions_unittests
jamescook@chromium.org
2014-08-22
1
-0
/
+6
*
Remove ResultCatcher since test doesn't output any result, just succeeds or f...
mfoltz@chromium.org
2014-08-22
1
-5
/
+1
*
Remove BrowserPlugin's -internal-attach method
fsamuel@chromium.org
2014-08-22
7
-30
/
+145
*
Support "Search" as a modifier specified in a chrome.commands manifest.
dtseng@chromium.org
2014-08-21
2
-0
/
+2
*
Moving app_view to extensions.
lfg@chromium.org
2014-08-21
11
-2
/
+449
*
Introduce WebViewGuestDelegate.
hanxi@chromium.org
2014-08-21
3
-0
/
+89
*
Refactor setIcon to allow for more general use of imageData.
gpdavis.chromium@gmail.com
2014-08-21
3
-89
/
+80
*
Clean up NOTIFICATION_EXTENSION_PAGE_ACTION_[ COUNT | VISIBILITY ]_CHANGED
rdevlin.cronin@chromium.org
2014-08-21
1
-3
/
+3
*
Allow URLRequests from one context to have different NetworkDelegates.
mmenke@chromium.org
2014-08-21
1
-57
/
+74
*
Make the minimized home card not overlap activities on Athena
pkotwicz@chromium.org
2014-08-21
2
-0
/
+9
*
Revert 291002 "Introduce WebViewGuestDelegate."
ygorshenin@chromium.org
2014-08-21
4
-86
/
+0
*
Introduce WebViewGuestDelegate.
hanxi@chromium.org
2014-08-21
4
-0
/
+86
*
Extensions: Move id_util functions to crx_file component.
tommycli@chromium.org
2014-08-21
21
-227
/
+55
*
Remove deprecated chrome.pageActions api functions
rdevlin.cronin@chromium.org
2014-08-20
1
-2
/
+2
*
app-shell: Remove ShellRendererMainDelegate.
sadrul@chromium.org
2014-08-20
6
-59
/
+18
*
Transition BROWSER/PAGE_ACTION_UPDATED notifications to observers.
rdevlin.cronin@chromium.org
2014-08-20
1
-10
/
+0
*
Use a qualified path for grit/content_resources.h.
thakis@chromium.org
2014-08-20
2
-2
/
+2
*
Observe NOTIFICATION_APP_TERMINATING notification with the delegate
hashimoto@chromium.org
2014-08-20
1
-0
/
+4
*
Mojo: Add PlatformSupport argument to mojo::embedder::Init().
viettrungluu@chromium.org
2014-08-20
1
-2
/
+2
*
Add the JS data pipe client to be used to implement serial send.
sammc@chromium.org
2014-08-20
6
-0
/
+780
*
Move AppWindow related classes to extensions
hashimoto@chromium.org
2014-08-20
9
-0
/
+1097
*
Move NativeAppWindow to extensions
hashimoto@chromium.org
2014-08-20
4
-0
/
+109
*
Exclude shell_nacl_browser_delegate_unittest.cc on disable_nacl configuration
tzik@chromium.org
2014-08-20
1
-0
/
+7
*
Add support for asynchronously loading modules from the background page.
sammc@chromium.org
2014-08-20
4
-109
/
+242
*
Add an app_shell_unittests target
jamescook@chromium.org
2014-08-20
4
-14
/
+60
*
Disallow non-subdomain wildcards such as https:// and https://*.com wildcard
rob@robwu.nl
2014-08-19
2
-26
/
+84
*
Use a real version string for app_shell
jamescook@chromium.org
2014-08-19
2
-7
/
+7
*
Fix issue with action icons not downscaling
gpdavis.chromium@gmail.com
2014-08-19
2
-14
/
+10
[prev]
[next]