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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various uses of release() that did not check its value
estade@chromium.org
2010-05-04
1
-4
/
+3
*
Remove extra notification from BookmarkModel::Copy.
skrul@chromium.org
2010-04-16
1
-3
/
+2
*
Remove bookmarks log message.
dhollowa@chromium.org
2010-04-02
1
-2
/
+0
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
1
-1
/
+1
*
Change so that the extension favicon is read on the UI thread since extension...
arv@chromium.org
2010-03-17
1
-1
/
+1
*
Add bookmark copying while dragging by holding down the <option> key.
mrossetti@chromium.org
2010-03-11
1
-0
/
+27
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Implement BookmarkModel::SetUrl
arv@chromium.org
2010-02-09
1
-0
/
+40
*
Add import/export extension apis
feldstein@chromium.org
2010-01-28
1
-0
/
+10
*
remove ICU includes from l10n_util.h
evan@chromium.org
2010-01-25
1
-0
/
+1
*
Use string16 instead of wstring in bookmark data model.
munjal@chromium.org
2010-01-11
1
-2
/
+48
*
Lands http://codereview.chromium.org/469009 for Thiago:
sky@chromium.org
2009-12-16
1
-9
/
+9
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-12-02
1
-4
/
+5
*
Fix browser crash on startup.
ukai@chromium.org
2009-10-27
1
-1
/
+1
*
Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;
erg@google.com
2009-10-22
1
-1
/
+1
*
Lands http://codereview.chromium.org/272036 for Thiago:
sky@chromium.org
2009-10-19
1
-6
/
+6
*
Add NOTREACHED for someone trying to change the title on the bookmark bar fol...
thomasvl@chromium.org
2009-10-19
1
-0
/
+5
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-3
/
+3
*
Adds a FaviconService class tied to the profile.
arv@google.com
2009-08-28
1
-12
/
+11
*
Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...
pkasting@chromium.org
2009-08-28
1
-4
/
+4
*
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...
jshin@chromium.org
2009-08-18
1
-5
/
+5
*
Revert of r22559.
aa@chromium.org
2009-08-06
1
-1
/
+1
*
Bunch of Coverity fixes, rather minor severity.
phajdan.jr@chromium.org
2009-08-06
1
-1
/
+1
*
Try the original CL "Always persist bookmark IDs" again with the fix to
munjal@chromium.org
2009-07-13
1
-45
/
+14
*
Revert "Always persist bookmark IDs."
tc@google.com
2009-07-13
1
-14
/
+45
*
Always persist bookmark IDs.
munjal@chromium.org
2009-07-13
1
-45
/
+14
*
Lands http://codereview.chromium.org/155128 for Thiago.
sky@chromium.org
2009-07-08
1
-12
/
+25
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
1
-68
/
+78
*
Replace std:;wstring with std::string and string16 in locale-name related APIs.
jshin@chromium.org
2009-06-24
1
-1
/
+1
*
We need to save bookmarks file when the persist_ids settings changes
munjal@chromium.org
2009-05-28
1
-0
/
+16
*
Add a preference to enable/disable ID persistence in bookmark model and
munjal@chromium.org
2009-05-27
1
-0
/
+32
*
Moves decoding and population of bookmark index to background thread.
sky@chromium.org
2009-05-22
1
-24
/
+42
*
More NotificationRegistrar conversions.
pkasting@chromium.org
2009-05-22
1
-11
/
+3
*
Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing this
sky@chromium.org
2009-05-20
1
-21
/
+20
*
Adds an index over bookmark titles for fast look up.
sky@chromium.org
2009-05-19
1
-0
/
+17
*
Move the bookmark node iD generation to bookmark model isntead of
munjal@chromium.org
2009-05-12
1
-19
/
+12
*
Converted BookmarkStorage to use ImportantFileWriter
phajdan.jr@chromium.org
2009-05-08
1
-77
/
+3
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Implement ID persistence for bookmarks:
munjal@chromium.org
2009-04-30
1
-8
/
+22
*
Fixes bug were sorting bookmarks wouldn't trigger a save.
sky@google.com
2009-03-12
1
-0
/
+3
*
Adds support for BlockTillLoaded to Linux.
markus@chromium.org
2009-03-09
1
-17
/
+4
*
Changes bookmark sorting to sort folders first.
sky@google.com
2009-03-05
1
-3
/
+38
*
Adds ability to sort the children of a node in the bookmark model. I
sky@google.com
2009-02-25
1
-0
/
+15
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-2
/
+1
*
Re-check in some of my dynamic linking change.
evan@chromium.org
2009-02-10
1
-7
/
+23
*
Revert basically everything I've done today as it fails mysteriously
evan@chromium.org
2009-02-10
1
-23
/
+7
*
Bring a bunch more headers into the non-Windows build:
evan@chromium.org
2009-02-10
1
-7
/
+23
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-12
/
+15
[next]