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 Extensions URLRequestContext.
ajwong@chromium.org
2013-08-27
1
-6
/
+4
*
Quit shim when all windows are closed.
jackhou@chromium.org
2013-08-27
2
-37
/
+35
*
Send Chrome's process id to the app shim.
jackhou@chromium.org
2013-08-26
1
-7
/
+20
*
Add policy for fullscreen mode; disallow fullscreen in public sessions
bartfab@chromium.org
2013-08-25
4
-0
/
+26
*
DCHECK that invalid app window states are not cached.
scheib@chromium.org
2013-08-21
2
-8
/
+11
*
Add NativeWebContentsModalDialogManager::HostChanged()
wittman@chromium.org
2013-08-20
1
-1
/
+1
*
UMA for packaged app shortcuts on Mac.
tapted@chromium.org
2013-08-20
2
-0
/
+5
*
JSON/IDL Compiler now generates event names as of r215660. Use these generate...
DHNishi@gmail.com
2013-08-20
1
-3
/
+5
*
Move apps tests from c/b/extensions to c/b/apps and refine DEPS.
benwells@chromium.org
2013-08-15
4
-3
/
+4
*
New chromium icons assets, icon migration, for OSX app launcher.
tapted@chromium.org
2013-08-15
3
-11
/
+20
*
Moved chrome/browser/ui/extensions apps code to chrome/browser/ui/apps
benwells@chromium.org
2013-08-14
2
-2
/
+2
*
Add support for setInputRegion API.
garykac@chromium.org
2013-08-13
3
-0
/
+12
*
Move ShellWindowRegistry to apps
benwells@chromium.org
2013-08-09
13
-26
/
+481
*
Added scheib as an apps OWNER.
benwells@chromium.org
2013-08-09
1
-0
/
+1
*
Move win8 metro mode app launch check back to apps
benwells@chromium.org
2013-08-09
2
-0
/
+13
*
Disable flaky PlatformAppBrowserTest.FileAccessIsRestored on linux.
danakj@chromium.org
2013-08-07
1
-1
/
+8
*
Add myself to apps and extensions OWNERS files.
mek@chromium.org
2013-08-07
1
-0
/
+1
*
Move platform_app_launcher to apps
benwells@chromium.org
2013-08-07
7
-7
/
+424
*
[mac] Close a shim process if an app crashes or is terminated from task manager.
tapted@chromium.org
2013-08-07
1
-2
/
+10
*
Move native_app_window code to apps areas
benwells@chromium.org
2013-08-06
7
-6
/
+65
*
Revert 215745 "Fix crash when reloading packaged app. "
benwells@chromium.org
2013-08-06
2
-27
/
+8
*
Revert 215753 "Move native_app_window code to apps areas"
benwells@chromium.org
2013-08-06
7
-65
/
+6
*
Move native_app_window code to apps areas
benwells@chromium.org
2013-08-06
7
-6
/
+65
*
Fix crash when reloading packaged app.
benwells@chromium.org
2013-08-06
2
-8
/
+27
*
Store the managed user ID in |ProfileInfoCache| instead of |is_managed| flag.
ibraaaa@chromium.org
2013-08-05
1
-1
/
+1
*
When quitting the last app, terminate asynchronously.
jackhou@chromium.org
2013-08-02
1
-4
/
+12
*
Make shell window provide hidpi icon.
xiyuan@chromium.org
2013-08-02
2
-20
/
+32
*
Do not restore corrupt cached app window bounds.
scheib@chromium.org
2013-08-01
4
-29
/
+83
*
Clean up apps deps.
benwells@chromium.org
2013-08-01
4
-15
/
+12
*
Enable app shims whenever the app launcher is enabled. (Mac)
jackhou@chromium.org
2013-08-01
3
-0
/
+35
*
Revert 214919 "Removed apps DEPS that are no longer needed."
scherkus@chromium.org
2013-08-01
1
-0
/
+4
*
Removed apps DEPS that are no longer needed.
benwells@chromium.org
2013-08-01
1
-4
/
+0
*
Revert 214844 "Fix crash when reloading packaged app. "
scherkus@chromium.org
2013-08-01
2
-27
/
+8
*
Fix crash when reloading packaged app.
benwells@chromium.org
2013-07-31
2
-8
/
+27
*
Ignore 'did stop loading' notifications from unloaded extensions in AppLoadSe...
koz@chromium.org
2013-07-31
1
-0
/
+3
*
Cmd+Q on an app window quits the app.
jackhou@chromium.org
2013-07-31
5
-10
/
+170
*
Use the shim bundle's user_data_dir instead of GetUserDataDirectoryForBrowser...
jackhou@chromium.org
2013-07-31
2
-12
/
+5
*
Add a main menu to the shim that matches the one in Chrome.
jackhou@chromium.org
2013-07-30
3
-6
/
+78
*
Move app shortcut manager into chrome/browser/apps
benwells@chromium.org
2013-07-26
5
-338
/
+0
*
Rename ShortcutCreationPolicy to ShortcutCreationReason.
jackhou@chromium.org
2013-07-26
1
-1
/
+1
*
Fix app shim focus.
jackhou@chromium.org
2013-07-24
3
-1
/
+5
*
Update include paths in apps/ for base/process changes.
rsesek@chromium.org
2013-07-23
3
-2
/
+3
*
Allow OSX App Launcher to be enabled via the webstore.
tapted@chromium.org
2013-07-22
1
-9
/
+8
*
Move the responsibility for enabling the app list to AppListServiceImpl.
tapted@chromium.org
2013-07-19
1
-1
/
+1
*
Update OWNERS.
benwells@chromium.org
2013-07-17
1
-1
/
+1
*
Move AppWindowContents to apps component
benwells@chromium.org
2013-07-17
5
-21
/
+258
*
Use a direct include of the message_loop header in android_webview/, apps/, a...
avi@chromium.org
2013-07-17
2
-2
/
+2
*
Updates some includes of chrome_notification_types.h
jam@chromium.org
2013-07-11
11
-11
/
+11
*
Move chrome_main_app_mode_mac.mm into apps/app_shim
jackhou@chromium.org
2013-07-11
3
-0
/
+409
*
Don't look up profiles when closing shims.
jackhou@chromium.org
2013-07-10
1
-11
/
+8
[next]