summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Port some files in chrome/browser/ - part 1.deanm@chromium.org2008-11-259-35/+60
* Port base/watchdog to Linux.deanm@chromium.org2008-11-251-2/+2
* Changes tab restore service to handle restoring closed windows as asky@google.com2008-11-257-213/+340
* Some crashes reported from the field seems to indicate that whenjcampan@chromium.org2008-11-253-3/+20
* Attempt at fixing crash in WebContents::ShowWidget. I suspect this issky@google.com2008-11-254-0/+30
* Changes table_view to get position for context menu from the currentsky@google.com2008-11-251-2/+4
* The first run sentinel does not get created for system installcpu@google.com2008-11-251-2/+11
* Changelist for erg's readability review.erg@google.com2008-11-253-114/+180
* Fix for 1498134, possible crash when cancelling a url request. Thesky@google.com2008-11-252-2/+29
* Set the delegate on incoming TabContents in BlockedPopupContainer::ReplaceCon...erg@google.com2008-11-251-3/+5
* Enable the encoding menu for javascript and css files. jungshik@google.com2008-11-251-1/+4
* Reverting 5971.maruel@chromium.org2008-11-253-136/+2
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-253-2/+136
* Fix crash with plugin installer infobar due to the infobardelegate not being ...ben@chromium.org2008-11-258-18/+30
* Re-land 5929 (r5882) with crash fix and also this change:ben@chromium.org2008-11-2517-266/+331
* Get rid of ISO-8859-9 in the character encoding menu because it's now treated...jungshik@google.com2008-11-253-6/+2
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-243-4/+5
* Fixes a potential memory leak with a message creation.klink@chromium.org2008-11-241-4/+3
* rollbackben@chromium.org2008-11-247-90/+83
* Re-land r5882 with a crash fix.ben@chromium.org2008-11-247-83/+90
* Don't reenter Webkit, while it waits for outgoing sync calls to complete. Thisananta@chromium.org2008-11-241-0/+4
* Reverting 5882. It broke LoginPromptTest.TestBasicAuth and .TestTwoAuths.maruel@chromium.org2008-11-247-84/+76
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-225-5/+4
* Add new infobar files to SCons build.sgk@google.com2008-11-222-0/+3
* Build fix 2.evanm@google.com2008-11-221-2/+1
* Build fix.evanm@google.com2008-11-221-1/+2
* This change makes the following infobars use the new system:ben@chromium.org2008-11-227-76/+84
* Back out r5252 temporarily to see if it is related to thewtc@google.com2008-11-221-10/+1
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-226-60/+56
* fix bustageben@chromium.org2008-11-211-0/+2
* Beginnings of a new InfoBar system.ben@chromium.org2008-11-2114-16/+976
* Attempt 2 at this fix. I hit after my patch. The problem appears to besky@google.com2008-11-212-6/+8
* Fix a few leaks in SafeBrowsing. These have been around since the beginning,...erikkay@google.com2008-11-214-8/+76
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-212-19/+19
* Rename Container->Widgetben@chromium.org2008-11-2164-192/+183
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-212-19/+19
* Fix issue where NTP metrics for restored tabs weren't getting recorded correc...glen@chromium.org2008-11-212-4/+1
* Fixes possible crash in creating Browser. The crash could happensky@google.com2008-11-211-0/+5
* Discard CHAR events if their corresponding KEY_DOWN events triggered accelera...pkasting@chromium.org2008-11-212-2/+17
* Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc...pinkerton@google.com2008-11-212-0/+7
* Adds various docking positions when dragging around a tab. I've addedsky@google.com2008-11-2012-107/+1079
* * fix build errorkuchhal@chromium.org2008-11-201-1/+1
* * fix build errorkuchhal@chromium.org2008-11-201-1/+2
* - If the exe rename command fails try calling Google Update to do the same jo...kuchhal@chromium.org2008-11-201-6/+37
* Don't CHECK if we couldn't get a handle to the renderer process, it may have ...jam@chromium.org2008-11-201-1/+1
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-201-3/+3
* Revert "Make the net resource interface use StringPiece instead oftc@google.com2008-11-201-3/+3
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-201-3/+3
* Don't execute a NOTREACHED in TabStrip::DestroyDraggedSourceTab if thesky@google.com2008-11-201-1/+2
* Cache the generated html for directory listings. This will allow the net res...deanm@chromium.org2008-11-191-7/+26