summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Initializing the struct before using it, as mandated byfinnur@chromium.org2009-07-031-9/+9
* GTK: when doing a drag from a web page, pass a recent mouse down to gtk_drag_...estade@chromium.org2009-07-022-6/+12
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-012-17/+35
* Try to track down the cause of the Drag&Drop crash seen in bug 12524.finnur@chromium.org2009-07-011-0/+5
* First cut at popup blocking for Mac. Remove ifdefs in cross-platform code. Im...pinkerton@chromium.org2009-07-013-11/+7
* Converts BaseView to be non-opaque, which will fix drawing ofrohitrao@chromium.org2009-07-011-0/+10
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-013-29/+17
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-014-13/+28
* Move GetTabContentsID out of tab util because it has nothing to do with tabs orbrettw@chromium.org2009-06-302-24/+0
* Fix for pressing escape during a drag and drop operation.arv@google.com2009-06-302-0/+9
* Enable "Save As" on Mac.paul@chromium.org2009-06-301-1/+0
* More web contents dragging.estade@chromium.org2009-06-292-8/+65
* Let RenderProcessHost provide a method HasConnection() instead of exposingbrettw@chromium.org2009-06-291-2/+2
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-2910-1801/+4
* Linux web drag first cut.estade@chromium.org2009-06-272-7/+61
* Simple clean-up of the ssl_manager.h includes.jcampan@chromium.org2009-06-262-0/+2
* Do some minor cleanup I noticed in SiteInstance. Before, we would parse andbrettw@chromium.org2009-06-261-18/+17
* Remove dependency on NavigationEntry from RenderViewHost. The code forbrettw@chromium.org2009-06-261-1/+14
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2).hbono@chromium.org2009-06-251-0/+8
* Merging r18584 into chrome/browser/views/tab_contents/tab_contents_view_win.cc.yusukes@google.com2009-06-241-617/+0
* Fix a bug generating thumbnails. We would only use a stashed thumbnail when itbrettw@chromium.org2009-06-241-6/+13
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-246-45/+49
* 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