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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support auto-hide taskbar for panels on Windows.
jianli@chromium.org
2011-08-30
3
-18
/
+22
*
Fix the issue that virtual keyboard does not show up.
penghuang@chromium.org
2011-08-30
1
-1
/
+1
*
Implement Uniscribe RenderText for Windows.
msw@chromium.org
2011-08-30
4
-31
/
+29
*
linux: delete code that worked around gtk <2.18
evan@chromium.org
2011-08-29
2
-17
/
+0
*
Revert 98679 - Restoring a session should restore window minimization state o...
dhollowa@chromium.org
2011-08-29
17
-157
/
+134
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-29
17
-134
/
+157
*
minor fixes to get virtual keyboard work on views desktop without ibus
oshima@google.com
2011-08-29
2
-3
/
+5
*
Fixes crash in SaveWindowPlacement. It's possible to get a WM_CLOSE
sky@chromium.org
2011-08-29
1
-2
/
+3
*
views: Fix a couple of trivial TODOS.
tfarina@chromium.org
2011-08-29
5
-15
/
+7
*
Get rid of last views dependency in RenderWidgetHostViewWin.
jam@chromium.org
2011-08-27
1
-0
/
+2
*
Move the mouse wheel utils from views to ui\base\win, to get rid of some view...
jam@chromium.org
2011-08-26
5
-165
/
+5
*
Move TooltipWindowGtk from views/widget to ui/base/gtk.
xiyuan@chromium.org
2011-08-26
4
-158
/
+3
*
Implement touch selection menu.
varunjain@chromium.org
2011-08-26
2
-4
/
+202
*
Don't activate POPUP window
oshima@google.com
2011-08-26
11
-177
/
+113
*
Mark a class for export to fix component build for views_unittests on touchui.
sadrul@chromium.org
2011-08-26
1
-1
/
+3
*
Revert 98434 - Adding a Views scrollbar implementation.
backer@chromium.org
2011-08-26
14
-1515
/
+590
*
Wayland support for views. views_desktop on Wayland.
backer@chromium.org
2011-08-26
30
-48
/
+1521
*
Reverts debugging code added for 91396. I've tracked down the bug and
sky@chromium.org
2011-08-26
2
-29
/
+1
*
Vend common GL context
backer@chromium.org
2011-08-26
3
-3
/
+5
*
Adding a Views scrollbar implementation.
backer@chromium.org
2011-08-26
14
-590
/
+1515
*
Remove some views depenencies from RenderWidgetHostViewWin.
jam@chromium.org
2011-08-26
1
-9
/
+2
*
Revert 98426 - Revert 98103 - Switch to using .pak files for locale data on W...
battre@chromium.org
2011-08-26
1
-1
/
+1
*
Revert 98103 - Switch to using .pak files for locale data on Windows.
battre@chromium.org
2011-08-26
1
-1
/
+1
*
Show a Window in the aura views demo.
ben@chromium.org
2011-08-25
6
-4
/
+63
*
Re-land: Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
8
-18
/
+388
*
Revert 98306 - Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
8
-382
/
+16
*
Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
8
-16
/
+382
*
Possible fix for the issue that keyboard doesn't show up.
oshima@google.com
2011-08-25
2
-10
/
+6
*
Revert 98278 - Adding a Views scrollbar implementation.
jbates@chromium.org
2011-08-25
14
-1513
/
+590
*
Add VIEWS_EXPORT to autoscroll constants.
scottmg@chromium.org
2011-08-25
1
-2
/
+2
*
Adding a Views scrollbar implementation.
backer@chromium.org
2011-08-25
14
-590
/
+1513
*
views: Remove NativeTextButton::SetLabel() and replace all call sites with Se...
tfarina@chromium.org
2011-08-25
4
-13
/
+2
*
Revert 98236 - Adding a Views scrollbar implementation.
jbates@chromium.org
2011-08-25
13
-1511
/
+588
*
Adding a Views scrollbar implementation.
backer@chromium.org
2011-08-25
13
-588
/
+1511
*
Add Aura support to views:
ben@chromium.org
2011-08-25
12
-17
/
+557
*
More input focus fix
oshima@google.com
2011-08-25
1
-3
/
+5
*
Focus fix. InputMethod needs to be initialized before calling OnFocus
oshima@google.com
2011-08-25
4
-4
/
+12
*
Fixes the touch build from patch @ 98179. I missed a touch class using
sky@chromium.org
2011-08-25
2
-9
/
+16
*
Adds yet more debugging in hopes of tracking 91396. The latest data
sky@chromium.org
2011-08-25
2
-1
/
+29
*
Moves ownership of MenuItemView to MenuRunner as well as responbility
sky@chromium.org
2011-08-25
16
-249
/
+423
*
Get views_unittests pass on touch build
oshima@google.com
2011-08-24
8
-53
/
+75
*
* Fix wrong condition check in OnFocusOut.
oshima@google.com
2011-08-24
3
-7
/
+43
*
Fix test that started failing due to http://codereview.chromium.org/7696013/
varunjain@chromium.org
2011-08-24
1
-1
/
+1
*
Switch to using .pak files for locale data on Windows.
tony@chromium.org
2011-08-24
1
-1
/
+1
*
Move bubble border under views/bubble.
saintlou@chromium.org
2011-08-24
4
-0
/
+637
*
Use text input type to control visibility of virtual keyboard
penghuang@chromium.org
2011-08-24
1
-1
/
+2
*
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
4
-17
/
+2
*
Revert "Switch to using .pak files for locale data on Windows." (r97941)
mattm@chromium.org
2011-08-24
1
-1
/
+1
*
Switch to using .pak files for locale data on Windows.
tony@chromium.org
2011-08-23
1
-1
/
+1
[next]