summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_html_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part 1:tfarina@chromium.org2010-10-051-1/+1
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-051-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-4/+5
* Make PROFILE_DESTROYED notifications work with OTR profiles.mnissler@chromium.org2010-05-041-2/+2
* Change so that the extension favicon is read on the UI thread since extension...arv@chromium.org2010-03-171-5/+5
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Export bookmark favicon (base64 encoded png). nkostylev@google.com2010-02-081-11/+173
* More bookmarks string1t work.munjal@chromium.org2010-01-211-17/+11
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-301-1/+1
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-8/+4
* Lands http://codereview.chromium.org/214030 for Thiago:sky@chromium.org2009-09-251-4/+2
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-081-7/+7
* Lands http://codereview.chromium.org/126036 for Thiago.sky@chromium.org2009-06-301-2/+2
* Don't allow duplicate bookmark node ids by always assigning ids with the ones...tim@chromium.org2009-05-221-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* A trivial fix for localizing 'Bookmark bar' (folder name) in exported 'bookmarkjungshik@google.com2009-03-251-1/+3
* Reverting change 11746 because it broke the unit tests.nsylvain@chromium.org2009-03-161-3/+1
* A trivial fix for localizing 'Bookmark bar' (folder name) in exported 'bookma...jungshik@google.com2009-03-161-1/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* revert broken change 10833nsylvain@chromium.org2009-03-031-28/+23
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-23/+28
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-28/+23
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-23/+28
* Port Replace(First)SubstringsAfterOffset to string16.dsh@google.com2009-03-031-3/+5
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-2/+2
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-3/+5
* Port some files in chrome/browser/ - part 1.deanm@chromium.org2008-11-251-12/+9
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-071-0/+332