| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Windows hidden by AppWindow.hide will not be shown when the app is
unhidden. Similarly, when AppWindow.show is called in a hidden app, the
app is unhidden.
BUG=257537
TEST=Open a packaged app that hides windows using AppWindow.hide.
Right click the dock icon and select Hide, then Show.
Only the windows that were visible should be shown.
Windows hidden with AppWindow.hide should stay hidden.
Review URL: https://chromiumcodereview.appspot.com/18758002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220253 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The setInputRegion API allows windows to define a region that accepts
user input. If the input region is not specified, it defaults to the entire
window, otherwise only events within the specified region will be processed
by the window. Events outside this region will be passed to the window below.
This API is supported on CrOS only and requires Dev channel.
BUG=272326
R=benwells@chromium.org, kalman@chromium.org, pkasting@chromium.org, sadrul@chromium.org, stevenjb@chromium.org, wez@chromium.org
Review URL: https://codereview.chromium.org/21123006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217284 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
native_app_window.h -> apps component
platform specific implementations of this are now in c/b/ui/xxx/apps.
The platform specific implementations should also move to apps/ but
they would currently bring some unwanted dependencies with them; that
can happen later.
BUG=159366
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215753
Review URL: https://chromiumcodereview.appspot.com/21344002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215799 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Move native_app_window code to apps areas
>
> native_app_window.h -> apps component
> platform specific implementations of this are now in c/b/ui/xxx/apps.
>
> The platform specific implementations should also move to apps/ but
> they would currently bring some unwanted dependencies with them; that
> can happen later.
>
> BUG=159366
>
> Review URL: https://chromiumcodereview.appspot.com/21344002
TBR=benwells@chromium.org
Review URL: https://codereview.chromium.org/22355002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215781 0039d316-1c4b-4281-b951-d872f2087c98
|
|
native_app_window.h -> apps component
platform specific implementations of this are now in c/b/ui/xxx/apps.
The platform specific implementations should also move to apps/ but
they would currently bring some unwanted dependencies with them; that
can happen later.
BUG=159366
Review URL: https://chromiumcodereview.appspot.com/21344002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215753 0039d316-1c4b-4281-b951-d872f2087c98
|