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
/
shell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build broken by 429703004 - revert external protocol user gesture handling
meacer@chromium.org
2014-07-29
2
-0
/
+4
*
aura: Allow specifying the size of TestScreen when creating it.
sadrul@chromium.org
2014-06-20
1
-5
/
+5
*
Moves extension_icon_image and image_loader to extensions/browser
mukai@chromium.org
2014-06-20
2
-0
/
+7
*
Switch app_shell default window size to 1280x720
jamescook@chromium.org
2014-06-19
1
-1
/
+1
*
app-shell: Introduce a ShellRendererMainDelegate.
sadrul@chromium.org
2014-06-18
6
-3
/
+57
*
Introduces AppActivity and handler of chrome.shell API.
mukai@chromium.org
2014-06-17
8
-21
/
+144
*
Increase app_shell default window size
jamescook@chromium.org
2014-06-17
1
-1
/
+1
*
Adds an item for loaded app.
mukai@chromium.org
2014-06-17
1
-0
/
+2
*
Send an onInstalled event for shared module update
elijahtaylor@chromium.org
2014-06-13
2
-0
/
+8
*
Merge FavoriteState into NetworkState
stevenjb@chromium.org
2014-06-12
1
-1
/
+1
*
Introduces --app flag to athena to load an app.
mukai@chromium.org
2014-06-11
4
-15
/
+27
*
Fix app_shell CHECK failure on startup on Linux
jamescook@chromium.org
2014-06-07
1
-0
/
+4
*
Reland 274764 - Reland 274558 - Move some resources to extensions_renderer_re...
yoz@chromium.org
2014-06-04
1
-0
/
+1
*
Revert "Reland 274558 - Move some extensions renderer resources to extensions...
dconnelly@chromium.org
2014-06-04
1
-1
/
+0
*
Reland 274558 - Move some extensions renderer resources to extensions_rendere...
yoz@chromium.org
2014-06-04
1
-0
/
+1
*
Fixes the initialization of focus and activation management.
mukai@chromium.org
2014-06-03
1
-8
/
+13
*
Revert 274558 "Move some extensions renderer resources to extens..."
mek@chromium.org
2014-06-03
1
-1
/
+0
*
Move some extensions renderer resources to extensions_renderer_resources.grd.
yoz@chromium.org
2014-06-03
1
-0
/
+1
*
Removes the dependency to WMTestHelper from app shell.
mukai@chromium.org
2014-06-02
8
-61
/
+157
*
Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers.
mmenke@chromium.org
2014-05-30
2
-3
/
+3
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-28
1
-4
/
+4
*
Move NetworkTypePattern to its own file
stevenjb@chromium.org
2014-05-28
1
-1
/
+0
*
Move extension API schema registration to ExtensionsClient.
yoz@chromium.org
2014-05-24
2
-0
/
+6
*
Rename NOTIFICATION_EXTENSION_INSTALLED to NOTIFICATION_EXTENSION_INSTALLED_D...
limasdf@gmail.com
2014-05-23
1
-1
/
+1
*
Makes Env contain a ContextFactory
sky@chromium.org
2014-05-22
1
-1
/
+3
*
Clean up TestFeaturesNativeHandler to use the ExtensionsClient's JSON feature...
yoz@chromium.org
2014-05-22
2
-12
/
+32
*
Revert 271737 "Revert 271721 "VS2013 Update 2""
scottmg@chromium.org
2014-05-21
1
-2
/
+0
*
Make ExtensionFunction::ArgumentList (PKA MultipleArguments) take a scoped_ptr
kalman@chromium.org
2014-05-20
1
-1
/
+1
*
Revert 271721 "VS2013 Update 2"
scottmg@chromium.org
2014-05-20
1
-0
/
+2
*
VS2013 Update 2
scottmg@chromium.org
2014-05-20
1
-2
/
+0
*
Remove unused shell_app_window_api.h/cc
jamescook@chromium.org
2014-05-18
2
-116
/
+0
*
ui: Move strings translations out of ui/base.
tfarina@chromium.org
2014-05-18
1
-1
/
+1
*
Allow app_shell to load apps built JS/app compiler tools
jamescook@chromium.org
2014-05-16
2
-17
/
+9
*
Add ShellBrowserMainDelegate::Shutdown()
oshima@chromium.org
2014-05-16
4
-0
/
+10
*
app_shell: Repack extensions strings.
yoz@chromium.org
2014-05-16
1
-0
/
+2
*
components: Extract pref_registry component out of user_prefs.
tfarina@chromium.org
2014-05-15
3
-1
/
+4
*
Simplify content_shell_resources target.
tfarina@chromium.org
2014-05-11
1
-1
/
+1
*
Minimal athena shell main
oshima@chromium.org
2014-05-11
10
-28
/
+141
*
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
*
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
*
Hide WebContentsView from Chrome. This also removes WebContentsViewPort.
jam@chromium.org
2014-05-03
1
-3
/
+2
*
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
*
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
*
Pull chrome stuff out of (and move) extensions::Dispatcher.
rockot@chromium.org
2014-05-01
7
-25
/
+80
*
Convert app_shell onLaunched stub to use chrome.shell.onLaunched
jamescook@chromium.org
2014-05-01
11
-189
/
+40
[next]