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
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
9
-21
/
+12
*
bookmarks: Fix an obvious typo in IDS_BOOMARK_*.
tfarina@chromium.org
2011-08-26
8
-22
/
+23
*
Call GenerateSafeFilename() from GetSuggestedFilename().
asanka@chromium.org
2011-08-20
1
-1
/
+1
*
Use bookmark manager to add/edit bookmark pages with webui_dialogs=1.
flackr@chromium.org
2011-08-17
2
-1
/
+15
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
2
-2
/
+2
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
9
-9
/
+9
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #5
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+2
*
bookmarks: Add more keyboard accelerators to bookmark bar context menu.
tfarina@chromium.org
2011-08-10
1
-1
/
+1
*
Revert 96098 - ui_tests began crashing
rsleevi@chromium.org
2011-08-10
1
-2
/
+1
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #5
phajdan.jr@chromium.org
2011-08-09
1
-1
/
+2
*
browser: Abstract message box dialog functions into its own header file.
tfarina@chromium.org
2011-08-09
1
-3
/
+3
*
Converted IncognitoForced boolean policy into IncognitoModeAvailability enum ...
rustema@google.com
2011-08-05
1
-4
/
+10
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
3
-3
/
+6
*
This is only the first part of the refactoring. The old method was preserved
adriansc@google.com
2011-08-02
2
-8
/
+22
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
7
-7
/
+7
*
bookmarks: Simplify is_permanent_node() implementation.
tfarina@chromium.org
2011-07-29
2
-28
/
+20
*
Fixes regression in RecentlyUsedFoldersComboModel that resulted in
sky@chromium.org
2011-07-29
2
-6
/
+66
*
Move more files from chrome/test to chrome/test/base, part #2
phajdan.jr@chromium.org
2011-07-29
1
-1
/
+1
*
bookmarks: Improve the documentation comments of BookmarkModel methods.
tfarina@chromium.org
2011-07-29
1
-18
/
+17
*
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
[next]