summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux: Fix interstitials to work across tab changes.willchan@chromium.org2009-05-181-3/+8
* Forward simplified mouse events to the RenderViewHostDelegate::View so that i...erikkay@google.com2009-05-182-0/+16
* Chrome-part of disabling web fonts by default while still alowing SVG fontsjshin@chromium.org2009-05-161-0/+2
* GTK: Add download shelf first show animation.estade@chromium.org2009-05-152-10/+13
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-155-10/+70
* Linux: Make findbar restore focus to last focused widget on close.estade@chromium.org2009-05-152-30/+7
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-154-0/+14
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-2/+2
* Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t...abarth@chromium.org2009-05-151-1/+1
* Refactors menus so that I can create a MenuGtk implementation, and moves it intosky@chromium.org2009-05-142-13/+15
* Remove even more ATL dependencies.maruel@chromium.org2009-05-141-1/+1
* Save/restore the focused subview.avi@google.com2009-05-132-4/+20
* Remove a comment referencing tab contents type switching.brettw@chromium.org2009-05-131-3/+1
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-136-1/+43
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-131-1/+1
* Remove even more ATL dependencies.maruel@chromium.org2009-05-131-1/+1
* This is the successor to http://codereview.chromium.org/67150maruel@chromium.org2009-05-132-13/+21
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-132-2/+2
* Linux: fix a couple focus issues:estade@chromium.org2009-05-121-5/+7
* Remove two context menu entries that were never implemented!tc@google.com2009-05-121-17/+6
* Revert "Revert "Only show the original RWHV or the interstitial page at any t...willchan@chromium.org2009-05-121-0/+6
* Be slightly more precise in how we propagate mixed content state.abarth@chromium.org2009-05-121-1/+1
* Revert "Only show the original RWHV or the interstitial page at any time."willchan@chromium.org2009-05-111-6/+0
* Only show the original RWHV or the interstitial page at any time.willchan@chromium.org2009-05-111-0/+6
* Stop leaking RenderWidgetHostViewGtk.willchan@chromium.org2009-05-081-1/+0
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+3
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* Linux: Store/restore focus in tab contents during tab swithcing.estade@chromium.org2009-05-082-4/+30
* Various popup UI fixes:pkasting@chromium.org2009-05-083-55/+22