| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
BUG=none
Review URL: https://codereview.chromium.org/947453004
Cr-Commit-Position: refs/heads/master@{#317412}
|
|
|
|
|
|
|
|
|
|
|
| |
This will allow custom media renderers to instantiate
default renderer factory, which expects media log.
BUG=457959
Review URL: https://codereview.chromium.org/943903002
Cr-Commit-Position: refs/heads/master@{#317359}
|
|
|
|
|
|
|
|
|
|
|
|
| |
requestMediaKeySystemAccess().
Also includes additional metadata in KeySystemInfo to support those checks.
BUG=4484922
Review URL: https://codereview.chromium.org/923283002
Cr-Commit-Position: refs/heads/master@{#317257}
|
|
|
|
|
|
|
|
|
| |
R=lcwu@chromium.org,byungchul@chromium.org
BUG=internal b/19004169
Review URL: https://codereview.chromium.org/917063003
Cr-Commit-Position: refs/heads/master@{#316886}
|
|
|
|
|
|
|
|
|
|
|
| |
Forgot to 'git add' on the previous CL.
R=lcwu@chromium.org
BUG=internal b/19004169
Review URL: https://codereview.chromium.org/914863005
Cr-Commit-Position: refs/heads/master@{#315811}
|
|
|
|
|
|
|
|
|
| |
R=lcwu@chromium.org
BUG=internal b/19004169
Review URL: https://codereview.chromium.org/915923002
Cr-Commit-Position: refs/heads/master@{#315716}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is in preparation for adding preconnect support which goes through
the same underlying plumbing. dns_prefetch was too restrictive of a
component name and was only exposing the single method.
There are no functionality changes in this CL, just the rename (the namespace was also renamed)
BUG=450682
Review URL: https://codereview.chromium.org/848303005
Cr-Commit-Position: refs/heads/master@{#314001}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sending the moderate memory pressure notification now has the same
effect on v8's garbage collection as sending critical memory pressure
notification, which will trigger immediate gargabe collection and cause
some unexpected (performance) side effect. Given that render_thread_impl
is already asking v8 periodically to do idle garbage collection, we
should remove the moderate memory pressure notification.
BUG=
Review URL: https://codereview.chromium.org/798043008
Cr-Commit-Position: refs/heads/master@{#312675}
|
|
|
|
|
|
|
|
|
| |
R=lcwu@chromium.org
BUG=internal b/19004169
Review URL: https://codereview.chromium.org/801153003
Cr-Commit-Position: refs/heads/master@{#311686}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
command-line flag.
The command-line flag --disable-application-cache is slated to be
removed. See https://codereview.chromium.org/837363002/.
BUG=
Review URL: https://codereview.chromium.org/845803002
Cr-Commit-Position: refs/heads/master@{#310827}
|
|
|
|
|
|
|
|
|
| |
R=lcwu@chromium.org,ghines@chromium.org
BUG=336640
Review URL: https://codereview.chromium.org/834213002
Cr-Commit-Position: refs/heads/master@{#310572}
|
|
|
|
|
|
|
|
|
|
| |
R=erickung@chromium.org
TBR=lcwu@chromium.org
BUG=408189
Review URL: https://codereview.chromium.org/794253004
Cr-Commit-Position: refs/heads/master@{#309535}
|
|
|
|
|
|
|
|
|
|
|
|
| |
The CMA code is not linked in for Android builds.
R=erickung@chromium.org
TBR=lcwu@chromium.org
BUG=None
Review URL: https://codereview.chromium.org/821793002
Cr-Commit-Position: refs/heads/master@{#309492}
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds cast_media_load_dererrer to prevent unwanted media from being
played in web_contents that are not currently visible.
R=gunsch@chromium.org
BUG=
Review URL: https://codereview.chromium.org/824733002
Cr-Commit-Position: refs/heads/master@{#309471}
|
|
|
|
|
|
|
|
| |
BUG=408189
Review URL: https://codereview.chromium.org/814403002
Cr-Commit-Position: refs/heads/master@{#309455}
|
|
|
|
|
|
|
|
|
| |
R=lcwu@chromium.org,ttuttle@chromium.org
BUG=419909
Review URL: https://codereview.chromium.org/785693002
Cr-Commit-Position: refs/heads/master@{#307967}
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prefix all CommandLine usage in the chromecast/ directory with
the base:: namespace.
R=gunsch@chromium.org,phajdan.jr@chromium.org
BUG=422426
Review URL: https://codereview.chromium.org/734423002
Cr-Commit-Position: refs/heads/master@{#305663}
|
|
|
|
|
|
|
|
|
| |
R=lcwu@chromium.org,byungchul@chromium.org
BUG=429837
Review URL: https://codereview.chromium.org/687723005
Cr-Commit-Position: refs/heads/master@{#302529}
|
|
|
|
|
|
|
|
|
| |
R=xhwang@chromium.org,lcwu@chromium.org
BUG=None
Review URL: https://codereview.chromium.org/683893003
Cr-Commit-Position: refs/heads/master@{#301678}
|
|
|
|
|
|
|
|
|
|
|
| |
This is a preparation to move KeySystems to media, which is needed to support
Encrypted Media Extensions (EME) without relying on content.
BUG=422730
Review URL: https://codereview.chromium.org/665343002
Cr-Commit-Position: refs/heads/master@{#300992}
|
|
Motivation:
* chromecast/service/ directory had interplay with chromecast/shell/browser
code, since the service is all run in the browser process and mildly
coupled (involves starting WebContents instances, etc,). Made more sense
for chromecast/service to live in chromecast/shell/browser.
* chromecast/shell/ directory is needless hierarchy, since the entire
chromecast/ directory represents the Chromecast content-embedder.
Highlights:
* chromecast/shell/{app,browser,common,renderer} --> chromecast/*
* chromecast/shell/browser/resources --> chromecast/app/resources
* chromecast/shell/settings --> chromecast/app/resources
* chromecast/shell/android --> chromecast/browser/android
* chromecast/metrics --> chromecast/browser/metrics
* chromecast/service --> chromecast/browser/service
R=lcwu@chromium.org,gusfernandez@chromium.org,byungchul@chromium.org
TBR=xhwang@chromium.org,asvitkine@chromium.org,thestig@chromium.org,jam@chromium.org,yfriedman@chromium.org
BUG=None
Review URL: https://codereview.chromium.org/638803002
Cr-Commit-Position: refs/heads/master@{#299385}
|