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
*
Fixes crash in menu code that would happen if you attempted to show a
sky@chromium.org
2011-04-26
5
-25
/
+42
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
3
-4
/
+4
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
6
-30
/
+21
*
Revert "Change status button menu"
saintlou@chromium.org
2011-04-25
6
-37
/
+7
*
Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...
rhashimoto@chromium.org
2011-04-22
6
-7
/
+37
*
Add SubmenuView::magic_token_ and checks.
msw@chromium.org
2011-04-22
4
-26
/
+53
*
Revert 82385 - this might be breaking the interactive_ui_tests on windows and...
nsylvain@chromium.org
2011-04-21
4
-51
/
+25
*
Add SubmenuView::magic_token_ and checks.
msw@chromium.org
2011-04-20
4
-25
/
+51
*
Revert workaround. This was problematic because it is relying
saintlou@chromium.org
2011-04-20
1
-5
/
+1
*
Centralizes checking for non-null return from CreateWindow.
sky@chromium.org
2011-04-19
1
-0
/
+1
*
Attempt at fixing menu crashes. I'm trying to fix three things:
sky@chromium.org
2011-04-19
2
-8
/
+44
*
Attempt at fixing bug where occassionally clicks on context menus are
sky@chromium.org
2011-04-15
2
-36
/
+97
*
step 3 of native theme refactoring
rogerta@chromium.org
2011-04-12
4
-89
/
+81
*
Fixes bug in menu that would clip to menu height instead of work area.
sky@chromium.org
2011-04-05
1
-1
/
+1
*
Fix for regressions caused by FREEZE_UPDATE property
oshima@google.com
2011-04-04
1
-1
/
+8
*
Consolidate cross platform logic into MenuHost.
ben@chromium.org
2011-04-01
11
-289
/
+198
*
Add newline to end of file.
ben@chromium.org
2011-03-31
1
-1
/
+2
*
Consolidate Widget Event code, other cleanup.
msw@chromium.org
2011-03-31
4
-12
/
+11
*
Fix for paint issue on initial screen.
oshima@google.com
2011-03-31
2
-0
/
+26
*
fix bustage
ben@chromium.org
2011-03-31
1
-1
/
+1
*
Make MenuHost concrete, hide platform specific implementation behind NativeMe...
ben@chromium.org
2011-03-31
9
-70
/
+221
*
In preparation for NativeTheme refactoring, renaming the class NativeTheme
rogerta@chromium.org
2011-03-30
5
-43
/
+43
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
4
-62
/
+22
*
Changes windows menu to strip out tabs in the string. Windows
sky@chromium.org
2011-03-28
1
-0
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
3
-5
/
+5
*
Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.
ben@chromium.org
2011-03-21
2
-12
/
+8
*
Forward mouse wheel events to submenus
oshima@google.com
2011-03-19
3
-1
/
+23
*
Add an exception wrapper to the WindowProc functions so
rvargas@google.com
2011-03-17
1
-2
/
+3
*
Moving over to other folder button while opening folder menu should open the ...
oshima@google.com
2011-03-16
2
-18
/
+36
*
Reorder some views::View overrides & other functions.
msw@chromium.org
2011-03-16
2
-10
/
+9
*
Re-lands:
ben@chromium.org
2011-03-16
3
-20
/
+19
*
Fix bad memory access in MenuHostGtk::HandleGrabBroke when the menu is
dmazzoni@chromium.org
2011-03-15
1
-4
/
+6
*
Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...
ben@chromium.org
2011-03-15
3
-19
/
+20
*
Add native capture API to Widget, and fix a bug in Window where we wouldn't l...
ben@chromium.org
2011-03-15
3
-20
/
+19
*
fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSize
avi@chromium.org
2011-03-15
1
-2
/
+2
*
Clean up some event code:
msw@chromium.org
2011-03-14
4
-16
/
+16
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
7
-46
/
+65
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
4
-33
/
+39
*
Update OnMouseActivate override signatures.
msw@chromium.org
2011-03-09
1
-6
/
+6
*
Increase the base font size for touch ui
saintlou@chromium.org
2011-03-08
1
-0
/
+4
*
Makes MouseWheelEvent::offset consistent on windows and linux.
sky@chromium.org
2011-03-07
1
-5
/
+1
*
[ChromeOS] Fix the unclickable "OpenAll" confirmation dialog problem.
xiyuan@chromium.org
2011-03-07
2
-4
/
+5
*
Send accessibility events from GTK implementations of views.
dmazzoni@chromium.org
2011-03-05
2
-1
/
+61
*
Rename Paint() to PaintForDrag() in two cases.
thakis@chromium.org
2011-03-05
5
-11
/
+12
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
13
-103
/
+191
*
Revert 76952 - Retry profile menu model change and clang fixes.
aa@chromium.org
2011-03-04
2
-4
/
+1
*
Retry profile menu model change and clang fixes.
mirandac@chromium.org
2011-03-04
2
-1
/
+4
*
Rename MenuHost::Init to InitMenuHost.
thakis@chromium.org
2011-03-04
6
-21
/
+21
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
7
-74
/
+60
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
7
-60
/
+74
[next]