summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-46/+0
* Kill WebContents by moving the remaining methods to TabContents. WebContentsbrettw@chromium.org2009-04-241-1511/+0
* Move another batch of functions for WebContents to TabContents. This alsobrettw@chromium.org2009-04-241-364/+0
* Check for view source mode in DOM UI mode.thestig@chromium.org2009-04-231-5/+15
* Move a bunch of functions from WebContents to TabContents. Change the servicesbrettw@chromium.org2009-04-231-58/+0
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-1/+1
* Revert "Don't send resize messages until the renderer has been initialized."evan@chromium.org2009-04-221-1/+1
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-1/+1
* Move all data members from WebContents to TabContents in preparation forbrettw@chromium.org2009-04-221-56/+1
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-7/+1
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-2/+2
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-189/+138
* Reverting 14005.brettw@chromium.org2009-04-181-138/+189
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-189/+138
* Remove overlap between TabContents and WebContents. Now all the functions inbrettw@chromium.org2009-04-171-8/+127
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-4/+3
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-19/+15
* Fix missing backing store in Linux.willchan@chromium.org2009-04-151-1/+1
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-0/+4
* Once you search for something in a tab, you are very likely to search for the...finnur@chromium.org2009-04-131-2/+10
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-131-88/+3
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-3/+2
* The profile Source parameter of a BookmarkModelLoaded event can be null durin...tim@chromium.org2009-04-091-1/+1
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-081-2/+2
* Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.tc@google.com2009-04-071-4/+2
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-4/+1
* DevTools: tell agent it has client attached early (prior to the navigation).pfeldman@chromium.org2009-04-071-0/+6
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-6/+6
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-041-1/+5
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-7/+4
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-20/+13
* Reverting 12673.brettw@chromium.org2009-03-271-37/+63
* Revert "Fix issues with DOM UI that cause focus to not be set to the URL bar ...evan@chromium.org2009-03-271-63/+37
* Fix issues with DOM UI that cause focus to not be set to the URL bar and thebrettw@chromium.org2009-03-271-37/+63
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-251-25/+64
* Reverting 12469.brettw@chromium.org2009-03-251-64/+25
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-251-25/+64
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-0/+6
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-0/+5
* Convert FindInPage wstrings to string16.tc@google.com2009-03-191-1/+1
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-2/+2
* Remove an assertion I added in my DOM UI change. It looks like this happens inbrettw@chromium.org2009-03-181-5/+0
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-10/+95
* SSL Fix: Step 4.abarth@chromium.org2009-03-171-1/+4
* Change a function name.estade@chromium.org2009-03-161-1/+1
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+24
* Reverting 11640.finnur@chromium.org2009-03-131-20/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+20
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-1/+4
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-2/+4