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_bookmark_manager_api.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move bookmarks extension api implementation to bookmarks dir.
aa@chromium.org
2011-10-25
1
-487
/
+0
*
record UMA histogram for different bookmark launch types
estade@chromium.org
2011-10-18
1
-0
/
+5
*
Move view_types to content\public\common. Also update the enum values to matc...
jam@chromium.org
2011-10-12
1
-2
/
+2
*
Split ViewType between chrome and content
jochen@chromium.org
2011-10-06
1
-2
/
+3
*
bookmarks: Fix an obvious typo in IDS_BOOMARK_*.
tfarina@chromium.org
2011-08-26
1
-9
/
+9
*
bookmarks: Convert GetURL/SetURL to unix_hacker style.
tfarina@chromium.org
2011-07-21
1
-1
/
+1
*
Move the RenderViewHostDelegate::BookmarkDrag interface to Chrome as the feat...
ananta@chromium.org
2011-07-01
1
-5
/
+6
*
Disable Bookmark Manager menus that change bookmarks when bookmark editing
joaodasilva@chromium.org
2011-06-30
1
-0
/
+8
*
Split UI-specific bits off ExtensionFunction into a separate class.
mpcomplete@chromium.org
2011-05-26
1
-0
/
+1
*
Re-land r84928: Move EFD to ExtensionTabHelper.
aa@chromium.org
2011-05-13
1
-7
/
+12
*
Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"
aa@chromium.org
2011-05-12
1
-12
/
+7
*
Re-land r84928: Move ExtensionFunctionDispatcher to
aa@chromium.org
2011-05-11
1
-7
/
+12
*
Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""
aa@chromium.org
2011-05-11
1
-12
/
+7
*
Revert "Looks like this introduced leaks in sync ui tests. Sigh."
aa@chromium.org
2011-05-11
1
-7
/
+12
*
Looks like this introduced leaks in sync ui tests. Sigh.
aa@chromium.org
2011-05-11
1
-12
/
+7
*
Move ExtensionFunctionDispatcher to ExtensionTabHelper. This
aa@chromium.org
2011-05-11
1
-7
/
+12
*
Bookmarks extension API checks if editing is allowed.
joaodasilva@chromium.org
2011-04-13
1
-0
/
+13
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
1
-2
/
+2
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
1
-1
/
+1
*
Rename IndexOfChild to GetIndexOf. Part 1
tfarina@chromium.org
2011-03-08
1
-1
/
+1
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...
tfarina@chromium.org
2011-02-27
1
-1
/
+1
*
Reland "WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/w...
tfarina@chromium.org
2011-02-19
1
-2
/
+2
*
Revert 75453 - WebUI: Move more files from chrome/browser/dom_ui to chrome/br...
scherkus@chromium.org
2011-02-18
1
-2
/
+2
*
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...
tfarina@chromium.org
2011-02-18
1
-2
/
+2
*
Added an new argument to chrome.experimental.bookmarkManager.paste so that we...
mad@chromium.org
2011-02-10
1
-5
/
+18
*
WebUI: Rename ExtensionDOMUI to ExtensionWebUI.
tfarina@chromium.org
2011-02-05
1
-8
/
+8
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Rename BookmarkDragData to BookmarkNodeData. Part 2.
tfarina@chromium.org
2010-11-26
1
-19
/
+19
*
Pull events-related code out of ExtensionMessageService into its own class.
mpcomplete@chromium.org
2010-10-15
1
-3
/
+3
*
Ensure global extension events (like bookmarks) are sent to the incognito
mpcomplete@chromium.org
2010-10-08
1
-1
/
+1
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-1
/
+1
*
Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...
viettrungluu@chromium.org
2010-08-30
1
-1
/
+1
*
Convert more wide strings in browser/extensions.
viettrungluu@chromium.org
2010-08-14
1
-60
/
+60
*
Convert wide string constants in extension_bookmarks_module_constants.
viettrungluu@chromium.org
2010-08-13
1
-2
/
+2
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-4
/
+4
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-3
/
+3
*
Update extension functions to always pass a list of arguments, even when one ...
arv@chromium.org
2010-05-21
1
-17
/
+16
*
Bookmarks: Localize Recent and Search tree items.
arv@chromium.org
2010-05-17
1
-1
/
+4
*
Fix crash in bookmark manager dropping code
feldstein@chromium.org
2010-04-21
1
-2
/
+6
*
Fixes bug where GetSubtreeBookmarkManagerFunction would crash if
sky@chromium.org
2010-04-16
1
-0
/
+4
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-14
1
-1
/
+1
*
Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...
jochen@chromium.org
2010-04-13
1
-1
/
+1
*
Reland 44348 Add support for restricting broadcasting events to extensions ba...
jochen@chromium.org
2010-04-13
1
-1
/
+1
*
Revert 44348 - Add support for restricting broadcasting events to extensions ...
jochen@chromium.org
2010-04-13
1
-1
/
+1
*
Add support for restricting broadcasting events to extensions based on host p...
jochen@chromium.org
2010-04-13
1
-1
/
+1
*
Add a folders_only and subtree api to bookmark manager
feldstein@chromium.org
2010-04-02
1
-0
/
+30
*
Move onImportBegan/Ended to the regular bookmarks api
feldstein@chromium.org
2010-03-26
1
-64
/
+0
*
Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...
aa@chromium.org
2010-03-24
1
-11
/
+29
[next]