summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Delete HostDelegate objects instead of HostImpl objects to avoid leaking the ...fischman@chromium.org2012-03-061-1/+4
* Revert disabling of transfer_buffer_ cache.nfullagar@google.com2012-03-061-5/+0
* Inform webkit when PPAPI plugin contents are opaque.jbauman@chromium.org2012-03-062-0/+11
* Fix log_if condition oshima@chromium.org2012-03-061-2/+2
* Use a hosted app's opener URL and not its origin to locate it.creis@chromium.org2012-03-066-2/+8
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-061-2/+2
* Fix muted audio when playback rate != 1.0 or 0.0vrk@chromium.org2012-03-062-10/+14
* Make unscheduling per-command-bufferjbauman@chromium.org2012-03-062-22/+9
* Added win media notifiertpayne@chromium.org2012-03-064-7/+253
* Fix performance.timing.navigationStart on cross-renderer navigation.simonjam@chromium.org2012-03-0511-27/+120
* Move overlay stuff out of content. It's only used by sad tab, which is a Chro...jam@chromium.org2012-03-0511-86/+2
* Clean up audio-related utility functions to compute buffer sizesvrk@chromium.org2012-03-056-15/+38
* Replace an usage of ScopedSkRegion with our implementation of scoped_ptr.tfarina@chromium.org2012-03-052-8/+6
* Allow CertStore to be mocked by making its method virtual.markusheintz@chromium.org2012-03-051-6/+7
* Move TabContentsDragWin to content and rename it to WebContentsDragWin.jam@chromium.org2012-03-057-15/+499
* Convert uses of int ms to TimeDelta in content/browser/debugger.tedvessenes@gmail.com2012-03-051-5/+5
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-0579-1076/+1426
* Move MockResourceContext to content/test.tfarina@chromium.org2012-03-059-14/+21
* Prepare for a change in contract to WebViewClient::createView.creis@chromium.org2012-03-052-0/+18
* Coverity: Fix a few pass-by-values.jhawkins@chromium.org2012-03-043-6/+6
* Improve switch between gestures and touch mode when kEnableTouchEventsscottmg@chromium.org2012-03-0312-36/+112
* Cleanup: IWYU for BrowserThread.thestig@chromium.org2012-03-036-11/+20
* Replace void* with int32 for passing download_id to SelectFileDialog::Listener.achuith@chromium.org2012-03-038-38/+24
* Order content::URLFetcher test code correctlyhashimoto@chromium.org2012-03-031-102/+109
* Rename URLFetcherImpl::Core::TempFileWriter to FileWriterhashimoto@chromium.org2012-03-032-108/+98
* Disable the transfer_buffer_ cache by forcing it to be empty; work aroundnfullagar@google.com2012-03-031-0/+5
* Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...dmikurube@google.com2012-03-032-2/+2
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@google.com2012-03-032-2/+2
* Revert 124813 - Improve switch between gestures and touch mode when kEnableTo...vandebo@chromium.org2012-03-0312-108/+36
* Improve switch between gestures and touch mode when kEnableTouchEventsscottmg@chromium.org2012-03-0312-36/+108
* Automatically start the GPU process 5s after browser startup.fischman@chromium.org2012-03-033-16/+26
* Fix and re-enable IndexedDBBrowserTestWithLowQuota.QuotaTestdgrogan@chromium.org2012-03-022-32/+8
* Add a boolean histogram "Chrome.CommandLineUseSystemSSL" to keep track ofkaiwang@chromium.org2012-03-022-4/+5
* Tiny comment tweaks for clarity.pkasting@chromium.org2012-03-021-3/+4
* Only add rescheduled message when there are commands to reschedule.jbauman@chromium.org2012-03-023-1/+12
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-021-24/+0
* Don't suppress HW compositing on the new file manager (chrome://files).fischman@chromium.org2012-03-026-1/+6
* Clean up password manager code.isherman@chromium.org2012-03-025-5/+5
* Use floor time to limit requestAnimationFrame in compositing mode if there ar...jamesr@chromium.org2012-03-021-1/+5
* Ensure that CopyStateFromAndPrune doesn't exceed kMaxSessionHistoryEntries.creis@chromium.org2012-03-023-6/+73
* Move QuotaPermissionContext to content/public/browser and put it in the conte...tfarina@chromium.org2012-03-027-79/+80
* Get rid of chrome dependencies from tab_contents_drag_win.cc. After this I'll...jam@chromium.org2012-03-021-0/+10
* Move TabContentsViewGtk's delegate to content\public\browser. Also name it a ...jam@chromium.org2012-03-024-28/+34
* Windows-only change.enal@chromium.org2012-03-021-0/+1
* Add a const overload to DownloadItem::GetExternalData().asanka@chromium.org2012-03-025-4/+24
* Don't trigger accelerated compositing for 3D CSS when using SwiftShaderjbauman@chromium.org2012-03-021-1/+2
* Make echo message per-command-bufferjbauman@chromium.org2012-03-025-19/+16
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-0212-58/+107
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-022-2/+6
* Make socket permission also allow Pepper socketsdpolukhin@chromium.org2012-03-026-6/+12