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
*
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
*
Couple more wrench menu issues. The patch I sent around a couple of
sky@chromium.org
2011-05-27
1
-1
/
+7
*
Move a bunch of functions from Window onto Widget.
ben@chromium.org
2011-05-27
18
-409
/
+310
*
views: Make |accessibility_focusable_| a private data member instead of a pro...
tfarina@chromium.org
2011-05-27
2
-16
/
+12
*
Revert 86914 - Move a bunch of functions from Window onto Widget.
wtc@chromium.org
2011-05-27
18
-310
/
+409
*
Move a bunch of functions from Window onto Widget.
ben@chromium.org
2011-05-26
18
-409
/
+310
*
views: Move some protected data member variables to the private section instead.
tfarina@chromium.org
2011-05-26
2
-14
/
+12
*
Rough cut at window activation.
ben@chromium.org
2011-05-26
11
-12
/
+155
*
views: Cleanup parent_owned getter/setter accessors.
tfarina@chromium.org
2011-05-26
2
-17
/
+12
*
views: Run desktop on linux.
sadrul@chromium.org
2011-05-26
2
-1
/
+6
*
Add a desktop test harness.
ben@chromium.org
2011-05-26
8
-0
/
+522
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
6
-19
/
+18
*
views: Get rid of View::SetParent() method.
tfarina@chromium.org
2011-05-26
2
-12
/
+3
*
Fixes bug in NativeWidgetWin::GetAcceleratedWidget. I had the ifdef
sky@chromium.org
2011-05-26
2
-3
/
+2
*
Adds a basic NativeWindowViews.
ben@chromium.org
2011-05-25
11
-7
/
+388
*
Another clang build fix for r86677.
rhashimoto@chromium.org
2011-05-25
1
-1
/
+1
*
base/i18n: Pass |str| as const reference in BreakIterator::Init().
tfarina@chromium.org
2011-05-25
2
-3
/
+3
*
Fix clang build for r86677.
rhashimoto@chromium.org
2011-05-25
2
-3
/
+5
*
Fix clang build for http://codereview.chromium.org/7067032/.
rhashimoto@chromium.org
2011-05-25
3
-0
/
+13
*
Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.
rhashimoto@chromium.org
2011-05-25
7
-2
/
+535
*
Make Widget ownership a little clearer by expressing it in terms of an enum.
ben@chromium.org
2011-05-25
11
-33
/
+47
*
views: Fix an operator precedence error found by PVS Studio.
thakis@chromium.org
2011-05-25
1
-1
/
+1
*
Fixes couple of issues with bookmarks in wrench menu:
sky@chromium.org
2011-05-25
1
-2
/
+7
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
6
-18
/
+19
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
6
-19
/
+18
*
Chromeos: virtual destructors should have virtual keyword (part 4).
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Chromeos: virtual destructors should have virtual keyword (part 3).
hans@chromium.org
2011-05-25
2
-2
/
+2
*
Chromeos: virtual destructors should have virtual keyword (part 2).
hans@chromium.org
2011-05-25
3
-3
/
+3
*
Fix SkIntToScalar conversion.
battre@chromium.org
2011-05-25
1
-3
/
+3
*
Remove files that don't exist, and fix typos in gyp files
sadrul@chromium.org
2011-05-25
1
-6
/
+0
*
Hook up more of the NativeWidgetViews.
ben@chromium.org
2011-05-24
7
-30
/
+248
*
Prototype compositor to render views to a texture using d3d 10. This
sky@chromium.org
2011-05-24
1
-1
/
+4
[next]