summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-127-28/+16
* forgot these files, fixing clobber buildbeng@google.com2008-09-125-5/+5
* Move View components of the Browser's tab strip into the browser_views projec...beng@google.com2008-09-1214-0/+5355
* Removing static initializers.jcampan@chromium.org2008-09-121-13/+13
* Actually fix the javascript alert crasher in a way thaterg@google.com2008-09-122-1/+16
* Reverting constrained window change. Seems to break tests on TOT.erg@google.com2008-09-112-13/+1
* Fix crasher and possible security vulnerability in popuperg@google.com2008-09-112-1/+13
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-119-260/+245
* Make sure the tabstrip doesn't have the chin above it in maximized view in aero.beng@google.com2008-09-111-1/+2
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-102-16/+16
* The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)...finnur@google.com2008-09-101-3/+8
* Fix grab bag of AeroGlassFrame issues:beng@google.com2008-09-105-21/+22
* Fix bug with resizeBy in Gears dialogs.mpcomplete@google.com2008-09-091-11/+1
* Moves bookmark related classes into bookmarks directory. There are nosky@google.com2008-09-096-7/+7
* Patch from Szymon Piechowicz <szymonpiechowicz@o2.pl>beng@google.com2008-09-091-6/+6
* A couple of quick TODO and other cleanups.beng@google.com2008-09-084-13/+1
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-082-0/+47
* This patch is from Andrew Brampton <me@bramp.net>.sky@google.com2008-09-081-1/+2
* Make sure the browser is destroyed during DestroyBrowser because EndSession h...beng@google.com2008-09-081-1/+9
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-071-3/+0
* Don't reinvent the wheel - base::wclscpy does this work in one line of code.beng@google.com2008-09-071-6/+2
* Allow the import lock dialog to be sized by locale.tc@google.com2008-09-061-4/+8
* Clamp open file name size.beng@google.com2008-09-051-1/+6
* Readding UI test I pulled yesterday; hopefully the bots will like it more now...finnur@google.com2008-09-056-4/+36
* Fixes keyword editor to show error image when keyword isn't valid.sky@google.com2008-09-051-1/+1
* Attempt at fixing crash. I believe this is happening during sessionsky@google.com2008-09-052-1/+14
* Fix the polymorphic WindowResources class and FramePartBitmap enum.maruel@google.com2008-09-046-59/+80
* Fixes crash in BookmarkBarView. If the HistoryService fails to load itsky@google.com2008-09-042-40/+27
* Fix the include order in aero_glass_frame.cc. This was causing issues with WP...maruel@google.com2008-09-041-2/+2
* Localize the 11th hour popup window hack. Right before release, we made a cha...erg@google.com2008-09-041-10/+5
* Make sure the new frames' BrowserView2::TabSelectedAt calls TabContents::DidB...beng@google.com2008-09-031-1/+5
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-033-41/+15
* Fixes crash in making Chrome the default browser from the optionssky@google.com2008-09-031-2/+4
* Moves the bookmark bar view test into the interactive tests. To getsky@google.com2008-09-021-6/+1
* Update Copyright text in SCons config files.sgk@google.com2008-09-011-28/+4
* Implement the 11th hour Google Chrome Beta behaviour for constrainederg@google.com2008-08-291-46/+36
* Fixes crash in ClearBrowsingDataView that can only occur during thesky@google.com2008-08-282-6/+19
* We should not EXPECT to get a browser object or a window object, we should AS...finnur@google.com2008-08-281-0/+2
* Make a step on refactoring navigation. The eventual plan is to have the Navig...brettw@google.com2008-08-282-49/+70
* Remove Google Chrome specific strings from common resources file and use them...rahulk@google.com2008-08-2720-5/+37
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-1/+1
* The positioning of detached dragged tabs was wrong with the new frames, becau...beng@google.com2008-08-271-1/+1
* No code change. Just adding some comments explaining why we need to keep trac...finnur@google.com2008-08-271-3/+7
* Makes deleting history no longer delete starred urls. Thiseffectively reenabl...sky@google.com2008-08-272-2/+2
* Make the system menu for frames have submenus for encoding and text zoombeng@google.com2008-08-262-11/+40
* Extends the toolbar keyboard support. Adds skipping of unavailable elements o...klink@google.com2008-08-261-7/+24
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-264-7/+9
* Sets the visibility bool of the Home button.klink@google.com2008-08-251-0/+2
* Make the AeroGlassFrame better:beng@google.com2008-08-259-175/+253
* Create a unit test for making sure constrined popup windows close when their ...erg@google.com2008-08-251-2/+56