summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Fix interstitial crash.willchan@chromium.org2009-06-242-6/+36
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-242-2/+4
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-242-9/+0
* Fix: Omnibox is not updated properly when the main frame results in a file do...yuzo@chromium.org2009-06-241-8/+4
* Build fix, use the correct define for mac.brettw@chromium.org2009-06-231-2/+2
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-23/+50
* Fix crasher where we tried to access a destroyed render widget host view.estade@chromium.org2009-06-235-18/+18
* Plumb a command line argument to enable the XSSAuditor.abarth@chromium.org2009-06-231-0/+2
* Rejiggers the keyword editor so that the UI is independent of the model rathe...ben@chromium.org2009-06-232-5/+12
* Remove TOOLKI_VIEWS cruft from tab_contents_view_gtk.cc now that it has its o...jhawkins@chromium.org2009-06-231-4/+0
* By user request, focus should go to the location bar when about:blank is the ...jcampan@chromium.org2009-06-221-0/+3
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-222-6/+11
* Fonts and Languages Linux GTK Preparationmhm@chromium.org2009-06-221-18/+4
* GTK: HTTP Auth dialogs under linux.erg@google.com2009-06-195-21/+89
* Enable DownloadRequestManager for Mac.paul@chromium.org2009-06-191-2/+0
* DevTools: Enable 'Inspect element' on chromeui content while in debug mode.pfeldman@chromium.org2009-06-191-1/+6
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-192-4/+7
* Change URL back to the previous one if the typed URL causes file download.yuzo@chromium.org2009-06-191-0/+7
* Pass a gfk::NativeWindow instead of gfx::NativeView for TemplateURLFetcher.mattm@chromium.org2009-06-171-5/+1
* Implements the Page Info window on Mac.mark@chromium.org2009-06-171-3/+3
* Remove the windows specific bits from login_prompt.cc and make LoginPromptWin...erg@chromium.org2009-06-173-7/+3
* Do not write a profile path on a BookmarkDragData object since a dragged url ...yusukes@google.com2009-06-171-0/+617
* Fix a crash when the ThumbnailGenerator.brettw@chromium.org2009-06-174-11/+37
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-164-0/+583
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-164-5/+76
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-163-2/+5
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-164-76/+5
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Removes entirely dead code paths related to ConstrainedWindows.erg@chromium.org2009-06-162-35/+0
* Remove unnecessary static_cast in the ctor of TabContents and AsWC helperbrettw@chromium.org2009-06-161-32/+20
* Group renderer processes by privilige when we hit the max process count.mpcomplete@google.com2009-06-153-14/+92
* Fixes bug where keyword editor would end up prefixing all keyword urlssky@chromium.org2009-06-151-2/+2
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-152-3/+7
* Consider a redirect following user gesture as user-initiated in maintainingyuzo@chromium.org2009-06-154-5/+76
* Move TabContentsViewWin and RenderViewContextMenu*Win to browser/views/tab_co...ben@chromium.org2009-06-146-1004/+0
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-132-2/+2
* The context menu in external hosts would not work as expected as the command ...ananta@chromium.org2009-06-132-0/+18
* Restructure menu initialization for the TabContents. InitMenu cannot be calle...ben@chromium.org2009-06-133-3/+6
* Create a basic test case for the common usage of BlockedPopupContainer.erg@google.com2009-06-131-0/+9
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-126-98/+113
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-129-25/+54
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-1214-13/+117
* Fix leak in my interstitial page test.willchan@chromium.org2009-06-121-1/+1
* Oops, disable the correct test this time :)willchan@chromium.org2009-06-121-3/+3
* Disable leaky web_contents_unittest.cc interstitial test.willchan@chromium.org2009-06-121-1/+2
* Linux: Special case focus handling so that we don't tell webkit it's lost foc...estade@chromium.org2009-06-113-4/+17
* Make sure view-source: is applied to RenderView when it is reused for a newbrettw@google.com2009-06-113-1/+60
* Move renderer_preferences.h from chrome/browser into chrome/common. Wetc@google.com2009-06-112-2/+2
* Fix crash on interstitial page when the renderer crashed.willchan@chromium.org2009-06-112-2/+41