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
/
controls
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Aura] Fix NativeViewHostAura::RemovedFromWidget crash.
xiyuan@chromium.org
2011-10-26
2
-14
/
+30
*
Use LockScreen container for login screen.
ivankr@chromium.org
2011-10-26
1
-1
/
+1
*
[Aura] Fix invisible DOMView.
xiyuan@chromium.org
2011-10-24
1
-1
/
+1
*
Revert r106696 - Fix for a memory leak in views/controls/native/native_view_h...
timurrrr@chromium.org
2011-10-21
1
-1
/
+1
*
Fix for a memory leak in views/controls/native/native_view_host_gtk.cc
timurrrr@chromium.org
2011-10-21
1
-1
/
+1
*
Turns on RWHVA.
ben@chromium.org
2011-10-20
1
-0
/
+5
*
Fix native view host accessibility. We should have been passing a pointer to ...
dmazzoni@chromium.org
2011-10-18
1
-3
/
+4
*
Get more of RenderWidgetHostViewAura running.
ben@chromium.org
2011-10-13
1
-1
/
+0
*
Makes views unit test runnable again and adds
sky@chromium.org
2011-10-03
3
-9
/
+138
*
Get views_unittests to compile (but not run).
ben@chromium.org
2011-09-02
1
-0
/
+8
*
Wayland support for views. views_desktop on Wayland.
backer@chromium.org
2011-08-26
1
-0
/
+16
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
1
-1
/
+1
*
Nix GetFocusManagerForNativeView|Window.
msw@chromium.org
2011-08-02
2
-4
/
+4
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
1
-1
/
+1
*
Remove unused ContainsNativeView methods.
ben@chromium.org
2011-07-13
2
-14
/
+0
*
Try two for flicker free drawing
davemoore@chromium.org
2011-07-07
2
-50
/
+79
*
Revert 91710 - Fix flicker on tab switch on chromeos.
johnme@google.com
2011-07-07
2
-67
/
+48
*
Fix flicker on tab switch on chromeos.
davemoore@chromium.org
2011-07-07
2
-48
/
+67
*
Fix to pure view test on touch.
saintlou@chromium.org
2011-06-30
1
-1
/
+3
*
Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()
saintlou@chromium.org
2011-06-29
1
-2
/
+1
*
Convert the rect to the widget's coordinates correctly.
sadrul@chromium.org
2011-06-29
1
-5
/
+2
*
Use NativeViewHostViews when using pure-views instead of NativeViewHostGtk.
sadrul@chromium.org
2011-06-26
1
-1
/
+6
*
Re-land:
ben@chromium.org
2011-06-16
2
-8
/
+4
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
2
-4
/
+8
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
2
-8
/
+4
*
Make the web content accessibility tree a descendant of the main window's
dmazzoni@chromium.org
2011-06-13
9
-6
/
+53
*
keyboard: Fix visibility.
sadrul@chromium.org
2011-06-06
1
-2
/
+5
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
3
-11
/
+11
*
Re-land:
ben@chromium.org
2011-05-13
1
-1
/
+1
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
1
-1
/
+1
*
Split the hierarchy.
ben@chromium.org
2011-05-13
1
-1
/
+1
*
Reenable FREEZE_UPDATE property
oshima@google.com
2011-04-11
1
-1
/
+4
*
Notify child widgets before and after a reparenting.
asanka@chromium.org
2011-03-31
1
-21
/
+3
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-1
/
+2
*
Avoid dangling references to Views from FocusManager.
asanka@chromium.org
2011-03-12
1
-2
/
+2
*
Send accessibility events from GTK implementations of views.
dmazzoni@chromium.org
2011-03-05
1
-0
/
+1
*
Convert a few more methods to new Widget methods.
ben@chromium.org
2011-03-03
2
-20
/
+21
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
2
-21
/
+20
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
2
-20
/
+21
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
2
-2
/
+2
*
Remove "visible bounds in root changed" functions from RootView, move them to...
ben@chromium.org
2011-02-16
2
-6
/
+10
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
2
-3
/
+3
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
5
-5
/
+5
*
A NativeHostViewViews class for embedding views inside NativeHostView instances.
anicolao@google.com
2010-12-17
4
-3
/
+156
*
gtk views: NULL-check fixed_ before hiding
evan@chromium.org
2010-11-12
1
-1
/
+2
*
Fixes another gray rect. This problem occurred because NativeViewHost
sky@chromium.org
2010-10-06
1
-0
/
+2
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
2
-9
/
+9
*
Add in a browser test for dialog resizing, which was catching an issue with t...
scottbyer@chromium.org
2010-08-20
1
-5
/
+9
[next]