summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assorted cleanup.estade@chromium.org2009-11-231-2/+2
* gtk: Hide the status bubble when the mouse nears it.derat@chromium.org2009-11-142-8/+12
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-3/+3
* implement "Learn more" link in "Aw snap" page.kuan@chromium.org2009-11-102-5/+18
* Return false from TabContentsViewWin::HandleKeyboardEvent even if the tab con...ananta@chromium.org2009-11-101-1/+4
* Enable localization of default downloaded filename.tony@chromium.org2009-11-041-1/+2
* Fix conflicts between accelerator keys and HTML DOM accesskeys.suzhe@chromium.org2009-10-234-14/+19
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-4/+6
* Lands http://codereview.chromium.org/306039 for Sean:sky@chromium.org2009-10-222-0/+63
* Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...sky@chromium.org2009-10-132-28/+10
* Shorten the generated file name to be less than MAX_PATH (on Windows).kuchhal@chromium.org2009-10-131-2/+4
* Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...nsylvain@chromium.org2009-10-132-10/+28
* Gets blocked popups to work on views/gtk. I had to fix a couple ofsky@chromium.org2009-10-122-28/+10
* Forwards mouse leave to renderer for views/gtk.sky@chromium.org2009-10-121-5/+5
* Pulls WebDragDest out of TabContentsViewGtk so that it can be used bysky@chromium.org2009-10-082-1/+10
* Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW...jam@chromium.org2009-10-084-49/+0
* Wires up sad tab for views/gtk, and fixes crash in requesting focussky@chromium.org2009-10-083-2/+18
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-293-11/+15
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-282-12/+7
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-282-7/+12
* [Relanding erg's change with fix for toolkit_views shortcuts and jcampan@chromium.org2009-09-251-1/+1