summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* This CL fixes xji@chromium.org2009-04-211-13/+36
* Better omnibox handling of numeric input. Now we search based on the user's ...pkasting@chromium.org2009-04-213-11/+46
* Merge BookmarkContextMenuGtk back into BookmarkContextMenu.erg@google.com2009-04-219-544/+178
* Reland this change from yesterday. Gets basic text in omnibox2 popup working....ben@chromium.org2009-04-212-40/+53
* posix: URLFixerUpper would DCHECK on input "/".evan@chromium.org2009-04-212-6/+17
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-2153-147/+163
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-2153-163/+147
* Makes it possible to mock URLFetcher.sky@chromium.org2009-04-214-4/+157
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-214-97/+104
* Implement (kinda) ProcessSingleton for the Mac.avi@google.com2009-04-212-4/+38
* Handle file drops and URL open requests. Along with declaring that we handle ...avi@google.com2009-04-212-9/+69
* Unbreak accelerators, and add ctrl+_ for zoom out.estade@chromium.org2009-04-211-1/+5
* GTK: Properly escape download item label markup.estade@chromium.org2009-04-211-9/+10
* Fix a memory leak in the download shelf.estade@chromium.org2009-04-211-2/+5
* Fix #include (.h, not .cc).sgk@google.com2009-04-211-1/+1
* Hook up alt-d on linux.estade@chromium.org2009-04-211-2/+2
* This CL fix issue 2674 - search engine name containing parenthesis is not dis...xji@chromium.org2009-04-215-10/+16
* I missed this file in my last checkinestade@chromium.org2009-04-211-4/+11
* Add open/close animations to infobar, download shelf.estade@chromium.org2009-04-216-48/+214
* Handle a race between the remove tab animation resizing the closing tab and t...jhawkins@chromium.org2009-04-211-1/+11
* Unit test for sad tab view.pinkerton@chromium.org2009-04-211-0/+39
* Unit tests for button cells we use in the UI.pinkerton@chromium.org2009-04-212-0/+83
* Fix a leak introduced in http://codereview.chromium.org/62061dkegel@google.com2009-04-211-2/+2
* Review URL: http://codereview.chromium.org/77006apavlov@chromium.org2009-04-217-41/+51
* Add a bunch of basic unit tests for view classes.pinkerton@chromium.org2009-04-215-0/+200
* Rework the RWHV so that when it gets a paint message from the renderer it imm...avi@google.com2009-04-212-45/+57
* More solid detection of browser process in chrome_process_util_linux.cc:phajdan.jr@chromium.org2009-04-211-1/+2
* Rename web_contents_view to tab_contents_view to fix the mac build.brettw@chromium.org2009-04-211-1/+1
* Fix a leak of the NavigationController during many tests. A duplicatebrettw@chromium.org2009-04-214-22/+14
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-2123-55/+48
* I managed to break test_shell. Reverting. I'll fix tomorrow.agl@chromium.org2009-04-2110-208/+59
* Linux: move X operations from the IO to UI2 thread.agl@chromium.org2009-04-2110-59/+208
* Disable check for active window when it doesn't look like Chromium is the frontpam@chromium.org2009-04-201-4/+21
* Roll back this change until I can understand why it's having adverse effects.ben@chromium.org2009-04-202-53/+40
* Make sure to free any remaining tabs on tabstrip destruction. There are two ...jhawkins@chromium.org2009-04-201-0/+10
* posix: port PrependCommand to Windows and use for the plugin launcher.evan@chromium.org2009-04-201-5/+2
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-2020-191/+187
* When restoring a closed tab using either ctrl-shift-T or the context menu, putpam@chromium.org2009-04-208-5/+187
* First round of getting text into the omnibox2 popup. Looks ugly and has no bo...ben@chromium.org2009-04-202-40/+53
* Only create a What You Typed match when it's likely to be relevant. See bug ...pkasting@chromium.org2009-04-203-102/+121
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-2071-1340/+1001
* Test forcing the display of the controller's view.pinkerton@chromium.org2009-04-203-0/+11
* Trivial cleanup of a recently added function:pkasting@chromium.org2009-04-202-20/+21
* Add a FieldTrial and histograms for measuring impact of http prioritization.willchan@chromium.org2009-04-203-21/+42
* Better alignment of the omnibox edit entry.deanm@chromium.org2009-04-205-80/+127
* Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing...pkasting@chromium.org2009-04-203-26/+59
* Add a unit test for BaseView. Add a helper to get the contentView more easily.pinkerton@chromium.org2009-04-203-1/+60
* Make sure that the window is repositioned and if applicable visible before re...ananta@chromium.org2009-04-201-3/+3
* Reverting 14005.brettw@chromium.org2009-04-1871-993/+1338
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-1871-1338/+993