summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Make our distributor logo light on XP (and leave it dark on Vista).glen@google.com2008-08-021-2/+2
* Add a non-interactive distributor logo to the window frame. This logo disappe...glen@google.com2008-08-014-21/+70
* Let the logo display correctly on the History and Downloads pages in RTL. Thi...glen@google.com2008-08-012-17/+35
* SCons build:sgk@google.com2008-08-011-0/+3
* Automation provider should send real windows messages to the window when simu...beng@google.com2008-08-011-8/+33
* Make closetabsopenedby walk the whole tabstrip instead of just all the tabs t...ojan@google.com2008-08-011-1/+1
* Fix DCHECK in history_backend by ensuring we clear redirect tracking state wh...timsteele@google.com2008-08-011-1/+61
* Add the ability to dynamically generate keywords. Mark the Google engine as ...pkasting@google.com2008-08-0110-160/+277
* Adds a backend for the bookmarks bar that reads/writes to a JSONsky@google.com2008-08-016-0/+640
* Adds the BrowserView to the XPFrame/VistaFrame, and moves the BrowserToolbarV...beng@google.com2008-08-0112-148/+257
* Forward declare Task in ssl_manager.h. Cleanup some uses of notification_ser...deanm@google.com2008-08-014-4/+3
* Fix a bug introduced with the locking changes to login_prompt.cc :\deanm@google.com2008-08-011-1/+1
* Remove atomic operations from login_prompt.cc. Removes an atomic tess and se...deanm@google.com2008-08-011-12/+18
* Pick the most commonly used search engine as the default when we have competi...pkasting@google.com2008-08-011-3/+6
* Allow trailing commas in JSON responses from suggestion services. Various re...pkasting@google.com2008-08-011-0/+1
* Have CommandCloseTabsOpenedBy iterate through the tabs in reverse order to av...ojan@google.com2008-08-011-6/+5
* Make BrowserView implement the BrowserWindow interface so we can start movin...beng@google.com2008-08-012-1/+201
* Move the BookmarkBarView into the frames.beng@google.com2008-08-017-46/+69
* Eliminate the infinite read loop that can occasionally allowpaulg@google.com2008-08-011-8/+20
* Minor alignment tweaks to simple XP frame.glen@google.com2008-07-311-3/+6
* Stop the new tab page fading in if it's not your startup tab.glen@google.com2008-07-313-40/+28
* Command-line flag to allow the debugger UI to be loaded from the filesystem r...erikkay@google.com2008-07-311-2/+20
* Move BrowserToolbarView to the frames (XPFrame/VistaFrame).beng@google.com2008-07-3111-44/+117
* Updated the SSL UI test with the common name from the new cert.jcampan@google.com2008-07-311-4/+2
* Fix issue where debugger wasn't showing its contents.beng@google.com2008-07-314-3/+20
* Fix SCons breakage, plus latest updates:sgk@google.com2008-07-312-1/+7
* Fix 1303177: Homepage field left enabled even though Reset to Default sets ho...finnur@google.com2008-07-312-7/+9
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-3148-144/+149
* We were reporting Google Update errors as error:0, due to the fact that we we...finnur@google.com2008-07-312-0/+6
* Simplifies the project configuration by setting the lib dependency in the sou...maruel@google.com2008-07-311-2/+6
* Initial cleanup and refactoring to make debugger UI use DHTML and get rid of ...erikkay@google.com2008-07-3121-80/+580
* Initial cleanups en route to coalescing the get-it-built cut-and-paste from v...sgk@google.com2008-07-312-76/+70
* Stub out the files to be used for the new browser frame.beng@google.com2008-07-3112-0/+677
* Move dialog-specific aspects of ClientView into a new subclass DialogClientView.beng@google.com2008-07-3110-56/+40
* Adds exitcodes for the TerminateProcess calls on hung renderers. There are st...ojan@google.com2008-07-313-3/+5
* I looked at the full dump from the previous crashes and it looks like a testi...brettw@google.com2008-07-301-1/+2
* At the first run use Omaha usagestats key to determine whether to collect use...rahulk@google.com2008-07-303-2/+4
* Removes a method never implemented in HistoryDB.sky@google.com2008-07-301-3/+0
* Make the download arrow show and hide correctly in response to shelf visibili...glen@google.com2008-07-305-9/+10
* Simple change to make the "New [incognito] window" commands work like you'd e...pkasting@google.com2008-07-302-6/+5
* Make NonClientView an interface independent of CustomFrameWindow (i.e. move i...beng@google.com2008-07-301-58/+17
* Made changes to display tooltip window when user navigates through the icons ...stanguturi@google.com2008-07-301-0/+12
* Update SCons build for recent changes:sgk@google.com2008-07-301-1/+1
* Insert a commasidchat@google.com2008-07-301-1/+1
* Make sure we remove info-bars on reload.jcampan@google.com2008-07-301-1/+3
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-3015-42/+45
* Send the "shutdown didn't get to finish" metric to UMA.evanm@google.com2008-07-301-0/+4
* Fix 1295677: REGRESSION: Import SETS startup page to imported home page.finnur@google.com2008-07-308-28/+65
* Make HWNDViewContainer set up its contents view separately from its Init method.beng@google.com2008-07-3010-11/+16
* Rename ChromeFrame->BrowserWindowbeng@google.com2008-07-3024-172/+224