summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-0/+2
* Added net logging to DownloadItem.ahendrickson@chromium.org2012-02-086-21/+454
* PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.piman@chromium.org2012-02-0831-101/+126
* fix regression where GPU was allowed on webui pagesestade@chromium.org2012-02-081-1/+1
* Zero-init TOOLINFO struct in RenderWidgetHostViewWin::EnsureTooltip().msw@chromium.org2012-02-081-1/+1
* Fix leaks in RenderWidgetHost(ViewAura)Testoshima@chromium.org2012-02-083-12/+13
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-0819-50/+137
* ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.tfarina@chromium.org2012-02-081-1/+2
* Fallback to software renderer if GPU process crashes often enough.jbauman@chromium.org2012-02-084-9/+58
* Add ObserverListThreadSafe::IsEmpty().sergeyu@chromium.org2012-02-082-6/+1
* Add a 'invalidate resize rect' IPC message.thakis@chromium.org2012-02-075-0/+24
* Use InterstitialPage through a delegate interface instead of deriving from it.jam@chromium.org2012-02-074-55/+153
* Defer render_widget draw until host window is availablejamesr@chromium.org2012-02-074-12/+36
* Adding command line switch --enable-deferred-2d-canvasjunov@chromium.org2012-02-074-0/+7
* Revert 120789 - Propogate status setting for profiler to track parentsjar@chromium.org2012-02-078-38/+23
* Revert 116551 - Fix bug 62037: Task manager tooltips appear behind task manag...cbentzel@chromium.org2012-02-071-2/+1
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-078-23/+38
* Try to fix 10.6 build after clang revert.thakis@chromium.org2012-02-071-0/+4
* Removed CHECKs used for bug investigation.xhwang@chromium.org2012-02-075-23/+6
* Fix build (missing NON_EXPORTED_BASE)tommi@chromium.org2012-02-072-2/+2
* Provide a hint for the idle notification handler.ulan@chromium.org2012-02-071-1/+4
* Monitor the IO message loop in the AudioDevice classes.tommi@chromium.org2012-02-077-74/+178
* WebSpeechInputResult::set() was renamed to assign()hans@chromium.org2012-02-071-1/+1
* Cleanup: Remove even more dead switches.thestig@chromium.org2012-02-072-13/+0
* content::URLFetcher: Add HTTP PUT request type and method to append header st...kuan@chromium.org2012-02-075-4/+22
* Move gpu client files to content_common, in content/common/gpu/clientpiman@chromium.org2012-02-0728-223/+208
* Early-return in RenderViewImpl::DidFlushPaint() if there is no WebView.wez@chromium.org2012-02-071-0/+5
* Fix windows buildpiman@chromium.org2012-02-071-1/+2
* Remove a non-existing file from content_common.gypimichaeln@google.com2012-02-071-1/+0
* Remove renderer dependencies from the GPU client classes.piman@chromium.org2012-02-0711-146/+212
* Add self to content/common/gpu/OWNERSpiman@chromium.org2012-02-071-0/+1
* Reduce GPU sandbox level on NVIDIA optimus computers.jbauman@chromium.org2012-02-079-4/+25
* Mark IndexeDBBrowserTestWithLowQuota.QuotaTest test as DISABLED.jsbell@chromium.org2012-02-071-1/+2
* Implement required tracing API for UnitTestWebKitPlatformSupport.jbates@chromium.org2012-02-061-1/+7
* re-enable call to XInputEnablescottmg@google.com2012-02-061-1/+1
* Mark disabled IDB tests as flaky to check status.jsbell@chromium.org2012-02-061-5/+5
* Allow SiteInstance for about:blank in new tab to be reused.creis@chromium.org2012-02-062-4/+28
* Revert "Support sharing of ContentMain and BrowserMain code with embedded use...evan@chromium.org2012-02-0619-863/+558
* Support sharing of ContentMain and BrowserMain code with embedded use cases.marshall@chromium.org2012-02-0619-558/+863
* Move TabContentsViewMac to content.avi@chromium.org2012-02-067-2/+815
* Introduce ResourceThrottle as a replacement for chrome's usage of ResourceHan...darin@chromium.org2012-02-0611-90/+419
* Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre...jam@chromium.org2012-02-0614-34/+245
* URLFetcherTempFileTest should not be flaky after 120507.sergeyu@chromium.org2012-02-051-8/+2
* Mark URLFetcherTempFileTest.LargeGet FLAKY_ on ChromeOS to stop halting the treedbeam@chromium.org2012-02-051-2/+8
* Added net logging to BaseFile.ahendrickson@chromium.org2012-02-058-46/+253
* Enable SmallGet. The test that caused original failure has been disabled in 1...sergeyu@chromium.org2012-02-051-2/+2
* Add DCHECK to ensure proper destruction order of P2PSocketDispatcher.sergeyu@chromium.org2012-02-053-2/+9
* "Save As" for content retrieved via POST works in most circumstances.cbentzel@chromium.org2012-02-048-25/+66
* Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.wez@chromium.org2012-02-048-22/+53
* Split TabContentsViewMac.avi@chromium.org2012-02-045-9/+54