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
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-1
/
+2
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
5
-52
/
+62
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
2
-2
/
+2
*
views: Change from wstring to string16 in controls/ directory.
tfarina@chromium.org
2011-10-21
2
-16
/
+15
*
views: Change Menu API to string16.
tfarina@chromium.org
2011-10-20
8
-89
/
+92
*
views: Change MenuItemView API to string16.
tfarina@chromium.org
2011-10-20
3
-41
/
+65
*
Aura: Use same views menu setup on win_aura and linux_aura
jamescook@chromium.org
2011-10-18
10
-94
/
+195
*
Remove some unused temps.
pkasting@chromium.org
2011-10-17
2
-2
/
+0
*
Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window.
jamescook@chromium.org
2011-10-10
2
-0
/
+10
*
views: Change ViewsDelegate::NotifyMenuItemFocused() to string16.
tfarina@chromium.org
2011-10-08
1
-6
/
+5
*
Remove DispatchNativeEvent in favor of GetDispatcher.
oshima@chromium.org
2011-10-07
1
-2
/
+5
*
views: Change MenuItemView::GetTitle() to string16.
tfarina@chromium.org
2011-10-05
6
-17
/
+12
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
7
-27
/
+29
*
views: Migrate more NewRunnableMethod instances to base::Bind()
tfarina@chromium.org
2011-10-05
2
-5
/
+7
*
Fix menu on aura/linux
oshima@google.com
2011-10-04
2
-23
/
+39
*
views: Change MenuDelegate::GetLabel() to string16.
tfarina@chromium.org
2011-10-03
6
-10
/
+12
*
views: Convert NativeMenuGtk to use the new callback system.
tfarina@chromium.org
2011-09-27
2
-3
/
+5
*
Coverity: Fix uninitialized member variables.
kmadhusu@chromium.org
2011-09-27
2
-0
/
+4
*
Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.
msw@chromium.org
2011-09-26
1
-1
/
+1
*
menu: Rename NativeMenuLinux to NativeMenuViews, and use it for aura.
sadrul@chromium.org
2011-09-26
3
-93
/
+24
*
Reland "views: Factor out MenuListener into its own header file."
tfarina@chromium.org
2011-09-23
11
-52
/
+88
*
Revert 102512 - views: Factor out MenuListener into its own header file.
thakis@chromium.org
2011-09-23
11
-87
/
+52
*
views: Factor out MenuListener into its own header file.
tfarina@chromium.org
2011-09-23
11
-52
/
+87
*
MenuConfig::Create passes HFONT to Font ctor but this HFONT isn't deleted. Pl...
yosin@chromium.org
2011-09-22
1
-4
/
+6
*
Speculative fix for a crash and tweak to
sky@chromium.org
2011-09-16
1
-1
/
+5
*
wstring: remove wstrings from all tooltip-related code
evan@chromium.org
2011-09-15
4
-12
/
+10
*
views: Make use of ObserverList API to add/remove MenuListeners from NativeMenu.
tfarina@chromium.org
2011-09-14
4
-32
/
+13
*
touchui: Activate the menu window after displaying.
sadrul@chromium.org
2011-09-13
1
-0
/
+3
*
Get chrome to link with USE_AURA
ben@chromium.org
2011-09-07
1
-0
/
+68
*
aura-views: Make views_aura_desktop compile and run on linux.
sadrul@chromium.org
2011-09-07
2
-1
/
+7
*
For Touch: remove some menu items for experimentation, adjust sizes.
saintlou@chromium.org
2011-09-06
5
-3
/
+11
*
Removed ActivatedAtWithDisposition from menu handler, and introduced Activate...
shinyak@google.com
2011-09-05
2
-6
/
+3
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-4
/
+6
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-6
/
+4
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-4
/
+6
*
Converts creation of MenuRunner on the stack to be a field on the
sky@chromium.org
2011-08-31
1
-0
/
+7
*
linux: delete code that worked around gtk <2.18
evan@chromium.org
2011-08-29
1
-13
/
+0
*
Wayland support for views. views_desktop on Wayland.
backer@chromium.org
2011-08-26
9
-36
/
+46
*
Re-land: Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-2
/
+8
*
Revert 98306 - Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-8
/
+2
*
Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-2
/
+8
*
Add Aura support to views:
ben@chromium.org
2011-08-25
1
-1
/
+1
*
Fixes the touch build from patch @ 98179. I missed a touch class using
sky@chromium.org
2011-08-25
2
-9
/
+16
*
Moves ownership of MenuItemView to MenuRunner as well as responbility
sky@chromium.org
2011-08-25
10
-216
/
+380
*
Reapplies code that fixed 90860 without debugging code. This is the
sky@chromium.org
2011-08-24
1
-0
/
+8
*
Reverts debugging code added for 90860. The change to MenuItemView
sky@chromium.org
2011-08-24
2
-12
/
+2
*
Converts a DCHECK into a CHECK in hopes of tracking why the menu code
sky@chromium.org
2011-08-19
1
-1
/
+2
*
Adds some debugging code in hopes of finding why 90860 is happening.
sky@chromium.org
2011-08-18
2
-2
/
+12
*
Implemented nicer battery status
davemoore@chromium.org
2011-08-12
7
-4
/
+49
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
11
-18
/
+18
[next]