- 30 Aug, 2014 40 commits
-
-
mlerman authored
Revert of Disable UI flags for non-desktop OSes (patchset #4 id:60001 of https://codereview.chromium.org/480453002/) Reason for revert: This will cause android to lose account consistency. I should not have removed the file! Original issue's description: > Disable UI flags for non-desktop OSes > > This is mostly to prevent the high res avatars from being downloaded when not necessary, and will also prevent any other non-UI side effects which are undesired on non-desktop OSes. > > BUG=404066 > > Committed: https://chromium.googlesource.com/chromium/src/+/8003a95bb88e1d25ad59251b5d7e8609d76e5669 TBR=noms@chromium.org,rogerta@chromium.org,newt@chromium.org,dzhioev@chromium.org,aruslan@chromium.org,xiyuan@chromium.org,nkostylev@chromium.org NOTREECHECKS=true NOTRY=true BUG=404066 Review URL: https://codereview.chromium.org/524023002 Cr-Commit-Position: refs/heads/master@{#292789}
-
yoav authored
BUG=408797 Review URL: https://codereview.chromium.org/517343003 Cr-Commit-Position: refs/heads/master@{#292788}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#292787}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/dec670cdd2062a6598b108047c78c455207c9d6a..abff6854093617bd6461c113d1b91f7498b399a0 TBR= Review URL: https://codereview.chromium.org/524083002 Cr-Commit-Position: refs/heads/master@{#292786}
-
leilei authored
BUG= Review URL: https://codereview.chromium.org/498373003 Cr-Commit-Position: refs/heads/master@{#292785}
-
joaodasilva authored
Also cleanup src/PRESUBMIT.py to use a common pattern for this. BUG=409029 Review URL: https://codereview.chromium.org/518863002 Cr-Commit-Position: refs/heads/master@{#292784}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/97a3b93bcfffa9d20d8c58a9c5418be6d1b783eb..dec670cdd2062a6598b108047c78c455207c9d6a TBR= Review URL: https://codereview.chromium.org/516113003 Cr-Commit-Position: refs/heads/master@{#292783}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#292782}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/2fe2ce41e3e5647c7aead4d76d75f5500f573fde..5c49b70ae3e19620bbecfe72eb68aa4513c4fd18 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=djsollen@google.com Review URL: https://codereview.chromium.org/523273004 Cr-Commit-Position: refs/heads/master@{#292781}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/e306342ba6b7f74c1be3745e789d75ffe0e809b0..97a3b93bcfffa9d20d8c58a9c5418be6d1b783eb TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/525743002 Cr-Commit-Position: refs/heads/master@{#292780}
-
skuhne authored
This should be the memory pressure calculation as it is performed by the kernel today. As discussed this is done to experiment with a more detailed resource management algorithm. Once this we have a satisfying solution this can be moved back. BUG=381212 TEST=none (for this equation) Review URL: https://codereview.chromium.org/511383003 Cr-Commit-Position: refs/heads/master@{#292779}
-
ankit2.kumar authored
Currently reload/stop button is not present in content shell. If user has to do reload operation then only option to do that is select the url bar and click go button.Similarly stop button is not present. To stop loading of page only option is to press back button. Added code to support stop/reload option. BUG= Review URL: https://codereview.chromium.org/513183002 Cr-Commit-Position: refs/heads/master@{#292778}
-
dcheng authored
BUG=110610 TBR=sievers@chromium.org Review URL: https://codereview.chromium.org/515943002 Cr-Commit-Position: refs/heads/master@{#292777}
-
kalman authored
R=rockot@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/519323002 Cr-Commit-Position: refs/heads/master@{#292776}
-
rch authored
If the session is closed before SendRequest is called, a CHECK would fire in SendRequest(). BUG=409101 Review URL: https://codereview.chromium.org/523463007 Cr-Commit-Position: refs/heads/master@{#292775}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/cc9283bc767fca02bdf6dec984311a32d8fe65ba..e306342ba6b7f74c1be3745e789d75ffe0e809b0 TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/521523003 Cr-Commit-Position: refs/heads/master@{#292774}
-
phajdan.jr authored
BUG=none Review URL: https://codereview.chromium.org/517313002 Cr-Commit-Position: refs/heads/master@{#292773}
-
rkc authored
The WhispernetClient object provided by the CopresenceDelegate passed to the CopresenceManager has a lifetime exceeding that of the CopresenceManager. We explicitly want to decouple their lifetimes since we may have lifetime restrictions imposed on WhispernetClient which may require it to outlive the CopresenceManager. For this reason, when passing a callback to the WhispernetClient from CopresenceManager, we were using a WeakPtr. This is unnecessary since the same can be accomplished by passing a CancelableCallback to the WhispernetClient and Canceling the callback in the CopresenceManager destructor. R=derat@chromium.org, willchan@chromium.org BUG=None. Review URL: https://codereview.chromium.org/517753002 Cr-Commit-Position: refs/heads/master@{#292772}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/4ee3e529e2756275a978ae5e4763955a703191f2..2fe2ce41e3e5647c7aead4d76d75f5500f573fde CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=djsollen@google.com Review URL: https://codereview.chromium.org/523363002 Cr-Commit-Position: refs/heads/master@{#292771}
-
hcarmona authored
Hidden buttons are no longer accessible by pressing TAB. Cookie buttons are no longer accessible by pressing TAB. The cookie buttons are still accessible by pressing left/right. The "Remove" button is still accessible by pressing TAB. BUG=408470 Review URL: https://codereview.chromium.org/521643003 Cr-Commit-Position: refs/heads/master@{#292770}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/54017a561ca598448bfc4ec9dd341f4b68fe9279..cc9283bc767fca02bdf6dec984311a32d8fe65ba TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/526623002 Cr-Commit-Position: refs/heads/master@{#292769}
-
hongbo.min authored
the pattern of SwapBuffers, for example, GLRenderer always issues SwapBuffers calls with a specific IPC message patterns, it should always be SetLatencyInfo->AsyncFlush->Echo sequence. Instead of posting a task to message loop, it could avoid the possibility of being blocked by other channels, and make SwapBuffers executed as soon as possible. BUG=407529 Review URL: https://codereview.chromium.org/495313003 Cr-Commit-Position: refs/heads/master@{#292768}
-
felt authored
A function is also added to check the type of the network the user is connected to. CL originally written by radhikabhar@ as 400323002, but not landed before her internship ended. BUG=395295 TBR=meacer@chromium.org, dcheng@chromium.org Review URL: https://codereview.chromium.org/516373003 Cr-Commit-Position: refs/heads/master@{#292767}
-
kbr authored
A couple of the tests are close to the 120s limit on the Debug bots. BUG=409118 Review URL: https://codereview.chromium.org/524033002 Cr-Commit-Position: refs/heads/master@{#292766}
-
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}
-