summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Disable synchronous XMLHttpRequests in platform app documents.mihaip@chromium.org2012-05-301-0/+1
* Move ParamTraits<base::PlatformFileInfo> and <base::PlatformFileError>.tsepez@chromium.org2012-05-302-57/+0
* Better cross platform behavior for blur.dtseng@chromium.org2012-05-301-2/+1
* Make BrowserMainParts have an empty implementation to make embedding easier.jam@chromium.org2012-05-305-24/+28
* Make ContentClient have a default implementation to make embedding easier.jam@chromium.org2012-05-307-151/+52
* Fix the DomStorage is "wicked slow" bug by adding a renderer side cache and u...michaeln@google.com2012-05-308-219/+379
* Add android download controller.nileshagrawal@chromium.org2012-05-306-0/+530
* [Android] Split the address parser from AddressDetector for WebView use.leandrogracia@chromium.org2012-05-309-900/+1014
* Cleanup content::P2PPortAllocator.sergeyu@chromium.org2012-05-301-16/+1
* Implement correct accessibility states for contenteditable.dmazzoni@chromium.org2012-05-3014-325/+466
* Give ContentMainDelegate a default implementation to simplify embedders.jam@chromium.org2012-05-305-51/+61
* Switch DownloadUrlParameters to use a content::Referrer instead of a GURL for...jochen@chromium.org2012-05-304-7/+10
* handle the case when device is closed before media pipeline is fully initiali...wjia@chromium.org2012-05-3011-40/+366
* Get rid of ContentBrowserClient::GetClipboard as part of simplifying the work...jam@chromium.org2012-05-309-39/+10
* mac: Don't require DYLD_LIBRARY_PATH to be set when using the shared build.thakis@chromium.org2012-05-301-3/+14
* Deprecate FileUtilities::getFileSize and getFileModifiedTimekinuko@chromium.org2012-05-305-108/+0
* Cleanup: Remove the C version of GetUrandomFD()mseaborn@chromium.org2012-05-302-7/+6
* Handle console messages in WebContentsDelegate.mkosiba@chromium.org2012-05-307-4/+51
* Don't throw away GPU data on non-PCI architecturesskyostil@google.com2012-05-301-3/+5
* Add a CHECK() in NPChannelBase::GetChannel() to help investigate crbug.com/97285steveblock@chromium.org2012-05-301-0/+4
* Fix memory leak in V8ValueConverterImpl that I just introduced.kalman@chromium.org2012-05-301-5/+5
* Allow "null" to mean optional in extension APIs (for realz), but normalise itkalman@chromium.org2012-05-304-1/+65
* aura: Do not send unknown gesture events to webkit.sadrul@chromium.org2012-05-302-1/+5
* Move fileapi into its own componentbenwells@chromium.org2012-05-301-1/+2
* ash: Improved window maximize/restore animationsjamescook@chromium.org2012-05-302-1/+6
* Asynchronously launch the GPU process as soon as the IO thread is ready.apatrick@chromium.org2012-05-303-14/+19
* Use AuraTestHelper to initialize aura environment in testoshima@chromium.org2012-05-303-40/+16
* Revert 139433 - Disable accelerated animationvollick@google.com2012-05-303-4/+4
* When clicking rapidly 2 different select popups, we could reach a state wherejcivelli@chromium.org2012-05-301-2/+8
* Modified the pepper file chooser API to support filtering files by extensions.raymes@chromium.org2012-05-302-6/+6
* Disable accelerated animationvollick@google.com2012-05-303-4/+4
* Create default implementations of ContentRendererClient, ContentUtilityClient...jam@chromium.org2012-05-3012-227/+153
* aura/cros: Rename MessagePump{X => AuraX11}.erg@chromium.org2012-05-292-8/+7
* Fix ninja build for android.yfriedman@chromium.org2012-05-293-3/+3
* Handle socket() more gracefully in the GPU policy.cevans@chromium.org2012-05-291-0/+1
* Fix NULL crash.cevans@chromium.org2012-05-291-2/+2
* Issue 121063 fixed: Drag and dropping a file named [something].[andmore].[ext...dcheng@chromium.org2012-05-292-7/+7
* Add the necessary plumbing mechanisms to ensure proper WebGL support inside t...scshunt@google.com2012-05-293-3/+13
* Add deviceSupportsTouch to webglue.flackr@chromium.org2012-05-292-0/+4
* posix: Print renderer PID with --renderer-startup-dialog in Release too.thakis@chromium.org2012-05-291-4/+4
* [OSX/Pepper] Don't have browser cache shmem ref behind ImageData.shess@chromium.org2012-05-291-11/+5
* Pass web intents client suggestions along through webkit glue layer.gbillock@chromium.org2012-05-291-0/+1
* Give a default implementation for ContentBrowserClient so that there's less b...jam@chromium.org2012-05-297-991/+291
* Disable tests that flake/fail inside the Linux SUID sandbox.bradchen@google.com2012-05-291-0/+12
* fix assert on IO thread in incognito mode.wjia@chromium.org2012-05-291-2/+13
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-05-291-1/+1
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-05-292-4/+4
* Avoid double calling OnResponseStarted from BufferedResourceHandlerrdsmith@chromium.org2012-05-293-6/+15
* Fixing Android compile warnings.felipeg@google.com2012-05-291-2/+12
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-05-283-8/+10