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
*
Use apps::AppEventRouter to launch app_shell apps
jamescook@chromium.org
2014-03-31
1
-10
/
+3
*
Introduce apps API target in //apps and move app.runtime API into it
jamescook@chromium.org
2014-03-31
3
-3
/
+13
*
Move sockets manifest types to //extensions.
rockot@chromium.org
2014-03-30
1
-1
/
+1
*
Remove USE_X11==1 check when including OutputConfigurator
dnicoara@chromium.org
2014-03-29
2
-9
/
+9
*
Fix compile error in ShellDesktopController with clang
dcheng@chromium.org
2014-03-27
1
-1
/
+1
*
app_shell: Add ShellDesktopController.
derat@chromium.org
2014-03-26
6
-218
/
+205
*
Add apps_browsertests target (currently running 0 tests).
yoz@chromium.org
2014-03-21
2
-2
/
+14
*
Split ExtensionWebContentsObserver into base and Chrome implementations
jamescook@chromium.org
2014-03-20
3
-2
/
+55
*
Remove PrepareForShutdown
oshima@chromium.org
2014-03-20
1
-1
/
+0
*
Move extensions BCKS factory creation
rockot@chromium.org
2014-03-19
1
-4
/
+7
*
Introduce ExtensionHostDelegate, use it for media access requests
jamescook@chromium.org
2014-03-19
2
-20
/
+46
*
app_shell: CommandLine -> base::CommandLine
rockot@chromium.org
2014-03-18
1
-1
/
+1
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
2
-2
/
+2
*
Allows the guest session on CrOS to load extension resource.
yukishiino@chromium.org
2014-03-17
1
-1
/
+1
*
Move ExtensionFunctionDispatcher to extensions/browser.
derat@chromium.org
2014-03-15
2
-0
/
+4
*
Move clients of BrowserContextKeyedService to using KeyedService (#3)
blundell@chromium.org
2014-03-13
5
-10
/
+9
*
Move sockets APIs out of src/chrome
rockot@chromium.org
2014-03-12
4
-2
/
+28
*
Move user_agent code from webkit/ to content/.
tfarina@chromium.org
2014-03-11
1
-2
/
+2
*
Allow content layer to pass ProtocolInterceptors when we create URLRequestCon...
kinuko@chromium.org
2014-03-10
2
-5
/
+6
*
Convert ContentMain to take a struct instead of parameters that vary dependin...
jam@chromium.org
2014-03-09
1
-10
/
+13
*
[App Shell] Remove chrome_100_percent.pak dependancy.
Hokein.Wu@gmail.com
2014-03-09
1
-4
/
+2
*
Reland: Add ExtensionsApiClient interface, use it in the storage API Settings...
jamescook@chromium.org
2014-03-06
2
-2
/
+7
*
Revert r255069 "Add ExtensionsApiClient interface, use it in the storage API ...
thakis@chromium.org
2014-03-05
2
-7
/
+2
*
Rename RootWindowObserver -> WindowTreeHostObserver.
ben@chromium.org
2014-03-05
2
-13
/
+13
*
Move ExtensionFunctionRegistry out of src/chrome
rockot@chromium.org
2014-03-05
3
-0
/
+11
*
Add ExtensionsApiClient interface, use it in the storage API SettingsFrontend
jamescook@chromium.org
2014-03-05
2
-2
/
+7
*
Remove Chrome dependencies from sockets API implementations.
rockot@chromium.org
2014-03-04
2
-1
/
+8
*
Plumbs through RenderFrameObserver::WillReleaseScriptContext
sky@chromium.org
2014-03-04
2
-10
/
+42
*
Makes text input extensions available in guest session on CrOS.
yukishiino@chromium.org
2014-03-03
2
-2
/
+3
*
Cleanup: Move kBlobScheme constant into content namespace.
tfarina@chromium.org
2014-03-01
1
-1
/
+1
*
Rename BaseNativeAppWindowViews and NativeAppWindowViews
jamescook@chromium.org
2014-02-27
1
-2
/
+2
*
app_shell: Allow chrome-extension scheme to request filesystems
rockot@chromium.org
2014-02-27
2
-0
/
+9
*
[App Shell] Include all chrome-specific resources in app_shell.pak.
Hokein.Wu@gmail.com
2014-02-26
3
-16
/
+2
*
[App Shell] Fix a crash issue while closing root window with remote dev-tool ...
Hokein.Wu@gmail.com
2014-02-26
1
-1
/
+1
*
app_shell: Enable process-per-site
rockot@chromium.org
2014-02-26
2
-0
/
+12
*
Rename Start/EndKeepAlive to Increment/DecrementKeepAliveCount
jamescook@chromium.org
2014-02-25
2
-4
/
+4
*
Add support for chrome.app.window.create() to app_shell
jamescook@chromium.org
2014-02-22
8
-0
/
+242
*
Move root_window.* to window_event_dispatcher.*
ben@chromium.org
2014-02-21
1
-1
/
+1
*
[App Shell] Introduce app_shell.pak
Hokein.Wu@gmail.com
2014-02-21
1
-5
/
+3
*
Rename RootWindow -> WindowEventDispatcher.
ben@chromium.org
2014-02-21
2
-9
/
+9
*
Cleanup: Move kChromeDevToolsScheme constant into content namespace.
tfarina@chromium.org
2014-02-17
1
-1
/
+1
*
[App Shell] Add dev tools for debugging
Hokein.Wu@gmail.com
2014-02-14
4
-0
/
+16
*
Revert 251094 "Revert 250826 "Remove Profile dependency from app..."
asvitkine@chromium.org
2014-02-13
2
-0
/
+5
*
Revert 250826 "Remove Profile dependency from apps::ShellWindow"
asvitkine@chromium.org
2014-02-13
2
-5
/
+0
*
ExtensionSystem cleanup part 2
yoz@chromium.org
2014-02-13
7
-27
/
+100
*
Remove Profile dependency from apps::ShellWindow
rockot@chromium.org
2014-02-12
2
-0
/
+5
*
Enable net log.
Hokein.Wu@gmail.com
2014-02-12
4
-2
/
+9
*
Remove a couple NOTREACHED in ShellExtensionsBrowserClient
jamescook@chromium.org
2014-02-11
1
-2
/
+0
*
[App Shell] Fix a crash issue when clicking close button in root window.
Hokein.Wu@gmail.com
2014-02-11
4
-9
/
+27
*
Cleanup: Move kChromeUIScheme constant into content namespace.
tfarina@chromium.org
2014-02-11
1
-1
/
+1
[next]