summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Remove osx_wifi.h (WiFi support for OSX 10.5).bungeman2015-11-063-253/+0
* URLRequestJob: change ReadRawData contractxunjieli2015-11-0617-368/+295
* scheduler: Simplify dependencies for WebThreadImplForRendererSchedulerskyostil2015-11-065-5/+10
* [BackgroundSync] Unify relaunching browser API for all platformsjkarlin2015-11-0610-48/+141
* [Tracing] Estimate memory overhead of AllocationRegisterruuda2015-11-061-0/+5
* Fix crash due to bad UMA bucket range in vaapi acceleratorskcwu2015-11-063-3/+6
* Revert of Move WebUI ownership from the RenderFrameHostManager to the RenderF...carlosk2015-11-0611-343/+321
* Remove comment from WebContentsImpl::RenderFrameCreatedrob2015-11-061-2/+0
* Make blink platform time consistent with the timer virtual timealexclarke2015-11-066-5/+30
* Add browsertests for VibrationManager java impl on android.leon.han2015-11-062-0/+116
* Remove WebNode::childNodes().esprehn2015-11-063-8/+1
* [Ozone] Enables advanced video scalingwilliam.xie2015-11-061-0/+1
* Don't listen to title updates from subframes.creis2015-11-061-2/+4
* Fix blink bluetooth layout tests.rkc2015-11-061-0/+6
* Changing gamepad sanitization to happen after mappingbajones2015-11-066-75/+123
* Make mouse wheel events trigger WebContentsObserver::DidGetUserInteraction.dominickn2015-11-064-6/+35
* Preload the media foundation, h.264 decoder and the dxva2.dll before the gpu ...ananta2015-11-063-17/+36
* Gather more debug info for the switch away from page id for titles and state.creis2015-11-063-8/+65
* Add access count and time-since-accessed histograms to temp storage eviction.calamity2015-11-062-15/+70
* Reland of OOPIF: Route keyboard events to focused frame in the browser proces...alexmos2015-11-0610-7/+118
* content: Add more debugging to ResourceDispatcher.erikchen2015-11-062-2/+10
* Revert of Let RenderFrameImpl set navigationStart based on CommonNavigationPa...nasko2015-11-062-70/+44
* [Android] Remove Android-specific code for setting MaxRendererProcessCountmnaganov2015-11-061-20/+1
* Handle MJPEG HW Decode case in VideoCaptureImplemircan2015-11-051-10/+16
* bluetooth: Use GattServicesDiscovered functionortuno2015-11-054-62/+257
* SkDevice shouldn't be accessed outside of Skia; it will soon betomhudson2015-11-051-9/+10
* Show quick menu for insertion handle on long-pressmohsen2015-11-056-26/+101
* Let RenderFrameImpl set navigationStart based on CommonNavigationParamscsharrison2015-11-052-44/+70
* Introduce isSandboxedForTesting.achuith2015-11-051-0/+11
* Move MotionEventAndroid to ui/events/androidkhushalsagar2015-11-0512-747/+15
* Make window.scroll properties relative to the layout viewport by default.ymalik2015-11-051-3/+3
* Log warnings for audio glitchesservolk2015-11-051-0/+6
* Make the Mac pop-up menu helper use the top-level widget.avi2015-11-054-14/+15
* Remove RenderFrameImpl::is_local_root_ since it is unnecessary.dcheng2015-11-052-12/+13
* Remove deprecated methods from WebView and WebWidget.jbroman2015-11-051-4/+4
* Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost.carlosk2015-11-0511-321/+343
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-055-16/+16
* Revert "Make mouse wheel events trigger WebContentsObserver::DidGetUserIntera...cschuet2015-11-054-34/+6
* Reducing scope of few CalledByNative calls in ContentViewCoreajith.v2015-11-053-10/+4
* Jump to IO thread when adding WebRTC log messages on Android.grunell2015-11-051-0/+17
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-0529-163/+101
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-0529-101/+163
* bluetooth: Implement TxPower and RSSI of BluetoothAdvertisementDataortuno2015-11-057-11/+137
* IWYU for net_util.h included in header files.tfarina2015-11-052-1/+4
* Partial revert of r357449 to keep Flash 19.x working.thestig2015-11-051-0/+1
* Add a flag for enabling compositor property treesajuma2015-11-053-0/+5
* Make mouse wheel events trigger WebContentsObserver::DidGetUserInteraction.dominickn2015-11-054-6/+34
* Make document.activeElement work with OOPIF.alexmos2015-11-0511-34/+165
* Android Webview IPC-based sync compositingboliu2015-11-0531-102/+1465
* base: SysInfo::Uptime() returns a TimeDeltasque2015-11-051-2/+1