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
*
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
*
Stub out a couple of methods in BookmarkDragData.
sky@chromium.org
2009-05-29
1
-0
/
+9
*
We need to save bookmarks file when the persist_ids settings changes
munjal@chromium.org
2009-05-28
4
-0
/
+42
*
Converts a bunch things from NativeWindow to NativeView to make it
sky@chromium.org
2009-05-27
5
-11
/
+11
*
Add a preference to enable/disable ID persistence in bookmark model and
munjal@chromium.org
2009-05-27
3
-5
/
+53
*
Fox some compilation problems for Linux. This also adds bookmark_bar_view and
brettw@chromium.org
2009-05-26
1
-1
/
+1
*
Rename bookmark_context_menu_win to *_views instead since it's technically
brettw@chromium.org
2009-05-26
1
-0
/
+0
*
Fix more compilation errors in browser_view.cc and an error I introduced in a
brettw@chromium.org
2009-05-26
1
-3
/
+3
*
Make bookmark_bar_view.h hopefully compile on Linux.
brettw@chromium.org
2009-05-26
1
-1
/
+1
*
Move the BookmarkMenuController out of bookmarks to the platform-specific part
brettw@chromium.org
2009-05-26
4
-694
/
+0
*
Don't allow duplicate bookmark node ids by always assigning ids with the ones...
tim@chromium.org
2009-05-22
5
-11
/
+20
*
Shows Unicode IDN instead of Punycode in the followings:
brettw@google.com
2009-05-22
1
-1
/
+9
*
Moves decoding and population of bookmark index to background thread.
sky@chromium.org
2009-05-22
7
-111
/
+203
*
More NotificationRegistrar conversions.
pkasting@chromium.org
2009-05-22
2
-12
/
+6
*
Make views/ depend only on images from app/resources.
ben@chromium.org
2009-05-21
3
-0
/
+3
*
GTK: Clean up the bookmark bar context menu
erg@google.com
2009-05-21
1
-2
/
+1
*
Revert 16567.
ben@chromium.org
2009-05-21
3
-3
/
+0
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
3
-0
/
+3
*
Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing this
sky@chromium.org
2009-05-20
7
-40
/
+44
*
Fix Linux Bustage from new CL where it is missing string import
abarth@chromium.org
2009-05-19
1
-0
/
+1
*
Adds an index over bookmark titles for fast look up.
sky@chromium.org
2009-05-19
11
-70
/
+582
*
GTK: Modify the bookmark bar to actually use GTK drag and drop.
erg@google.com
2009-05-15
2
-36
/
+67
*
Reverting 16124.
beng@google.com
2009-05-14
1
-0
/
+1
*
Reverting 16122.
beng@google.com
2009-05-14
1
-1
/
+0
*
Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g...
beng@google.com
2009-05-14
1
-0
/
+1
*
Stubs out OSExchangeData for views on gtk.
sky@chromium.org
2009-05-13
2
-4
/
+3
*
Move tree-related classes that Linux code depends on from views/ to app/
phajdan.jr@chromium.org
2009-05-13
6
-32
/
+34
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
1
-1
/
+1
*
GTK: Display context menus on right-clicking a bookmark menu item.
erg@google.com
2009-05-12
2
-54
/
+151
*
Move the bookmark node iD generation to bookmark model isntead of
munjal@chromium.org
2009-05-12
5
-39
/
+75
*
Fix regression introduced in r15560 where all bookmark buttons became folders.
erg@google.com
2009-05-08
1
-3
/
+4
*
Converted BookmarkStorage to use ImportantFileWriter
phajdan.jr@chromium.org
2009-05-08
4
-264
/
+242
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
10
-12
/
+12
*
Implement the "(empty)" disabled item placed in empty bookmark menus.
erg@google.com
2009-05-07
1
-2
/
+10
*
Connect a menu to the "Other bookmarks" button.
erg@google.com
2009-05-07
1
-6
/
+0
*
Clicking on a folder in the bookmark bar now shows its contents as a menu.
erg@google.com
2009-05-06
4
-4
/
+190
*
Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...
ben@chromium.org
2009-05-06
4
-16
/
+15
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
10
-11
/
+10
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
3
-3
/
+3
[next]