summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug in determining if we can paste from the clipboard. Need tosky@chromium.org2009-10-012-1/+40
* Coverity: check result of file_util::CopyFile.mattm@chromium.org2009-09-291-1/+1
* Reenables BookmarkHTMLWriterTest. I couldn't repro a failure on mysky@chromium.org2009-09-251-19/+60
* Lands http://codereview.chromium.org/214030 for Thiago:sky@chromium.org2009-09-253-8/+5
* Bookmark context menu: pass the correct parent to the bookmark editor.estade@chromium.org2009-09-121-1/+1
* Clipboard:estade@chromium.org2009-09-101-2/+6
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-1/+1
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-282-14/+14
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-282-8/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-282-2/+8
* Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...pkasting@chromium.org2009-08-284-30/+179
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-2/+16
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-5/+5
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-125-61/+63
* Revert of r22559.aa@chromium.org2009-08-062-2/+2
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-062-2/+2
* Adds a unit test for coverage of bug 15786.sky@chromium.org2009-08-051-1/+6
* Fix a DCHECK hit inside the bookmark matching code.evan@chromium.org2009-08-051-9/+10
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-043-46/+85
* Fixing potential memory leak in BookmarkCodec::DecodeNode.finnur@chromium.org2009-08-042-4/+12
* Typo fixestade@chromium.org2009-07-311-1/+1
* Since bookmark copy/paste is not impl on non-Windows platforms, don't remove ...estade@chromium.org2009-07-311-0/+5
* Gtk: DnD extravaganzaestade@chromium.org2009-07-282-0/+15
* Removing unused forward declaration of StarredURLDatabase from bookmark_model.h.phajdan.jr@chromium.org2009-07-271-4/+0
* Headers cleanup:phajdan.jr@chromium.org2009-07-235-3/+7
* Disables BookmarkHTMLWriterTest for now, since it is very flaky on Windows. W...klink@chromium.org2009-07-231-1/+1
* Header cleanup in browser/importerphajdan.jr@chromium.org2009-07-202-48/+57
* Don't use ID generation logic always. Only reassign IDsmunjal@chromium.org2009-07-153-195/+94
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-153-11/+12
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-1310-147/+106
* Revert "Always persist bookmark IDs."tc@google.com2009-07-1310-104/+146
* Always persist bookmark IDs.munjal@chromium.org2009-07-1310-146/+104
* Reverting 20468.glen@chromium.org2009-07-121-2/+1
* Commit for tfarinaglen@chromium.org2009-07-121-1/+2
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-086-48/+65
* Have the ApplyEdit* bookmark utilities return the BookmarkNode pointertim@chromium.org2009-07-072-37/+42
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-1/+1
* TBR:aa@chromium.org2009-07-011-1/+1
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-1/+1
* Lands http://codereview.chromium.org/126036 for Thiago.sky@chromium.org2009-06-302-6/+15
* Need to temporarily flip this back to gfx::NativeView since the other platfor...ben@chromium.org2009-06-272-3/+4
* First part of bookmark context menu reorg.ben@chromium.org2009-06-272-0/+659
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-2627-451/+525
* Fork bookmark context menu logic across platforms. There's too much crazy stu...ben@chromium.org2009-06-255-1081/+0
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-1/+1
* GTK: Fixes regression where "Add Page..." didn't work and printed a NOTIMPLEM...erg@google.com2009-06-221-3/+3
* Rebuild the bookmark context menu from scratch when selection changes.estade@chromium.org2009-06-221-6/+0
* Move TableModel out of views/ and into app/.estade@chromium.org2009-06-163-16/+8
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-1/+1