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
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alwas set saved maximized state for panels to 'false'.
stevenjb@google.com
2011-08-02
1
-1
/
+8
*
Nix GetFocusManagerForNativeView|Window.
msw@chromium.org
2011-08-02
1
-3
/
+5
*
Fix a few issues with touch-events and views-desktop.
sadrul@chromium.org
2011-07-29
2
-1
/
+6
*
Shell of implementation for embedded windows. At this point this is
sky@chromium.org
2011-07-29
1
-3
/
+1
*
Make VIEWS_API declarations in order to fix ChromeOS shared lib builds.
mnissler@chromium.org
2011-07-28
1
-1
/
+2
*
Fix grab/ungrab in views-desktop world.
sadrul@chromium.org
2011-07-28
3
-1
/
+23
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
13
-34
/
+36
*
Fix method call on potentially deleted object in NativeWidgetViews.
rhashimoto@chromium.org
2011-07-27
2
-4
/
+8
*
Remove menu keyboard grab and close menu on window manager activation change.
rhashimoto@chromium.org
2011-07-27
8
-63
/
+8
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-2
/
+1
*
NativeWidgetViews: Add support for window properties.
sadrul@chromium.org
2011-07-26
2
-8
/
+22
*
Call GetSysteMenu to enable modification of the system menu so that maximize,...
guohui@chromium.org
2011-07-25
1
-7
/
+3
*
Rework NativeWidgetViews/NativeWidgetView lifetime management.
rhashimoto@chromium.org
2011-07-25
5
-23
/
+98
*
Views views_unittests FocusManagerTest.FocusNativeControls use after free
dhollowa@chromium.org
2011-07-25
1
-0
/
+9
*
Clean up mouse grab code in NativeWidgetGtk. This makes it clean up a
sky@chromium.org
2011-07-25
2
-48
/
+89
*
2nd try. added UI_API to Screen class.
oshima@google.com
2011-07-23
5
-11
/
+11
*
Revert 93744 - 2nd try. added UI_API to Screen class.
csilv@chromium.org
2011-07-23
5
-11
/
+11
*
2nd try. added UI_API to Screen class.
oshima@google.com
2011-07-23
5
-11
/
+11
*
Revert 93724
oshima@google.com
2011-07-22
5
-11
/
+11
*
Move screen.h to ui/gfx because Screen doesn't depend on views, and they're u...
oshima@google.com
2011-07-22
5
-11
/
+11
*
touch: Always expect XInput2 availability.
sadrul@chromium.org
2011-07-22
1
-9
/
+4
*
Fixes crash introduced by fix for 11229. The fix for 11229 made it so
sky@chromium.org
2011-07-21
1
-1
/
+2
*
Use a native widget that assumes mouse capture always works during tests.
sadrul@chromium.org
2011-07-20
1
-10
/
+29
*
Disable WidgetTest.GrabUngrab on ChromeOS.
sadrul@chromium.org
2011-07-20
1
-1
/
+7
*
views capture: Fix mouse-event location and reset capture view.
sadrul@chromium.org
2011-07-19
7
-14
/
+88
*
Fixes painting regression in classic mode. This makes the code match
sky@chromium.org
2011-07-19
1
-11
/
+11
*
Makes sure widget is created at right size before showing
sky@chromium.org
2011-07-19
9
-41
/
+90
*
Move debug paint flag to Widget so native widget can use the same flag.
oshima@google.com
2011-07-16
4
-8
/
+19
*
Rename InActiveChagned to OnActiveChanged to follow standard naming scheme.
oshima@google.com
2011-07-15
2
-3
/
+3
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
1
-1
/
+1
*
Add const to HasKeyboardCapture
oshima@google.com
2011-07-14
7
-7
/
+7
*
Removes Widget from two of ViewsDelegate methods. I would have liked
sky@chromium.org
2011-07-14
2
-4
/
+3
*
Set minimum window size on Windows.
asvitkine@chromium.org
2011-07-14
2
-2
/
+18
*
views-desktop: Fix a couple of crashes.
sadrul@chromium.org
2011-07-14
2
-4
/
+7
*
Fix typo in header file name.
oshima@google.com
2011-07-14
1
-1
/
+1
*
Clean up FocusManager
oshima@google.com
2011-07-14
9
-0
/
+26
*
Move SetInitialFocus to Widget
oshima@google.com
2011-07-14
8
-55
/
+93
*
Allow different kinds of 'desktops'.
sadrul@chromium.org
2011-07-13
1
-2
/
+2
*
Add Widget::Observer for observing Widgets.
sadrul@chromium.org
2011-07-13
11
-15
/
+169
*
Skip NativeWidgetWin::LockUpdates when in aero mode to fix Gpu rendering freeze.
nduca@chromium.org
2011-07-13
1
-3
/
+13
*
Attempt 2 at:
sky@chromium.org
2011-07-13
10
-6
/
+181
*
Remove unused ContainsNativeView methods.
ben@chromium.org
2011-07-13
9
-34
/
+0
*
ClearNativeFocus: Do it from widget, with appropriate native-widget implement...
sadrul@chromium.org
2011-07-13
9
-12
/
+28
*
Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...
sky@chromium.org
2011-07-12
10
-180
/
+6
*
Gets mouse capture to work for menus with pure views. As part of this
sky@chromium.org
2011-07-12
10
-6
/
+180
*
Correct issues with NativeWidgetViews ownership.
ben@chromium.org
2011-07-12
5
-46
/
+89
*
Relanding this with the compile fixes for Linux views
ananta@chromium.org
2011-07-11
1
-5
/
+9
*
Revert 92071 - Fix a chrome browser crash which occurs when displaying the pa...
ananta@chromium.org
2011-07-11
1
-8
/
+4
*
Fix a chrome browser crash which occurs when displaying the page info bubble ...
ananta@chromium.org
2011-07-11
1
-4
/
+8
*
Revert 92059 - Adds a test for parented synthetic widgets.
ben@chromium.org
2011-07-11
1
-32
/
+6
[next]