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
*
Convert internal time format to Windows 1601 epoch on Linux & Mac.
brettw@chromium.org
2009-08-26
1
-2
/
+16
*
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...
jshin@chromium.org
2009-08-18
1
-5
/
+5
*
Cleaning up lines longer than 80 chars under src/chrome/browser.
mark@chromium.org
2009-08-17
1
-1
/
+2
*
Refactors OSExchangeData for easier portability.
sky@chromium.org
2009-08-12
5
-61
/
+63
*
Revert of r22559.
aa@chromium.org
2009-08-06
2
-2
/
+2
*
Bunch of Coverity fixes, rather minor severity.
phajdan.jr@chromium.org
2009-08-06
2
-2
/
+2
*
Adds a unit test for coverage of bug 15786.
sky@chromium.org
2009-08-05
1
-1
/
+6
*
Fix a DCHECK hit inside the bookmark matching code.
evan@chromium.org
2009-08-05
1
-9
/
+10
*
GTK: implement bookmark manager copy/paste.
estade@chromium.org
2009-08-04
3
-46
/
+85
*
Fixing potential memory leak in BookmarkCodec::DecodeNode.
finnur@chromium.org
2009-08-04
2
-4
/
+12
*
Typo fix
estade@chromium.org
2009-07-31
1
-1
/
+1
*
Since bookmark copy/paste is not impl on non-Windows platforms, don't remove ...
estade@chromium.org
2009-07-31
1
-0
/
+5
*
Gtk: DnD extravaganza
estade@chromium.org
2009-07-28
2
-0
/
+15
*
Removing unused forward declaration of StarredURLDatabase from bookmark_model.h.
phajdan.jr@chromium.org
2009-07-27
1
-4
/
+0
*
Headers cleanup:
phajdan.jr@chromium.org
2009-07-23
5
-3
/
+7
*
Disables BookmarkHTMLWriterTest for now, since it is very flaky on Windows. W...
klink@chromium.org
2009-07-23
1
-1
/
+1
*
Header cleanup in browser/importer
phajdan.jr@chromium.org
2009-07-20
2
-48
/
+57
*
Don't use ID generation logic always. Only reassign IDs
munjal@chromium.org
2009-07-15
3
-195
/
+94
*
Lands http://codereview.chromium.org/155428 for Thiago, which changes
sky@chromium.org
2009-07-15
3
-11
/
+12
*
Try the original CL "Always persist bookmark IDs" again with the fix to
munjal@chromium.org
2009-07-13
10
-147
/
+106
*
Revert "Always persist bookmark IDs."
tc@google.com
2009-07-13
10
-104
/
+146
*
Always persist bookmark IDs.
munjal@chromium.org
2009-07-13
10
-146
/
+104
*
Reverting 20468.
glen@chromium.org
2009-07-12
1
-2
/
+1
*
Commit for tfarina
glen@chromium.org
2009-07-12
1
-1
/
+2
*
Lands http://codereview.chromium.org/155128 for Thiago.
sky@chromium.org
2009-07-08
6
-48
/
+65
*
Have the ApplyEdit* bookmark utilities return the BookmarkNode pointer
tim@chromium.org
2009-07-07
2
-37
/
+42
*
Moved typedef of RedirectList from HistoryService class to history namespace.
meelapshah@chromium.org
2009-07-01
1
-1
/
+1
*
TBR:
aa@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
*
Lands http://codereview.chromium.org/126036 for Thiago.
sky@chromium.org
2009-06-30
2
-6
/
+15
*
Need to temporarily flip this back to gfx::NativeView since the other platfor...
ben@chromium.org
2009-06-27
2
-3
/
+4
*
First part of bookmark context menu reorg.
ben@chromium.org
2009-06-27
2
-0
/
+659
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
27
-451
/
+525
*
Fork bookmark context menu logic across platforms. There's too much crazy stu...
ben@chromium.org
2009-06-25
5
-1081
/
+0
*
Replace std:;wstring with std::string and string16 in locale-name related APIs.
jshin@chromium.org
2009-06-24
1
-1
/
+1
*
GTK: Fixes regression where "Add Page..." didn't work and printed a NOTIMPLEM...
erg@google.com
2009-06-22
1
-3
/
+3
*
Rebuild the bookmark context menu from scratch when selection changes.
estade@chromium.org
2009-06-22
1
-6
/
+0
*
Move TableModel out of views/ and into app/.
estade@chromium.org
2009-06-16
3
-16
/
+8
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
1
-1
/
+1
*
Should provide checks while loading bookmarks
mhm@chromium.org
2009-06-09
1
-12
/
+6
*
GTK bookmark manager: organize menu and aesthetic improvements.
estade@chromium.org
2009-06-08
2
-3
/
+9
*
Fix toolkit_views build.
ben@chromium.org
2009-06-03
1
-4
/
+4
*
Linux bookmark manager first cut.
estade@chromium.org
2009-06-03
4
-18
/
+46
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Local text file with spaces in filename is urlencoded in tab title
mhm@chromium.org
2009-06-03
1
-1
/
+3
*
Support for searching bookmarks for IDN.
brettw@chromium.org
2009-06-02
6
-32
/
+94
*
Fix the Windows build by adding necessary headers.
brettw@chromium.org
2009-05-31
1
-0
/
+1
*
Split out the views table functions into separate header files. Many users only
brettw@chromium.org
2009-05-31
2
-5
/
+8
*
Fixes a slew of random link/compile errors for views on gtk.
sky@chromium.org
2009-05-29
1
-4
/
+8
*
Properly display mnemonics in some gtk menus where they were not being escape...
estade@chromium.org
2009-05-29
1
-12
/
+3
[next]