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
*
Revert 251094 "Revert 250826 "Remove Profile dependency from app..."
asvitkine@chromium.org
2014-02-13
9
-58
/
+93
*
Revert 250826 "Remove Profile dependency from apps::ShellWindow"
asvitkine@chromium.org
2014-02-13
9
-93
/
+58
*
ExtensionSystem cleanup part 2
yoz@chromium.org
2014-02-13
10
-33
/
+105
*
Remove Profile dependency from apps::ShellWindow
rockot@chromium.org
2014-02-12
9
-58
/
+93
*
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
*
Add ability for running packaged app to badge their taskbar icon.
benwells@chromium.org
2014-02-10
3
-5
/
+67
*
Put app shim IPC socket in a temporary directory. (Mac)
jackhou@chromium.org
2014-02-10
6
-89
/
+149
*
Use the same code to serialize app window state for the renderer
tmdiep@chromium.org
2014-02-09
3
-32
/
+38
*
Break ExtensionHost dependency on ExtensionService.
derat@chromium.org
2014-02-08
2
-0
/
+6
*
Kill GetBrowserContextRedirectedInIncognito in extensions code
rockot@chromium.org
2014-02-08
4
-7
/
+12
*
Add git cl format presubmit warning for extension and apps.
scheib@chromium.org
2014-02-08
1
-0
/
+14
*
Make ExtensionsBrowserClient wrap some utility functions.
derat@chromium.org
2014-02-07
2
-0
/
+20
*
apps/shell: Fix TODO typo.
tfarina@chromium.org
2014-02-06
1
-1
/
+1
*
Add a ViewsDelegate to app_shell
jamescook@chromium.org
2014-02-06
2
-0
/
+41
*
Add ApiActivityMonitor to decouple ActivityLog from low-level extensions code
jamescook@chromium.org
2014-02-06
2
-0
/
+8
*
Induce lazy background initialization in app_shell
rockot@chromium.org
2014-02-05
1
-0
/
+11
*
Move QuotaService from ExtensionService to ExtensionSystem
jamescook@chromium.org
2014-02-05
2
-0
/
+8
*
Move cocoa_test_event_utils.* to ui/events/test/
tfarina@chromium.org
2014-02-05
1
-1
/
+1
*
[App Shell] Port app_shell to windows aura.
Hokein.Wu@gmail.com
2014-02-05
3
-1
/
+33
*
Reorganize apps/shell into app, browser and common directories.
jamescook@chromium.org
2014-02-03
29
-85
/
+120
*
app_shell: Add ShellContentRendererClient
jamescook@chromium.org
2014-02-03
9
-45
/
+203
*
Extend apps.gypi owners to app_shell team
jamescook@chromium.org
2014-02-03
1
-0
/
+4
*
[App Shell] Make app_shell launch app from relative path
Hokein.Wu@gmail.com
2014-02-03
1
-1
/
+3
*
[App Shell] Add README
Hokein.Wu@gmail.com
2014-02-02
1
-0
/
+10
*
Move extensions IPC filtering to extensions::ExtensionMessageFilter
jamescook@chromium.org
2014-02-02
2
-0
/
+11
*
Close crashed incognito-mode app's shell window.
kinaba@chromium.org
2014-01-30
1
-1
/
+1
*
Disabled pinch zooming in non-browser Aura windows.
bokan@chromium.org
2014-01-30
2
-0
/
+12
*
aura: Remove Window::SetHitTestBoundsOverrideOuter() and related methods.
sadrul@chromium.org
2014-01-30
2
-20
/
+10
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
7
-7
/
+9
*
Add OWNERS to apps/shell
jamescook@chromium.org
2014-01-29
1
-0
/
+3
*
[App Shell] Enable Initialized Logging
Hokein.Wu@gmail.com
2014-01-29
1
-1
/
+17
*
Extract extension-related renderer setup from ExtensionService
jamescook@chromium.org
2014-01-28
7
-15
/
+49
*
Move kDataScheme constant into content namespace.
tfarina@chromium.org
2014-01-26
1
-1
/
+1
*
Remove ExtensionService dependencies from src/apps
jamescook@chromium.org
2014-01-24
7
-36
/
+26
*
app_shell: Extract extension runtime data from ExtensionService
jamescook@chromium.org
2014-01-22
3
-0
/
+11
*
Move ExtensionPrefs and friends to extensions/ directory.
derat@chromium.org
2014-01-22
11
-13
/
+13
*
Switch off always-on-top bit when the app window overlaps the taskbar
tmdiep@chromium.org
2014-01-20
2
-23
/
+75
*
Port app_shell to linux aura
jamescook@chromium.org
2014-01-18
2
-2
/
+11
*
Move kExtensionProcess to src/extensions/common/switches.cc
jamescook@chromium.org
2014-01-16
1
-2
/
+2
*
app_shell: Make renderer run background page JavaScript
jamescook@chromium.org
2014-01-16
6
-8
/
+155
*
Avoid loading the last used browser profile in app_controller_mac when it's n...
tapted@chromium.org
2014-01-16
1
-2
/
+10
*
Don't enable app shims in tests. (Mac)
jackhou@chromium.org
2014-01-16
1
-2
/
+4
*
app_shell: Fix resources.pak dependency issue
jamescook@chromium.org
2014-01-14
1
-0
/
+2
*
app_shell: Fix PrefsTabHelper dependency of ExtensionHost
jamescook@chromium.org
2014-01-10
2
-0
/
+6
*
Fix app_shell shutdown crash due to BrowserContextKeyedServices
jamescook@chromium.org
2014-01-09
5
-47
/
+58
*
Revert 241162 "Make clicking the restart bubble for crashed apps..."
koz@chromium.org
2014-01-09
2
-11
/
+14
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
2
-2
/
+2
[next]