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
/
ui
/
views
/
controls
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Make use of gfx::Canvas function in ProgressBar
tfarina@chromium.org
2012-09-21
1
-3
/
+3
*
Conservative update button/label/textfield content
sheu@chromium.org
2012-09-19
2
-0
/
+4
*
Add RenderText::SetFont() function to simplify some call sites.
asvitkine@chromium.org
2012-09-18
1
-2
/
+2
*
Fix crasher by checking for null parent widget when showing context menu.
varunjain@chromium.org
2012-09-17
1
-1
/
+1
*
Context menus on view elements should be positioned above the finger when
varunjain@chromium.org
2012-09-15
4
-2
/
+15
*
Add ExtendSelectionAndDelete() method to ui::TextInputClient.
horo@chromium.org
2012-09-15
2
-0
/
+9
*
Fixed position of plus image on action box button; added ICON_CENTERED placem...
yefim@chromium.org
2012-09-14
2
-4
/
+10
*
Revert 156599 - Fixed position of plus image on action box button; added ICON...
miket@chromium.org
2012-09-13
2
-10
/
+4
*
Fixed position of plus image on action box button; added ICON_CENTERED placem...
yefim@chromium.org
2012-09-13
2
-4
/
+10
*
Get mouse events to work with win aura, and make the combobox function in the...
ben@chromium.org
2012-09-12
1
-0
/
+9
*
Revert 156200 - Conservative update button/label/textfield content
dbeam@chromium.org
2012-09-12
3
-6
/
+0
*
Conservative update button/label/textfield content
sheu@chromium.org
2012-09-12
3
-0
/
+6
*
Revert 156096 - Get mouse events to work with win aura, and make the combobox...
ben@chromium.org
2012-09-11
1
-9
/
+0
*
Get mouse events to work with win aura, and make the combobox function in the...
ben@chromium.org
2012-09-11
1
-0
/
+9
*
Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.
erg@chromium.org
2012-09-11
6
-23
/
+14
*
Revert 155832 - Get mouse events to work with win aura, and make the combobox...
khorimoto@chromium.org
2012-09-10
1
-9
/
+0
*
Get mouse events to work with win aura, and make the combobox function in the...
ben@chromium.org
2012-09-10
1
-0
/
+9
*
Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...
dharani@google.com
2012-09-09
6
-14
/
+23
*
Pass result of blockage across content API when new tab blocked. This change ...
tsepez@chromium.org
2012-09-07
2
-3
/
+6
*
Change how ui::Clipboard is accessed so there's only one per thread.
erg@chromium.org
2012-09-07
6
-23
/
+14
*
Context menus should appear above the touch point if invoked by long press.
varunjain@chromium.org
2012-09-07
2
-1
/
+5
*
First part of PAGE_TRANSITION_START_PAGE cleanup.
rogerta@chromium.org
2012-09-05
2
-2
/
+2
*
Fix crash if root window goes away (most likely from multi-mon).
sky@chromium.org
2012-09-05
1
-0
/
+7
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
26
-27
/
+27
*
events: Get rid of GestureStatus in favour of EventResult.
sadrul@chromium.org
2012-09-04
24
-57
/
+57
*
NativeTextfieldWin uses RichEdit 4.1 which supports TSF API.
yoichio@chromium.org
2012-09-03
2
-6
/
+20
*
Relanding "views: Add a gyp file to build webview.". Try 2.
tfarina@chromium.org
2012-09-01
4
-9
/
+78
*
Squeezing the wrench menu
skuhne@chromium.org
2012-09-01
3
-29
/
+74
*
Miscellaneous cleanups from several months ago I never got around to landing.
pkasting@chromium.org
2012-09-01
1
-3
/
+6
*
Attempt 2 at: Fixes crash that occured because NativeViewHostAura::Detach was...
sky@chromium.org
2012-08-31
5
-20
/
+24
*
Revert 154289 - Fixes crash that occured because NativeViewHostAura::Detach w...
sky@chromium.org
2012-08-31
5
-24
/
+20
*
Fixes crash that occured because NativeViewHostAura::Detach was not
sky@chromium.org
2012-08-30
5
-20
/
+24
*
Revert 154048 - Relanding "views: Add a gyp file to build webview."
kalman@chromium.org
2012-08-30
1
-30
/
+0
*
Allow guessing menu mnemonics if a character typed doesn't match an explicit ...
dmazzoni@chromium.org
2012-08-30
1
-5
/
+0
*
Relanding "views: Add a gyp file to build webview."
tfarina@chromium.org
2012-08-30
1
-0
/
+30
*
Revert 153817 - views: Add a gyp file to build webview.
jochen@chromium.org
2012-08-29
1
-27
/
+0
*
views: Add a gyp file to build webview.
tfarina@chromium.org
2012-08-29
1
-0
/
+27
*
Fixed spacing issues for the wrench menu
skuhne@chromium.org
2012-08-28
2
-6
/
+15
*
tabs: Add some empty padding around the close button.
sadrul@chromium.org
2012-08-28
3
-15
/
+58
*
views: Restrict more DEPS to content/public/ only.
tfarina@chromium.org
2012-08-26
1
-1
/
+1
*
The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot...
skuhne@chromium.org
2012-08-24
10
-34
/
+87
*
views: Add fling-scroll in scroll views.
sadrul@chromium.org
2012-08-23
3
-2
/
+36
*
Change to address default selection of menu item
harrym@chromium.org
2012-08-23
7
-9
/
+43
*
Kill PropertyBag, switch WebContents to SupportsUserData.
avi@chromium.org
2012-08-23
1
-3
/
+1
*
Convert ui::MenuModel to use gfx::Image instead of ImageSkia.
rsesek@chromium.org
2012-08-22
3
-7
/
+14
*
The way that ImageSkia::empty has been implemented, it is equivalent to Image...
pkotwicz@chromium.org
2012-08-22
6
-11
/
+11
*
Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...
ben@chromium.org
2012-08-14
33
-76
/
+84
*
Update drop down menu look & feel
saintlou@chromium.org
2012-08-14
5
-67
/
+21
*
Adjust menu item sizes for touch / non-touch according to spec.
flackr@chromium.org
2012-08-14
1
-8
/
+8
*
Replace views::MouseEvent with ui::MouseEvent
ben@chromium.org
2012-08-14
41
-203
/
+230
[next]