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
/
browser_view2.cc
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
1
-6
/
+6
*
This file was left out of my last checkin due to prior gcl cruft.
beng@google.com
2008-10-15
1
-32
/
+21
*
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
1
-3
/
+2
*
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
1
-18
/
+11
*
Move more view stuff out of WebContents. This moves context menus and info
brettw@google.com
2008-10-14
1
-2
/
+5
*
Hook up throbber animation for vista detached popup windows and app windows.
ben@chromium.org
2008-10-13
1
-1
/
+1
*
Make loading animations on app windows not call WM_SETICON on every frame. Ow.
ben@chromium.org
2008-10-10
1
-1
/
+1
*
Roll back changes to the client area size calculation, since this fix didn't ...
ben@chromium.org
2008-10-09
1
-26
/
+22
*
Always position and size the toolbar view, since it's used to position other ...
ben@chromium.org
2008-10-08
1
-17
/
+18
*
Attempt to fix more standard non-client painting by extending the client area...
ben@chromium.org
2008-10-08
1
-5
/
+8
*
Reduce the amount of excessive updating done when there is no window icon to be
ben@chromium.org
2008-10-06
1
-2
/
+4
*
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
1
-19
/
+19
*
Added code for personalization to the new frame class
jhaas@chromium.org
2008-09-16
1
-1
/
+29
*
Fix bug where bookmark bar wouldn't animate away but would rather snap closed...
beng@google.com
2008-09-16
1
-3
/
+5
*
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
*
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
1
-1
/
+1
*
Fix grab bag of AeroGlassFrame issues:
beng@google.com
2008-09-10
1
-1
/
+1
*
Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...
beng@google.com
2008-09-08
1
-0
/
+44
*
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
1
-0
/
+13
*
Make sure the new frames' BrowserView2::TabSelectedAt calls TabContents::DidB...
beng@google.com
2008-09-03
1
-1
/
+5
*
Remove Google Chrome specific strings from common resources file and use them...
rahulk@google.com
2008-08-27
1
-0
/
+2
*
The positioning of detached dragged tabs was wrong with the new frames, becau...
beng@google.com
2008-08-27
1
-1
/
+1
*
Make the system menu for frames have submenus for encoding and text zoom
beng@google.com
2008-08-26
1
-11
/
+36
*
Make the AeroGlassFrame better:
beng@google.com
2008-08-25
1
-27
/
+42
*
Make the window icon the app icon by default for popups and app windows unles...
beng@google.com
2008-08-24
1
-6
/
+2
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Allow popups using the new frames to be sized correctly. This involved a slig...
beng@google.com
2008-08-20
1
-4
/
+42
*
Make the otr avatar icon not show in detached OTR popup windows.
beng@google.com
2008-08-19
1
-9
/
+5
*
Hook up the window icon for app windows, with a throbber etc.
beng@google.com
2008-08-18
1
-4
/
+22
*
Large patch set (159 files total) to cleanup the includes.
maruel@google.com
2008-08-15
1
-0
/
+4
*
Hook up the system menu in new frames.
erg@google.com
2008-08-14
1
-0
/
+80
*
Add End-session handling and app modal dialog handling to BrowserView2/New Fr...
beng@google.com
2008-08-14
1
-0
/
+20
*
Copy contents of FrameView into BrowserView2. Once the old frames retire, we ...
beng@google.com
2008-08-13
1
-1
/
+92
*
Another Frame Grab-Bag
beng@google.com
2008-08-11
1
-84
/
+45
*
Allow the window icon to be shown in the task bar, Alt+Tab etc.
beng@google.com
2008-08-09
1
-8
/
+10
*
Even more tweaks.
beng@google.com
2008-08-09
1
-2
/
+19
*
More tweaks to the frames. Provide proper layout for the title bar in app mode.
beng@google.com
2008-08-08
1
-12
/
+14
*
Tweaks to make the opaque frame look better including adding support for app ...
beng@google.com
2008-08-08
1
-19
/
+25
*
More improvements to the frames. Consolidate some of the optional bar (bookma...
beng@google.com
2008-08-07
1
-28
/
+248
*
Grab bag of random cleanups, implementation of some more methods, etc. I'm go...
beng@google.com
2008-08-05
1
-6
/
+74
*
Add the TabStrip to the BrowserView2. (hooked up for OpaqueFrame only at this...
beng@google.com
2008-08-05
1
-2
/
+55
*
Add the AeroGlassFrame and AeroGlassNonClientView for Vista.
beng@google.com
2008-08-05
1
-1
/
+1
[next]