summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Don't allow drop to panels (pop-ups) in ChromeOS.xiyuan@chromium.org2010-06-091-2/+4
* Revert the revert to put it back in.thomasvl@chromium.org2010-06-082-0/+6
* Doing this to see if it fixes some failing tests that started about when this...thomasvl@chromium.org2010-06-082-6/+0
* Ensure that the context menu items displayed in ChromeFrame rendered pages ar...ananta@chromium.org2010-06-072-0/+6
* Only use IDC_ values for command ids in the render view context menu.estade@chromium.org2010-05-131-6/+7
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-1112-514/+150
* Fix crash in tab_contents_view_gtk.cc when delegate is NULL.dpolukhin@chromium.org2010-05-061-8/+12
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-231-3/+0
* Don't select all when autofocusing the location bar on New Tab creation. Use...pkasting@chromium.org2010-04-232-2/+2
* Fix 2 drag-out problems:jianli@chromium.org2010-04-161-3/+8
* Fix DCHECK in web_drop_target_win.cc.dcheng@chromium.org2010-04-161-1/+1
* Remove the second part of SetPageTitle since it's used only for debugging, if...nsylvain@chromium.org2010-04-141-5/+0
* Return an approximately correct drop effect from WebDragTarget::OnDrop.dcheng@chromium.org2010-04-081-12/+2
* Win32 plumbing for dragend event.dcheng@chromium.org2010-04-061-3/+5
* A patch to fix a couple of issues in interactive_ui_tests on ChromeOSoshima@chromium.org2010-04-052-4/+12
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-032-18/+2
* Focus the location bar on any navigation to the NTP. Specifically, this focu...pkasting@chromium.org2010-03-302-2/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-232-2/+2
* Fix HTML5 effectAllowed and dragEffect on Chrome Linux.tony@chromium.org2010-03-231-2/+1
* Hook up HTML5 effectAllowed and dragEffect on Windows.tc@google.com2010-03-232-3/+16
* Reland r41641 "Make DevTools open docked by default..."xiyuan@chromium.org2010-03-222-2/+13
* Retry r41799:estade@chromium.org2010-03-184-5/+23
* Revert r41803 and r41799estade@chromium.org2010-03-174-23/+5
* Basic DragImage implementation.estade@chromium.org2010-03-174-5/+23
* Revert "Make DevTools open docked by default for chrome os."tony@chromium.org2010-03-162-13/+2
* Make DevTools open docked by default for chrome os.xiyuan@chromium.org2010-03-152-2/+13
* Return back all changes in tab_contents_view_win.cc about root view layout.dpolukhin@google.com2010-03-151-4/+17
* Move base/gfx contents to gfx/ben@chromium.org2010-03-143-8/+8
* Temporary revert CLs due to perf regression on New Tab Warm:dpolukhin@google.com2010-03-101-16/+4
* Fix performance regression New Tab Warm introduced in http://codereview.chrom...dpolukhin@google.com2010-03-091-7/+10
* Removed logic which made the container size 0 when recreating a tab contentsdavemoore@chromium.org2010-03-021-7/+16
* Relayout root view in OnWindowPosChanged because when we process this message...dpolukhin@google.com2010-03-021-0/+9
* Revert r39148 because it broke new tab for some kind of links (context menu "...dpolukhin@chromium.org2010-02-171-6/+0
* Remember initial size of new created tab content and use it when GTK widget s...dpolukhin@chromium.org2010-02-161-0/+6
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-1/+7
* Attempt to fix the Linux Views and ChromiumOS builds following r38658.mark@chromium.org2010-02-108-11/+218
* Attempt to fix the Linux Views and ChromiumOS builds following r38658.mark@chromium.org2010-02-105-7/+7
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-8/+31
* Fix Linux/views/ChromeOS build. There are two tab_contents_view_gtk.cc filesphajdan.jr@chromium.org2010-02-091-7/+10
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-6/+8
* Wire popup blocking UI to the new machinery and port over the user's old whit...pkasting@chromium.org2010-02-022-11/+4
* Fix build break.jianli@chromium.org2010-01-152-8/+2
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-154-79/+439
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-1/+1
* Fixes bug in background tabs not getting sized correctly. The bugsky@chromium.org2010-01-121-0/+5
* Fixes bug in background tabs not getting sized correctly. We need tosky@chromium.org2010-01-081-1/+8
* Fix crash/leak issue in native_view_host_gtk.cc.oshima@chromium.org2009-12-231-1/+3
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-104-102/+0
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-042-14/+16
* linux_view: implement learn-more link in crash pagekuan@chromium.org2009-12-023-13/+34