| Commit message (Expand) | Author | Age | Files | Lines |
* | Cache the object given to the chrome.app.window.create callback and use it fo... | tapted@chromium.org | 2012-09-27 | 1 | -0/+1 |
* | Make extension commands grant the activeTab permission. | kalman@chromium.org | 2012-09-24 | 1 | -1/+7 |
* | Add App Icon support for ShellWindow on Gtk and Windows. | junmin.zhu@intel.com | 2012-09-08 | 1 | -1/+19 |
* | Pass result of blockage across content API when new tab blocked. This change ... | tsepez@chromium.org | 2012-09-07 | 1 | -1/+2 |
* | First part of remembering platform app window geometry. | mek@chromium.org | 2012-08-31 | 1 | -0/+14 |
* | show media galleries dialog even if the call comes from the bg page | estade@chromium.org | 2012-08-21 | 1 | -1/+1 |
* | Handle keyboard events in Mac shell windows | sail@chromium.org | 2012-08-21 | 1 | -0/+3 |
* | Refactor ShellWindow to separate platform-specific code. | jeremya@chromium.org | 2012-08-17 | 1 | -22/+20 |
* | Move small c/b/extensions classes into extensions namespace no.2 | rdevlin.cronin@chromium.org | 2012-08-14 | 1 | -1/+3 |
* | Draggable region support for frameless app window on Windows. | jianli@chromium.org | 2012-08-08 | 1 | -0/+5 |
* | Move ExtensionWindowController and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-17 | 1 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Allow ChromeOS file selection dialog to be shown from shell windows. | benwells@chromium.org | 2012-06-25 | 1 | -0/+1 |
* | Rename the 'custom' frame option to 'none' for shell windows. | jeremya@chromium.org | 2012-06-20 | 1 | -1/+1 |
* | Allow platform apps to open links in the browser. | mihaip@chromium.org | 2012-06-15 | 1 | -0/+13 |
* | Add support for window size constraints to ShellWindowGtk. (effectively a rel... | mihaip@chromium.org | 2012-06-14 | 1 | -2/+2 |
* | [win] Allow the platform apps to specify a maximum size for their windows | jeremya@chromium.org | 2012-06-13 | 1 | -0/+1 |
* | Refactor the content interface for RequestMediaAccessPermission. | estade@chromium.org | 2012-06-12 | 1 | -0/+4 |
* | Coverity PASS_BY_VALUE fix. | scr@chromium.org | 2012-06-12 | 1 | -2/+2 |
* | TabContentsWrapper -> TabContents, part 39. | avi@chromium.org | 2012-06-11 | 1 | -3/+2 |
* | Add support for managing active state of platform apps | davemoore@chromium.org | 2012-06-11 | 1 | -0/+4 |
* | [win] Make the HTML5 fullscreen API work in system apps. | jeremya@chromium.org | 2012-06-07 | 1 | -0/+7 |
* | Remove chrome.windows.* support for platform apps. | jeremya@chromium.org | 2012-06-07 | 1 | -4/+0 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Revert r140472 and r140475. | yusukes@google.com | 2012-06-05 | 1 | -7/+0 |
* | [win] Make the HTML5 fullscreen API work in system apps. | jeremya@chromium.org | 2012-06-05 | 1 | -0/+7 |
* | Update the title of shell windows based on the page's <title>. | jeremya@chromium.org | 2012-06-04 | 1 | -0/+8 |
* | Allow specification of minimum size for app windows on creation. | jeremya@chromium.org | 2012-05-30 | 1 | -0/+1 |
* | Set the initial size of an app window based on the options passed. | jeremya@chromium.org | 2012-05-28 | 1 | -7/+19 |
* | Allow platform apps to create shell windows with a script connection. | jeremya@chromium.org | 2012-05-25 | 1 | -2/+1 |
* | Allow moveTo/resizeTo and friends in shell windows. | jeremya@chromium.org | 2012-05-24 | 1 | -0/+4 |
* | Extension/Platform App window isolation | mihaip@chromium.org | 2012-05-22 | 1 | -1/+1 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -6/+10 |
* | Re-enable <input type="file"> for platform apps. | benwells@chromium.org | 2012-05-17 | 1 | -2/+7 |
* | Enable WebIntent invocation for platform apps. | benwells@chromium.org | 2012-05-16 | 1 | -2/+7 |
* | Pull shell window stuff out of ExtensionHost and put in ShellWindow | benwells@chromium.org | 2012-05-10 | 1 | -18/+50 |
* | Switch platform apps from a declarative launch container to handling an onLau... | asargent@chromium.org | 2012-04-23 | 1 | -0/+5 |
* | Expose the chrome.windows.* API to platform apps. | mihaip@chromium.org | 2012-03-22 | 1 | -0/+3 |
* | Make ShellWindow subclass BaseWindow, to support the chrome.windows.* extensi... | mihaip@chromium.org | 2012-03-16 | 1 | -6/+9 |
* | Block plugins for platform apps | benwells@chromium.org | 2012-02-07 | 1 | -13/+1 |
* | Revert 120541 - Block plugins for platform apps | hbono@chromium.org | 2012-02-06 | 1 | -1/+13 |
* | Block plugins for platform apps | benwells@chromium.org | 2012-02-06 | 1 | -13/+1 |
* | Disable NPAPI plugins in platform apps. | benwells@chromium.org | 2012-01-19 | 1 | -1/+16 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-09 | 1 | -0/+52 |
* | Revert 116834 - Don't use browser windows for platform app shell windows. | aa@chromium.org | 2012-01-08 | 1 | -52/+0 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-07 | 1 | -0/+52 |
* | Revert 116803 - Don't use browser windows for platform app shell windows. | sky@chromium.org | 2012-01-07 | 1 | -52/+0 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-07 | 1 | -0/+52 |