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
*
Reland: Move ExtensionProcessManager to src/extensions, part 4
jamescook@chromium.org
2013-11-10
2
-3
/
+3
*
Revert 233956 "Move ExtensionProcessManager to src/extensions, p..."
rockot@google.com
2013-11-08
2
-3
/
+3
*
Move ExtensionProcessManager to src/extensions, part 4
jamescook@chromium.org
2013-11-08
2
-3
/
+3
*
Make a new component 'app_shim'.
jackhou@chromium.org
2013-11-08
2
-11
/
+34
*
Drop "ByPath" from functions in drive::FileSystemInterface.
kinaba@chromium.org
2013-11-07
1
-1
/
+1
*
Don't add keep-alives for apps after the app keep-alive service has shut down.
sammc@chromium.org
2013-11-07
3
-2
/
+12
*
Defer app window appearance until first paint.
mlamouri@chromium.org
2013-11-07
2
-5
/
+88
*
Revert 227677 - Trigger visibilitychange events on app container state changes
rockot@chromium.org
2013-11-01
3
-19
/
+2
*
Add chrome.app.window.[get|set][Min|Max][Width|Height]
jackhou@chromium.org
2013-10-30
1
-0
/
+19
*
Keep Chrome alive while packaged app background pages are running.
sammc@chromium.org
2013-10-30
6
-0
/
+314
*
Convert extensions::LazyBackgroundTaskQueue from Profile to BrowserContext
jamescook@chromium.org
2013-10-29
2
-2
/
+1
*
Move PermissionSet to top-level extensions.
yoz@chromium.org
2013-10-29
1
-1
/
+1
*
Use the loaded bounds before applying size constraint.
mlamouri@chromium.org
2013-10-28
1
-8
/
+6
*
Move app_launcher_utils to chrome/browser/ui/app_list
calamity@chromium.org
2013-10-25
2
-2
/
+2
*
Add yoz/kalman to OWNERS.
miket@chromium.org
2013-10-25
1
-0
/
+2
*
Remove reliance on GetActiveDesktop from AppListService::Get()
tapted@chromium.org
2013-10-24
1
-1
/
+3
*
Remove apps::ShellWindow dependency on c/c/extensions/extension_constants.h
jamescook@chromium.org
2013-10-23
3
-24
/
+0
*
Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...
yoz@chromium.org
2013-10-23
3
-1
/
+3
*
apps: Remove unnecessary includes of extension_constants.h
jamescook@chromium.org
2013-10-23
4
-4
/
+3
*
Get rid of the extensions' MessageHandler RenderViewHostObserver. Move this c...
jam@chromium.org
2013-10-21
2
-0
/
+3
*
Suppress uninteresting log output from mac tests due to long shim domain sock...
tapted@chromium.org
2013-10-21
1
-0
/
+12
*
Add Set[Minimum|Maximum]Size to ShellWindow.
jackhou@chromium.org
2013-10-21
3
-0
/
+53
*
Factor out [min|max]_size into ShellWindow::SizeConstraints
jackhou@chromium.org
2013-10-20
2
-62
/
+136
*
Introduce a separate gyp file for content shell and tests
jochen@chromium.org
2013-10-19
1
-1
/
+1
*
Fix declaration vs. implementation ordering in NativeAppWindow{Views|Gtk}
jamescook@chromium.org
2013-10-16
7
-20
/
+21
*
Revert 228654 "Factor out [min|max]_size into ShellWindow::SizeC..."
dmikurube@chromium.org
2013-10-15
2
-135
/
+62
*
Factor out [min|max]_size into ShellWindow::SizeConstraints
jackhou@chromium.org
2013-10-15
2
-62
/
+135
*
Terminate Chrome when App Launcher is dismissed. (Mac)
jackhou@chromium.org
2013-10-15
6
-43
/
+62
*
apps: Move chrome's ShellWindowFrameView into apps/
jamescook@chromium.org
2013-10-15
5
-0
/
+480
*
Add always-on-top property to app windows
tmdiep@chromium.org
2013-10-11
3
-1
/
+7
*
app_shell: Add AppShellContentClient.
derat@chromium.org
2013-10-11
5
-3
/
+81
*
Move MinimalShell to ui/shell.
derat@chromium.org
2013-10-10
4
-4
/
+8
*
app_shell: Limit DEPS to apps/shell
jamescook@chromium.org
2013-10-09
2
-6
/
+10
*
Create an app_shell target
jamescook@chromium.org
2013-10-09
11
-1
/
+439
*
When native app window visibility changes due to either show/hide or minimize...
rockot@chromium.org
2013-10-09
3
-2
/
+19
*
Delete AppShimHostManager on UI thread. (Mac)
jackhou@chromium.org
2013-10-08
2
-2
/
+6
*
Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.
yoz@chromium.org
2013-10-08
2
-2
/
+1
*
Tighten up DEPS rules allowing content to ensure that only public parts of co...
jam@chromium.org
2013-10-03
1
-1
/
+3
*
Moved apps metro code from apps to chrome/browser/apps.
benwells@chromium.org
2013-10-03
11
-155
/
+12
*
Merge NOTIFICATION_WEB_CONTENTS_SWAPPED into NOTIFICATION_RENDER_VIEW_HOST_CH...
avi@chromium.org
2013-10-03
3
-23
/
+8
*
Move chrome apps prefs back to chrome from the apps component.
benwells@chromium.org
2013-09-29
10
-161
/
+2
*
Fixes crasher when closing app windows while printing.
dharcourt@chromium.org
2013-09-26
1
-1
/
+5
*
Initial integration tests for the App Shim domain socket and IPC.
tapted@chromium.org
2013-09-26
6
-3
/
+360
*
Add "kiosk_only" manifest attribute for platform apps.
tengs@chromium.org
2013-09-26
2
-7
/
+28
*
Fixed crash when chrome.runtime.reload() is called with app windows open
tmdiep@chromium.org
2013-09-26
1
-1
/
+1
*
Clean up remaining unused globals (on mac).
thakis@chromium.org
2013-09-26
1
-6
/
+2
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
1
-1
/
+1
*
Reduce the transitions between the Chrome main menu and an app's main menu.
jackhou@chromium.org
2013-09-23
1
-0
/
+13
*
Fix launching an app via the shim.
jackhou@chromium.org
2013-09-23
1
-3
/
+7
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
1
-1
/
+1
[next]