summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* GTK: Dismiss the bookmark folder menu(s) when a context menu item is executed.estade@chromium.org2009-09-236-8/+43
* Disable two ui_tests on linux after a WebKit merge.paul@chromium.org2009-09-221-0/+2
* Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments onsky@chromium.org2009-09-221-1/+1
* Remove potential for command-key equivalents to beat the file menu fix-up tim...pinkerton@chromium.org2009-09-221-0/+33
* Move FTP LIST parsing code to the renderer process.phajdan.jr@chromium.org2009-09-221-41/+3
* Refactor the DB code to make it accessible from test_shell.dumi@chromium.org2009-09-222-207/+30
* Mac: Empty bookmark bar should show IDS_BOOKMARKS_NO_ITEMS.erg@chromium.org2009-09-225-6/+37
* Automated ui test porting + cleanup:estade@chromium.org2009-09-227-127/+128
* Fix appcache_service and request_context referencing.michaeln@google.com2009-09-224-44/+81
* Gets the drop arrow to show when dragging URLs over the tab strip.sky@chromium.org2009-09-223-16/+30
* Fix compiling of sync on linux.zork@chromium.org2009-09-2240-164/+158
* Implements a NOTIMPLEMENTED in GoButton.sky@chromium.org2009-09-222-13/+1
* Do not run ErrorPageTest on XP, too flaky.phajdan.jr@chromium.org2009-09-221-0/+58
* Make it possible to edit bookmark folder names inline. Thistony@chromium.org2009-09-225-13/+78
* Fix so that the doubleclick privacy blacklist does not interfere with Gmailidanan@google.com2009-09-221-2/+2
* Fix crash during import by checking for errors and exiting early.kuchhal@chromium.org2009-09-222-2/+13
* Linux: correctly update window restore bounds.mdm@chromium.org2009-09-221-3/+6
* Makes tab dragging on views restrict the drag to the main window.sky@chromium.org2009-09-222-18/+35
* Have the dock menu "New Incognito Window" item always open a newsgk@google.com2009-09-221-1/+1
* Add a simple about:tcmalloc page that just displays its canned stats.sgk@chromium.org2009-09-221-0/+21
* hide toolstrips in full screen modeerikkay@chromium.org2009-09-223-1/+27
* URLRequestContext needs to keep a reference to StrictTransportSecurityStatemattm@chromium.org2009-09-222-0/+6
* Create an enum for local storage vs. session storage rather than usingjorlow@chromium.org2009-09-224-13/+15
* [Mac] Add favicons to items in folders on the bookmark bar.rsesek@chromium.org2009-09-221-1/+7
* Two minor fixes to extensions/download manager integration:aa@chromium.org2009-09-223-17/+37
* Speed up the BrowserEncodingTest.TestEncodingAutoDetect.jnd@chromium.org2009-09-221-10/+10
* linux: fix a notimplemented by sharing mac codeevan@chromium.org2009-09-223-16/+3
* Use heap memory intead of stack memory to avoid having toaa@chromium.org2009-09-221-6/+8
* Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send...rafaelw@chromium.org2009-09-224-7/+26
* Enable LeakTracker on release builds.eroman@chromium.org2009-09-221-1/+10
* Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.phajdan.jr@chromium.org2009-09-217-27/+84
* Temporarily disable some devtools interactive tests.paul@chromium.org2009-09-211-2/+2
* Making UserScriptMaster::ScriptReloader refcounted thread safecpu@chromium.org2009-09-211-1/+1
* Making ShellLinkItem refcount thread safecpu@chromium.org2009-09-211-1/+1
* [Mac] Use gmock rather than manual mock for autocomplete tests.shess@chromium.org2009-09-213-40/+23
* For bookmark sync, remove cookie support from http bridge and syncapi.chron@chromium.org2009-09-214-65/+5
* Fix race condition with message ports being dropped if sent before a worker s...jam@chromium.org2009-09-213-24/+45
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-212-8/+75
* Makes TabIconView use IDR_PRODUCT_LOGO_16 on non-windows platforms.sky@chromium.org2009-09-211-1/+1
* ~AutocompleteEditViewGtk expects to be the only referencing thesky@chromium.org2009-09-211-0/+1
* Fix clipping issue on extension shelf (when detached).finnur@chromium.org2009-09-211-2/+13
* Make links in the cocoa about dialog clickable. (Try #2).erg@chromium.org2009-09-213-11/+78
* Remove an unused variable and some includes.thestig@chromium.org2009-09-211-17/+1
* Disables the quit menu item for Chrome OS.sky@chromium.org2009-09-212-2/+2
* Remove syncer_paused from syncapi.tim@chromium.org2009-09-212-4/+0
* [Mac] Expose AutocompleteEditViewMac to Cocoa code.shess@chromium.org2009-09-2110-245/+249
* Switch history thread back to base::Thread. Sync unit tests require more than...chron@chromium.org2009-09-213-7/+7
* The main menu button is now enabled by default.sky@chromium.org2009-09-215-42/+23
* allow the handle to be hidden when moles are expandederikkay@chromium.org2009-09-213-90/+143
* Retry of r26698.estade@chromium.org2009-09-214-61/+0