summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in linux if the renderer process dies too fast. On mac, wetc@google.com2009-06-108-35/+27
* DevTools: migrate sanity tests to javascript.pfeldman@chromium.org2009-06-102-5/+1
* Fix 13570: Find box stops responding to browser window resize.finnur@chromium.org2009-06-091-1/+4
* Modified ThumbnailStore to cache/store JPEGs insteadbrettw@chromium.org2009-06-091-4/+10
* Creates a BlockedPopupContainerView interface, and changes the current Blocke...erg@google.com2009-06-081-8/+2
* Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...jcampan@chromium.org2009-06-085-18/+14
* Display extension processes in task manager.phajdan.jr@chromium.org2009-06-061-0/+5
* When navigating to a page triggering an interstitial from the NTP, the title ...jcampan@chromium.org2009-06-061-7/+7
* Remove the obsolete TabContents::GetSecurityStyle andwtc@chromium.org2009-06-042-39/+0
* Why can't passing localy and on the try bots mean it compiles on the builders...erg@google.com2009-06-041-0/+1
* Add atlapp.h. Wasn't neccessary on my local windows machine but builders want...erg@google.com2009-06-041-0/+1
* Relanding the first of probably several patches trying to clean up the Blocke...erg@google.com2009-06-043-35/+29
* Implement window state restoration for the views-gtk window.ben@chromium.org2009-06-041-1/+3
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-045-148/+20
* Implement dragging a tab back into a tabstrip for gtk.jhawkins@chromium.org2009-06-031-2/+2
* plugins: rename GetPluginNativeView to GetNativeView.evan@chromium.org2009-06-033-5/+5
* Shows IDN for "Waiting for <host-name>..." message when Chrome is waiting for abrettw@chromium.org2009-06-031-1/+6
* Fix NavigationController::ClassifyNavigation() to treat redirection correctly.brettw@chromium.org2009-06-032-4/+58
* Revert "This is the first of probably several patches trying to clean up the ...erg@google.com2009-06-033-22/+32
* This is the first of probably several patches trying to clean up the BlockedP...erg@google.com2009-06-033-32/+22
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-033-0/+10
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-033-0/+3
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-032-2/+9
* Add some browser-level checks to prohibit access to extension bindings bympcomplete@google.com2009-06-021-0/+4
* This CL fixes issue 10827 -- Hebrew: pop-up menu positioned to right of mouse...xji@chromium.org2009-06-012-6/+11
* Make the bookmark bar closing animation less janky.estade@chromium.org2009-06-011-1/+1
* Linux: ctrl+scroll for zoomestade@chromium.org2009-06-011-0/+19
* When copying urls in the render view context menu, copy them to PRIMARY as we...estade@chromium.org2009-05-294-12/+27
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-2/+2
* Generalize the code that checks for user actions in the render view to work o...estade@chromium.org2009-05-283-9/+4
* This fixes the problem of the status bubble obscuring the download shelf.mirandac@chromium.org2009-05-272-0/+6
* Some ui tests would crash when the browser was closed.jcampan@chromium.org2009-05-271-6/+10
* DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev...pfeldman@chromium.org2009-05-271-1/+2
* For "Copy link address" context menu, copy the URL with Unicode host namejungshik@google.com2009-05-271-27/+27
* SetInitialFocus() when there's no view to restore to.shess@chromium.org2009-05-261-0/+6
* Removes some dead code in TabContentsViewGtk and makes it compile forsky@chromium.org2009-05-263-39/+6
* Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...finnur@chromium.org2009-05-222-26/+42
* Use a NotificationRegistrar to listen for notifications.BUG=2381pkasting@chromium.org2009-05-222-8/+5
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-5/+4
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-221-1/+2
* Move more misplaced tests.abarth@chromium.org2009-05-222-0/+1602
* Move site_instance_unittest.cc next to site_instance.ccabarth@chromium.org2009-05-221-0/+400
* Find box regression: Doesn't move if obscuring. The problem is that we get mu...finnur@chromium.org2009-05-211-1/+5
* Fix bustage in toolkit views build caused by lack of #ifdef OS_WINben@chromium.org2009-05-211-0/+5
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-212-0/+2
* Enable "View page info" context menu only for pages which developer commandsestade@chromium.org2009-05-211-3/+3
* Revert 16567.ben@chromium.org2009-05-212-2/+0
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-212-0/+2
* Fix inspection of extensions.aa@chromium.org2009-05-194-10/+0
* More NOTIMPLEMENTED() swatting.estade@chromium.org2009-05-181-2/+4