- 15 Dec, 2016 40 commits
-
-
rockot authored
This is a simple solution to avoid conflicting ILK filenames generated by the linker, which apparently just strips the output file extension. BUG=673521 TBR=ben@chromium.org Review-Url: https://codereview.chromium.org/2578183003 Cr-Commit-Position: refs/heads/master@{#438935}
-
stevenjb authored
BUG=653689 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2578813002 Cr-Commit-Position: refs/heads/master@{#438934}
-
robertphillips authored
https://skia-review.googlesource.com/c/6109/ (Add a deferred copy surface) rolled into Chrome at r438850 in https://codereview.chromium.org/2583513002 (Roll src/third_party/skia/ ebccb8268..625cd9e0c) so these layout tests can be rebaselined BUG=674509 Review-Url: https://codereview.chromium.org/2585523002 Cr-Commit-Position: refs/heads/master@{#438933}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/f87ce97ea1fa..98f5b96b79b3 $ git log f87ce97ea..98f5b96b7 --date=short --no-merges --format='%ad %ae %s' 2016-12-15 fmeawad [TraceModel] Avoid duplicate cpuDuration for traces with an associated atrace and original thread times 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.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2585493002 Cr-Commit-Position: refs/heads/master@{#438932}
-
estark authored
When the "Payment not secure" message is shown, the item below it should be "Payment autofilling disabled" instead of the "Automatic credit card filling is disabled..." message, and it should use the normal font rather than the warning font. This CL adds a new string and uses it for this warning message when the form-not-secure experiment is enabled. See https://bugs.chromium.org/p/chromium/issues/detail?id=672666#c2 for a screenshot. The new warning message is styled the same as the existing warning messge. To match the form-not-secure mocks, for simplicity, I've removed the warning font list and uses the normal font for the warning message, whether it is the original or new wording. BUG=672666 Review-Url: https://codereview.chromium.org/2576143002 Cr-Commit-Position: refs/heads/master@{#438931}
-
erikchen authored
|needs_begin_frames| is a parameter that needs to be synchronized between the browser and renderers. A logic mistake caused this parameter to be out of sync, causing the browser to think that every extension required an infinite stream of BeginFrame messages. BUG=673021 Review-Url: https://codereview.chromium.org/2577953002 Cr-Commit-Position: refs/heads/master@{#438930}
-
dbeam authored
The pref "history.deleting_enabled" was already present for supervised users, so it was only a matter of wiring it to a new policy. Written by pastarmovj@chromium.org http://crrev.com/2531623002 Improved by dbeam@chromium.org here. BUG=401064 TEST=browser_tests,unit_tests CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2581643002 Cr-Commit-Position: refs/heads/master@{#438929}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/71aad116..458e104e 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/2577093003 Cr-Commit-Position: refs/heads/master@{#438928}
-
bnc authored
Remove enable_spdy31, use_alternative_services, npn_protos, and protocol_negotiated parameters from spdy_view.html. These parameters are not generated for a long time now, they only stayed here for compatibility with older netlogs. This CL is a follow-up to the following CLs: https://crrev.com/1268313004 https://crrev.com/1651123002 https://crrev.com/2151643003 https://crrev.com/2229693003 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2579063002 Cr-Commit-Position: refs/heads/master@{#438927}
-
romax authored
Made --use-test-scheduler as default; Ensure adb server is started before copying files and showing config when running the harness. Also fixed a bug where external dir wasn't used. BUG=NONE Review-Url: https://codereview.chromium.org/2576213002 Cr-Commit-Position: refs/heads/master@{#438926}
-
piperc authored
FIDO U2F defines initialization packets and continuation packets. This adds class definitions for those packets, and for an enclosing message class. The enclosing message class constructs the initialization and continuation packets based on the payload length, queueing them in a list format for consumption by a device connection. BUG=NONE Review-Url: https://codereview.chromium.org/2502103002 Cr-Commit-Position: refs/heads/master@{#438925}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2574583005 Cr-Commit-Position: refs/heads/master@{#438924}
-
jbauman authored
We need to be able to do this in several places (soon including some outside media/). 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/2565123002 Cr-Commit-Position: refs/heads/master@{#438923}
-
rajendrant authored
This CL observes WebContents visibility changes to record if a data use entity (Chromium tab) is in foreground vs background. Further CLs will record the histograms. BUG=673820 Review-Url: https://codereview.chromium.org/2572823002 Cr-Commit-Position: refs/heads/master@{#438922}
-
qyearsley authored
The purpose of this CL is to add logging in an attempt to confirm whether check_running_pid is called before a hang occurs when shutting down wptserve. BUG=669802 Review-Url: https://codereview.chromium.org/2569643002 Cr-Commit-Position: refs/heads/master@{#438921}
-
derat authored
Rename OnOptInEnabled to OnArcOptInChanged (to make it clearer that it's also called on opt-out), and add "Arc" to other method names as well to make their meaning clearer when implemented by non-ARC-specific classes. BUG=633243 Review-Url: https://codereview.chromium.org/2577103002 Cr-Commit-Position: refs/heads/master@{#438920}
-
mlamouri authored
There are three types of media notifications and they each have a different group. At the moment, only one of each can be shown. BUG=674676 R=dfalcantara@chromium.org, zqzhang@chromium.org Review-Url: https://codereview.chromium.org/2576393002 Cr-Commit-Position: refs/heads/master@{#438919}
-
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}
-