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
/
window
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move SetWindowBounds onto Widget.
ben@chromium.org
2011-05-27
9
-94
/
+2
*
Move a bunch of functions from Window onto Widget.
ben@chromium.org
2011-05-27
9
-363
/
+66
*
Revert 86914 - Move a bunch of functions from Window onto Widget.
wtc@chromium.org
2011-05-27
9
-66
/
+363
*
Move a bunch of functions from Window onto Widget.
ben@chromium.org
2011-05-26
9
-363
/
+66
*
Rough cut at window activation.
ben@chromium.org
2011-05-26
1
-2
/
+1
*
Adds a basic NativeWindowViews.
ben@chromium.org
2011-05-25
5
-7
/
+251
*
views: Fix an operator precedence error found by PVS Studio.
thakis@chromium.org
2011-05-25
1
-1
/
+1
*
Fix clang.
ben@chromium.org
2011-05-20
2
-18
/
+27
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
2
-3
/
+0
*
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
tfarina@chromium.org
2011-05-20
1
-2
/
+2
*
Rename WindowWin|Gtk->NativeWindowWin|Gtk
ben@chromium.org
2011-05-19
6
-192
/
+206
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
5
-49
/
+50
*
Alert boxes shouldn't have a taskbar presence.
ben@chromium.org
2011-05-18
1
-0
/
+3
*
Clean up a few things now that specialized window types are subclasses of Win...
ben@chromium.org
2011-05-18
1
-8
/
+3
*
Fix some rendering glitches in the custom frame by re-introducing nasty old c...
ben@chromium.org
2011-05-18
2
-17
/
+108
*
Re-land:
ben@chromium.org
2011-05-18
6
-62
/
+48
*
Revert 85666 - Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativ...
ben@chromium.org
2011-05-18
6
-50
/
+63
*
Revert 85668 - These two un-reviewed lines made it into my last commit and we...
ben@chromium.org
2011-05-18
1
-1
/
+2
*
These two un-reviewed lines made it into my last commit and weren't part of t...
ben@chromium.org
2011-05-17
1
-2
/
+1
*
Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativeFrame spaghetti.
ben@chromium.org
2011-05-17
6
-63
/
+50
*
Fixes 82927 by rolling back part of a change I made this morning. We can't hi...
ben@chromium.org
2011-05-17
1
-0
/
+6
*
Fixes more default non-client frame painting.
ben@chromium.org
2011-05-17
2
-4
/
+13
*
Revert 85528 - We were returning the wrong value of ShouldUseNativeFrame for ...
ben@chromium.org
2011-05-16
1
-1
/
+1
*
We were returning the wrong value of ShouldUseNativeFrame for popup windows w...
ben@chromium.org
2011-05-16
1
-1
/
+1
*
Re-land:
ben@chromium.org
2011-05-13
12
-188
/
+130
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
12
-130
/
+188
*
Split the hierarchy.
ben@chromium.org
2011-05-13
12
-188
/
+130
*
Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-13
2
-4
/
+0
*
Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-13
2
-0
/
+4
*
Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-12
2
-4
/
+0
*
Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-12
2
-0
/
+4
*
Modifies the event handler for WM_APPCOMMAND events to return TRUE if the eve...
mma.public@gmail.com
2011-05-03
1
-3
/
+2
*
Implement new gray mock.
davemoore@chromium.org
2011-05-02
3
-9
/
+11
*
Window::InitWindow shouldn't replace frame view with default if custom frame set
dpolukhin@chromium.org
2011-04-29
1
-1
/
+3
*
Fix one case where default Non-client painting can occur... before a window i...
ben@chromium.org
2011-04-28
1
-1
/
+2
*
Create InitParams for Window.
ben@chromium.org
2011-04-28
8
-76
/
+92
*
Hack to fix incomplete redrawing of content area during window activation. Fo...
ben@chromium.org
2011-04-28
1
-0
/
+22
*
Step 5 in native theme refactoring
rogerta@chromium.org
2011-04-27
1
-12
/
+13
*
Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.
msw@chromium.org
2011-04-27
2
-22
/
+0
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
3
-4
/
+4
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
3
-27
/
+26
*
wstring: remove wstring functions from base/i18n/rtl.h
evan@chromium.org
2011-04-25
1
-4
/
+5
*
Fix painting glitch by suppressing non-client painting for WindowWins only wh...
ben@chromium.org
2011-04-24
2
-2
/
+16
*
Refactors login window widget creation methods into platform specific methods.
sky@chromium.org
2011-04-20
6
-36
/
+17
*
Adds more debugging code in hopes of figuring out a crash. Most common
sky@chromium.org
2011-04-11
1
-1
/
+0
*
Interpret double click events as mouse down on Windows.
msw@chromium.org
2011-04-07
1
-2
/
+0
*
Transform GdkEvents for simpler MouseEvent construction.
msw@chromium.org
2011-04-05
1
-9
/
+8
*
Consolidate Widget Event code, other cleanup.
msw@chromium.org
2011-03-31
3
-79
/
+62
*
In preparation for NativeTheme refactoring, renaming the class NativeTheme
rogerta@chromium.org
2011-03-30
1
-3
/
+3
*
Add focused property to chrome.windows.create extension API.
jennb@chromium.org
2011-03-28
5
-2
/
+24
[next]