| Commit message (Expand) | Author | Age | Files | Lines |
* | Add VEA supported profiles to GPUInfo. | wuchengli | 2014-09-23 | 17 | -59/+70 |
* | Support distributing vsync info with surfaces. | jbauman | 2014-09-23 | 5 | -0/+22 |
* | Mark the CSS3DBlueBox pixel test as failing. | Victor Miura | 2014-09-23 | 1 | -0/+2 |
* | Limit outstanding surface draw swaps to max_frames_pending. | jbauman | 2014-09-23 | 2 | -1/+32 |
* | Fix crash caused by NULL response_headers passed to StreamHandleImpl | raymes | 2014-09-23 | 1 | -5/+9 |
* | [proguard] Add VisibleToTesting to clearHistory on NavigationController. | tedchoc | 2014-09-23 | 1 | -0/+3 |
* | Change Zygote ownership in content/. | jln | 2014-09-22 | 2 | -2/+2 |
* | [ServiceWorker] Treat the rejected result of onFetch event as a Network Error. | horo | 2014-09-22 | 1 | -2/+4 |
* | WebContentsAudioMuter: Mute all audio output from a WebContentsImpl. | miu | 2014-09-22 | 7 | -0/+253 |
* | Interface change for net_util.h for WebRTC IPv6 support. | guoweis | 2014-09-22 | 2 | -3/+7 |
* | Fix content_gl_tests not starting on Windows debug bots. | John Abd-El-Malek | 2014-09-22 | 1 | -1/+1 |
* | Remove failing expectations for the pixel tests. | jmadill | 2014-09-22 | 1 | -1/+0 |
* | Make PepperTryCatch hold a reference on PepperPluginInstanceImpl | dmichael | 2014-09-22 | 1 | -1/+10 |
* | Browser Plugin: Minor cleanup | fsamuel | 2014-09-22 | 2 | -5/+1 |
* | Update CSS3DBlueBox pixel baseline. | jmadill | 2014-09-22 | 2 | -1/+2 |
* | Fix WeakPtrFactory member placement | anujk.sharma | 2014-09-22 | 1 | -2/+2 |
* | Avoid heap allocation with uncoalesced touch events | jdduke | 2014-09-22 | 2 | -38/+40 |
* | Add input coordinate information to InputLatency | skyostil | 2014-09-22 | 3 | -19/+147 |
* | Fix the way how we create webrtc::AudioProcessing in Chrome. | xians | 2014-09-22 | 1 | -1/+2 |
* | Remove old navigation APIs from RenderViewHost. | creis | 2014-09-22 | 3 | -26/+1 |
* | Move content_gl_tests.isolate to content. | jam | 2014-09-22 | 2 | -1/+83 |
* | mac: Fix build with 10.9 SDK (from Xcode 6). | Nico Weber | 2014-09-22 | 1 | -0/+1 |
* | [Sheriffing] Removing dependency from GN file | mathp | 2014-09-22 | 1 | -2/+0 |
* | Removing uses of X11 native key events. | kpschoedel | 2014-09-22 | 4 | -141/+22 |
* | [DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De... | dgozman | 2014-09-22 | 9 | -52/+111 |
* | Disable DeviceInertialSensorBrowserTest.LightOneOffInfintyTest. | vasilii | 2014-09-22 | 1 | -1/+2 |
* | ServiceWorker: Change worker script fetch error code. | xiang.long | 2014-09-22 | 8 | -21/+66 |
* | Add wfh@chromium.org to ipc OWNERS files | sdefresne | 2014-09-22 | 1 | -0/+1 |
* | Quick fix for windows try bots flakiness. | loislo | 2014-09-22 | 1 | -0/+15 |
* | [DeviceLight] Browser+java part | rijubrata.bhaumik | 2014-09-22 | 28 | -47/+601 |
* | DumpAccessibilityTreeTest.AccessibilitySource is failing. | shreeram.k | 2014-09-22 | 3 | -0/+3 |
* | MediaStream content_unittests need to trigger a GC before tear down | haraken | 2014-09-22 | 6 | -17/+50 |
* | Add update observer to file_system_operation_impl_unittest for | iseki | 2014-09-22 | 6 | -0/+134 |
* | Make VEA test support videos with different coded size and visible size | henryhsu | 2014-09-22 | 1 | -157/+311 |
* | [Athena] Simple pull to refresh implementation | pkotwicz | 2014-09-21 | 3 | -7/+201 |
* | Cleanup BrowserPluginGuest::SwapCompositorFrame | fsamuel | 2014-09-20 | 1 | -25/+0 |
* | Telemetry: Fix exact_matches in telemetry.test_runner. | jbroman | 2014-09-20 | 5 | -12/+8 |
* | Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i... | dcheng | 2014-09-20 | 2 | -12/+19 |
* | [Checkstyle] Enable boolean simplification and empty expression checks. | aurimas | 2014-09-20 | 3 | -5/+7 |
* | Fix more references to webkit's run_webkit_tests.py. | tfarina | 2014-09-20 | 1 | -18/+3 |
* | Browser Plugin: Remove dependency on NPAPI | fsamuel | 2014-09-20 | 11 | -459/+43 |
* | Reland of "Remove void** from disk_cache interface." | gavinp | 2014-09-20 | 2 | -19/+12 |
* | AX: Add a string for week picker. | tkent | 2014-09-20 | 2 | -0/+5 |
* | Remove implicit conversions from scoped_refptr to T* in content/ | dcheng | 2014-09-20 | 4 | -7/+11 |
* | Remove acolwell & shadi from media OWNERS files. | acolwell | 2014-09-20 | 7 | -14/+0 |
* | Linux sandbox: add behind-flag USR2 handler for crash debugging. | Julien Tinnes | 2014-09-20 | 1 | -0/+44 |
* | Allow out-of-process iframes to paint in --site-per-process. | creis | 2014-09-19 | 1 | -2/+11 |
* | Use entry URLs instead of entry IDs to determine when to dismiss the overscro... | mfomitchev | 2014-09-19 | 3 | -27/+37 |
* | [Android] Expose GetPendingEntry from NavigationController | dtrainor | 2014-09-19 | 4 | -19/+59 |
* | Remove some dead BrowserPlugin and OOPIF compositing code. | fsamuel | 2014-09-19 | 15 | -422/+3 |