summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_background_page_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make it so that allow_js_access: false can be used with background pages crea...mihaip@chromium.org2012-03-291-1/+43
* Allow apps with background pages to request process-per-app-instance.creis@chromium.org2012-03-021-0/+38
* Move background_page extension manifest key to background.page.aa@chromium.org2012-01-041-5/+9
* Disable AppBackgroundPageApiTest.OpenPopupFromBGPage because it times out som...jbates@chromium.org2011-12-231-1/+1
* Mark AppBackgroundPageApiTest.OpenPopupFromBGPage flaky.jbates@chromium.org2011-12-221-1/+2
* Added a test that verifies that calling window.open() from a BackgroundConten...atwilson@chromium.org2011-12-141-0/+30
* Update these tests to use manifest_version 2.abarth@chromium.org2011-12-031-0/+5
* Now allow reopening BCs even if they were specified in the manifestatwilson@chromium.org2011-10-141-1/+30
* Now closes existing background contents if app opens a new one.atwilson@chromium.org2011-10-061-1/+27
* Disable failed test AppBackgroundPageApiTest.Basic on Mac.dyu@chromium.org2011-09-021-1/+8
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-1/+1
* Moved files related to background mode to browser/background.atwilson@chromium.org2011-06-171-2/+2
* Remove JS dialog dependency from content.avi@chromium.org2011-06-031-0/+1
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-4/+4
* Profile shouldn't own background page stuff.torne@chromium.org2011-04-151-2/+4
* apps: Add 'background_page' support for hosted apps.sadrul@chromium.org2011-04-131-1/+38
* Caused compile failure on Lunux Builder x64.ctguil@chromium.org2011-04-131-38/+1
* apps: Add 'background_page' support for hosted apps.sadrul@chromium.org2011-04-131-1/+38
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-1/+0
* Disable crashy AppBackgroundPageApiTest.LacksPermissionphajdan.jr@chromium.org2011-01-111-1/+2
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* AppBackgroundPageApiTest works with testserver on ephemeral ports.cbentzel@chromium.org2010-10-231-4/+60
* Fix a bunch of extensions api tests to not hard-code port 1337.skerner@chromium.org2010-10-191-2/+2
* Revert 59893 - Disable failing Basic test that I broke.thakis@chromium.org2010-09-191-2/+1
* Disable failing Basic test that I broke.mpcomplete@chromium.org2010-09-181-1/+2
* BackgroudModeManager now listens for APP_TERMINATING and shuts down backgroundatwilson@chromium.org2010-08-251-2/+0
* Added BackgroundModeManager which tracks when background apps are loaded/unlo...atwilson@chromium.org2010-08-181-0/+2
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-2/+2
* enable apps by defaulterikkay@chromium.org2010-08-021-1/+0
* [GTTF] Check the result value of StartHTTPServer to avoidphajdan.jr@chromium.org2010-05-151-2/+2
* Re-land r47079: Shorten several appsrelated flags.aa@chromium.org2010-05-131-1/+1
* BackgroundContents browser testrafaelw@chromium.org2010-05-111-0/+37