| Commit message (Expand) | Author | Age | Files | Lines |
* | [DevTools] Move from load notifications to LoadCompleted callback. | dgozman@chromium.org | 2014-02-12 | 1 | -16/+10 |
* | Promote chrome.app.window alwaysOnTop property to stable unwhitelisted | tmdiep@chromium.org | 2014-02-12 | 1 | -8/+0 |
* | Use the same code to serialize app window state for the renderer | tmdiep@chromium.org | 2014-02-09 | 1 | -32/+2 |
* | Avoid using g_browser_process in extensions AppWindowAPI | jamescook@chromium.org | 2014-02-06 | 1 | -2/+2 |
* | [DevTools] Remove dock side knowledge from browser. | dgozman@chromium.org | 2014-01-16 | 1 | -2/+1 |
* | kiosk: Don't exit fullscreen on ESC. | xiyuan@chromium.org | 2013-12-18 | 1 | -1/+1 |
* | Add a focused property to the options parameter in chrome.app.window.create(). | mlamouri@chromium.org | 2013-12-12 | 1 | -1/+8 |
* | Reinstate alwaysOnTopWindows permission | tmdiep@chromium.org | 2013-12-06 | 3 | -27/+16 |
* | Revert 237267 "Enable HTML frame and Transparency by channel, no..." | wez@chromium.org | 2013-11-26 | 1 | -2/+6 |
* | Enable HTML frame and Transparency by channel, not experimental flag. | wez@chromium.org | 2013-11-26 | 1 | -6/+2 |
* | Fullscreen app windows cannot have always-on-top enabled | tmdiep@chromium.org | 2013-11-25 | 1 | -1/+1 |
* | Add benwells@ to c/b/api/app_window/OWNERS | benwells@chromium.org | 2013-11-19 | 1 | -1/+1 |
* | Whitelist always-on-top app windows for first-party apps | tmdiep@chromium.org | 2013-11-19 | 2 | -1/+20 |
* | Restrict chrome.app.window alwaysOnTop property to dev channel | benwells@chromium.org | 2013-11-15 | 2 | -2/+11 |
* | Revert 234978 "Added permission for chrome.app.window alwaysOnTo..." | benwells@chromium.org | 2013-11-15 | 2 | -12/+4 |
* | Added permission for chrome.app.window alwaysOnTop property | tmdiep@chromium.org | 2013-11-14 | 2 | -4/+12 |
* | Implement app.window.get() and app.window.getAll(). | mek@chromium.org | 2013-11-13 | 1 | -0/+5 |
* | Defer app window appearance until first paint. | mlamouri@chromium.org | 2013-11-07 | 1 | -1/+1 |
* | Deprecate 'singleton' option in chrome.apps.window.create(). | mlamouri@chromium.org | 2013-11-06 | 1 | -0/+7 |
* | Add 'Inspect' Links for views in the Extension Error Console | rdevlin.cronin@chromium.org | 2013-11-01 | 1 | -1/+1 |
* | Allow chrome.app.window alwaysOnTop property in stable | tmdiep@chromium.org | 2013-10-31 | 1 | -3/+1 |
* | Add chrome.app.window.[get|set][Min|Max][Width|Height] | jackhou@chromium.org | 2013-10-30 | 1 | -0/+15 |
* | Remove Profile dependency from ExtensionFunction | benwells@chromium.org | 2013-10-28 | 2 | -10/+9 |
* | Fix declaration vs. implementation ordering in NativeAppWindow{Views|Gtk} | jamescook@chromium.org | 2013-10-16 | 2 | -2/+2 |
* | Add always-on-top property to app windows | tmdiep@chromium.org | 2013-10-11 | 2 | -0/+11 |
* | Check the extension for experimental API permission. | garykac@chromium.org | 2013-10-10 | 1 | -4/+6 |
* | Remove forced maximized mode | oshima@chromium.org | 2013-10-08 | 1 | -28/+0 |
* | Rename WindowSettings to WindowState | oshima@chromium.org | 2013-09-20 | 1 | -1/+0 |
* | Move apps tests from c/b/extensions to c/b/apps and refine DEPS. | benwells@chromium.org | 2013-08-15 | 1 | -1/+1 |
* | c/b/extensions: Do not use Value::Create*. | DHNishi@gmail.com | 2013-08-14 | 1 | -4/+4 |
* | Move ShellWindowRegistry to apps | benwells@chromium.org | 2013-08-09 | 2 | -7/+8 |
* | Move channel-related (Chrome-specific) global state out of Feature. | yoz@chromium.org | 2013-08-09 | 1 | -2/+2 |
* | Add scheib as owner for app_window and app_current_window api. | scheib@chromium.org | 2013-08-06 | 1 | -0/+2 |
* | Move native_app_window code to apps areas | benwells@chromium.org | 2013-08-06 | 2 | -6/+5 |
* | Revert 215753 "Move native_app_window code to apps areas" | benwells@chromium.org | 2013-08-06 | 2 | -5/+6 |
* | Move native_app_window code to apps areas | benwells@chromium.org | 2013-08-06 | 2 | -6/+5 |
* | Change logic for enabling apps v2 window type 'panel' | stevenjb@chromium.org | 2013-08-03 | 1 | -2/+3 |
* | Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc. | yoz@chromium.org | 2013-07-31 | 1 | -1/+1 |
* | Move AppWindowContents to apps component | benwells@chromium.org | 2013-07-17 | 1 | -4/+6 |
* | Clean up kiosk app mode flags. | xiyuan@chromium.org | 2013-07-10 | 1 | -1/+1 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2 | tfarina@chromium.org | 2013-07-03 | 1 | -1/+1 |
* | Move ShellWindow into apps component. | benwells@chromium.org | 2013-07-01 | 2 | -4/+13 |
* | Use a direct include of time headers in chrome/browser/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Revert 208927 "Move ShellWindow into apps component." | asvitkine@chromium.org | 2013-06-27 | 2 | -13/+4 |
* | Move ShellWindow into apps component. | benwells@chromium.org | 2013-06-27 | 2 | -4/+13 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 1 | -1/+1 |
* | Don't create app window on shutdown. | xiyuan@chromium.org | 2013-06-06 | 1 | -0/+5 |
* | Move chrome/browser/ui/base_window.h to ui/base | benwells@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | Save and restore State for ShellWindows, including panels | stevenjb@chromium.org | 2013-05-09 | 1 | -11/+21 |
* | Revert 198918 "Save and restore State for ShellWindows, includin..." | csharp@chromium.org | 2013-05-08 | 1 | -21/+11 |