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
/
bookmark_model_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Move StringSplitAlongWhitespace to string_split.h
tfarina@chromium.org
2010-11-15
1
-1
/
+2
*
Rename ChromeThread to BrowserThread Part19:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part 1:
tfarina@chromium.org
2010-10-05
1
-4
/
+4
*
Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...
viettrungluu@chromium.org
2010-08-30
1
-20
/
+18
*
bookmarks: Add HasBookmarks() method to BookmarkModel API.
tfarina@chromium.org
2010-08-27
1
-0
/
+7
*
Remove wstrings from bookmarks, part 14.
viettrungluu@chromium.org
2010-08-25
1
-2
/
+2
*
Remove wstrings from bookmarks, part 13.
viettrungluu@chromium.org
2010-08-25
1
-26
/
+26
*
Re-land r56742 now with correct database files
brettw@chromium.org
2010-08-21
1
-1
/
+1
*
Convert wstrings in bookmarks, part 4.
viettrungluu@chromium.org
2010-08-20
1
-2
/
+2
*
Revert 56742 - A new field to describe the sources of history urls(visits) is...
brettw@chromium.org
2010-08-19
1
-1
/
+1
*
A new field to describe the sources of history urls(visits) is added. This fi...
brettw@chromium.org
2010-08-19
1
-1
/
+1
*
Convert strings in bookmarks, part 2.
viettrungluu@chromium.org
2010-08-18
1
-19
/
+21
*
Remove wstrings from bookmarks, part 1 (of many).
viettrungluu@chromium.org
2010-08-18
1
-1
/
+2
*
FBTF: Forward declare everything possible in testing_profile.h
erg@google.com
2010-08-13
1
-0
/
+3
*
Use GetTitleAsString16 instead of GetTitle that returns std::wstring.
tfarina@chromium.org
2010-08-12
1
-23
/
+25
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Add and implement cut/copy/paste to the bookmark bar and folder context menus...
mrossetti@chromium.org
2010-04-29
1
-36
/
+11
*
Long string continuation lines require an 'L' on each continuation.
mrossetti@chromium.org
2010-03-11
1
-1
/
+1
*
Add bookmark copying while dragging by holding down the <option> key.
mrossetti@chromium.org
2010-03-11
1
-0
/
+80
*
Implement BookmarkModel::SetUrl
arv@chromium.org
2010-02-09
1
-0
/
+15
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-12-02
1
-0
/
+2
*
Unittest for fix to allow navigation when there is no history DB.
pkasting@chromium.org
2009-11-02
1
-5
/
+5
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-0
/
+6
*
Lands http://codereview.chromium.org/272036 for Thiago:
sky@chromium.org
2009-10-19
1
-10
/
+10
*
Makes sure bookmark ids are unique on reading from file. If not unique
sky@chromium.org
2009-10-07
1
-0
/
+38
*
Coverity: check result of file_util::CopyFile.
mattm@chromium.org
2009-09-29
1
-1
/
+1
*
Lands http://codereview.chromium.org/155428 for Thiago, which changes
sky@chromium.org
2009-07-15
1
-3
/
+5
*
Try the original CL "Always persist bookmark IDs" again with the fix to
munjal@chromium.org
2009-07-13
1
-1
/
+1
*
Revert "Always persist bookmark IDs."
tc@google.com
2009-07-13
1
-1
/
+1
*
Always persist bookmark IDs.
munjal@chromium.org
2009-07-13
1
-1
/
+1
*
Lands http://codereview.chromium.org/155128 for Thiago.
sky@chromium.org
2009-07-08
1
-17
/
+15
*
Moved typedef of RedirectList from HistoryService class to history namespace.
meelapshah@chromium.org
2009-07-01
1
-1
/
+1
*
Fix: Certain redirections remove sites from the history
yuzo@chromium.org
2009-07-01
1
-1
/
+1
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
1
-70
/
+99
*
Don't allow duplicate bookmark node ids by always assigning ids with the ones...
tim@chromium.org
2009-05-22
1
-0
/
+10
*
Adds an index over bookmark titles for fast look up.
sky@chromium.org
2009-05-19
1
-22
/
+0
*
Move tree-related classes that Linux code depends on from views/ to app/
phajdan.jr@chromium.org
2009-05-13
1
-2
/
+2
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Implement ID persistence for bookmarks:
munjal@chromium.org
2009-04-30
1
-26
/
+1
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Changes bookmark sorting to sort folders first.
sky@google.com
2009-03-05
1
-4
/
+11
*
Enables bookmark_model_unittest on Mac and Linux.
avi@chromium.org
2009-03-03
1
-19
/
+19
*
Wires up sorting of bookmarks to the 'organize menu' in the bookmark
sky@google.com
2009-02-27
1
-0
/
+2
*
Adds ability to sort the children of a node in the bookmark model. I
sky@google.com
2009-02-25
1
-10
/
+42
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-2
/
+3
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-1
/
+1
*
Moves some utility functions out of bookmark model into
sky@google.com
2008-12-09
1
-7
/
+9
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+3
*
Rename ChromeViews namespace to views
ben@chromium.org
2008-10-16
1
-1
/
+1
*
Changes the bookmark model to allow more than one bookmark to
sky@google.com
2008-09-19
1
-5
/
+110
[next]