summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-012-0/+2
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-0119-68/+90
* Roll back these tab changes since there are still issues.ben@chromium.org2009-01-311-22/+2
* Fix various problems with constrained windows and/or custom frame windows:pkasting@chromium.org2009-01-301-30/+83
* Provides the ability to write a unit test that brings up a browser. Assky@google.com2009-01-302-52/+143
* Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c...pkasting@chromium.org2009-01-291-165/+120
* Per Glen, remove the bottom border of maximized windows. I went ahead and al...pkasting@chromium.org2009-01-294-87/+56
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-292-10/+10
* Make the shared shell dialog not use Windows types, as well as the web contentsbrettw@chromium.org2009-01-293-4/+4
* Move kClientEdgeThickness from BrowserView to NonClientView (which makes more...pkasting@chromium.org2009-01-294-27/+13
* Fix incorrect spacing/width calculation for titlebar text. I used the wrong ...pkasting@chromium.org2009-01-292-51/+49
* Rename RenderWidgetHostView::GetPluginHWND to GetPluginNativeViewbrettw@chromium.org2009-01-291-4/+8
* fix p13n build.tim@chromium.org2009-01-291-0/+3
* Reverting 8822.brettw@chromium.org2009-01-285-167/+83
* Factor out the common parts of the about network dialog. I will be using thisbrettw@chromium.org2009-01-285-83/+167
* Make WebContentsView portable by using the native view types.brettw@chromium.org2009-01-281-2/+3
* Adds the ability to have browser windows shown with a specificsky@google.com2009-01-282-0/+16
* Extend the popup-mode location bar out into the nonclient view. This makes p...pkasting@chromium.org2009-01-272-52/+34
* Fix a small, subtle problem that caused an interactive_ui_test failure.pkasting@chromium.org2009-01-271-2/+8
* Re-land this from earlier... unit tests no longer crash.ben@chromium.org2009-01-274-36/+63
* Fixes tab contents crash. This changes a number of things in draggedsky@google.com2009-01-271-13/+40
* Make popups closer to pixel-perfect. The main problem is that the toolbar is...pkasting@chromium.org2009-01-276-65/+77
* Revert change 8693 because it breaks the unit_tests.nsylvain@chromium.org2009-01-274-63/+36
* Extract a cross-platform LocationBar interface accessible via the BrowserWind...ben@chromium.org2009-01-274-36/+63
* Include chrome/browser/views/SConscript in Linux build.phajdan.jr@chromium.org2009-01-261-3/+171
* This change should have few user-visible effects. I think I slightly modifie...pkasting@chromium.org2009-01-263-279/+304
* Two of the three places that set a window mask had it wrong. Fix it.pkasting@chromium.org2009-01-261-2/+5
* Two things:ben@chromium.org2009-01-245-0/+15
* Create a dialog box for the about:network view and kill the tab type.brettw@chromium.org2009-01-243-0/+454
* ===================================================xji@chromium.org2009-01-236-16/+70
* Prep for generated .vcproj files:sgk@google.com2009-01-231-8/+0
* Don't expose the go and star button views directly through the BrowserWindow ...ben@chromium.org2009-01-234-25/+32
* Fix a bug when saving web pages that have a period in their title.paulg@google.com2009-01-231-1/+1
* BUG=1007hclam@chromium.org2009-01-236-6/+369
* Make the browser talk to the status bubble through an abstract interface to r...ben@chromium.org2009-01-225-77/+55
* (1) If you create tabs and manage to resize the window before themaruel@chromium.org2009-01-221-1/+12
* Fix messed up include path.brettw@chromium.org2009-01-221-3/+3
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-224-6/+6
* Move automation specific accessors to their own interface to make their purpo...ben@chromium.org2009-01-222-14/+25
* Fix p13n build break due to a change in CommandLine class.munjal@chromium.org2009-01-211-1/+2
* Refactor automation wrappers. Move the methods from AutomationProxy to the ap...stoyan@chromium.org2009-01-213-19/+10
* Correct icon/title sizing/placement for varying titlebar font sizes. This ma...pkasting@chromium.org2009-01-211-23/+78
* Fix some problems with scaled icons. This allows the TabIconView to automati...pkasting@chromium.org2009-01-213-12/+42
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+3
* Rework the command updater to not be dependent on views::Button (needed for p...ben@chromium.org2009-01-2010-191/+85
* Revert "revert r8217 until memory tests are fixed." This re-applies r8217.tc@google.com2009-01-202-1/+3
* Porting in chrome/browser/phajdan.jr@chromium.org2009-01-201-0/+1
* Generate all chrome .vcproj files:sgk@google.com2009-01-171-41/+192
* revert r8217 until memory tests are fixed.ben@chromium.org2009-01-172-3/+1
* Pull app modal dialog handling out of the BrowserList to remove the ChromeVie...ben@chromium.org2009-01-161-1/+1