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
*
Vend common GL context
backer@chromium.org
2011-08-26
2
-2
/
+2
*
Remove some views depenencies from RenderWidgetHostViewWin.
jam@chromium.org
2011-08-26
1
-9
/
+2
*
Show a Window in the aura views demo.
ben@chromium.org
2011-08-25
3
-1
/
+29
*
Re-land: Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
2
-14
/
+175
*
Revert 98306 - Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
2
-175
/
+14
*
Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
2
-14
/
+175
*
Possible fix for the issue that keyboard doesn't show up.
oshima@google.com
2011-08-25
2
-10
/
+6
*
Add Aura support to views:
ben@chromium.org
2011-08-25
4
-6
/
+388
*
More input focus fix
oshima@google.com
2011-08-25
1
-3
/
+5
*
Focus fix. InputMethod needs to be initialized before calling OnFocus
oshima@google.com
2011-08-25
4
-4
/
+12
*
Adds yet more debugging in hopes of tracking 91396. The latest data
sky@chromium.org
2011-08-25
2
-1
/
+29
*
Get views_unittests pass on touch build
oshima@google.com
2011-08-24
1
-25
/
+22
*
* Fix wrong condition check in OnFocusOut.
oshima@google.com
2011-08-24
3
-7
/
+43
*
Reverts debugging code added for 90860. The change to MenuItemView
sky@chromium.org
2011-08-24
2
-5
/
+0
*
views: Propagate visibility-notification down the view hierarchy when the wid...
sadrul@chromium.org
2011-08-23
1
-0
/
+1
*
Move input_method to widget
oshima@google.com
2011-08-23
10
-188
/
+154
*
Fix shlib build breakage
oshima@google.com
2011-08-19
1
-1
/
+2
*
Simple WindowManager that can move/resize window.
oshima@google.com
2011-08-19
15
-75
/
+249
*
Adds some debugging code in hopes of finding why 90860 is happening.
sky@chromium.org
2011-08-18
2
-0
/
+5
*
widget: Look at the 'maximize' initialization param on creation.
sadrul@chromium.org
2011-08-18
1
-0
/
+2
*
Implement NativeWidgetViews::CenterWindow().
rhashimoto@chromium.org
2011-08-17
1
-2
/
+4
*
views-desktop: Fix updating the cursor for windows.
sadrul@chromium.org
2011-08-15
3
-1
/
+13
*
NativeWidgetPrivate::CreateNativeWidget should check for NULL on views_delegate
varunjain@chromium.org
2011-08-09
1
-1
/
+1
*
NativeWidgetViews: Implement widget activation/deactivation.
sadrul@chromium.org
2011-08-08
3
-6
/
+16
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
14
-31
/
+31
*
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
[next]