summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a test program for generating false positive statisticspaulg@google.com2009-04-171-0/+280
* A subset of the bookmarks API- missing events- missing unit tests- missing ab...erikkay@google.com2009-04-177-121/+562
* Due to some crashes in teardown, change NotificationObserversmbelshe@google.com2009-04-176-39/+44
* Initial implementation of the FindBar on Mac.rohitrao@chromium.org2009-04-1714-23/+497
* Move the implementation of AutocompletePopupView from AutocompletePopupWin to...ben@chromium.org2009-04-177-165/+162
* Remove a hack that's no longer needed.pinkerton@chromium.org2009-04-171-7/+0
* Valgrind reports memory leak in unit test. This is true since we had re-used...brg@chromium.com2009-04-171-26/+38
* Fixes saving files that don't have valid extensions.avi@chromium.org2009-04-172-1/+5
* Implement a unit test for the toolbar controller. Plumb the profile into the ...pinkerton@chromium.org2009-04-176-19/+143
* Reduce the false positive rate for SafeBrowsing gethash requests.paulg@google.com2009-04-174-4/+27
* Fix break due to disabling Toolbar5Importer test.scherkus@chromium.org2009-04-171-1/+1
* Disabled Toolbar5ImporterTest.BookmarkParse due to failing valgrind/purify te...scherkus@chromium.org2009-04-171-1/+3
* Fix 10573: Dismissing Find-in page doesn't set focusfinnur@chromium.org2009-04-172-61/+65
* Add a comment explaining the ownership model between AppModalDialogtc@google.com2009-04-171-1/+4
* Refactor NineBox to take 9 image ids instead of having to createtc@google.com2009-04-175-129/+103
* EscapeQueryParamValue differs from encodeURIComponent in that it doesn't esca...glen@chromium.org2009-04-171-5/+4
* History observer was observing the wrong profile in incognito mode.glen@chromium.org2009-04-171-2/+4
* Delete dialog after calling completion routines.pinkerton@chromium.org2009-04-171-0/+1
* Makes SupportsFeature virtual and adds a virtual destructor to Browser.sky@chromium.org2009-04-171-2/+2
* On uninstall ask whether to delete profile.kuchhal@chromium.org2009-04-174-18/+137
* added windows.getWindows() and tabs.moveTab()rafaelw@chromium.org2009-04-173-17/+139
* Remove overlap between TabContents and WebContents. Now all the functions inbrettw@chromium.org2009-04-174-204/+162
* Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...pkasting@chromium.org2009-04-176-138/+65
* Split out the contents view into its own header. rename it to AutocompletePop...ben@chromium.org2009-04-165-448/+495