summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_test_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-5/+5
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-3/+4
* Split UI-specific bits off ExtensionFunction into a separate class.mpcomplete@chromium.org2011-05-261-0/+1
* Make chrome.test.log VLOG(1) instead of no-op.yoz@chromium.org2011-05-091-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-2/+2
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-2/+9
* Move:ben@chromium.org2010-12-021-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-2/+2
* Pass test server port to javascript part of extensions API tests.skerner@chromium.org2010-10-181-0/+46
* Ensure global extension events (like bookmarks) are sent to the incognitompcomplete@chromium.org2010-10-081-2/+8
* Remove unnecessary LOG(INFO) lines from extensions systemaa@chromium.org2010-09-171-2/+0
* Set a max limit on extension items' labels in context menus.asargent@chromium.org2010-08-021-0/+13
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-3/+3
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-1/+10
* Add ExtensionsQuotaService to limit abusive amounts of requeststim@chromium.org2009-12-041-0/+11
* Small cleanup to extension function registration to avoid scattered definitions.mpcomplete@chromium.org2009-10-141-6/+0
* Add browser tests for extensions tab API.asargent@chromium.org2009-09-011-0/+9
* share extension API test frameworkerikkay@chromium.org2009-08-311-2/+2
* An initial pass at structure to do end-to-end extension API tests. I'll work...erikkay@chromium.org2009-08-171-0/+29