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
*
Add focused property to chrome.windows.create extension API.
jennb@chromium.org
2011-03-28
5
-2
/
+24
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.
ben@chromium.org
2011-03-21
4
-5
/
+12
*
Fix window activation when closing a modal dialog box. It turns out GetForegr...
ben@chromium.org
2011-03-16
2
-12
/
+21
*
Re-lands:
ben@chromium.org
2011-03-16
1
-1
/
+1
*
Fix closing the window by clicking the X.
ben@chromium.org
2011-03-16
1
-11
/
+1
*
Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...
ben@chromium.org
2011-03-15
1
-2
/
+12
*
Add native capture API to Widget, and fix a bug in Window where we wouldn't l...
ben@chromium.org
2011-03-15
1
-12
/
+2
*
These files missed the last checkin
ben@chromium.org
2011-03-15
1
-8
/
+8
*
Reland 78062 with some NULL checks.
ben@chromium.org
2011-03-14
8
-19
/
+70
*
Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...
ben@chromium.org
2011-03-14
9
-75
/
+27
*
Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...
ben@chromium.org
2011-03-14
9
-27
/
+75
*
Fix clang build (tested on trybots this time!).
dmazzoni@chromium.org
2011-03-14
5
-8
/
+10
*
Revert 78040 - Fix clang build. (Made things worse...)
dmazzoni@chromium.org
2011-03-14
5
-10
/
+8
*
Fix clang build.
dmazzoni@chromium.org
2011-03-14
5
-8
/
+10
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
14
-41
/
+57
*
Add Activation support to WindowDelegate.
ben@chromium.org
2011-03-11
9
-5
/
+37
*
Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows...
ben@chromium.org
2011-03-11
3
-0
/
+16
*
Revert 77773 and 77774.
ben@chromium.org
2011-03-11
3
-16
/
+0
*
Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameD...
ben@chromium.org
2011-03-11
3
-0
/
+16
*
Remove broken (and previously unused) OnMouseLeave overrides.
msw@chromium.org
2011-03-10
2
-31
/
+0
*
Build out NativeWindow interface for Window method pass-thrus.
ben@chromium.org
2011-03-10
9
-424
/
+443
*
Consolidate more into Window.
ben@chromium.org
2011-03-09
8
-212
/
+252
*
Consolidate more into Window:
ben@chromium.org
2011-03-09
14
-90
/
+115
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
4
-14
/
+15
*
Update OnMouseActivate override signatures.
msw@chromium.org
2011-03-09
1
-14
/
+23
*
Fix clang build by renaming method ShowWindow()
ben@chromium.org
2011-03-09
6
-7
/
+8
*
Consolidate window showing into Window base class.
ben@chromium.org
2011-03-09
9
-305
/
+313
*
Consolidate some more stuff in Window. PreferredSize obtaining.
ben@chromium.org
2011-03-08
6
-23
/
+31
*
Add new MouseEvent ctors; update WidgetWin & WindowWin usage.
msw@chromium.org
2011-03-08
2
-132
/
+125
*
Move WindowDelegate and NonClientView creation and management to Window.
ben@chromium.org
2011-03-07
14
-184
/
+182
*
Make Window class concrete (mostly).
ben@chromium.org
2011-03-05
8
-40
/
+258
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
14
-75
/
+181
*
Two things:
ben@chromium.org
2011-03-04
2
-22
/
+1
*
Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.
thakis@chromium.org
2011-03-04
5
-13
/
+13
*
Remove WindowGtk::Init() to InitWindow().
thakis@chromium.org
2011-03-04
2
-3
/
+3
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
7
-48
/
+30
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
7
-30
/
+48
*
Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...
ben@chromium.org
2011-03-03
2
-6
/
+2
*
Convert some windows code to use the new Widget methods.
ben@chromium.org
2011-03-03
1
-9
/
+5
*
Get rid of most of the old method uses from WidgetGtk. I think this is safe.
ben@chromium.org
2011-03-03
1
-1
/
+2
*
Dont update title window for chromeos
oshima@google.com
2011-03-02
1
-1
/
+5
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
2
-7
/
+10
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
2
-10
/
+7
*
Use GetEventHandlerForPoint instead of GetViewForPoint.
sadrul@chromium.org
2011-02-25
2
-4
/
+4
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
2
-2
/
+2
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-116
/
+5
*
Revert 75347 - Revert 75306 - Force native frames to repaint when OnNCActivat...
mirandac@chromium.org
2011-02-18
1
-12
/
+11
*
Revert 75306 - Force native frames to repaint when OnNCActivate is called. Wi...
mattm@chromium.org
2011-02-18
1
-11
/
+12
*
Force native frames to repaint when OnNCActivate is called. With a profile me...
mirandac@chromium.org
2011-02-17
1
-12
/
+11
[next]