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
*
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
*
Add NativeWidgetViews. This is a stub implementation that mostly just defers ...
ben@chromium.org
2011-05-24
7
-0
/
+399
*
Make clicks work on views_examples with touchui.
sadrul@chromium.org
2011-05-24
2
-2
/
+162
*
Makes Background only create a brush when needed. This avoids
sky@chromium.org
2011-05-24
2
-5
/
+13
*
Fix compile on linux when ibus is available.
sadrul@chromium.org
2011-05-24
1
-2
/
+1
*
Fixes rounding bug in transform. This is needed to avoid rounding
sky@chromium.org
2011-05-24
1
-0
/
+9
*
Fix touch compile after r86390.
sadrul@chromium.org
2011-05-24
2
-7
/
+2
*
Fix to make InputMethodIBus usable on every ChromeOS device (even without Tou...
hashimoto@chromium.org
2011-05-24
4
-23
/
+51
*
Fix paint flashing when switching tabs on ChromeOS. It seems like this hidden...
ben@chromium.org
2011-05-23
1
-2
/
+0
*
Allow adjustment of MenuItemView top and bottom margins.
rhashimoto@chromium.org
2011-05-23
2
-10
/
+32
*
Change chrome to use the new native themed radio button.
rogerta@chromium.org
2011-05-23
10
-77
/
+95
*
views: Rename child_widget() to GetChildWidget().
tfarina@chromium.org
2011-05-21
5
-10
/
+10
*
Two tweaks for accelerated painting:
sky@chromium.org
2011-05-20
1
-5
/
+29
*
Fix touch build after hiding RootView.
sadrul@chromium.org
2011-05-20
6
-22
/
+10
*
Address TBR review comments from sky.
ben@chromium.org
2011-05-20
2
-2
/
+4
*
Fix clang.
ben@chromium.org
2011-05-20
2
-18
/
+27
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
34
-136
/
+144
*
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
tfarina@chromium.org
2011-05-20
6
-9
/
+9
*
Compositor GL + basic views support.
wjmaclean@chromium.org
2011-05-19
1
-0
/
+5
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.
wjmaclean@chromium.org
2011-05-19
2
-25
/
+57
*
Fix EventTypeFromNative to return ET_MOUSE_MOVED for WM_NCMOUSEMOVE message.
jianli@chromium.org
2011-05-19
1
-1
/
+2
*
Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...
tony@chromium.org
2011-05-19
1
-5
/
+5
*
Added logging include.
wyck@chromium.org
2011-05-19
1
-0
/
+1
*
Rename WindowWin|Gtk->NativeWindowWin|Gtk
ben@chromium.org
2011-05-19
15
-213
/
+222
*
Adds two methods to the MenuDelegate I'm going to need for bookmark
sky@chromium.org
2011-05-19
3
-6
/
+15
*
Make NativeButton on touchui focusable. This allows accessibility events to b...
sadrul@chromium.org
2011-05-19
1
-0
/
+1
*
Fix touch compile after WidgetGtk/NativeWidgetGtk rename.
sadrul@chromium.org
2011-05-19
1
-0
/
+1
*
Fix bustage... these files were ommited from the CL.
ben@chromium.org
2011-05-19
2
-2
/
+2
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
48
-554
/
+585
*
Alert boxes shouldn't have a taskbar presence.
ben@chromium.org
2011-05-18
1
-0
/
+3
[next]