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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved ExtensionMenuManager and ExtensionMenuItem into extensions namespace; r...
rdevlin.cronin@chromium.org
2012-07-05
1
-833
/
+0
*
Hook the activeTab permission up to the omnibox, page action, and context men...
kalman@chromium.org
2012-06-20
1
-8
/
+23
*
Move context menu persisting from ExtensionPrefs to extension StateStore.
mpcomplete@chromium.org
2012-06-13
1
-12
/
+58
*
Dispatch a new event chrome.contextMenus.onClicked.
yoz@chromium.org
2012-06-01
1
-3
/
+7
*
Persist context menus for event pages to preferences.
yoz@chromium.org
2012-05-30
1
-10
/
+179
*
Change profile distinguisher in ExtensionMenuItem::Id to a bool.
yoz@chromium.org
2012-05-23
1
-7
/
+8
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-4
/
+5
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-05-18
1
-1
/
+1
*
Add option of string item IDs (given at create() time) to contextMenus API.
yoz@chromium.org
2012-05-16
1
-9
/
+28
*
Allow extension context menus to enable/disable items
cduvall@chromium.org
2012-04-03
1
-0
/
+2
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-1
/
+1
*
Update extension events, routing, and delivery to use user gesture.
gbillock@chromium.org
2012-03-02
1
-1
/
+2
*
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
-3
/
+74
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-3
/
+5
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-1
/
+2
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-5
/
+6
*
Fix some AllSources observers of EXTENSION_UNLOADED.
yoz@chromium.org
2011-10-13
1
-6
/
+4
*
Refactor ExtensionTabUtil-namespaced functions into their own file.
miket@chromium.org
2011-09-27
1
-1
/
+1
*
content: Move render_widget_host_view_gtk to content/ try 2.
erg@google.com
2011-08-23
1
-2
/
+2
*
(shlib failure) Revert 97750 - content: Move render_widget_host_view_gtk to c...
erg@google.com
2011-08-22
1
-2
/
+2
*
content: Move render_widget_host_view_gtk to content/
erg@google.com
2011-08-22
1
-2
/
+2
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Remove scheme restriction for extension context menu items.
asargent@chromium.org
2011-07-14
1
-9
/
+0
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-3
/
+4
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-28
1
-1
/
+2
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-28
1
-2
/
+4
*
Coverity: Fix various NULL_RETURNS defects.
csilv@chromium.org
2011-03-11
1
-1
/
+3
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
1
-3
/
+3
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
1
-1
/
+2
*
Cleanup: Remove unneeded includes of notification_service.h in other headers.
thestig@chromium.org
2010-12-15
1
-0
/
+1
*
webkit: use string16 in ContextMenuParams
evan@chromium.org
2010-12-14
1
-2
/
+1
*
wstrings: make l10n_util::TruncateString use string16
evan@chromium.org
2010-12-10
1
-4
/
+2
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Fix bug with context menus in incognito mode.
mpcomplete@chromium.org
2010-11-02
1
-2
/
+35
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-2
/
+2
*
Fix broken icons in new context menu items after removing previous items
asargent@chromium.org
2010-10-28
1
-1
/
+3
*
Part 2 of extension event refactor.
mpcomplete@chromium.org
2010-10-21
1
-3
/
+3
*
Pull events-related code out of ExtensionMessageService into its own class.
mpcomplete@chromium.org
2010-10-15
1
-4
/
+5
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-2
/
+1
*
Convert more wide strings in browser/extensions.
viettrungluu@chromium.org
2010-08-14
1
-14
/
+15
*
Update the names of some parameters passed to contextMenu onclick handlers.
asargent@chromium.org
2010-08-04
1
-4
/
+4
*
Make sure we fully remove child context menu items when deleting a parent.
asargent@chromium.org
2010-08-02
1
-16
/
+23
*
Set a max limit on extension items' labels in context menus.
asargent@chromium.org
2010-08-02
1
-1
/
+7
*
Add ability to limit when context menu items appear with url patterns.
asargent@chromium.org
2010-07-18
1
-0
/
+9
*
Use the extension icon for extension omnibox results instead of the generic
mpcomplete@chromium.org
2010-07-15
1
-75
/
+9
*
More cleanup of extensions context menu API.
asargent@chromium.org
2010-07-14
1
-58
/
+61
*
Some cleanup of the extensions context menu API.
asargent@chromium.org
2010-07-09
1
-4
/
+2
[next]