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
*
re-landing after clang fix. clang bot is red due to bus error in linker.
oshima@google.com
2011-06-08
2
-18
/
+18
*
Convert NativeTextFieldViews context menu from Menu2 to MenuItemView.
rhashimoto@chromium.org
2011-06-08
3
-25
/
+39
*
Revert 88271, this broke the clang build thusly:
thakis@chromium.org
2011-06-08
2
-19
/
+19
*
Wait showing html dialog until renderre finish painting after page is loaded.
oshima@google.com
2011-06-08
2
-19
/
+19
*
views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...
tfarina@chromium.org
2011-06-08
4
-14
/
+14
*
Reverse menu anchor position provided to views::MenuItemView for RTL languages.
rhashimoto@chromium.org
2011-06-07
2
-3
/
+12
*
Fix selection bounds
oshima@google.com
2011-06-07
1
-1
/
+2
*
Fix touch compile after some button cleanup (r88149).
sadrul@chromium.org
2011-06-07
1
-1
/
+1
*
Cleanup:
pkasting@chromium.org
2011-06-07
3
-126
/
+112
*
ui/base/models: Simplify TreeNode::GetIndexOf() member function.
tfarina@chromium.org
2011-06-07
2
-1
/
+4
*
views: Use for() loop instead of while() in View dtor.
tfarina@chromium.org
2011-06-06
1
-5
/
+4
*
views: Add unittests for View::GetIndexOf() member function.
tfarina@chromium.org
2011-06-06
1
-3
/
+40
*
Make panels adjust their positions when display settings or work area has bee...
jianli@chromium.org
2011-06-06
3
-1
/
+12
*
Adds View::OnWillCompositeTexture that is invoked before a texture is
sky@chromium.org
2011-06-06
3
-0
/
+14
*
keyboard: Fix visibility.
sadrul@chromium.org
2011-06-06
1
-2
/
+5
*
views: Take transforms into account when computing visible bounds.
sadrul@chromium.org
2011-06-06
3
-13
/
+45
*
views: Don't include the container type "vector" in the typedef ViewVector.
tfarina@chromium.org
2011-06-06
5
-42
/
+33
*
Add some missing view class name to better debug view
miletus@chromium.org
2011-06-03
4
-0
/
+33
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-0
/
+2
*
First draft of patch for setting texture_needs_updating_.
wjmaclean@chromium.org
2011-06-03
4
-2
/
+55
*
Remove unused multiline attribute in textfield. Need to be pushed only *after...
saintlou@chromium.org
2011-06-03
6
-181
/
+38
*
views: Use ViewVector typedef instead of std::vector<View*> in view.*
tfarina@chromium.org
2011-06-03
2
-6
/
+7
*
* An edit for SetText needs to be merged with previous edit to
oshima@google.com
2011-06-03
13
-64
/
+334
*
Fix bug 84529: Regression - The browser loses its focus when a desktop notifi...
jianli@chromium.org
2011-06-03
1
-1
/
+1
*
views: Convert View::GetID/SetID functions to unix_hacker style.
tfarina@chromium.org
2011-06-03
9
-91
/
+83
*
Re-land: Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-03
28
-353
/
+379
*
views: Fix some comments of the Tree View API.
tfarina@chromium.org
2011-06-03
2
-15
/
+14
*
Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-02
28
-379
/
+353
*
Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-02
28
-353
/
+379
*
Adds ability for a view to paint to a texture even it if doesn't have
sky@chromium.org
2011-06-02
2
-3
/
+26
*
Add some view class name to better debug view hierarchy
miletus@chromium.org
2011-06-02
4
-2
/
+26
*
WidgetDelegate is now always created. Specified through InitParams, if NULL W...
ben@chromium.org
2011-06-02
5
-21
/
+14
*
views: Make |focusable_| a private data member instead of a protected one.
tfarina@chromium.org
2011-06-02
4
-7
/
+7
*
TextStyles in TextfieldViews
oshima@google.com
2011-06-01
17
-213
/
+779
*
Move the last of the easy stuff from Window onto Widget.
ben@chromium.org
2011-06-01
18
-377
/
+339
*
views: Make View::SetFocusable() a simple setter accessor.
tfarina@chromium.org
2011-06-01
13
-35
/
+29
*
Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.
rhashimoto@chromium.org
2011-06-01
11
-54
/
+97
*
Completely removed if (widget_) in ~NativeWidgetGtk()
glotov@google.com
2011-06-01
1
-8
/
+1
*
Changing Checkbox class to use NativeTheme class for rendering instead of
rogerta@chromium.org
2011-06-01
15
-111
/
+133
*
Move Fullscreen API onto Widget.
ben@chromium.org
2011-06-01
18
-154
/
+153
*
Use the right version of IsEnabled() when updating the color of a TextButton
zork@chromium.org
2011-06-01
1
-3
/
+1
*
Move methods from WindowDelegate onto WidgetDelegate.
ben@chromium.org
2011-05-31
4
-221
/
+232
*
views: Make View::GetVisibleBounds() a const method.
tfarina@chromium.org
2011-05-31
2
-7
/
+5
*
Reverting explicit RemoveObserver in dtor of WidgetGtk
glotov@google.com
2011-05-31
1
-3
/
+0
*
Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-31
4
-14
/
+35
*
views: Make View::GetBaseline() a const method.
tfarina@chromium.org
2011-05-27
4
-4
/
+4
*
views: Add OnEnabledChanged() method to View class.
tfarina@chromium.org
2011-05-27
27
-99
/
+89
*
Move SetWindowBounds onto Widget.
ben@chromium.org
2011-05-27
18
-94
/
+105
*
Makes rendering of selected disabled menu items match what windows does. As w...
sky@chromium.org
2011-05-27
4
-12
/
+26
*
Fixes bug in updating only part of a texture and removes irrelevant TODO.
sky@chromium.org
2011-05-27
1
-1
/
+0
[next]