| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark ExtensionApiTest.WindowOpen as flaky | johnme | 2015-04-16 | 1 | -6/+2 |
* | Remove all remaining traces of chrome.infobars | rob | 2015-02-21 | 1 | -5/+9 |
* | GURL::Replacements methods accept a StringPiece instead of std::string&. | mgiuca | 2015-02-05 | 1 | -2/+1 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 1 | -6/+9 |
* | Use StopChildProcess instead of base::KillProcess to kill a renderer process | jaekyun | 2014-12-04 | 1 | -2/+2 |
* | Extract ProcessManager from ExtensionSystem. | reillyg | 2014-10-28 | 1 | -3/+2 |
* | Standardize usage of virtual/override/final in chrome/browser/extensions/ | dcheng | 2014-10-21 | 1 | -2/+2 |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ | mostynb | 2014-10-04 | 1 | -2/+2 |
* | Move PageTransition from //content/public/common to //ui/base | Sylvain Defresne | 2014-09-19 | 1 | -2/+2 |
* | Move extension_test_message_listener to extensions. | lfg | 2014-09-19 | 1 | -1/+1 |
* | Use extensions::ResultCatcher; delete ExtensionApiTest::ResultCatcher. | yoz | 2014-09-09 | 1 | -1/+2 |
* | Don't change the window disposition for new windows without a user gesture | jochen | 2014-09-02 | 1 | -2/+2 |
* | Move AppWindow to extensions | hashimoto | 2014-08-29 | 1 | -3/+3 |
* | Move kStandardSchemeSeparator from //content to //url | blundell@chromium.org | 2014-06-05 | 1 | -3/+3 |
* | replaced the string 'chrome-extensions://' with constants | ivandavid@chromium.org | 2014-05-31 | 1 | -6/+13 |
* | linux_aura: Compile ash into chrome. | erg@chromium.org | 2014-05-20 | 1 | -4/+12 |
* | Revert 270232 "linux_aura: Compile ash into chrome." | erg@chromium.org | 2014-05-13 | 1 | -12/+4 |
* | linux_aura: Compile ash into chrome. | erg@chromium.org | 2014-05-13 | 1 | -4/+12 |
* | Revert 269892 "linux_aura: Compile ash into chrome." | erg@chromium.org | 2014-05-12 | 1 | -12/+4 |
* | linux_aura: Compile ash into chrome. | erg@chromium.org | 2014-05-12 | 1 | -4/+12 |
* | Move ExtensionHost from src/chrome to src/extensions | jamescook@chromium.org | 2014-03-21 | 1 | -1/+1 |
* | Disable stacked panel mode for Linux-aura | jianli@chromium.org | 2014-03-11 | 1 | -1/+3 |
* | Rename apps::ShellWindow to apps::AppWindow | jamescook@chromium.org | 2014-02-15 | 1 | -3/+3 |
* | Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. | yoz@chromium.org | 2014-01-30 | 1 | -1/+1 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Reland: Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-10 | 1 | -1/+1 |
* | Revert 233956 "Move ExtensionProcessManager to src/extensions, p..." | rockot@google.com | 2013-11-08 | 1 | -1/+1 |
* | Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-08 | 1 | -1/+1 |
* | Add C++ fixture for extension settings browser test | aboxhall@chromium.org | 2013-10-21 | 1 | -3/+3 |
* | Remove special case for extension processes in popup blocker | jochen@chromium.org | 2013-09-26 | 1 | -0/+16 |
* | Introduce AppsClient and use it in apps to get the loaded profiles list. | benwells@chromium.org | 2013-09-13 | 1 | -0/+1 |
* | Move ShellWindowRegistry to apps | benwells@chromium.org | 2013-08-09 | 1 | -2/+2 |
* | Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc. | yoz@chromium.org | 2013-07-31 | 1 | -1/+2 |
* | Disable Ash browser tests by detecting command-line switch rather than OS ver... | gab@chromium.org | 2013-07-31 | 1 | -5/+2 |
* | chromeos: Update comment for ClosePanelsOnExtensionCrash. | derat@chromium.org | 2013-07-24 | 1 | -9/+5 |
* | Another batch of disabled Ash browser tests | gab@chromium.org | 2013-07-23 | 1 | -0/+10 |
* | Reland: fix and reenable WindowOpenPanelTest.WindowOpenPanelDetached | jianli@chromium.org | 2013-07-08 | 1 | -2/+6 |
* | Revert 210031 "Fix and reenable WindowOpenPanelTest.WindowOpenPa..." | jianli@chromium.org | 2013-07-03 | 1 | -6/+2 |
* | Fix and reenable WindowOpenPanelTest.WindowOpenPanelDetached | jianli@chromium.org | 2013-07-03 | 1 | -2/+6 |
* | GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 | phajdan.jr@chromium.org | 2013-06-26 | 1 | -8/+8 |
* | Fixing Chrome crasher after uninstalation of running windowed V1 applications | skuhne@chromium.org | 2013-06-12 | 1 | -0/+6 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 4. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Stacking panel support for Mac. | jianli@chromium.org | 2013-04-30 | 1 | -7/+2 |
* | Disable the following tests under AddressSanitizer: | glider@chromium.org | 2013-04-18 | 1 | -2/+2 |
* | Deprecate Browser::TYPE_PANEL | stevenjb@chromium.org | 2013-04-04 | 1 | -6/+0 |
* | Revert issue 158379 | stevenjb@chromium.org | 2013-04-03 | 1 | -0/+13 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -2/+2 |
* | Fix up unused includes from chrome/browser/extensions to the rest of chrome/b... | yoz@chromium.org | 2013-03-05 | 1 | -1/+0 |
* | Disable WindowOpenPanelTest.WindowOpenPanelDetached on Win | stevenjb@chromium.org | 2013-03-01 | 1 | -1/+2 |