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
/
chrome
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
5
-2
/
+11
*
Handful of changes to NativeControl, TreeView and TableView I'm going
sky@google.com
2008-10-24
8
-31
/
+149
*
Adds a horizontal split view.
sky@google.com
2008-10-24
4
-1
/
+185
*
Fixes bug in FillLayout. It should use the size of the root view. I'm
sky@google.com
2008-10-23
1
-3
/
+1
*
test something else to fix dist crashes
ben@chromium.org
2008-10-23
1
-0
/
+4
*
Fixes bug in TextField::SetEnabled. The code was invoking SetReadOnly
sky@google.com
2008-10-23
1
-1
/
+1
*
Adds models needed by the bookmark manager. Specifically a
sky@google.com
2008-10-23
1
-1
/
+2
*
try to fix dist crashes
ben@chromium.org
2008-10-22
1
-0
/
+2
*
Using $CHROME_SRC_DIR in place of hash/..
bradnelson@google.com
2008-10-22
1
-1
/
+1
*
forgot these files
ben@chromium.org
2008-10-22
2
-30
/
+93
*
Fix the bug with the minimize/restore buttons getting stuck hot when the wind...
ben@chromium.org
2008-10-22
2
-6
/
+14
*
try rolling this back to see if it helps
ben@chromium.org
2008-10-21
2
-85
/
+30
*
More Windows-is-a-crack-baby mitigation.
beng@google.com
2008-10-20
2
-30
/
+85
*
Allow middle click on the only tab with one window open.
ben@chromium.org
2008-10-17
4
-10
/
+53
*
Support shortcut show styles for "run maximized", "run minimized" etc.
ben@chromium.org
2008-10-17
2
-2
/
+7
*
more bustage fixes
ben@chromium.org
2008-10-17
1
-4
/
+4
*
fix release bustage :-(
ben@chromium.org
2008-10-17
1
-1
/
+4
*
attempt at fixing release bustage
ben@chromium.org
2008-10-17
1
-0
/
+2
*
Convert SchedulePaint and a few other methods to use gfx types.
ben@chromium.org
2008-10-17
10
-82
/
+61
*
testing something else
ben@chromium.org
2008-10-17
1
-1
/
+1
*
Adds the anti-carpet bombing dialog. More specifically a new
sky@google.com
2008-10-17
1
-2
/
+3
*
Removes an unneeded override.
sky@google.com
2008-10-17
2
-7
/
+0
*
Rename ChromeViews namespace to views
ben@chromium.org
2008-10-16
123
-513
/
+509
*
Fix weird NC painting in classic mode by removing an apparently unnecessary w...
ben@chromium.org
2008-10-16
1
-4
/
+1
*
fix unittest
ben@chromium.org
2008-10-16
1
-2
/
+4
*
Make View::SetBounds take a const gfx::Rect& instead of a const CRect&
ben@chromium.org
2008-10-16
32
-278
/
+170
*
revert the test
beng@google.com
2008-10-16
1
-1
/
+1
*
a quick test
beng@google.com
2008-10-16
1
-1
/
+1
*
Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.
ben@chromium.org
2008-10-16
41
-359
/
+344
*
Convert GetPreferredSize from:
beng@google.com
2008-10-15
52
-466
/
+434
*
Label::SizeToFit was not setting the width properly.
jcampan@chromium.org
2008-10-15
1
-1
/
+1
*
Convert HitTest/GetViewForPoint to use gfx::Point
ben@chromium.org
2008-10-14
12
-40
/
+44
*
Actually handle WM_SETICON and provide a virtual base that CustomFrameWindow ...
ben@chromium.org
2008-10-14
1
-0
/
+5
*
Fix some places I missed the renaming changes.
brettw@google.com
2008-10-14
1
-1
/
+1
*
Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.
ben@chromium.org
2008-10-14
17
-167
/
+148
*
Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const.
ben@chromium.org
2008-10-14
12
-130
/
+103
*
Fix issues with mouseleave messages not getting sent due to some sort of issu...
ben@chromium.org
2008-10-13
2
-4
/
+5
*
Use system title bar font for app windows, detached popups, constrained popups.
ben@chromium.org
2008-10-13
1
-2
/
+10
*
Assorted improvements to window maximization and flicker on Windows Vista wit...
ben@chromium.org
2008-10-13
2
-8
/
+95
*
Fix RTL issues with opaque frame.
ben@chromium.org
2008-10-10
2
-1
/
+2
*
This CL adds prompting for dangerous types of files (executable) when they ar...
jcampan@chromium.org
2008-10-10
2
-10
/
+23
*
Roll back trial from last night
ben@chromium.org
2008-10-10
3
-22
/
+0
*
Another attempt at fixing non-client flicker. Let's see how well this works.
ben@chromium.org
2008-10-10
1
-9
/
+9
*
Put this file back into its original state when I first landed this change ea...
ben@chromium.org
2008-10-09
2
-0
/
+11
*
Put back WM_ENTERIDLE handler and remove WM_INITMENU and WM_INITMENUPOPUP han...
ben@chromium.org
2008-10-09
2
-11
/
+7
*
The window class now set the initial focus after the window is made visible. ...
jcampan@chromium.org
2008-10-09
1
-13
/
+2
*
Roll back this section of the previous change to see if it is necessary.
ben@chromium.org
2008-10-09
2
-7
/
+0
*
Another attempt at fixing standard non-client area overpainting.
ben@chromium.org
2008-10-09
3
-8
/
+20
*
Re-land this earlier change. Will deal with dist crashes as they arise.
ben@chromium.org
2008-10-09
1
-0
/
+3
*
Fix weird painting of elements of the non-client area.
ben@chromium.org
2008-10-09
3
-24
/
+54
[next]