- 13 May, 2015 40 commits
-
-
zork authored
BUG=487365 Review URL: https://codereview.chromium.org/1127263004 Cr-Commit-Position: refs/heads/master@{#329685}
-
wfh authored
Since the default is now always enabled, remove the test that specifically tests renderers can operate with the switch enabled. BUG=365160 Review URL: https://codereview.chromium.org/1133243003 Cr-Commit-Position: refs/heads/master@{#329684}
-
zea authored
Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of https://codereview.chromium.org/1132013004/) Reason for revert: Failing on valgrind bots Original issue's description: > [Sync] Refactoring polling to be reliable. > > Polling is now an important component of sync health, as it can sometimes be > the only time we'll query for certain datatypes. As such, the following > has changed: > - Polls that fail will be retried (with backoff). > - As such, the logic to force a poll after an auth error isn't needed anymore > - The last successful poll time will be persisted in the sync prefs. > - On startup, schedule the first poll for last_poll_time + poll_interval > (or Now(), whichever is latest). > - Receiving a new poll interval from the server will update the poll timer > - The poll timer is now a one shot timer, and only restarts on success > - Some code cleanup to make the above more straightforward > > BUG=482154 > > Committed: https://crrev.com/3777d8727d7b4caedfb72bfdcbe2fea1f1d1d594 > Cr-Commit-Position: refs/heads/master@{#329669} TBR=pavely@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=482154 Review URL: https://codereview.chromium.org/1144443004 Cr-Commit-Position: refs/heads/master@{#329683}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/10b063c..38a017b CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1143453002 Cr-Commit-Position: refs/heads/master@{#329682}
-
mkearney authored
NOTRY=true Review URL: https://codereview.chromium.org/1137753005 Cr-Commit-Position: refs/heads/master@{#329681}
-
jbauman authored
The compositor always handles painting these directly now, so the additional buffer and code isn't necessary. Review URL: https://codereview.chromium.org/1127393004 Cr-Commit-Position: refs/heads/master@{#329680}
-
jkarlin authored
Review URL: https://codereview.chromium.org/1127013007 Cr-Commit-Position: refs/heads/master@{#329679}
-
xunjieli authored
This CL removed the incorrect comment in QuicTest, and added a second unit test to make sure addQuicHints works for the new async API. It made QuicTestServer install test files during start up to match the new behavior of NativeTestServer, and adds an assertion to make sure the server has test data. The CL caches the result returned by CronetTestActivity#getContextConfig, so we don't need to go through that path for initializing mUrlRequestContext, mHttpUrlRequestFactory and mStreamHandlerFactory, and cleaned up log statements. Review URL: https://codereview.chromium.org/1138493002 Cr-Commit-Position: refs/heads/master@{#329678}
-
nednguyen authored
BUG=475714 Review URL: https://codereview.chromium.org/1134363002 Cr-Commit-Position: refs/heads/master@{#329677}
-
toyoshim authored
TEST=gn args out/gn --args="is_component_build=true"; \ gn gen out/gn && ninja -C out/gn unit_tests_main BUG=n/a Review URL: https://codereview.chromium.org/1139893003 Cr-Commit-Position: refs/heads/master@{#329676}
-
oshima authored
This is necessary because the unified display is needed to move the windows to new, normal display. Fix DisplayManagerTestApi::UpdateDisplays so that unified display isn't used for extended mode. BUG=487368 TEST=covered by test. Review URL: https://codereview.chromium.org/1130653004 Cr-Commit-Position: refs/heads/master@{#329675}
-
bengr authored
Adds support for the Data Saver compression proxy to the Cronet library. BUG=461910 Review URL: https://codereview.chromium.org/937513003 Cr-Commit-Position: refs/heads/master@{#329674}
-
Adam Langley authored
BUG=487251 Cr-Commit-Position: refs/heads/master@{#329673}
-
siva.gunturi authored
When the thumbnails are updated using setBitmap and setCompressedBitmap, getbitmap should return newly updated bitmap instead of the placeholder. BUG=410658 Review URL: https://codereview.chromium.org/1128113010 Cr-Commit-Position: refs/heads/master@{#329672}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cc89d1a..046ebcb TBR=alancutter@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/1133753004 Cr-Commit-Position: refs/heads/master@{#329671}
-
emaxx authored
This happens, for instance, when specifying "--v" command-line argument to browser_tests (which is suspicious itself, but nevertheless DCHECK'ing here is not the best behavior). BUG=487283 Review URL: https://codereview.chromium.org/1132203004 Cr-Commit-Position: refs/heads/master@{#329670}
-
zea authored
Polling is now an important component of sync health, as it can sometimes be the only time we'll query for certain datatypes. As such, the following has changed: - Polls that fail will be retried (with backoff). - As such, the logic to force a poll after an auth error isn't needed anymore - The last successful poll time will be persisted in the sync prefs. - On startup, schedule the first poll for last_poll_time + poll_interval (or Now(), whichever is latest). - Receiving a new poll interval from the server will update the poll timer - The poll timer is now a one shot timer, and only restarts on success - Some code cleanup to make the above more straightforward BUG=482154 Review URL: https://codereview.chromium.org/1132013004 Cr-Commit-Position: refs/heads/master@{#329669}
-
maxbogue authored
This method was unused and causing a deprecation warning. BUG=486200 Review URL: https://codereview.chromium.org/1139783003 Cr-Commit-Position: refs/heads/master@{#329668}
-
kmarshall authored
R=mfoltz@chromium.org BUG=464205 Review URL: https://codereview.chromium.org/1123243005 Cr-Commit-Position: refs/heads/master@{#329667}
-
primiano authored
This is a minor fix to the Zygote wrapper script (for full profiles). Furthermore, this adds a workaround to a recent regression of the Google Data Table UI (https://goo.gl/TXr3vL) which was causing the Memory Inspector UI to forget its scroll position every couple of seconds. BUG= Review URL: https://codereview.chromium.org/1138523003 Cr-Commit-Position: refs/heads/master@{#329666}
-
nektar authored
Initial support for foreground / background color, text direction, font size, bold, italics, underline and strikethrough. Platform specific code will follow in another CL. BUG=347869 R=dmazzoni Review URL: https://codereview.chromium.org/1130733006 Cr-Commit-Position: refs/heads/master@{#329665}
-
k.czech authored
Make sure AtkComponent interface callbacks operate on valid pointers. GetExtent and GetPosition are almost the same. Reducing some code by adding helper method SetExtentsRelativeToAtkCoordinateType. BUG=463671 Review URL: https://codereview.chromium.org/1129813004 Cr-Commit-Position: refs/heads/master@{#329664}
-
qsr authored
Android executable do not support rpath, and the executable is displaying a warning on launch if it is present. The warning is : unused DT entry: type 0xf arg 0xa35 R=dpranke@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/1141723002 Cr-Commit-Position: refs/heads/master@{#329663}
-
chrome://flagsdalecurtis authored
Allows stereo channel expansion for many users. We unfortunately can't turn it on for everyone due to bugs in third party drive implementations :( -- see http://crbug.com/259165 Many users have been using this flag diligently for a while now, but every Chrome update wipes the flag, so make it a chrome://flag to improve usability for these users. BUG=479057 TEST=none Review URL: https://codereview.chromium.org/1129383006 Cr-Commit-Position: refs/heads/master@{#329662}
-
gayane authored
In order to avoid large quantity of uploads after always enabling cellular uploads on Android reset metrics. This should happen only once. BUG=455847 Review URL: https://codereview.chromium.org/1130993005 Cr-Commit-Position: refs/heads/master@{#329661}
-
binjin authored
Revert of Allow user to manually fetch remote commands (patchset #3 id:40001 of https://codereview.chromium.org/1106193003/) Reason for revert: crash occasionally on CrOS Original issue's description: > Allow user to manually fetch remote commands > > Currently remote commands fetch depends solely on invalidation, evaluate and > possibly remove this after invalidation service is landed and tested. > > BUG=480982 > > Committed: https://crrev.com/610f47342c8d725e239513ac17727a176d161495 > Cr-Commit-Position: refs/heads/master@{#327765} TBR=bartfab@chromium.org,estade@chromium.org BUG=480982,486672 Review URL: https://codereview.chromium.org/1132223003 Cr-Commit-Position: refs/heads/master@{#329660}
-
kmarshall authored
The class is now redundant with the Media Router Mojo impl class (to be landed in an upcoming CL.) BUG=461815 R=imcheng@chromium.org TBR=miu@chromium.org Review URL: https://codereview.chromium.org/1137993005 Cr-Commit-Position: refs/heads/master@{#329659}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/0cfe124..10b063c CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1134183003 Cr-Commit-Position: refs/heads/master@{#329658}
-
phajdan.jr authored
BUG=none Review URL: https://codereview.chromium.org/1138763003 Cr-Commit-Position: refs/heads/master@{#329657}
-
tommi authored
WebRTC 9174:9187 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/8052935..65d8695 Libjingle 9171:9186 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/16f9a02..a8c7824 TBR= BUG= Review URL: https://codereview.chromium.org/1135393004 Cr-Commit-Position: refs/heads/master@{#329656}
-
miguelg authored
This change starts using the new onError flow and checks if user visible is supported. It does that by introducing a new method to the PushMessagingService that can be overriden by other vendors if they need to. 1) https://codereview.chromium.org/1130233003/ 2) This CL 3) Cleanup CL where the empty onError method is removed and two new Layout tests are added so the exception is actually tested BUG=479246 Review URL: https://codereview.chromium.org/1133083002 Cr-Commit-Position: refs/heads/master@{#329655}
-
estark authored
Revert of Move SecurityLevel into a class of its own (patchset #16 id:370001 of https://codereview.chromium.org/1123943002/) Reason for revert: Downstream build broken by this change because of forgotten JNI method registration. I need to register the JNI method before relanding. Original issue's description: > Move SecurityLevel into a class of its own > > This CL moves |GetSecurityLevelForWebContents| and the |SecurityLevel| > enum into a class of their own: |ConnectionSecurityHelper| in > //chrome/browser/ssl (since it is applying Chrome-specific security > policy to determine the security level of a page). > > Later, we will use the new |ConnectionSecurityHelper| class to compute a > security level for a page to send to the DevTools Security > panel. Specifically, we need to be able to calculate the security level > for a given page, not just the WebContents for the active tab. > > BUG=484392 > > Committed: https://crrev.com/ca7c0a3374c21ab10c821f4f3a890afc79182acf > Cr-Commit-Position: refs/heads/master@{#329591} TBR=felt@chromium.org,pkasting@chromium.org,rsleevi@chromium.org,bauerb@chromium.org,sky@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=484392 Review URL: https://codereview.chromium.org/1138473003 Cr-Commit-Position: refs/heads/master@{#329654}
-
davidben authored
Since the switch to BoringSSL, DSA client certificates are unsupported. BUG=none Review URL: https://codereview.chromium.org/1133863004 Cr-Commit-Position: refs/heads/master@{#329653}
-
davidben authored
Summary of changes available at: https://boringssl.googlesource.com/boringssl/+log/68de407..771a138 This also removes update_gypi_and_asm.py in favor of the script inside BoringSSL proper. BUG=none Review URL: https://codereview.chromium.org/1136743004 Cr-Commit-Position: refs/heads/master@{#329652}
-
halliwell authored
Currently it's impossible to place a NATIVE_TEXTURE VideoFrame into an overlay, because: * NATIVE_TEXTURE VideoFrame turns into RGB_RESOURCE in VideoResourceUpdater * RGB_RESOURCE always sets premultipled_alpha flag on its TextureDrawQuad (see VideoLayerImpl::AppendQuads) * OverlayStrategyCommon rejects quads with premultiplied alpha BUG= Review URL: https://codereview.chromium.org/1134643002 Cr-Commit-Position: refs/heads/master@{#329651}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/09c7804..cc89d1a TBR=alancutter@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/1123283005 Cr-Commit-Position: refs/heads/master@{#329650}
-
vabr authored
Currently, IsEnabledSmartLockBranding returns true if Finch agrees and the user syncs (anything). It should only return true if Finch agrees and the user syncs passwords without a custom passphrase. BUG=400674,486739 Review URL: https://codereview.chromium.org/1134343002 Cr-Commit-Position: refs/heads/master@{#329649}
-
tobiasjs authored
BUG=486734 Review URL: https://codereview.chromium.org/1139743003 Cr-Commit-Position: refs/heads/master@{#329648}
-
timvolodine authored
Grant certain permissions like video and audio capture in the WebViewShell mini-browser automatically. This is necessary to be able to test WebRTC functionality. BUG=481508 Review URL: https://codereview.chromium.org/1127213005 Cr-Commit-Position: refs/heads/master@{#329647}
-
sadrul authored
Add code to cause failure at runtime if a resource-pack includes a resource that is already present in another resource-pack. BUG=471609 Review URL: https://codereview.chromium.org/1115033003 Cr-Commit-Position: refs/heads/master@{#329646}
-