summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* Fix UI test regression, there's a better way to refactor this anyway.pkasting@chromium.org2009-02-101-5/+2
* Make aero glass code look more like other nonclient views in hopes of easing ...pkasting@chromium.org2009-02-093-25/+21
* Reverting 9408.brettw@chromium.org2009-02-093-0/+69
* Add a new resizer corner.mad@chromium.org2009-02-093-69/+0
* Support custom border widths. Allow user to resize the window (instead of do...pkasting@chromium.org2009-02-061-26/+27
* Cleanup forward declared classes that are not needed in chrome/renderer, chro...thestig@chromium.org2009-02-069-36/+17
* Add debugging info to hopefully catch what's causing 6316erg@google.com2009-02-051-0/+2
* Fix the dependency checker tool. Rules for a directory did modify their direc...stoyan@chromium.org2009-02-051-0/+9
* Paper over a crash that I think is due to the way we shut down the view hiera...ben@chromium.org2009-02-041-0/+7
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-043-9/+31
* Reverting 9109.ojan@google.com2009-02-033-31/+9
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-033-9/+31
* Bail saving window placement if the function is called after WM_DESTROY (wind...ben@chromium.org2009-02-031-0/+7
* Porting unit tests.phajdan.jr@chromium.org2009-02-031-3/+3
* This CL fix issue 7253 -- tooltip of pure English tab title has wrong directi...xji@chromium.org2009-02-031-0/+3
* More bustage fixesbrettw@chromium.org2009-02-011-0/+2
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-0110-32/+45
* Fix Aero Basic (i.e. non-glass) maximized mode drawing. This old hack was in...pkasting@chromium.org2009-01-311-46/+0
* Lands fix for 6878 from Yong Shin.sky@google.com2009-01-301-1/+5
* Fix various problems with constrained windows and/or custom frame windows:pkasting@chromium.org2009-01-301-77/+183
* Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c...pkasting@chromium.org2009-01-291-164/+117
* Per Glen, remove the bottom border of maximized windows. I went ahead and al...pkasting@chromium.org2009-01-293-10/+8
* Move kClientEdgeThickness from BrowserView to NonClientView (which makes more...pkasting@chromium.org2009-01-292-0/+6
* Fixes crash in adding a menu item. As far as I can tellsky@google.com2009-01-281-0/+9
* Add NOTREACHED() in switch default part which should never be reached.phajdan.jr@chromium.org2009-01-271-0/+1
* Fix linux build breakage.maruel@chromium.org2009-01-271-0/+3
* Porting in chrome/views/phajdan.jr@chromium.org2009-01-277-47/+39
* This change should have few user-visible effects. I think I slightly modifie...pkasting@chromium.org2009-01-263-27/+25
* Some cleanups I've had sitting around for a while that are getting in my way ...pkasting@chromium.org2009-01-261-139/+93
* Two of the three places that set a window mask had it wrong. Fix it.pkasting@chromium.org2009-01-261-1/+4
* Fix warning which breaks compile with gcc 4.3.xmaruel@chromium.org2009-01-261-2/+2
* Small porting in chrome/phajdan.jr@chromium.org2009-01-262-2/+12
* Create a dialog box for the about:network view and kill the tab type.brettw@chromium.org2009-01-242-1/+18
* ===================================================xji@chromium.org2009-01-233-1/+18
* Revert r8560 due to broken interactive_ui_testsmark@chromium.org2009-01-232-12/+2
* Porting in chrome/phajdan.jr@chromium.org2009-01-232-2/+12
* Fix bustage.brettw@chromium.org2009-01-221-1/+1
* use a registrar to safely remove observertc@google.com2009-01-212-6/+5
* Fix BrowserTest.WindowsSessionEnd by moving a virtual calltc@google.com2009-01-211-4/+5
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+1
* Rework the command updater to not be dependent on views::Button (needed for p...ben@chromium.org2009-01-202-10/+2
* Fix the broken commit in r8250. The problem was that basictypes.herg@google.com2009-01-2013-172/+389
* Revert "revert r8217 until memory tests are fixed." This re-applies r8217.tc@google.com2009-01-202-5/+34
* Generate all chrome .vcproj files:sgk@google.com2009-01-171-19/+145
* Revert "Add #ifdefs to the views/ code and move windows specific codeerg@google.com2009-01-1713-387/+171
* Add #ifdefs to the views/ code and move windows specific code into their own ...erg@google.com2009-01-1713-171/+387
* revert r8217 until memory tests are fixed.ben@chromium.org2009-01-172-34/+5
* window.cc should not include browser_list.h ... dependent (non-browser) windo...ben@chromium.org2009-01-162-5/+34
* Fix maximized mode drawing offscreen in Classic mode. Apparently Classic, un...pkasting@chromium.org2009-01-151-7/+14
* Constify the params of a couple View functions, which I'll need for an upcomi...pkasting@chromium.org2009-01-152-10/+20