summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-0620-28/+33
* Fix a bug where a download isn't canceled when the user requests it.paul@chromium.org2009-08-052-7/+21
* Safari Bookmark/Favicon import.jeremy@chromium.org2009-08-055-89/+344
* Fix include path for header file to fix sync build.tim@chromium.org2009-08-051-1/+1
* GTK: Fancy html5 draggy stuff.estade@chromium.org2009-08-052-60/+157
* Reverting 22517.rohitrao@chromium.org2009-08-0522-468/+426
* Ensure that we never call into WebCore::Page static methods when Page constru...dglazkov@chromium.org2009-08-058-1/+22
* Draw the theme overlay. I hadn't implemented this previously becausetc@google.com2009-08-051-7/+7
* Add the anti-clockwise waiting throbber to app mode/popup windows.tc@google.com2009-08-053-24/+49
* Implement TabContentsViewMac::SizeContents(), so that the TabContentsViewjaphet@chromium.org2009-08-051-2/+5
* Use a font size of 9pt in the tab titles. This is a bittc@google.com2009-08-051-5/+7
* extensions: clean up some code I saw while tracking down a bugevan@chromium.org2009-08-051-4/+3
* linux: always show bookmarks bar on NTPevan@chromium.org2009-08-051-1/+1
* Original change by Min-Yu Huang <minyu.huang@gmail.com> intc@google.com2009-08-053-11/+11
* Add the sync files to chrome.gyp. They still don't result in anything buildi...tim@chromium.org2009-08-052-2/+2
* Rewrites the Mac view resizing logic to have the BrowserWindowControllerrohitrao@chromium.org2009-08-0522-426/+468
* Add some spacing to titlebar buttons.estade@chromium.org2009-08-053-18/+52
* Adds a unit test for coverage of bug 15786.sky@chromium.org2009-08-051-1/+6
* linux: rearrange widget layout in importer dialogevan@chromium.org2009-08-054-58/+55
* Clean up SavePage UI test, remove dead code.phajdan.jr@chromium.org2009-08-051-21/+2
* Removes notification observers at the end of each CustomHomePagesModel unittest.rohitrao@chromium.org2009-08-051-0/+5
* Reverting 22478.avi@chromium.org2009-08-0511-506/+5
* Linux: preload ffmpeg in the zygote.agl@chromium.org2009-08-052-0/+8
* On bookmark edit, the OK button is now disabled if the entered URL isjrg@chromium.org2009-08-053-12/+61
* Quick 'low-risk-for-the-next-release' fix to increase theme install/load perf...glen@chromium.org2009-08-051-1/+1
* Add the WS_CLIPCHILDREN style to the external tab container window to prevent...robertshield@chromium.org2009-08-051-1/+1
* Fix a DCHECK hit inside the bookmark matching code.evan@chromium.org2009-08-051-9/+10
* Implement back/forward toolbar menus on Mac (bug 13203).avi@chromium.org2009-08-0511-5/+506
* Another try to make Valgrind errors go away without figuring out how to do a ...jorlow@chromium.org2009-08-051-0/+6
* Temporarily disable DOM Storage tests since they are exposingjorlow@chromium.org2009-08-051-3/+3
* Run the DOM Storage layout tests in the UI test framework since the test shel...jorlow@chromium.org2009-08-052-1/+75
* Use the theme ID as as the cache-buster, making subsequent NNTP loads much fa...glen@chromium.org2009-08-051-2/+3
* Make the DOMUIThemeSource load and pass through a PNG, rather than relying on...glen@chromium.org2009-08-054-24/+37
* Linux: forward --log-level from the browser to the zygote.mdm@chromium.org2009-08-051-0/+13
* Add files to browser/sync and tweak includes.tim@chromium.org2009-08-0543-21/+8316
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-055-18/+36
* Undo my bonehead mistake of checking in a modification to theaa@chromium.org2009-08-051-6/+0
* Unpack extensions in-process in --single-process mode.mpcomplete@chromium.org2009-08-041-1/+3
* linux: yet more polish for the new toolbar graphicsevan@chromium.org2009-08-041-2/+9
* Make extensions in the extension shelf render their content to a visible GTKphajdan.jr@chromium.org2009-08-044-16/+24
* GTK Theme: Fix location bar display on popup windows.erg@google.com2009-08-041-3/+5
* Better match IE's proxy settings.ericroman@google.com2009-08-041-1/+5
* NNTP: Update the position of the option menu.arv@google.com2009-08-041-3/+3
* posix: remove unused ie7_logins database tableevan@chromium.org2009-08-041-1/+8
* The initial registration of the browser accelerators for toolkit_views was sh...jcampan@chromium.org2009-08-044-15/+128
* Activate scrollbars (etc.) upon selecting a tab.avi@chromium.org2009-08-041-1/+5
* Keep scrollbars (etc.) active upon pulling down menu extra.avi@chromium.org2009-08-041-0/+7
* GTK: Make folder tree views expand columns properly, also refactor the code i...estade@chromium.org2009-08-044-30/+27
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-045-50/+104
* Disable input events when a JS dialog is showing.tc@google.com2009-08-044-1/+31