- 30 Aug, 2014 40 commits
-
-
scherkus authored
Most of these events are infrequent yet very useful when debugging. Review URL: https://codereview.chromium.org/520593006 Cr-Commit-Position: refs/heads/master@{#292765}
-
damienv authored
The buffering controller serves two purposes: - for URL playback, this will smooth playback when network condition is not good enough. This basically avoids continuous stuttering in that case. - for MSE playback, it stops playback when either audio or video underruns (which is a special case of the low buffer level state). BUG=408189 Review URL: https://codereview.chromium.org/509213002 Cr-Commit-Position: refs/heads/master@{#292764}
-
tonyg authored
NOTRY=True TBR=dtu@chromium.org BUG= Review URL: https://codereview.chromium.org/526643002 Cr-Commit-Position: refs/heads/master@{#292763}
-
shrikant authored
BUG=406659 R=isherman@chromium.org Review URL: https://codereview.chromium.org/505683004 Cr-Commit-Position: refs/heads/master@{#292762}
-
sievers authored
This creates a (GL)SurfaceView overlay on top of the shell container view which runs its own thread for rendering. It calls into the native draw functor through a small dynamic library (drawgl.so). Committed previously: https://chromium.googlesource.com/chromium/src/+/09acbf59e7e8f1de574498ee5ba8eae0b0775438 Review URL: https://codereview.chromium.org/414503004 Cr-Commit-Position: refs/heads/master@{#292761}
-
rnk authored
R=thakis@chromium.org BUG=409318,82385 Review URL: https://codereview.chromium.org/525703002 Cr-Commit-Position: refs/heads/master@{#292760}
-
oshima authored
BUG=403380 R=mukai@chromium.org Review URL: https://codereview.chromium.org/520273002 Cr-Commit-Position: refs/heads/master@{#292759}
-
jennyz authored
BUG=372857 Review URL: https://codereview.chromium.org/491403003 Cr-Commit-Position: refs/heads/master@{#292758}
-
meacer authored
BUG=404334 Review URL: https://codereview.chromium.org/522053002 Cr-Commit-Position: refs/heads/master@{#292757}
-
qinmin authored
Before we work on transfering from MediaPlayer to MediaCodec, we want to get some statistics on the current mobile video types to see the impacts. We want to know how many video are HLS(which will still use MediaPlayer) and how many videos are using MediaSource(which already uses MediaCodec) BUG=401795 Review URL: https://codereview.chromium.org/505233002 Cr-Commit-Position: refs/heads/master@{#292756}
-
nasko authored
BUG=399775 Review URL: https://codereview.chromium.org/519203002 Cr-Commit-Position: refs/heads/master@{#292755}
-
jrummell authored
As we never shipped a CDM based on CDM_5, we can remove the code. CDM_4 will be removed later, once all clients are upgraded to CDM_6. BUG=401815 TEST=existing EME tests still pass Review URL: https://codereview.chromium.org/518353002 Cr-Commit-Position: refs/heads/master@{#292754}
-
tim authored
TBR=jam@chromium.org BUG=409285 Review URL: https://codereview.chromium.org/524943003 Cr-Commit-Position: refs/heads/master@{#292753}
-
gunsch authored
These are not appropriate for CastBrowserMainParts to manage. R=lcwu@chromium.org,byungchul@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/521753002 Cr-Commit-Position: refs/heads/master@{#292752}
-
rvargas authored
In order to fetch a resource using multiple byte range requests, the cache has to make sure that the resource has not changed, and strong validators are needed for that. However, if the cache only has to return data without talking to the server again, strong validators are not required. It used to be the case that the cache will not return content from sparse entries without revalidating tnem with the server first. But that changed a long time ago to allow regular reuse policies, even for sparse/range requests. This CL allows caching of partial responses that don't have strong validators, as they are useful as described above. BUG=407923 Review URL: https://codereview.chromium.org/509783002 Cr-Commit-Position: refs/heads/master@{#292751}
-
chrome://downloadsbenjhayden authored
BUG=407021 Review URL: https://codereview.chromium.org/503093002 Cr-Commit-Position: refs/heads/master@{#292750}
-
lazyboy authored
The functionality was always broken, so remove it until it gets fixed. We already do not show Searh google for * keyword item anyway. BUG=407897 Test=In a chrome app, open a <webview> that loads an image. Right click on that image. "Search Google for this image" context menu item shouldn't appear. Review URL: https://codereview.chromium.org/523023003 Cr-Commit-Position: refs/heads/master@{#292749}
-
jdduke authored
Currently, selection handle taps are detected using a basic, hard-coded timeout threshold. Update this logic to use the platform tap timeout and scroll slop values, ensuring tap detection consistentcy with the platform. BUG=394093,407963 Review URL: https://codereview.chromium.org/516573003 Cr-Commit-Position: refs/heads/master@{#292748}
-
vitalybuka authored
BUG=374321 Review URL: https://codereview.chromium.org/517193003 Cr-Commit-Position: refs/heads/master@{#292747}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/9bd5bbf9102b164bb5fb0fb0fa0ce065179bbf3f..4ee3e529e2756275a978ae5e4763955a703191f2 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=djsollen@google.com Review URL: https://codereview.chromium.org/522723003 Cr-Commit-Position: refs/heads/master@{#292746}
-
reillyg authored
Fix typos related to which functions send or receive data. Some of these were already resolved in 1816af67d3fb992ff49fb22b2b8fc8908d6ee6b1. Also document where the opaque device ID and connection IDs should be used and how errors are reported. BUG=392036 Review URL: https://codereview.chromium.org/518133004 Cr-Commit-Position: refs/heads/master@{#292745}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/a70eaece73b718e58ad26a2271e8b99dd1727043..54017a561ca598448bfc4ec9dd341f4b68fe9279 TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/523963002 Cr-Commit-Position: refs/heads/master@{#292744}
-
pilgrim authored
BUG=338338 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/520913003 Cr-Commit-Position: refs/heads/master@{#292743}
-
tbarzic authored
TEST=none BUG=none Review URL: https://codereview.chromium.org/521713002 Cr-Commit-Position: refs/heads/master@{#292742}
-
acolwell authored
This change replaces RenderThreadImpl calls in WebMediaPlayerImpl with calls on the WebMediaPlayerParams passed into the constructor. This removes another content/ depencency so that this code can be moved to media/blink. The EncryptedMediaSupport creation was moved to RenderThreadImpl and passed via WebMediaPlayerParams to avoid linking problems that would occur if WebMediaPlayerImpl was in media/blink. BUG=408338 Review URL: https://codereview.chromium.org/517003002 Cr-Commit-Position: refs/heads/master@{#292741}
-
mfomitchev authored
BUG=NONE Review URL: https://codereview.chromium.org/519143002 Cr-Commit-Position: refs/heads/master@{#292740}
-
xhwang authored
BUG=409119 TEST=Tested on Linux and Windows. Review URL: https://codereview.chromium.org/516103004 Cr-Commit-Position: refs/heads/master@{#292739}
-
lazyboy authored
BUG=None Test=None, internal cleanup. Review URL: https://codereview.chromium.org/522563005 Cr-Commit-Position: refs/heads/master@{#292738}
-
gunsch authored
R=byungchul@chromium.org,lcwu@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/517213005 Cr-Commit-Position: refs/heads/master@{#292737}
-
gunsch authored
R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/521943002 Cr-Commit-Position: refs/heads/master@{#292736}
-
zmo authored
This is to figure out which link in RAF is broken to cause flakiness. My current guess is the compositor scheduler issue, and these logs can confirm. BUG=393331 TEST=bots R=kbr@chromium.org TBR=brianderson@chromium.org Review URL: https://codereview.chromium.org/516663004 Cr-Commit-Position: refs/heads/master@{#292735}
-
sievers authored
This adds a browser type 'android-webview-shell' for the test shell activity (AndroidWebView.apk), which is different from the existing 'android-webview' target that uses the device's system WebView for testing. Review URL: https://codereview.chromium.org/517573004 Cr-Commit-Position: refs/heads/master@{#292734}
-
jaekyun authored
A switch RENDERER_WAIT_FOR_JAVA_DEBUGGER is newly added to block ChildProcessMain thread of ChildProcessService until a Java debugger is attached. BUG=378975 Review URL: https://codereview.chromium.org/511683003 Cr-Commit-Position: refs/heads/master@{#292733}
-
mukai authored
- Always shown during the gesture - not showning in minimized state - HomeCardView::SetState is no longer used. Remove it. BUG=408825 R=oshima@chromium.org TEST=athena_unittests Review URL: https://codereview.chromium.org/521493002 Cr-Commit-Position: refs/heads/master@{#292732}
-
grt authored
Use registry virtualization so that stale data on the test machines don't interfere with the tests. BUG=375739 Review URL: https://codereview.chromium.org/521703002 Cr-Commit-Position: refs/heads/master@{#292731}
-
newt authored
Review URL: https://codereview.chromium.org/517403002 Cr-Commit-Position: refs/heads/master@{#292730}
-
mef authored
It used to crash in nativeSetUploadData instead. BUG=409151 Review URL: https://codereview.chromium.org/526503002 Cr-Commit-Position: refs/heads/master@{#292729}
-
sievers authored
Revert of android: Use hw acceleration in android_webview_shell (patchset #9 id:160001 of https://codereview.chromium.org/414503004/) Reason for revert: clang Original issue's description: > android: Use hw acceleration in android_webview_shell > > This creates a (GL)SurfaceView overlay on top of the shell > container view which runs its own thread for rendering. > It calls into the native draw functor through a small > dynamic library (drawgl.so). > > NOTRY=True > > Committed: https://chromium.googlesource.com/chromium/src/+/09acbf59e7e8f1de574498ee5ba8eae0b0775438 TBR=boliu@chromium.org,mkosiba@chromium.org,hush@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/524933002 Cr-Commit-Position: refs/heads/master@{#292728}
-
creis authored
Revert of Keep a copy of page id in RenderViewHost. (patchset #2 id:20001 of https://codereview.chromium.org/517813002/) Reason for revert: Crash data is coming in from the 39.0.2140.0 canary. I'll revert this so that it doesn't continue reporting crashes over the long weekend. (Sadly, the crashes so far appear to be in the browser process and not the renderer process, meaning we don't have a solid explanation yet.) Original issue's description: > Keep a copy of page id in RenderViewHost. > > This is an instrumented version of the patch that will be reverted in a few days. This is meant to catch crashes in edge cases and log enough for us to repro them. > > BUG=407376 > TEST=this may crash for a few people > > Committed: https://chromium.googlesource.com/chromium/src/+/ab752e59a10a2a4c322ee7f6dbbb16a4fdb467e0 TBR=avi@chromium.org NOTREECHECKS=true NOTRY=true BUG=407376 Review URL: https://codereview.chromium.org/526493004 Cr-Commit-Position: refs/heads/master@{#292727}
-
chrome://gpudanakj authored
This add methods to compositor_util.cc to compute the number of raster threads to be used in the renderer process. Then this number is passed to the renderer process explicitly instead of just forwarding a command line flag blindly. If the renderer will use more than one thread, chrome://gpu will report that "Multiple Raster Threads" is enabled, otherwise it shows disabled. If the --num-raster-threads command line argument is used to force more than one thread, then it will show Force enabled. There is no change in behaviour with this patch, it still uses one thread unless forced otherwise on the command line. BUG=237669 Review URL: https://codereview.chromium.org/519923002 Cr-Commit-Position: refs/heads/master@{#292726}
-