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
/
gtk
/
bookmark_menu_controller_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove unneeded headers from app/ (part 3)
thestig@chromium.org
2010-07-31
1
-1
/
+0
*
Linux: remove mismatched brace
estade@chromium.org
2010-07-12
1
-1
/
+1
*
[Gtk] on middle click, open all bookmarks in tabs
estade@chromium.org
2010-07-12
1
-24
/
+35
*
GTK: improve bookmark menu subfolder drag workaround.
estade@chromium.org
2010-07-08
1
-6
/
+9
*
Remove the bookmark menu.
pkasting@chromium.org
2010-07-01
1
-2
/
+1
*
Get rid of some dead bookmark context menu code.
viettrungluu@chromium.org
2010-05-06
1
-3
/
+2
*
GTK: unify the bookmark dragging icon generation code into bookmark utils.
estade@chromium.org
2010-04-30
1
-2
/
+6
*
GTK browser actions toolbar fiddling:
estade@chromium.org
2010-04-02
1
-20
/
+1
*
GTK: More transitions to thunk definition macros.
erg@chromium.org
2010-03-20
1
-60
/
+37
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Final removal of the bad dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-03-10
1
-3
/
+3
*
GTK: allow drags on bookmark menu folder nodes.
estade@chromium.org
2010-03-10
1
-12
/
+41
*
Next part of bad dependency removal (chrome/common -> chrome/browser)
phajdan.jr@chromium.org
2010-03-02
1
-1
/
+1
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-6
/
+6
*
Bookmark context menu unforking:
estade@chromium.org
2010-02-08
1
-7
/
+8
*
Revert 38056 - Unfork BookmarkMenuGtk and BookmarkMenuController.
chase@chromium.org
2010-02-04
1
-8
/
+7
*
Unfork BookmarkMenuGtk and BookmarkMenuController.
estade@chromium.org
2010-02-04
1
-7
/
+8
*
Make BookmarkContextMenuGtk use a SimpleMenuModel. Also separate controller a...
estade@chromium.org
2010-01-28
1
-5
/
+6
*
Allow link drags from the star, bookmarks bar, and bookmark bar menus
tony@chromium.org
2010-01-20
1
-3
/
+3
*
GTK: Fix context menu positioning.
estade@chromium.org
2009-11-06
1
-1
/
+1
*
Add another drag flavor for bookmark menu controller menu items.
estade@chromium.org
2009-11-06
1
-2
/
+4
*
Converts some uses of native_view to native_window. This is necessitated
sky@chromium.org
2009-10-12
1
-1
/
+1
*
Renames browser/gtk/bookmark_context_menu to
sky@chromium.org
2009-10-08
1
-3
/
+3
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
GTK: Fix a bookmark dragging crasher by initing a member var.
estade@chromium.org
2009-09-29
1
-0
/
+1
*
GTK: Dismiss the bookmark folder menu(s) when a context menu item is executed.
estade@chromium.org
2009-09-23
1
-1
/
+8
*
Set the parent of BookmarkContextMenu to be the browser window, not
tony@chromium.org
2009-09-18
1
-2
/
+2
*
GTK: Set the back/forward and bookmark bar menus to always show their images.
estade@chromium.org
2009-09-11
1
-0
/
+1
*
Make the bookmark toolbar folders act like a menu bar.
estade@chromium.org
2009-09-08
1
-8
/
+8
*
GTK: Make the bookmark menu controller use the GTK-native folder/default favi...
estade@chromium.org
2009-09-02
1
-13
/
+6
*
Ellipsize long entries in bookmark menus and the back/forward menus.
estade@chromium.org
2009-08-27
1
-2
/
+9
*
Moves GtkDndUtil into app.
sky@chromium.org
2009-08-18
1
-1
/
+1
*
Cleaning up lines longer than 80 chars under src/chrome/browser.
mark@chromium.org
2009-08-17
1
-1
/
+2
*
Revert accidental change that snuck into my last patch.
estade@chromium.org
2009-08-07
1
-1
/
+2
*
GTK: Make the bookmark bar folder menus dismiss properly.
estade@chromium.org
2009-08-07
1
-2
/
+37
*
Fix some issues with bookmark bar folder menu.
estade@chromium.org
2009-08-07
1
-11
/
+32
*
Headers cleanup:
phajdan.jr@chromium.org
2009-07-23
1
-0
/
+1
*
Allow dragging a link from the web contents to the bookmark bar to get a name...
estade@chromium.org
2009-07-17
1
-1
/
+1
*
Make more things clickable in the bookmark bar menus:
estade@chromium.org
2009-07-15
1
-4
/
+16
*
GTK Themes: Refactored to use notifications instead of manual plumbing.
erg@google.com
2009-07-13
1
-2
/
+2
*
Make bookmark bar folder buttons look active so long as the menu is open.
estade@chromium.org
2009-07-08
1
-1
/
+20
*
GTK Themes: Set the text color of bookmark buttons to theme color.
erg@google.com
2009-07-07
1
-2
/
+4
*
More web contents dragging.
estade@chromium.org
2009-06-29
1
-3
/
+3
*
GTK: Drags from bookmark menus to the bookmark bar.
erg@google.com
2009-06-29
1
-5
/
+67
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
1
-13
/
+17
*
Fork bookmark context menu logic across platforms. There's too much crazy stu...
ben@chromium.org
2009-06-25
1
-1
/
+1
*
GTK: Fix middle click in bookmark menus opening with wrong disposition.
erg@google.com
2009-06-23
1
-2
/
+2
*
Merge app/gfx/gtk_util into base/gfx/gtk_util.
thestig@google.com
2009-06-03
1
-1
/
+1
*
Converts a bunch things from NativeWindow to NativeView to make it
sky@chromium.org
2009-05-27
1
-2
/
+1
*
Move the BookmarkMenuController out of bookmarks to the platform-specific part
brettw@chromium.org
2009-05-26
1
-0
/
+190