index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
extension_menu_manager_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved ExtensionMenuManager and ExtensionMenuItem into extensions namespace; r...
rdevlin.cronin@chromium.org
2012-07-05
1
-629
/
+0
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Dispatch a new event chrome.contextMenus.onClicked.
yoz@chromium.org
2012-06-01
1
-5
/
+17
*
Change profile distinguisher in ExtensionMenuItem::Id to a bool.
yoz@chromium.org
2012-05-23
1
-3
/
+3
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-3
/
+5
*
Add option of string item IDs (given at create() time) to contextMenus API.
yoz@chromium.org
2012-05-16
1
-7
/
+31
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+2
*
Allow extension context menus to enable/disable items
cduvall@chromium.org
2012-04-03
1
-1
/
+1
*
Clean up password manager code.
isherman@chromium.org
2012-03-02
1
-1
/
+1
*
Update extension events, routing, and delivery to use user gesture.
gbillock@chromium.org
2012-03-02
1
-11
/
+14
*
Move ContextMenuParams struct from webkit/glue to content/public/common. The ...
jam@chromium.org
2012-02-12
1
-2
/
+2
*
Ensure one radio button is always checked in extension context menus.
Eriq.Augustine@gmail.com
2012-01-11
1
-1
/
+93
*
Switch to IWYU for files that previously were getting a bunch of
joi@chromium.org
2011-12-01
1
-0
/
+1
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-3
/
+3
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-2
/
+3
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-2
/
+2
*
Fix some AllSources observers of EXTENSION_UNLOADED.
yoz@chromium.org
2011-10-13
1
-1
/
+3
*
Lazy creation of background pages with --enable-lazy-background-pages
tessamac@chromium.org
2011-08-31
1
-12
/
+11
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-2
/
+1
*
Remove extension.h #include from profile.h.
mihaip@chromium.org
2011-08-13
1
-1
/
+2
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
1
-1
/
+2
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+2
*
More correct window focus changes for multi-profile and incognito.
yoz@chromium.org
2011-06-23
1
-2
/
+4
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
ImportantFileWriter: check return value of PostTask
phajdan.jr@chromium.org
2011-03-10
1
-5
/
+9
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
1
-3
/
+3
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
1
-1
/
+2
*
webkit: use string16 in ContextMenuParams
evan@chromium.org
2010-12-14
1
-3
/
+5
*
Fix bug with context menus in incognito mode.
mpcomplete@chromium.org
2010-11-02
1
-3
/
+3
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-1
/
+1
*
Fix broken icons in new context menu items after removing previous items
asargent@chromium.org
2010-10-28
1
-1
/
+18
*
Unrevert again r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-27
1
-2
/
+2
*
Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...
thakis@chromium.org
2010-10-26
1
-2
/
+2
*
Unrevert r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-2
/
+2
*
Revert r63919 "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-2
/
+2
*
Part 2 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-26
1
-2
/
+2
*
Part 2 of extension event refactor.
mpcomplete@chromium.org
2010-10-21
1
-10
/
+13
*
Pull events-related code out of ExtensionMessageService into its own class.
mpcomplete@chromium.org
2010-10-15
1
-11
/
+11
*
Rename ChromeThread to BrowserThread Part19:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part10:
tfarina@chromium.org
2010-10-09
1
-1
/
+1
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-6
/
+2
*
Clean up ExtensionMessageService.
mpcomplete@chromium.org
2010-08-19
1
-0
/
+1
*
Convert more wide strings in browser/extensions.
viettrungluu@chromium.org
2010-08-14
1
-8
/
+7
*
Update the names of some parameters passed to contextMenu onclick handlers.
asargent@chromium.org
2010-08-04
1
-2
/
+2
*
Make sure we fully remove child context menu items when deleting a parent.
asargent@chromium.org
2010-08-02
1
-0
/
+65
[next]