summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* My previous refactoring of the mouse-wheel redirecting codejcampan@chromium.org2009-04-131-8/+8
* Add a comment to the hwnd view about proper usage. I was using it incorrectlybrettw@chromium.org2009-04-131-0/+9
* A few more UI commands: duplicate tab, open window.huanr@chromium.org2009-04-132-4/+37
* Review URL: http://codereview.chromium.org/62160robertshield@google.com2009-04-132-0/+12
* Adding versioning support to the chrome automation protocol.robertshield@google.com2009-04-131-1/+7
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-1313-182/+440
* Adds the ability to open a new window by clicking on the dock icon,pinkerton@chromium.org2009-04-131-0/+18
* Disable Leopard's automatic window title gradient height detection, as it getspinkerton@chromium.org2009-04-131-22/+69
* Convert more members to scoped pointers. Move status bubble into browser wind...pinkerton@chromium.org2009-04-1311-72/+60
* A quick fix for Issue 9762 and 9763.hbono@chromium.org2009-04-133-20/+95
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-1214-107/+148
* Enable zooming in on Linux.thestig@chromium.org2009-04-111-1/+9
* This adds link[rel=icon] elements to the DOM UI html files for downloads and arv@chromium.org2009-04-102-0/+2
* Make linux link buttons pretty.estade@chromium.org2009-04-103-12/+64
* Remove histogram connection to base classes in stats_counterjar@chromium.org2009-04-101-0/+1
* Use favicons in the bookmark bar under GTK.erg@google.com2009-04-102-11/+34
* Removing --enable-video and instead relying on having DLLs present.scherkus@chromium.org2009-04-101-1/+0
* Fix missing virtual GetModel().shess@chromium.org2009-04-102-0/+7
* Fix build bustage - make sure GTK Autocomplete edit/popup implement the GetMo...ben@chromium.org2009-04-103-4/+7
* Allow a different omnibox popup to be enabled via the command line (--enable-...ben@chromium.org2009-04-108-13/+194
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-101-0/+2
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-1011-40/+963
* Fix PCH-related build breakpkasting@chromium.org2009-04-101-0/+2
* Fix various problems with the window_sizer code.pkasting@chromium.org2009-04-103-128/+124
* Fix a typo (LOAD_ENABLE_FILE) in a comment added in r11661.wtc@chromium.org2009-04-101-1/+2
* Remove auto commit from TestTabContents. This is the thing preventing me frombrettw@chromium.org2009-04-101-3/+3
* GTK: implement link info bars (first cut).estade@chromium.org2009-04-102-16/+61
* Factor out MakeLinkButton into its own class.estade@chromium.org2009-04-104-60/+113
* Take two converting to scoped pointers, without ui_test failures.pinkerton@chromium.org2009-04-104-28/+32
* Fill in NOTIMPLEMENTEDs in BookmarkBarGtk. Can now reorder bookmarks.erg@google.com2009-04-102-51/+198
* Fix gcc warnings when -Wall got re-enabled for Linux.willchan@chromium.org2009-04-104-13/+12
* The dialog delegate for the in-progress download warning was deleted twice. I...jcampan@chromium.org2009-04-101-5/+3
* backing out r13504 due to ui_test issuespinkerton@chromium.org2009-04-102-24/+25
* Fix dtor ordering, browser must destruct last.pinkerton@chromium.org2009-04-101-1/+1
* Force c++ dtors to get called in objc interfaces (it was always on since gcc4...pinkerton@chromium.org2009-04-102-25/+24
* DevTools. Add V8 Application Remote Debugging Protocol support by apavlov. Or...pfeldman@chromium.org2009-04-1020-7/+2011
* Flesh out more extensions tab api (added getTab, removeTab, updateTab)rafaelw@chromium.org2009-04-103-6/+168
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-101-0/+90
* Remove instances of the New Tab button images that are not being used anymore.jhawkins@chromium.org2009-04-102-8/+0
* Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...jhawkins@chromium.org2009-04-102-7/+9
* Add the New Tab button for Linux tabstrip.jhawkins@chromium.org2009-04-102-7/+248
* Remove content script unit test. Too flakey. Will revisitaa@chromium.org2009-04-101-6/+3
* Restore -Wall to Linux build and set up for -Werror.sgk@google.com2009-04-092-4/+1
* The profile Source parameter of a BookmarkModelLoaded event can be null durin...tim@chromium.org2009-04-092-4/+6
* Change the download UI not to report xx bytes of 0 bytes. Just report "xx byt...thestig@chromium.org2009-04-091-11/+14
* Fix ctrl+tab/ctrl+shift+tab were not working if web contents did not have foc...tc@google.com2009-04-092-25/+43
* Cleanup small mistakes from my previous changelists.willchan@chromium.org2009-04-091-3/+3
* UI test portage, second try.estade@chromium.org2009-04-099-115/+135
* Use two CustomDrawButtonBases to draw ToolbarStarToggleGtk.erg@google.com2009-04-092-65/+30
* Fix a flicker of the URL bar after you enter it. The codebrettw@chromium.org2009-04-092-4/+11