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
/
browser
/
views
/
frame
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken resize from bottom with magic frame.
ben@chromium.org
2008-10-16
1
-0
/
+1
*
Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.
ben@chromium.org
2008-10-16
8
-18
/
+18
*
This file was left out of my last checkin due to prior gcl cruft.
beng@google.com
2008-10-15
1
-32
/
+21
*
Convert GetPreferredSize from:
beng@google.com
2008-10-15
5
-45
/
+50
*
Insert NULL check to fix dist crash
ben@chromium.org
2008-10-15
1
-5
/
+4
*
Convert HitTest/GetViewForPoint to use gfx::Point
ben@chromium.org
2008-10-14
3
-6
/
+5
*
Try and find the location of crash
ben@chromium.org
2008-10-14
1
-0
/
+2
*
Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.
ben@chromium.org
2008-10-14
1
-4
/
+4
*
Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const.
ben@chromium.org
2008-10-14
2
-36
/
+24
*
Move more view stuff out of WebContents. This moves context menus and info
brettw@google.com
2008-10-14
1
-2
/
+5
*
Use system title bar font for app windows, detached popups, constrained popups.
ben@chromium.org
2008-10-13
1
-5
/
+13
*
Hook up throbber animation for vista detached popup windows and app windows.
ben@chromium.org
2008-10-13
6
-10
/
+76
*
Assorted improvements to window maximization and flicker on Windows Vista wit...
ben@chromium.org
2008-10-13
1
-3
/
+3
*
Remove black line above detached poppup location bars
ben@chromium.org
2008-10-11
1
-1
/
+1
*
Add incognito icon to vista frame windows that are incognito.
ben@chromium.org
2008-10-11
2
-3
/
+48
*
Fix RTL issues with opaque frame.
ben@chromium.org
2008-10-10
1
-15
/
+9
*
Make loading animations on app windows not call WM_SETICON on every frame. Ow.
ben@chromium.org
2008-10-10
6
-11
/
+18
*
Fix regression with app window titles.
ben@chromium.org
2008-10-09
1
-5
/
+2
*
Account for the distributor logo when sizing the title text bounds.
ben@chromium.org
2008-10-09
1
-1
/
+4
*
Roll back changes to the client area size calculation, since this fix didn't ...
ben@chromium.org
2008-10-09
2
-32
/
+27
*
Move window_resources.h to chrome/views to remove bad dependency of chrome/vi...
ben@chromium.org
2008-10-08
2
-2
/
+2
*
Always position and size the toolbar view, since it's used to position other ...
ben@chromium.org
2008-10-08
1
-17
/
+18
*
Make it so that you can resize glass windows from the bottom.
ben@chromium.org
2008-10-08
1
-1
/
+2
*
Attempt to fix more standard non-client painting by extending the client area...
ben@chromium.org
2008-10-08
2
-10
/
+14
*
Reduce the amount of excessive updating done when there is no window icon to be
ben@chromium.org
2008-10-06
1
-2
/
+4
*
Add some padding between the right edge of the new tab button and the left ed...
ben@chromium.org
2008-09-18
1
-2
/
+7
*
Make sure window controls in maximized browser windows can be hit-tested as t...
ben@chromium.org
2008-09-18
1
-2
/
+8
*
Rename legacy methods that were in CamelCase to unix_hacker.
erg@google.com
2008-09-17
6
-133
/
+130
*
Don't load the font for the window title if we're not going to be painting a ...
beng@google.com
2008-09-17
3
-59
/
+41
*
Re-land this fix from earlier. Since I was making the tab icon view optional,...
beng@google.com
2008-09-17
2
-20
/
+28
*
Roll back this fix until I can figure out why it;s crashing the ui tests
beng@google.com
2008-09-17
2
-28
/
+20
*
Don't initialize the TabIconView if we don't need to. It's expensive to create.
beng@google.com
2008-09-17
2
-20
/
+28
*
Revert this earlier fix since it didn't do any good.
beng@google.com
2008-09-17
2
-33
/
+28
*
Attempt to reduce startup regression by deferring load of inactive window bit...
beng@google.com
2008-09-16
2
-28
/
+33
*
Added code for personalization to the new frame class
jhaas@chromium.org
2008-09-16
2
-1
/
+48
*
Fix bug where bookmark bar wouldn't animate away but would rather snap closed...
beng@google.com
2008-09-16
1
-3
/
+5
*
A couple of tweaks to the AeroGlassNonClientView:
beng@google.com
2008-09-14
1
-2
/
+2
*
Include the area to the right of the tabstrip underneath the window controls ...
beng@google.com
2008-09-14
1
-3
/
+11
*
Fix interactive UI tests...
beng@google.com
2008-09-14
1
-3
/
+12
*
Get the new frames to pass the accessibility UI tests.
beng@google.com
2008-09-14
2
-1
/
+43
*
Move more UI stuff into browser/views
beng@google.com
2008-09-13
1
-1
/
+1
*
forgot these files, fixing clobber build
beng@google.com
2008-09-12
5
-5
/
+5
*
Make sure the tabstrip doesn't have the chin above it in maximized view in aero.
beng@google.com
2008-09-11
1
-1
/
+2
*
Fix grab bag of AeroGlassFrame issues:
beng@google.com
2008-09-10
5
-21
/
+22
*
A couple of quick TODO and other cleanups.
beng@google.com
2008-09-08
4
-13
/
+1
*
Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...
beng@google.com
2008-09-08
2
-0
/
+47
*
Make sure the browser is destroyed during DestroyBrowser because EndSession h...
beng@google.com
2008-09-08
1
-1
/
+9
*
Readding UI test I pulled yesterday; hopefully the bots will like it more now...
finnur@google.com
2008-09-05
4
-0
/
+29
*
Fix the polymorphic WindowResources class and FramePartBitmap enum.
maruel@google.com
2008-09-04
2
-47
/
+8
*
Fix the include order in aero_glass_frame.cc. This was causing issues with WP...
maruel@google.com
2008-09-04
1
-2
/
+2
[next]