summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Changes docking in the following ways:sky@google.com2009-03-101-140/+80
* Move the tab images into the TabRenderer class.jhawkins@chromium.org2009-03-102-76/+86
* Fix interactive UI tests. It was crashing due to a NULL ExtensionsService in...mpcomplete@google.com2009-03-101-1/+2
* Unrevert 11294.mpcomplete@google.com2009-03-102-7/+96
* Highlight tab close button on click. Original patch by kimworking@gmail.com,...pkasting@chromium.org2009-03-101-2/+4
* Make Chromium windows not hide auto-hide taskbars, take 2.pkasting@chromium.org2009-03-105-32/+68
* NO CODE CHANGEdeanm@chromium.org2009-03-1089-91/+0
* InputWindow's window delegate should pass DeleteDelegate through to its own d...ben@chromium.org2009-03-101-0/+5
* Make the last tab part of the client area instead of the non-client as it is ...ben@chromium.org2009-03-092-14/+0
* Reverting 11294.mpcomplete@google.com2009-03-092-96/+7
* Support loading extensions into the bookmark toolbar.mpcomplete@google.com2009-03-092-7/+96
* Remove the spellcheck language preference setting when UI language is changed...sidchat@google.com2009-03-091-0/+5
* Fixes session restore bug where we wouldn't necessarily correctlysky@google.com2009-03-091-1/+0
* Fixes crash in ResizeCorner. ResizeCorner was caching the BrowserViewsky@google.com2009-03-092-7/+22
* Back out r10845 because it caused too many other regressions.pkasting@chromium.org2009-03-095-65/+33
* BUG=8345hclam@chromium.org2009-03-094-14/+63
* Test to see if we can reduce some crashes by deferring delegate destruction u...ben@chromium.org2009-03-0617-21/+13
* Refactor the download shelf context menu in preparation for porting.estade@chromium.org2009-03-061-4/+63
* Fixing two small regressions in the Find box:finnur@chromium.org2009-03-061-3/+11
* Add a command-line disable-p13n and use that to disablemunjal@chromium.org2009-03-053-7/+12
* The new history and download tab caused a regression where opening the NTP wo...jcampan@chromium.org2009-03-052-1/+5
* NO CODE CHANGE.maruel@google.com2009-03-059-13/+23
* Fix the bug: Scrolling the Spell-checker drop-down box adds the languages scr...sidchat@google.com2009-03-052-2/+44
* Reduce the height of options on the Languages panel.mal@chromium.org2009-03-051-2/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0530-90/+90
* Fixes regression where bookmark manager would show black backgroundsky@google.com2009-03-051-3/+6
* Revert r9953 since it caused regressions like: ben@chromium.org2009-03-042-0/+6
* Fix potential crash if the saved options tab is ever out of bounds.ben@chromium.org2009-03-041-1/+4
* Fix another regression. Coordinate calculation in the OpaqueBrowserFrameView:...ben@chromium.org2009-03-041-1/+5
* Reland r10674, which got lost during Ben's reorg of the frame code.pkasting@chromium.org2009-03-042-7/+7
* Take 2 at moving SupportsWindowFeature from BrowserViewtc@google.com2009-03-042-39/+11
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-049-19/+19
* Fix regression where the window caption buttons weren't clickable when maximi...ben@chromium.org2009-03-042-17/+14
* Fix release-only build break.pkasting@chromium.org2009-03-041-0/+1
* Make Chromium windows not hide auto-hide taskbars.pkasting@chromium.org2009-03-045-37/+69
* Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded.ben@chromium.org2009-03-033-1623/+0
* Move RemoveTabAt to the TabStrip interface from RemoveTabAnimation.jhawkins@chromium.org2009-03-032-23/+21
* Revert "Use grit to generate locale rc files and remove the old locale rc fil...tc@google.com2009-03-032-11/+39
* Move SupportsWindowFeature from BrowserView to Browser sotc@google.com2009-03-032-39/+11
* Clean up a few comments / formatting related to the location bar.deanm@chromium.org2009-03-031-1/+2
* Fix a small issue changing back to glass frame from opaque where theben@chromium.org2009-03-031-1/+1
* Make it so that dropdown selects don't deactivate the main frame when opened ...ben@chromium.org2009-03-032-0/+5
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-031-2/+1
* Support DWM switching.ben@chromium.org2009-03-0322-1032/+735
* Fix bookmark and menu drag images by making a halo around them. This makesbrettw@chromium.org2009-03-0212-5/+17
* Separate the AutocompleteEditView from the cross-platform code.deanm@chromium.org2009-03-022-5/+6
* Fix system menu positioning in fullscreen mode to be at the upper left corner...pkasting@chromium.org2009-02-282-8/+11
* Does two changes to appease chrome bot runs:sky@google.com2009-02-284-3/+14
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-283-56/+34
* When we open a popup window from an app window, we used to identify this popu...mad@chromium.org2009-02-271-3/+3