summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* [content shell] ShouldOpenDownload() returns true if the callback will not be...jochen@chromium.org2013-03-251-6/+4
* [content shell] first reset the test runners before going to about:blankjochen@chromium.org2013-03-251-2/+2
* [content shell] automatically open downloads in a new window for layout testsjochen@chromium.org2013-03-254-1/+27
* Split the libpeerconnection target up in two parts. The new target, libjingle...tommi@chromium.org2013-03-252-0/+3
* Turn on cheapness estimator for impl-side paintingskyostil@chromium.org2013-03-252-3/+3
* Detect debugging target crash.kaznacheev@chromium.org2013-03-2510-67/+184
* remove obsolete skia_sandbox_support_win files, and call SkTypeface_win's apireed@google.com2013-03-251-2/+2
* In the tab capture code, use the FrameSubscriber mechanism and the notificati...nick@chromium.org2013-03-253-683/+1252
* Enable broker plugin process out of sandboxkjyoun@google.com2013-03-2514-87/+216
* Do batching handling of favicon change notifications.levin@chromium.org2013-03-242-6/+41
* Temporarily disable triggers for audio UI indicator until after M27 branch.miu@chromium.org2013-03-241-0/+12
* Changes to build ash_unittests with RunLoop().RunUntilIdle().tfarina@chromium.org2013-03-244-5/+9
* Allow removal of interrupted downloads when removing a group of downloads.rdsmith@chromium.org2013-03-242-1/+47
* Android: Make LibraryLoader threadsafe and augment documentationandrewhayden@chromium.org2013-03-241-14/+36
* TextureImageTransportSurface: Reuse TextureDefinitionsievers@chromium.org2013-03-242-89/+84
* Remove WebMediaPlayerInProcessAndroidqinmin@chromium.org2013-03-241-1/+0
* Add hooks to allow retrieving the current known tracing categories.dsinclair@chromium.org2013-03-243-5/+35
* Removing command line switch to disable deferred 2d canvas.junov@chromium.org2013-03-246-9/+0
* Limit to only 10 image requests per page in ResourceScheduler.simonjam@chromium.org2013-03-244-83/+405
* Browser Plugin: Small cleanup to make behavior of BrowserPluginGuestManager::...fsamuel@chromium.org2013-03-241-1/+1
* Re-enables accelerated compositing for background extensions. Background exte...vangelis@chromium.org2013-03-241-1/+15
* Fix <select multiple> accessibility regression.dmazzoni@chromium.org2013-03-242-17/+11
* Several minor fixes for the software compositor.skaslev@chromium.org2013-03-241-0/+1
* Add isNavigationToDifferentPage to didNavigateMainFrame for Android.tedchoc@chromium.org2013-03-242-3/+7
* NULL is not convertible to ProcessHandle (aka pid_t, aka int) in Mac 64.avi@chromium.org2013-03-241-1/+1
* content: Add "Rasterization" field to about:gpu.reveman@chromium.org2013-03-242-0/+21
* Browser Plugin: Added gesture recognizer per guest RenderView.fsamuel@chromium.org2013-03-2413-41/+224
* Windows: Do not collect D3D11 stats for Ivy Bridge on Vista or DisplayLink.apatrick@chromium.org2013-03-241-2/+8
* Allow more than one asynchronous copy in CompositingIOSurfaceMachclam@chromium.org2013-03-244-245/+262
* Launch packaged app with files on Drive on Chrome OS.kinaba@chromium.org2013-03-241-1/+1
* Expose a concept of bottom overdraw amount for cc drawing viewport.tedchoc@chromium.org2013-03-2420-13/+93
* cc: Chromify rendering_statsalexst@chromium.org2013-03-241-18/+18
* GPU: Merge the GpuChannel message filters.backer@chromium.org2013-03-242-112/+85
* Fix the device orientation premature DeviceData deletion concurrency issuetimvolodine@chromium.org2013-03-232-6/+5
* Pepper: Unify Buffer and BufferTrusted APIs.teravest@chromium.org2013-03-231-2/+1
* Fix a param signature in BrowserPluginGuest.lazyboy@chromium.org2013-03-232-2/+2
* Filter out inactive RenderViewHost instances when enumerating available debug...kaznacheev@chromium.org2013-03-231-0/+6
* - switch CleanupReference to have a reaper thread rather than sacrificial obj...joth@chromium.org2013-03-232-34/+149
* Windows: Fix bug in interpretation of return code for win32 registry functions.apatrick@chromium.org2013-03-231-6/+4
* IndexedDB: Rename confusing ipc identifier variablesjsbell@chromium.org2013-03-239-175/+181
* Add graphs for PeerConnection statsjiayl@chromium.org2013-03-237-7/+1366
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-2310-35/+25
* Implement windows mousewheel scroll by page functionalityjamesr@chromium.org2013-03-231-2/+0
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-234-4/+4
* Re-land: cc: Enable solid color prediction by defaultvmpstr@chromium.org2013-03-232-3/+3
* Return #document as the accessible tag name for the document element.dmazzoni@chromium.org2013-03-231-0/+1
* Browser Plugin: Only install BrowserPluginMessageFilter if render process sup...fsamuel@chromium.org2013-03-237-5/+34
* On Win, the accessible value of a document should be its url.dmazzoni@chromium.org2013-03-233-2/+21
* Remove dead method WebContents::ShouldAcceptDragAndDropdcheng@chromium.org2013-03-233-16/+0
* Suppress touchscreen tap immediately after a GestureFlingCancelmohsen@chromium.org2013-03-238-92/+387