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
/
bookmarks
Commit message (
Expand
)
Author
Age
Files
Lines
*
MD5Update function uses StringPiece instead of raw buffer.
dominich@chromium.org
2011-07-26
1
-2
/
+5
*
bookmarks: Add const to IsLoaded() method.
tfarina@chromium.org
2011-07-25
2
-7
/
+8
*
bookmarks: Add missing OVERRIDE annotations to virtual method implementations.
tfarina@chromium.org
2011-07-23
2
-24
/
+28
*
bookmarks: Convert GetBookmarkBarNode() to unix_hacker style.
tfarina@chromium.org
2011-07-22
13
-110
/
+106
*
bookmarks: Convert GetURL/SetURL to unix_hacker style.
tfarina@chromium.org
2011-07-21
13
-45
/
+43
*
bookmarks: Don't expose an implementation detail function through BookmarkNod...
tfarina@chromium.org
2011-07-21
2
-32
/
+30
*
Make PageNavigator::OpenURL and TabContentsDelegate::OpenURLFromTab return a ...
jochen@chromium.org
2011-07-20
2
-9
/
+10
*
bookmarks: Use string16 instead of std::wstring in bookmark_node_data_unittes...
tfarina@chromium.org
2011-07-20
1
-2
/
+2
*
Revert "bookmarks: Wrap BookmarkCodec unittests into unnamed namespace."
evan@chromium.org
2011-07-18
1
-3
/
+3
*
bookmarks: Wrap BookmarkCodec unittests into unnamed namespace.
tfarina@chromium.org
2011-07-18
1
-3
/
+3
*
base: Put md5.* into base namespace.
tfarina@chromium.org
2011-07-18
2
-7
/
+7
*
Make bookmark manager from context menu open open in the selected folder.
gbillock@chromium.org
2011-07-16
1
-8
/
+14
*
bookmarks: Remove unnecessary WideToUTF16Hack conversions now that title is a...
tfarina@chromium.org
2011-07-15
4
-14
/
+13
*
bookmarks: Trivial changes in bookmark_model_unittest.cc
tfarina@chromium.org
2011-07-14
1
-78
/
+68
*
Add missing virtual to destructor to make clang happy.
sky@chromium.org
2011-07-13
1
-1
/
+1
*
Adds code to track a set of expanded folders. This is going to be used
sky@chromium.org
2011-07-13
10
-49
/
+270
*
Make "Open all bookmarks in incognito window" work again.
mirandac@chromium.org
2011-07-13
1
-0
/
+3
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-7
/
+10
*
bookmarks: Remove unused gtest_prod.h include from bookmark_model.h
tfarina@chromium.org
2011-07-12
1
-10
/
+8
*
Add a 'Delete' option in the bookmark editor dialog for gtk and windows.
sadrul@chromium.org
2011-07-11
2
-0
/
+44
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
8
-23
/
+28
*
bookmarks: Forward declare BookmarkModelObserver in bookmark_model.h
tfarina@chromium.org
2011-07-08
3
-18
/
+23
*
Pre-fill the 'Add Page' bookmark window with the current page (gtk and windows).
sadrul@chromium.org
2011-07-08
2
-0
/
+16
*
bookmarks: Rename |loaded_favicon_| to |is_favicon_loaded_| so it matches wit...
tfarina@chromium.org
2011-07-08
2
-57
/
+50
*
Rename app_strings to ui_strings.
tfarina@chromium.org
2011-07-07
1
-1
/
+1
*
bookmarks: Get rid of BookmarkNode::Reset() method.
tfarina@chromium.org
2011-07-01
3
-38
/
+5
*
bookmarks: Create root nodes from BookmarNode Type.
tfarina@chromium.org
2011-06-30
2
-46
/
+19
*
bookmarks: Check if a bookmark node is an url by using is_url() method.
tfarina@chromium.org
2011-06-27
5
-10
/
+10
*
Convert InputWindowDialog from wstring to string16.
tfarina@chromium.org
2011-06-24
2
-19
/
+16
*
Change BrowserList::GetLastActive to respect the profile for which it's launc...
mirandac@chromium.org
2011-06-17
1
-3
/
+6
*
Re-land:
ben@chromium.org
2011-06-16
1
-4
/
+3
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-3
/
+4
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-4
/
+3
*
ui/base/models: Add empty() accessor to TreeNode class.
tfarina@chromium.org
2011-06-08
1
-2
/
+1
*
FilePath: remove some functions that aren't really used.
evan@chromium.org
2011-05-31
2
-12
/
+20
*
Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."
yfriedman@chromium.org
2011-05-26
13
-110
/
+371
*
Many fixes to bookmark importing.
isherman@chromium.org
2011-05-26
1
-13
/
+7
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
2
-2
/
+2
*
Renames BookmarkModelObserver::BookmarkNodeFaviconLoaded to
sky@chromium.org
2011-05-23
5
-38
/
+41
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-2
/
+2
*
Adds two methods to the MenuDelegate I'm going to need for bookmark
sky@chromium.org
2011-05-19
1
-2
/
+1
*
history: Rename the second version of ParserQuery() to ParseQueryNodes().
tfarina@chromium.org
2011-05-19
2
-4
/
+4
*
Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...
jianli@chromium.org
2011-05-18
1
-1
/
+1
*
Revert 84829 - Initial implementation of "Synced Bookmarks" folder.
yfriedman@chromium.org
2011-05-11
12
-263
/
+106
*
Initial implementation of "Synced Bookmarks" folder.
yfriedman@chromium.org
2011-05-10
12
-106
/
+263
*
Refactor preference syncing.
zea@chromium.org
2011-05-09
1
-2
/
+6
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
2
-8
/
+11
*
Browser::Type cleanup.
jianli@chromium.org
2011-05-05
1
-1
/
+1
*
Cleanup: Remove unneeded includes to query_parser.h
tfarina@chromium.org
2011-04-30
1
-2
/
+1
*
Favicon file shuffling.
avi@chromium.org
2011-04-28
1
-1
/
+1
[next]