- 15 Dec, 2016 40 commits
-
-
jdufault authored
Approved for m57 in crbug.com/666899. BUG=603217 Review-Url: https://codereview.chromium.org/2418983004 Cr-Commit-Position: refs/heads/master@{#438918}
-
xunjieli authored
This CL adds an condition on "cronet_package" target to enforce that Cronet is built with use_platform_icu_alternatives == true. BUG=611621 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2573253002 Cr-Commit-Position: refs/heads/master@{#438917}
-
xunjieli authored
System HUC implementation is flaky. This CL adjusts testGetResponseAfterWriteFailed to run Cronet's HUC implementation for a portion of the test. R=pauljensen@chromium.org BUG=653072 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2582523002 Cr-Commit-Position: refs/heads/master@{#438916}
-
pdr authored
This patch updates SVGAnimateMotionElement so that changes to the animate motion transform call setNeedsPaintPropertyUpdate. A followup patch will unify the behavior of the setNeedsTransformUpdate() calls. With this patch and --enable-blink-features=SlimmingPaintInvalidation, new tests pass: svg/animations/animateMotion-fill-freeze.html svg/animations/animateMotion-fill-remove.html svg/animations/animateMotion_changingPath.html +7 more BUG=645667 Review-Url: https://codereview.chromium.org/2577993003 Cr-Commit-Position: refs/heads/master@{#438915}
-
mikecase authored
BUG=623047 Review-Url: https://codereview.chromium.org/2580943002 Cr-Commit-Position: refs/heads/master@{#438914}
-
pastarmovj authored
This change makes the manufacturer coinside with the signing authority. This is only a cosmetic change and has no implications for the driver. BUG=629512 TEST=none Review-Url: https://codereview.chromium.org/2569203002 Cr-Commit-Position: refs/heads/master@{#438913}
-
lilyhoughton authored
This adds a QUIC user agent ID member, passes is to the URLRequestContextBuilder in InitializeOnNetworkThread(), and provides appropriate modification function. Additionally, getDefaultQuicUserAgentId() provides a non-empty default value, which is used if no other value is given before calling Initialize(). BUG=670686 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2568883002 Cr-Commit-Position: refs/heads/master@{#438912}
-
paulmeyer authored
frames. This is a follow-up to https://codereview.chromium.org/2568893002/, enabling the same behavior on Mac. Review-Url: https://codereview.chromium.org/2580843003 Cr-Commit-Position: refs/heads/master@{#438911}
-
pfeldman authored
BUG=673984 Review-Url: https://codereview.chromium.org/2573303002 Cr-Commit-Position: refs/heads/master@{#438910}
-
rsesek authored
BUG=none R=avi@chromium.org Review-Url: https://codereview.chromium.org/2581743002 Cr-Commit-Position: refs/heads/master@{#438909}
-
denniskempin authored
This is a prerequisite for passing along pen information via touch events. Ideally we want to batch multiple touch updates of a single hardware event together with a single frame event. However this will need an extension of ui::TouchEvents. We still provide a valid implementation of wl_touch by sending a frame for every updated touch separately. BUG=665499 TEST=Updated unit tests Review-Url: https://codereview.chromium.org/2560633002 Cr-Commit-Position: refs/heads/master@{#438908}
-
pfeldman authored
DevTools: keep the stick to bottom behavior and update scroll bar position while iterating console history. BUG=667072 Review-Url: https://codereview.chromium.org/2576243002 Cr-Commit-Position: refs/heads/master@{#438907}
-
wangxianzhu authored
Previously we recursively call setShouldDoFullPaintInvalidation() on all objects of the views entering/exiting print mode. For SPInvalidation we also need to rebuild all paint properties. Use a flag on FrameView to indicate it has just entered or exited printing mode. Invalidate paint and update paint properties of the whole tree if the flag is set during PrePaintTreeWalk. BUG=645667 TEST=virtual/spinvalidation/printing/overflow-auto.html CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2575653002 Cr-Commit-Position: refs/heads/master@{#438906}
-
carlosk authored
At some point during discussions of the browser side mixed-content move patch (https://crrev.com/1905033002) it was suggested that this getter was doing just a simple value return and so it should be renamed accordingly. This spin off change does that. BUG=576270 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2577583002 Cr-Commit-Position: refs/heads/master@{#438905}
-
penghuang authored
The exo is used on ChromeOS, it doesn't expect char event. The InputMethodBridgeChromeOS should filters out char events. BUG=None Review-Url: https://codereview.chromium.org/2576973003 Cr-Commit-Position: refs/heads/master@{#438904}
-
isandrk authored
BUG=648781 Review-Url: https://codereview.chromium.org/2570353002 Cr-Commit-Position: refs/heads/master@{#438903}
-
shenghuazhang authored
Replace deprecated package org.apache.http.Header and org.apache.http.HttpRequest in AwContentsTest.java with EmbeddedTestServer. * Merge crrev.com/2580573002 into this cl. [Android] Modify loadURL and make a copy of additionalHttpHeaders * Move maybeStripDoubleQuotes to AwTestBase for multiple use in each tests. Also refactor AcceptLanguageTest.java which uses it. To avoid the raw additionalHttpHeaders to be modified in later usage, make a copy of it when pass it into params as extra headers. BUG=488194 Review-Url: https://codereview.chromium.org/2568713003 Cr-Commit-Position: refs/heads/master@{#438902}
-
estevenson authored
Setting this arg allows _incremental targets and scripts to be used without explicitly building them. With this arg set to true, non-incremental targets will build their incremental counterparts if they exist (i.e. the chrome_public_apk target will actually build chrome_public_apk_incremental). This works for .apks, test runner scripts, and install scripts for instrumentation_test_apks, android_apks, and unittest_apks BUG=634430 Review-Url: https://codereview.chromium.org/2562063003 Cr-Commit-Position: refs/heads/master@{#438901}
-
mdjones authored
The control container can have different parent views depending on which flags are enabled, namely Chrome Home. This change removes the assumption that particular layout params are for a FrameLayout and instead uses the least common denominator -- MarginLayoutParams. This should be fine in this case since the margin is all that is being modified. BUG=664985 Review-Url: https://codereview.chromium.org/2579833002 Cr-Commit-Position: refs/heads/master@{#438900}
-
nparker authored
Review-Url: https://codereview.chromium.org/2585463002 Cr-Commit-Position: refs/heads/master@{#438899}
-
mattreynolds authored
The Physical Web feature will auto-enable if certain conditions are met when the browser first launches or switches modes. This CL adds a new condition: Google must be configured as the default search provider. The behavior when the auto-enable check fails is also changed. Previously, if the check failed the preference would be left in the default/onboarding state. With this CL, the preference will be explicitly disabled if the check fails. BUG=630769 Review-Url: https://codereview.chromium.org/2573923002 Cr-Commit-Position: refs/heads/master@{#438898}
-
smcgruer authored
Revert of Revert "Disable local background equivalence when we have a box shadow due to painting bug." (patchset #5 id:80001 of https://codereview.chromium.org/2561183002/ ) Reason for revert: Caused a regression in drawing backgrounds when the window was sized around 1280x1024. Regression seen in at least Windows and Linux - see http://crbug.com/674429 BUG=674429 Original issue's description: > Revert "Disable local background equivalence when we have a box shadow due to painting bug." > > This reverts commit a12e7a00. > > BUG=646464 > > TEST=Visit http://output.jsbin.com/vucefi, confirm that both boxes have > box shadows and the first box has sub-pixel AA text > > Committed: https://crrev.com/c765a85995920f79d3132e06a2c146316b823c3f > Cr-Commit-Position: refs/heads/master@{#438020} TBR=wangxianzhu@chromium.org,chrishtr@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=646464 Review-Url: https://codereview.chromium.org/2576423002 Cr-Commit-Position: refs/heads/master@{#438897}
-
romax authored
Fixed the crash caused by logging to files on UI thread and violating StrictMode by changing log to AsyncTask. BUG=673450 Review-Url: https://codereview.chromium.org/2562283004 Cr-Commit-Position: refs/heads/master@{#438896}
-
sebsg authored
BUG=674571 Review-Url: https://codereview.chromium.org/2580873002 Cr-Commit-Position: refs/heads/master@{#438895}
-
robliao authored
This reverts commit ad1893a4 (https://codereview.chromium.org/2256493002). BUG=638378 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_tsan_rel_ng Review-Url: https://codereview.chromium.org/2580603002 Cr-Commit-Position: refs/heads/master@{#438894}
-
xdai authored
[ChromeOS] Add device wallpaper policy handler to ensure the policy display correctly in chrome://policy. It's a following-up CL of https://codereview.chromium.org/2544693002/ and https://codereview.chromium.org/2572793003. BUG=475998 Review-Url: https://codereview.chromium.org/2572353002 Cr-Commit-Position: refs/heads/master@{#438893}
-
twellington authored
Catch the InterruptedException in CriteriaHelper#* and remove the throws declaration from methods that no longer need to declare it. BUG=673892 TBR=boliu@chromium.org Review-Url: https://codereview.chromium.org/2573263002 Cr-Commit-Position: refs/heads/master@{#438892}
-
sgurun authored
This was reverted due to crbug.com/673736. Fixed. Move onReceivedError and onReceivedHttpError out of AwContentsIoThreadClientImpl to AwContentsClientBridge. This is a continuation of the work started in https://codereview.chromium.org/2425423004/ and is the third patch. BUG=645983 Committed: https://crrev.com/f199141ef70d76697647830f498b25706c0b0d0a Cr-Commit-Position: refs/heads/master@{#437688} patch from issue 2558223002 at patchset 120001 (http://crrev.com/2558223002#ps120001) Review-Url: https://codereview.chromium.org/2579533003 Cr-Commit-Position: refs/heads/master@{#438891}
-
dschuyler authored
This CL performs the i18n template replacement in a source stream so that i18n replacement can be used with gzip streaming decompression. (This TBR is for adding a .cc and .h file to an existing set of files). TBR=clamy@chromium.org BUG=None Review-Url: https://codereview.chromium.org/2544683002 Cr-Commit-Position: refs/heads/master@{#438890}
-
mdjones authored
This change passes whether or not a tab's title is needed to native code. This is necessary because the title creation logic was moved from Java in https://codereview.chromium.org/2320623003/. Previously, If a title was not created in the Java layer, querying for it would simply return null and a title would not be displayed. Since the creation logic was moved, querying for the title will create it if it doesn't already exist. BUG=673283 Review-Url: https://codereview.chromium.org/2569893002 Cr-Commit-Position: refs/heads/master@{#438889}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0aca80ba..71aad116 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2584623002 Cr-Commit-Position: refs/heads/master@{#438888}
-
jbauman authored
It's unclear what's causing this, but the current instrumentation seems to show this ExceptionCode is the last one received before a hang. BUG=636158, 613701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2579623002 Cr-Commit-Position: refs/heads/master@{#438887}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/625cd9e0c937..344ec42f60fd $ git log 625cd9e0c..344ec42f6 --date=short --no-merges --format='%ad %ae %s' 2016-12-15 bsalomon Rename GrAtlasTextBatch->GrAtlasTextOp and sk_sp 2016-12-15 bsalomon Rename GrAtlasTextBatch files to GrAtlasTextOp 2016-12-15 reed add fatstroke sample 2016-12-15 kjlubick Fix stragling Ubuntu dimensions 2016-12-15 scroggo Another step to using gn_to_bp.py Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=msarett@google.com Review-Url: https://codereview.chromium.org/2576303003 Cr-Commit-Position: refs/heads/master@{#438886}
-
rohitrao authored
BUG=665969 Review-Url: https://codereview.chromium.org/2576103002 Cr-Commit-Position: refs/heads/master@{#438885}
-
sky authored
These were disabled because of issues with the allocator shim. That's been fixed, so they can be reenabled again. BUG=642879 TEST=test only changes R=msw@chromium.org Review-Url: https://codereview.chromium.org/2584633002 Cr-Commit-Position: refs/heads/master@{#438884}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2518583002 Cr-Commit-Position: refs/heads/master@{#438883}
-
sky authored
Close() needs to hide right away. And the delegate wasn't notified of show/hide. BUG=674003 TEST=covered by test R=erg@chromium.org Review-Url: https://codereview.chromium.org/2582523003 Cr-Commit-Position: refs/heads/master@{#438882}
-
kainino authored
Even if GL_CHROMIUM_framebuffer_multisample isn't available (such as on Qualcomm), this allows glBindFramebuffer(GL_{DRAW,READ}_FRAMEBUFFER, ...) on ES3 command buffer without throwing GL_INVALID_ENUM. BUG=674357 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2576273002 Cr-Commit-Position: refs/heads/master@{#438881}
-
rohitrao authored
BUG=665969 Review-Url: https://codereview.chromium.org/2571383002 Cr-Commit-Position: refs/heads/master@{#438880}
-
corona10 authored
Replace it by GetValueFontColorForRow() BUG=666189 TEST=existing Review-Url: https://codereview.chromium.org/2563863003 Cr-Commit-Position: refs/heads/master@{#438879}
-