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
/
views
/
controls
/
menu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
7
-17
/
+255
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
12
-14
/
+14
*
Linux: Fix some GdkPixbuf leaks.
mattm@chromium.org
2010-03-23
1
-0
/
+1
*
Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...
maruel@chromium.org
2010-03-22
7
-164
/
+17
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
7
-17
/
+164
*
Revert "Keyboard accessibility for the page and app menus."
maruel@chromium.org
2010-03-22
7
-164
/
+17
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
7
-17
/
+164
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
3
-6
/
+7
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
5
-7
/
+7
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
4
-4
/
+4
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
chromeos: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-14
1
-1
/
+2
*
Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...
pkasting@chromium.org
2010-03-08
9
-100
/
+66
*
Don't mirror menu position for RTL because on Windows we set RLT window flags...
dpolukhin@google.com
2010-03-06
3
-23
/
+22
*
New network menu button UI for ChromeOS.
chocobo@chromium.org
2010-02-19
1
-0
/
+11
*
implement previous TODO to show associated shortcut keys for page and wrench ...
kuan@chromium.org
2010-02-19
2
-7
/
+35
*
Fixes bug where deleting bookmarks in bookmarks menu wouldn't always
sky@chromium.org
2010-02-18
2
-1
/
+17
*
Support tooltips in MenuItemView. Use that tooltip support in the
finnur@chromium.org
2010-02-17
2
-2
/
+22
*
Fixed alignment of button dropdowns for RTL languages.
avayvod@chromium.org
2010-02-11
2
-6
/
+25
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-3
/
+2
*
Rebuild app menu in ToolbarView::RunAppMenu
xiyuan@chromium.org
2010-02-06
1
-3
/
+5
*
Fixes crash in disabling browser action from context menu on
sky@chromium.org
2010-02-02
3
-5
/
+33
*
Fix submenu leak in menu2.
oshima@chromium.org
2010-02-01
2
-10
/
+34
*
Suppressing a known leak error
oshima@chromium.org
2010-01-29
1
-0
/
+1
*
Makes it so deleting a bookmark from the context menu doesn't close
sky@chromium.org
2010-01-28
7
-24
/
+108
*
Fixes unintialized read in networkmenu. Menu's constructor calls into
sky@chromium.org
2010-01-27
1
-0
/
+6
*
Fixes bug where submenus weren't working on views/gtk. Submenus end up
sky@chromium.org
2010-01-21
3
-12
/
+52
*
Fixes possible crash in menus on views/gtk. The crash would happen if
sky@chromium.org
2010-01-07
2
-5
/
+21
*
Fix radio items in views::Menu2 for Linux.
satorux@chromium.org
2009-12-16
1
-0
/
+10
*
Refactor the menu model to live outside views/ so it can be shared
pinkerton@chromium.org
2009-12-04
9
-404
/
+41
*
Makes sure gtk menus fit on screen before showing them.
sky@chromium.org
2009-11-30
1
-4
/
+12
*
Group Menu2Model::TYPE_RADIO menu items correctly. Currently an implementatio...
yusukes@google.com
2009-11-24
2
-9
/
+26
*
Make the char encoding indicator visible again on Windows
jshin@chromium.org
2009-11-16
1
-1
/
+2
*
Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...
oshima@chromium.org
2009-11-11
2
-24
/
+38
*
Fixes possible crash in showing bookmark menu. The problem occurred
sky@chromium.org
2009-11-10
2
-21
/
+21
*
Fix style issues in View class.
maruel@chromium.org
2009-11-07
1
-2
/
+2
*
Lands http://codereview.chromium.org/291006 for Pierre:
sky@chromium.org
2009-10-27
1
-1
/
+5
*
Assertion failure fix
oshima@chromium.org
2009-10-26
1
-3
/
+5
*
Makes it so that when a folder is open on the bookmark bar and the
sky@chromium.org
2009-10-26
10
-83
/
+180
*
Make gtk menu block on call to RunMenuAt.
chocobo@google.com
2009-10-21
4
-6
/
+35
*
Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...
sky@chromium.org
2009-10-13
1
-1
/
+3
*
Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...
nsylvain@chromium.org
2009-10-13
1
-3
/
+1
*
Converts some uses of native_view to native_window. This is necessitated
sky@chromium.org
2009-10-12
10
-21
/
+27
*
Gets blocked popups to work on views/gtk. I had to fix a couple of
sky@chromium.org
2009-10-12
1
-1
/
+3
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
5
-7
/
+7
*
Fixes compile error in NativeMenuGtk when building for 64 bit.
sky@chromium.org
2009-10-09
1
-2
/
+2
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
5
-6
/
+6
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
3
-3
/
+6
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
2
-4
/
+2
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
2
-2
/
+4
[next]