summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Disable thumbnailing of WebContents created for Instant to avoid unnecessary ...mazda@chromium.org2012-05-022-2/+9
* Notify the text-check resulthbono@chromium.org2012-05-022-1/+3
* Restore context menus to hosted app sites.benwells@chromium.org2012-04-302-21/+17
* Don't group same-site links in new windows in the same SiteInstance.creis@chromium.org2012-04-272-17/+6
* Remove EPM:all_hosts_ and use all_extension_views_ instead.benwells@chromium.org2012-04-261-15/+5
* Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...erg@chromium.org2012-04-251-2/+2
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-1/+1
* Death to TCVV!ben@chromium.org2012-04-182-93/+0
* TabContents -> WebContentsImpl, part 20.avi@chromium.org2012-04-1710-11/+11
* Add more functionality to WebView.ben@chromium.org2012-04-172-11/+0
* Fix a crash in ThumbnailGenerator when instant search is enabled.mazda@chromium.org2012-04-121-0/+4
* TabContents -> WebContentsImpl, part 5.avi@chromium.org2012-04-113-4/+4
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-101-1/+0
* Convert view source ui_tests to browser_tests. I also renabled them, hopefull...jam@chromium.org2012-04-102-109/+84
* Reland r131452: Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio...mazda@chromium.org2012-04-102-31/+103
* Revert 131452 - Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio...mazda@chromium.org2012-04-092-103/+31
* Add GLHelper::AsyncCopyTextureTo and make thumbnail generation asynchronous.mazda@chromium.org2012-04-092-31/+103
* Added type enum to the base class with a getter virtual method. This prevents...dyu@chromium.org2012-04-072-2/+10
* Add a 'version' parameter to SpellingServiceClient::RequestTextCheck().hbono@chromium.org2012-04-071-1/+1
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-11/+10
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-10/+11
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-11/+10
* Adds a TabContentsViewAura.ben@chromium.org2012-04-044-24/+63
* Revert 130442 - Adds a TabContentsViewAura.sergeyu@chromium.org2012-04-034-63/+24
* Adds a TabContentsViewAura.ben@chromium.org2012-04-034-24/+63
* Allow extension context menus to enable/disable itemscduvall@chromium.org2012-04-031-3/+5
* Suppress View Page Info and View Frame Info context menu items when there's n...grt@chromium.org2012-04-021-4/+14
* Allow devtools on extension popup windows for macbenwells@chromium.org2012-03-301-9/+0
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-2/+2
* Do not make a copy of result in GetBitmapForRenderWidgetHost on Aura.mazda@chromium.org2012-03-281-0/+8
* Remove per-tab preference machinery.falken@chromium.org2012-03-261-8/+2
* Always initialize |integrate_spelling_service_|hbono@chromium.org2012-03-262-3/+25
* ui/gfx: Remove linux_util.h include from gtk_util.h, fix up downstream files.tfarina@chromium.org2012-03-261-1/+1
* Support custom drag-and-drop of bookmarks in Aurarbyers@chromium.org2012-03-224-0/+205
* Allow wider than tall clipping as good clipping and add kTooWiderThanTall.mazda@chromium.org2012-03-203-4/+27
* NULL check GetFocusManager() before using it in ChromeWebContentsViewDelegate...jam@chromium.org2012-03-201-0/+2
* Copy a shrinked image from the backing store or compositing surface for gener...mazda@chromium.org2012-03-201-2/+32
* GTK: Part 1 of removing GTK-Views from the gtk/ code.erg@chromium.org2012-03-191-2/+0
* Move MockRenderProcessHost to content/test and put it into the content namesp...tfarina@chromium.org2012-03-161-1/+1
* RenderProcessHost should return the list of registered RWHs, not ipc listeners.pfeldman@chromium.org2012-03-161-5/+4
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-151-6/+6
* Remove tab_contents_view_gtk.h include from chrome. I tried to find a way to ...jam@chromium.org2012-03-152-3/+36
* Support browser side thumbnailing for GPU-composited pages on Windows.mazda@chromium.org2012-03-151-1/+2
* Move creation of content TabContentsViews to content so that we can hide thes...jam@chromium.org2012-03-146-97/+100
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+1
* Enable Mac speech support in the context menu to match other Cocoa apps.asvitkine@chromium.org2012-03-144-34/+113
* content: Switch out from struct PaintAtSizeAckDetails to a std::pair instead.tfarina@chromium.org2012-03-131-5/+4
* Move download_types.h to content/public and rename it to match the one struct...jam@chromium.org2012-03-131-3/+3
* Move WebDragDestDelegate to content/public/browser.tfarina@chromium.org2012-03-123-5/+5
* [Coverity] Fixed pass-by-value to pass-by-referencegroby@chromium.org2012-03-123-11/+12