summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-228-23/+2
* Revert "Don't send resize messages until the renderer has been initialized."evan@chromium.org2009-04-228-2/+23
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-228-23/+2
* Always enable copy-link-address in context menu.brettw@chromium.org2009-04-221-2/+4
* Move all data members from WebContents to TabContents in preparation forbrettw@chromium.org2009-04-224-232/+287
* Provide an override for Webview drop effect.tc@google.com2009-04-221-6/+0
* Fix a leak of the NavigationController during many tests. A duplicatebrettw@chromium.org2009-04-211-2/+1
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-2111-35/+29
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-2015-183/+183
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-2014-573/+332
* Reverting 14005.brettw@chromium.org2009-04-1814-332/+573
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-1814-573/+332
* Remove overlap between TabContents and WebContents. Now all the functions inbrettw@chromium.org2009-04-173-170/+158
* Fix the process creation problem. This forces transitions betweenbrettw@chromium.org2009-04-163-5/+66
* Recommit previous change with GYP files fixed.erg@google.com2009-04-161-1/+1
* Fix a mess I made before checkin. I started trying something else but gavebrettw@chromium.org2009-04-161-4/+2
* Reverts the previous two commits. (r13812 and r13811).erg@google.com2009-04-151-1/+1
* Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.erg@google.com2009-04-151-1/+1
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-159-100/+13
* Fix issue: If SpellChecker is disabled through UI, then right-click context m...sidchat@google.com2009-04-151-1/+2
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-156-101/+64
* Oops. Fix build.willchan@chromium.org2009-04-151-1/+1
* Fix missing backing store in Linux.willchan@chromium.org2009-04-158-3/+24
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-1415-467/+99
* Add a Cocoa file picker.avi@google.com2009-04-141-3/+1
* Remove the DOMUIHost. It is not used by any code.brettw@chromium.org2009-04-135-19/+1
* Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i...jam@chromium.org2009-04-131-0/+3
* Once you search for something in a tab, you are very likely to search for the...finnur@chromium.org2009-04-132-2/+17
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-135-162/+295
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-122-5/+3
* GTK: implement link info bars (first cut).estade@chromium.org2009-04-101-4/+6
* The profile Source parameter of a BookmarkModelLoaded event can be null durin...tim@chromium.org2009-04-091-1/+1
* Fix a flicker of the URL bar after you enter it. The codebrettw@chromium.org2009-04-091-0/+7
* Disable inactive rendering for the frame before select popups are initialized...ben@chromium.org2009-04-091-2/+2
* When a DOMUI dialog contains HTML with a select or a text-field which would h...jcampan@chromium.org2009-04-091-1/+2
* Fix a missing #include in the mac source.thestig@chromium.org2009-04-091-0/+1
* Scaffolding cleanup.thestig@chromium.org2009-04-081-0/+1
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-082-7/+2
* Enable a bunch of ui tests on Mac.pinkerton@chromium.org2009-04-081-2/+2
* linux: pass a bunch more ui tests.evan@chromium.org2009-04-071-1/+1
* Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.tc@google.com2009-04-072-7/+4
* posix: the code path on either side of this ifdef is identical.evan@chromium.org2009-04-071-10/+0
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-0714-77/+25
* DevTools: tell agent it has client attached early (prior to the navigation).pfeldman@chromium.org2009-04-071-0/+6
* Basic infobars on linux.estade@chromium.org2009-04-061-6/+2
* First pass of refactoring dialogs.avi@chromium.org2009-04-062-10/+10
* Fix issue 8589: Disable spellcheck field from the context menu when spell che...sidchat@google.com2009-04-061-3/+9
* Remove more reliance on tab contents types.brettw@chromium.org2009-04-051-1/+1
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-0411-22/+76
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-041-1/+5