summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Patch for accelerator clean-up from Hamaji.jcampan@chromium.org2009-04-301-1/+1
* Minimal SetInitialFocus and RestoreFocus. These aren't final, but thisrohitrao@chromium.org2009-04-301-1/+5
* Migrating the SSL UI tests to be browser tests.jcampan@chromium.org2009-04-292-2/+5
* Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...pkasting@chromium.org2009-04-291-1/+4
* Linux findbar improvements:estade@chromium.org2009-04-291-3/+1
* Revert "Instead of passing down a switch to the renderer, storing a member, e...evan@chromium.org2009-04-291-4/+1
* Instead of passing down a switch to the renderer, storing a member, etc., jus...pkasting@chromium.org2009-04-291-1/+4
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-283-7/+8
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-1/+1
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-283-0/+20
* When navigating from an interstitial to another page with an interstitial, we...jcampan@chromium.org2009-04-272-3/+19
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-252-6/+5
* Passing correct HWND to CreateChromeWindow(). The HWND of the toplevel windowestade@chromium.org2009-04-241-1/+5
* Implement HTML selects as native Cocoa controls for Chrome.paul@chromium.org2009-04-241-0/+3
* Removes FindBar cruft from TabContentsViewMac.rohitrao@chromium.org2009-04-242-69/+2
* Kill WebContents by moving the remaining methods to TabContents. WebContentsbrettw@chromium.org2009-04-244-1878/+1884
* Move another batch of functions for WebContents to TabContents. This alsobrettw@chromium.org2009-04-244-436/+413
* Check for view source mode in DOM UI mode.thestig@chromium.org2009-04-232-7/+37
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-13/+8
* Provide a way for a TabContentsDelegate to take focus when we receive a notif...ananta@chromium.org2009-04-232-6/+15
* Move a bunch of functions from WebContents to TabContents. Change the servicesbrettw@chromium.org2009-04-234-205/+188
* 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