summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the kEnablePlatformApps switch.bryeung@chromium.org2012-06-191-2/+0
* Pass command line arguments onto platform apps which provide the right intent.benwells@chromium.org2012-05-261-1/+3
* Remove extension application launch code from Browserbenwells@chromium.org2012-05-231-1/+2
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-4/+4
* Switch platform apps from a declarative launch container to handling an onLau...asargent@chromium.org2012-04-231-4/+4
* Make sure app bundles can be installed from incognito windows.jstritar@chromium.org2012-04-061-0/+5
* Eliminate VerifyPermissions. Propagate --enable-platform-apps to utility proc...miket@chromium.org2012-03-291-42/+1
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-251-0/+60
* Revert 128610 - Expand usage of platform-apps flag and permission features.nduca@google.com2012-03-241-60/+0
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-231-0/+60
* Fix crash in AppNotifyChannelSetup when incognito profiles are used.jstritar@chromium.org2012-03-231-29/+10
* Revert 128355 - Expand usage of platform-apps flag and permission features.gman@chromium.org2012-03-231-53/+0
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-231-0/+53
* Enable ExtensionApiTest.WebSocket with using a random port for WebSocket servertoyoshim@chromium.org2012-03-201-0/+11
* Make test server to talk with the python test server which is running on remo...jnd@chromium.org2012-03-121-0/+1
* Check file permissions before doing filesystemoperations for external filesys...tbarzic@chromium.org2012-03-011-0/+8
* Moved app shortcut code out of ExtensionService.benwells@chromium.org2012-02-091-2/+0
* Stop spamming the desktop with shortcuts when runningaa@chromium.org2012-02-021-1/+1
* Disable modal JavaScript dialogs for platform apps.jstritar@chromium.org2012-01-241-25/+37
* Correctly report new navigation targets in incognito profilesjochen@chromium.org2012-01-021-1/+15
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-7/+8
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-8/+7
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-7/+8
* When allowing an extension file:/// URL access, grant its process access to t...mihaip@chromium.org2011-11-181-2/+5
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-1/+1
* Attempted fix for flakiness in RunExtensionTestIncognito.mpcomplete@chromium.org2011-07-151-12/+4
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-6/+7
* Add tests for chrome.tabs.captureVisibleTab working for file:/// URLs.mihaip@chromium.org2011-06-161-1/+11
* Added extensions API to provide customization values.altimofeev@chromium.org2011-03-241-15/+25
* Exposing extension preferences via the `chrome.extension` API.bauerb@chromium.org2011-03-161-6/+24
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-3/+3
* Continuing with the out-of-lining of test code.erg@google.com2011-02-111-0/+4
* Reland r73760: Move most of chrome-extension:// requestaa@chromium.org2011-02-041-1/+0
* Revert 73760 - Move most of chrome-extension:// request checks intotommi@chromium.org2011-02-041-0/+1
* Move most of chrome-extension:// request checks intoaa@chromium.org2011-02-041-1/+0
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-3/+3
* Move:ben@chromium.org2010-12-021-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-3/+3
* Fix crash in domui menu (7773) and remove caching code.oshima@chromium.org2010-10-251-11/+0
* Convert LOG(INFO) to VLOG(1) - chrome/browser/extensions/.pkasting@chromium.org2010-10-221-2/+2
* Pass test server port to javascript part of extensions API tests.skerner@chromium.org2010-10-181-0/+31
* Don't create hot-stand-by DOMView for ExtensionAPITestoshima@chromium.org2010-10-151-0/+11
* Fix flaky IncognitoSplitMode.mpcomplete@chromium.org2010-10-131-3/+2
* Add some logging to IncognitoSplitMode to try to figure out why it's crashing.mpcomplete@chromium.org2010-10-111-2/+3
* extension tests: use LOG(INFO) rather than std::coutevan@chromium.org2010-10-051-2/+2
* Remove some more log spam.aa@chromium.org2010-09-221-2/+0
* Do not create an incogntio profile as side effect when listing all tabs/windows.jochen@chromium.org2010-09-211-4/+12