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
/
app_window.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Observe NOTIFICATION_APP_TERMINATING notification with the delegate
hashimoto@chromium.org
2014-08-20
1
-11
/
+7
*
Move AppWindow related classes to extensions
hashimoto@chromium.org
2014-08-20
1
-10
/
+10
*
Move NativeAppWindow to extensions
hashimoto@chromium.org
2014-08-20
1
-1
/
+2
*
Add GetAppDefaultIcon() to AppDelegate
hashimoto@chromium.org
2014-08-20
1
-7
/
+1
*
Stop depending on ChromeExtensionWebContentsObserver from AppWindow
hashimoto@chromium.org
2014-08-19
1
-4
/
+0
*
Move suggest_permission_util.cc to extensions
hashimoto@chromium.org
2014-08-19
1
-1
/
+1
*
Move apps::SizeConstraints to extensions
hashimoto@chromium.org
2014-08-19
1
-10
/
+11
*
Move enable-apps-show-on-first-paint switch to extensions
hashimoto@chromium.org
2014-08-19
1
-4
/
+4
*
Update support for alphaEnabled (transparent windows) API
garykac@chromium.org
2014-08-12
1
-7
/
+8
*
Use InvalidateTypes rather than "unsigned".
avi@chromium.org
2014-08-09
1
-1
/
+1
*
Moved CreateNativeAppWindow from AppWindow::Delegate to AppsClient.
mgiuca@chromium.org
2014-08-05
1
-9
/
+5
*
Refactor AppWindow to enable code re-use with launcher pages.
mgiuca@chromium.org
2014-08-04
1
-60
/
+12
*
Move extension notifications to extensions/browser/notification_types.h
jamescook@chromium.org
2014-07-31
1
-7
/
+9
*
Split out the non-app-window-specific parts of AppWindow::Delegate.
mgiuca@chromium.org
2014-07-30
1
-16
/
+19
*
AppWindow: Abstract over setting and querying fullscreen mode.
mgiuca@chromium.org
2014-07-24
1
-53
/
+47
*
Clean-up coding style at apps folder
rucifer1217@gmail.com
2014-07-18
1
-0
/
+2
*
Add app.window.alphaEnabled() and onAlphaEnabledChanged.
jackhou@chromium.org
2014-07-18
1
-1
/
+7
*
[WebModals] New API for browser-scoped popup management.
gbillock@chromium.org
2014-07-15
1
-0
/
+5
*
Rename NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED to
kalman@chromium.org
2014-07-01
1
-2
/
+2
*
Add missing member initialization in AppWindow::CreateParams.
earthdok@chromium.org
2014-06-11
1
-0
/
+2
*
Remove deprecated permissions functions from Extension
rdevlin.cronin@chromium.org
2014-06-06
1
-1
/
+3
*
Fix a test so it runs with --enable-apps-show-on-first-paint.
benwells@chromium.org
2014-06-05
1
-0
/
+20
*
Make various string_util functions take StringPieces instead of char[].
pkasting@chromium.org
2014-05-30
1
-4
/
+3
*
Rename NOTIFICATION_EXTENSION_INSTALLED to NOTIFICATION_EXTENSION_INSTALLED_D...
limasdf@gmail.com
2014-05-23
1
-2
/
+2
*
Don't send onLaunched to apps with only hidden windows when they reload.
benwells@chromium.org
2014-05-15
1
-7
/
+9
*
Reland the rest of https://codereview.chromium.org/234673002/
calamity@chromium.org
2014-05-06
1
-11
/
+5
*
Remove page IDs from three WebContentsObserver APIs that don't need it.
creis@chromium.org
2014-05-05
1
-1
/
+1
*
Hide WebContentsView from Chrome. This also removes WebContentsViewPort.
jam@chromium.org
2014-05-03
1
-2
/
+0
*
Fix crashes when reloading apps with windows open.
benwells@chromium.org
2014-05-02
1
-15
/
+44
*
Reland a portion of https://codereview.chromium.org/234673002/
calamity@chromium.org
2014-05-01
1
-0
/
+12
*
Support active / inactive frame colors for app window frames.
benwells@chromium.org
2014-05-01
1
-1
/
+11
*
Revert of Make hidden app windows have no shelf presence [ChromeOS]. (https:/...
calamity@chromium.org
2014-05-01
1
-7
/
+1
*
Break src/extensions dependency on Chrome's theme_resources.h / .pak
jamescook@chromium.org
2014-04-30
1
-1
/
+6
*
Make hidden app windows have no shelf presence [ChromeOS].
calamity@chromium.org
2014-04-24
1
-1
/
+7
*
Cpplint for apps/, extensions/
limasdf@gmail.com
2014-04-24
1
-1
/
+0
*
Move extensions manifest IconsHandler to //extensions
jamescook@chromium.org
2014-04-09
1
-1
/
+1
*
Remove references to WebContentsView::SizeContents from chrome/ and app/
erikchen@chromium.org
2014-04-08
1
-1
/
+2
*
Split ExtensionWebContentsObserver into base and Chrome implementations
jamescook@chromium.org
2014-03-20
1
-2
/
+4
*
Rename NOTIFICATION_EXTENSION_UNLOADED to
kalman@chromium.org
2014-03-19
1
-2
/
+2
*
Implement setters for app window bounds API
tmdiep@chromium.org
2014-03-14
1
-20
/
+13
*
Move extension_messages.h to extensions/common.
derat@chromium.org
2014-03-13
1
-1
/
+1
*
Create windows for new app window bounds API
tmdiep@chromium.org
2014-03-11
1
-27
/
+153
*
Use NULL for ExtensionKeyBindingRegistry::Delegate for app windows.
yoz@chromium.org
2014-03-04
1
-6
/
+0
*
Refactored app window size constraints
tmdiep@chromium.org
2014-02-28
1
-71
/
+19
*
Implement getters for app window bounds API
tmdiep@chromium.org
2014-02-27
1
-20
/
+44
*
Add option to install an ephemeral app to the Windows jump list
tmdiep@chromium.org
2014-02-26
1
-0
/
+14
*
Rename Start/EndKeepAlive to Increment/DecrementKeepAliveCount
jamescook@chromium.org
2014-02-25
1
-2
/
+2
*
Add support for chrome.app.window.create() to app_shell
jamescook@chromium.org
2014-02-22
1
-3
/
+3
*
Add frame color option to packaged app windows.
benwells@chromium.org
2014-02-21
1
-0
/
+3
*
Rename VIEW_TYPE_APP_SHELL -> VIEW_TYPE_APP_WINDOW
rockot@chromium.org
2014-02-20
1
-1
/
+1
[next]