summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_menu_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved ExtensionMenuManager and ExtensionMenuItem into extensions namespace; r...rdevlin.cronin@chromium.org2012-07-051-629/+0
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Dispatch a new event chrome.contextMenus.onClicked.yoz@chromium.org2012-06-011-5/+17
* Change profile distinguisher in ExtensionMenuItem::Id to a bool.yoz@chromium.org2012-05-231-3/+3
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-3/+5
* Add option of string item IDs (given at create() time) to contextMenus API.yoz@chromium.org2012-05-161-7/+31
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Allow extension context menus to enable/disable itemscduvall@chromium.org2012-04-031-1/+1
* Clean up password manager code.isherman@chromium.org2012-03-021-1/+1
* Update extension events, routing, and delivery to use user gesture.gbillock@chromium.org2012-03-021-11/+14
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-2/+2
* Ensure one radio button is always checked in extension context menus.Eriq.Augustine@gmail.com2012-01-111-1/+93
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* 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-2/+2
* Fix some AllSources observers of EXTENSION_UNLOADED.yoz@chromium.org2011-10-131-1/+3
* Lazy creation of background pages with --enable-lazy-background-pagestessamac@chromium.org2011-08-311-12/+11
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Remove extension.h #include from profile.h.mihaip@chromium.org2011-08-131-1/+2
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2
* More correct window focus changes for multi-profile and incognito.yoz@chromium.org2011-06-231-2/+4
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* ImportantFileWriter: check return value of PostTaskphajdan.jr@chromium.org2011-03-101-5/+9
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-3/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-1/+2
* webkit: use string16 in ContextMenuParamsevan@chromium.org2010-12-141-3/+5
* Fix bug with context menus in incognito mode.mpcomplete@chromium.org2010-11-021-3/+3
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-1/+1
* Fix broken icons in new context menu items after removing previous itemsasargent@chromium.org2010-10-281-1/+18
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-2/+2
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-2/+2
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-2/+2
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-2/+2
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-2/+2
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-10/+13
* Pull events-related code out of ExtensionMessageService into its own class.mpcomplete@chromium.org2010-10-151-11/+11
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-1/+1
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-6/+2
* Clean up ExtensionMessageService.mpcomplete@chromium.org2010-08-191-0/+1
* Convert more wide strings in browser/extensions.viettrungluu@chromium.org2010-08-141-8/+7
* Update the names of some parameters passed to contextMenu onclick handlers.asargent@chromium.org2010-08-041-2/+2
* Make sure we fully remove child context menu items when deleting a parent.asargent@chromium.org2010-08-021-0/+65