summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Convert GetPreferredSize from:beng@google.com2008-10-1581-960/+864
* Insert NULL check to fix dist crashben@chromium.org2008-10-151-5/+4
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-1410-30/+28
* Fix some places I missed the renaming changes.brettw@google.com2008-10-141-1/+1
* Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o...brettw@google.com2008-10-141-2/+2
* Try and find the location of crashben@chromium.org2008-10-141-0/+2
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-1414-124/+123
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-149-82/+58
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-144-9/+22
* Fix crash in saving pages.ben@chromium.org2008-10-131-0/+1
* Use system title bar font for app windows, detached popups, constrained popups.ben@chromium.org2008-10-132-5/+21
* Hook up throbber animation for vista detached popup windows and app windows.ben@chromium.org2008-10-136-10/+76
* Assorted improvements to window maximization and flicker on Windows Vista wit...ben@chromium.org2008-10-131-3/+3
* Tweaks for the text on the About box (from bug 3360):finnur@google.com2008-10-131-1/+2
* Remove black line above detached poppup location barsben@chromium.org2008-10-111-1/+1
* Add incognito icon to vista frame windows that are incognito.ben@chromium.org2008-10-112-3/+48
* Fix RTL issues with opaque frame. ben@chromium.org2008-10-102-18/+12
* Start splitting out view-related stuff from WebContents into a new class WebC...brettw@google.com2008-10-102-0/+2
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-104-78/+558
* Terms of Service don't apply to Chromium. Remove the link from the About box.finnur@google.com2008-10-101-13/+18
* Forgot a .h file. finnur@google.com2008-10-101-0/+2
* Allow the translators to chose which link appears first in the About box.finnur@google.com2008-10-101-9/+20
* Make loading animations on app windows not call WM_SETICON on every frame. Ow.ben@chromium.org2008-10-106-11/+18
* Fix regression with app window titles.ben@chromium.org2008-10-091-5/+2
* Account for the distributor logo when sizing the title text bounds.ben@chromium.org2008-10-091-1/+4
* Changing the About box according to mockups. Basically, we now want to have a...finnur@google.com2008-10-092-29/+265
* Roll back changes to the client area size calculation, since this fix didn't ...ben@chromium.org2008-10-092-32/+27
* Move window_resources.h to chrome/views to remove bad dependency of chrome/vi...ben@chromium.org2008-10-085-36/+4
* Constrained window title text colors are inverted.ben@chromium.org2008-10-081-1/+1
* Always position and size the toolbar view, since it's used to position other ...ben@chromium.org2008-10-081-17/+18
* Make it so that you can resize glass windows from the bottom.ben@chromium.org2008-10-081-1/+2
* External contribution from developer0420@gmail.com. Pressing enter insky@google.com2008-10-081-3/+5
* Attempt to fix more standard non-client painting by extending the client area...ben@chromium.org2008-10-082-10/+14
* Fix problem with popups frames when magic_browzr.erg@google.com2008-10-081-9/+18
* klockwork bug: variable delared in nested scopecpu@google.com2008-10-081-5/+2
* Enables sorting of the tables in the password editor and the URLsky@google.com2008-10-083-66/+131
* Fix crash due to lack of NULL checking in one case.beng@google.com2008-10-081-8/+5
* Reduce the amount of excessive updating done when there is no window icon to beben@chromium.org2008-10-061-2/+4
* Port some more of chrome/ to Linux.deanm@google.com2008-10-023-0/+3
* - Add a note about a subtle requirement of the current code (bug 2994).deanm@chromium.org2008-10-021-28/+20
* Fixes a couple of bookmark bar bugs:sky@google.com2008-10-011-19/+75
* Refactoring for portability:mark@chromium.org2008-09-291-1/+1
* Enables sorting of cookie views. Also fixes in bug in deletion thatsky@google.com2008-09-291-23/+43
* Catch up SCons Windows build with recent file shuffling and other changes:sgk@google.com2008-09-261-0/+17
* Make the link in the About box clickable (Issue 657)finnur@google.com2008-09-262-13/+38
* Fix for a crash in the info bubble at first runcpu@google.com2008-09-261-3/+6
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-264-5/+5
* Adds the ability to sort TableView. Contrary to what we spoke aboutsky@google.com2008-09-261-9/+17
* "Make Chrome your default browser" should now appear as a checkbox at the bot...finnur@google.com2008-09-256-53/+78
* This CL enables the Page info menu when right-clicking on a page/frame.jcampan@chromium.org2008-09-233-32/+77