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
/
apps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the redundancy of both EXTENSION_FUNCTION_VALIDATE and
kalman@chromium.org
2014-05-09
1
-1
/
+1
*
Beginning of support for extension content verification
asargent@chromium.org
2014-05-08
2
-0
/
+5
*
Remove chrome dependencies from the app_shell target.
rockot@chromium.org
2014-05-08
5
-41
/
+3
*
Add default implementations for AppWindowRegistry::Observer notifications.
calamity@chromium.org
2014-05-07
4
-6
/
+13
*
Move chrome.runtime to //extensions.
rockot@chromium.org
2014-05-07
6
-5
/
+118
*
Split API permission registration.
yoz@chromium.org
2014-05-07
2
-22
/
+20
*
Reland the rest of https://codereview.chromium.org/234673002/
calamity@chromium.org
2014-05-06
3
-19
/
+5
*
[Mac] Only create the App Shim Socket after taking process singleton lock.
jackhou@chromium.org
2014-05-06
2
-2
/
+13
*
Remove page IDs from three WebContentsObserver APIs that don't need it.
creis@chromium.org
2014-05-05
2
-2
/
+2
*
Hide WebContentsView from Chrome. This also removes WebContentsViewPort.
jam@chromium.org
2014-05-03
5
-11
/
+5
*
Drive extension functions from ExtensionFunction::Run. The
kalman@chromium.org
2014-05-03
4
-9
/
+123
*
app_shell: Automatically connect to networks.
derat@chromium.org
2014-05-02
6
-0
/
+247
*
Fix crashes when reloading apps with windows open.
benwells@chromium.org
2014-05-02
3
-21
/
+48
*
Add _api_features.json for chrome.shell API
jamescook@chromium.org
2014-05-02
3
-1
/
+24
*
Move renderer ExtensionHelper into //extensions
jamescook@chromium.org
2014-05-01
1
-1
/
+1
*
Reland a portion of https://codereview.chromium.org/234673002/
calamity@chromium.org
2014-05-01
3
-1
/
+46
*
Pull chrome stuff out of (and move) extensions::Dispatcher.
rockot@chromium.org
2014-05-01
7
-25
/
+80
*
Support active / inactive frame colors for app window frames.
benwells@chromium.org
2014-05-01
7
-14
/
+36
*
Revert of Make hidden app windows have no shelf presence [ChromeOS]. (https:/...
calamity@chromium.org
2014-05-01
3
-30
/
+2
*
Convert app_shell onLaunched stub to use chrome.shell.onLaunched
jamescook@chromium.org
2014-05-01
11
-189
/
+40
*
Use EXTENSION_FUNCTION_VALIDATE for ShellCreateWindowFunction in app_shell
jamescook@chromium.org
2014-04-30
1
-9
/
+6
*
Introduce chrome.shell.createWindow stub API for app_shell
jamescook@chromium.org
2014-04-30
16
-10
/
+431
*
Break src/extensions dependency on Chrome's theme_resources.h / .pak
jamescook@chromium.org
2014-04-30
3
-7
/
+10
*
Prevent Chrome from quitting when apps are open. (Mac)
jackhou@chromium.org
2014-04-29
2
-0
/
+21
*
app_shell: Add support for mouse cursors.
derat@chromium.org
2014-04-28
2
-0
/
+90
*
Split feature definitions into extensions and chrome features.
yoz@chromium.org
2014-04-28
4
-9
/
+46
*
Add GN template for generated extensions API targets.
rockot@chromium.org
2014-04-26
1
-0
/
+13
*
Remove non USE_AURA code from views files.
erg@chromium.org
2014-04-25
1
-5
/
+0
*
Revert 265889 "Prevent Chrome from quitting when apps are open. ..."
glider@chromium.org
2014-04-24
2
-21
/
+0
*
Make hidden app windows have no shelf presence [ChromeOS].
calamity@chromium.org
2014-04-24
3
-2
/
+30
*
Prevent Chrome from quitting when apps are open. (Mac)
jackhou@chromium.org
2014-04-24
2
-0
/
+21
*
Cpplint for apps/, extensions/
limasdf@gmail.com
2014-04-24
11
-21
/
+19
*
Remove title and icon from chrome apps native style title bars.
benwells@chromium.org
2014-04-24
3
-38
/
+47
*
Revert 265598 "Remove title and icon from chrome apps native sty..."
hashimoto@chromium.org
2014-04-23
3
-47
/
+38
*
Remove title and icon from chrome apps native style title bars.
benwells@chromium.org
2014-04-23
3
-38
/
+47
*
cleanup: Use EventRouter and some cleanups.
limasdf@gmail.com
2014-04-22
1
-8
/
+3
*
Sniff MIME type for files which have unknown extensions.
fukino@chromium.org
2014-04-22
1
-2
/
+17
*
Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC...
limasdf@gmail.com
2014-04-20
2
-3
/
+3
*
Use default CSP for resource loading in webview (instead of platform app's CSP)
lazyboy@chromium.org
2014-04-16
2
-0
/
+6
*
Revert 264167 "Sniff MIME type for files which have unknown exte..."
yoshiki@chromium.org
2014-04-16
1
-17
/
+2
*
Revert r264071 to reland r264067, "app_shell: Initialize chromeos::DBusThread...
derat@chromium.org
2014-04-16
5
-5
/
+52
*
Sniff MIME type for files which have unknown extensions.
yoshiki@chromium.org
2014-04-16
1
-2
/
+17
*
Create ExtensionsRendererClient.
rockot@chromium.org
2014-04-16
5
-0
/
+62
*
Revert 264067 "app_shell: Initialize chromeos::DBusThreadManager."
tyoshino@chromium.org
2014-04-16
5
-52
/
+5
*
app_shell: Initialize chromeos::DBusThreadManager.
derat@chromium.org
2014-04-16
5
-5
/
+52
*
Move most of extension_file_util.cc into extensions/common/file_util.cc
jamescook@chromium.org
2014-04-15
2
-10
/
+3
*
Split ui/display types into separate module and have Ozone depend on it
dnicoara@chromium.org
2014-04-15
1
-2
/
+2
*
More removal of GTK code.
erg@chromium.org
2014-04-15
2
-7
/
+2
*
Move most of ChromeV8Context to a base ScriptContext
rockot@chromium.org
2014-04-12
2
-0
/
+3
*
Toro: Move ExtensionProtocolHandler to //extensions
jamescook@chromium.org
2014-04-11
4
-10
/
+41
[next]