- 08 Apr, 2019 40 commits
-
-
Niels Möller authored
Bug: None Change-Id: Iced96fabe17a47d9b24171bc0a323761836fec99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556781 Auto-Submit: Niels Möller <nisse@chromium.org> Reviewed-by:
Henrik Grunell <grunell@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#648731}
-
Joshua Bell authored
In August 2013, Adam Barth wrote an overview of the WTF::String type[1] and associated classes. Now that we prefer to keep docs in the tree, move it into Blink's platform/wtf/text directory as a README. The following edits were made to the doc: * Markdown formatting (headers, italics, code) * Updated StringImpl flag count/descriptions * Updated method names with new casing/spelling. * Dropped discussion of String::Append() (removed) * Dropped #blink IRC channel reference [1] https://docs.google.com/document/d/1kOCUlJdh2WJMJGDf-WoEQhmnjKLaOYRbiHz5TiGJl14/edit?usp=sharing Change-Id: I6e6c92ef21d32f647487e0558c3fdf66cd7f7e51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555003 Auto-Submit: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#648730}
-
Joshua Pawlicki authored
Re-encode several extensions as CRX3. Bug: 740715 Change-Id: I9953fb3fbd98e5076a5bc470e1e6edc114493e2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1515690Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#648729}
-
Devlin Cronin authored
Empty lists in features files are generally bad, since the features code in extensions checks lists (like the allowlist) for whether it's empty, and assumes "empty" means "unspecified". Make empty lists in features files a compiler error for all keys except 'dependencies'. ('dependencies' is valid, since a child feature may want to override the dependency list of the parent to be empty.) Bug: None Change-Id: Ib6c9db1e7740d5f42556bde79f62f806d7e8619b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553175Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#648728}
-
Jamie Madill authored
This is a reland of fab66bae Includes necessary change to luci-scheduler.cfg and updated docs. Original change's description: > Add new ANGLE Linux and Mac tester configs. > > These configs will replace linux_angle_rel_ng and mac_angle_rel_ng. > They initially mirror the configuration but will soon be updated to > run only the subsets of tests that are most relevant to ANGLE. This > should reduce flakiness in ANGLE and reduce load for Chrome. > > Also updates related configuration files to include linux-angle-rel > and mac-angle-rel. > > Bug: 822310 > Change-Id: I2b40ed45f5d9e105c088ab166bd2207c96280151 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1551463 > Reviewed-by: John Budorick <jbudorick@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Jamie Madill <jmadill@chromium.org> > Cr-Commit-Position: refs/heads/master@{#647854} Bug: 822310 Tbr: jbudorick@chromium.org Change-Id: Iaeeffc7b089b05d379bb353d627d13b39fd43704 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554296 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#648727}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/de64cb214d81..36589c6fccb2 git log de64cb214d81..36589c6fccb2 --date=short --no-merges --format='%ad %ae %s' 2019-04-08 evanhernandez@chromium.org controller: Pass correct cwd to commands.py Created with: gclient setdep -r src/third_party/chromite@36589c6fccb2 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: Ic3216a1f8ed0ea5f4e8ccd03a6893d7aaab8f04e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558210Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648726}
-
sczs authored
- Moves the AutoFillEditItem/Cell implementation into TableViewTextEditItem. - Renames AutoFillEditItemUnittest to TableViewTextEditItemUnittest - AutoFillEditItem is now a subclass of TableViewTextEditItem. - Moves the edit_icon resources from autofill to tableview. Screenshot: https://drive.google.com/open?id=1VERKBwioAvqjNhk3j3AWA9DNuW7OxgMJ Bug: 945478 Change-Id: I4d6633d7c26ca8f0b5a0f009549a1f77ec8753d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554281Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#648725}
-
Dominic Battre authored
external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/counter-styles-3/symbols-function.html also fails on Linux and release builds. Labeling the bug as failing there as well. TBR=mstensho@chromium.org Bug: 935689 Change-Id: I3b3b0c5330594bfd6df1a9b77a912d928b776862 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558230Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#648724}
-
Maks Orlovich authored
As some of those writes are ignored by PrepareTarget, they end up being to before the buffer's base, which messes with the expansion calculations before getting the "exit when length == 0" case; but those writes do not expand, so they can exit before the expansion handling. Bug: 946538 Change-Id: I9afd9371b16e4d80a5e1f11ec739e49a688bcef5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554780Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#648723}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/59e875ce18bb..e9d2b4efdd5d git log 59e875ce18bb..e9d2b4efdd5d --date=short --no-merges --format='%ad %ae %s' 2019-04-08 jeroendb@webrtc.org Revert "Remove old audio device implementation." 2019-04-08 orphis@webrtc.org Revert "Remove TaskQueue constructor that uses GlobalTaskQueueFactory" 2019-04-08 eladalon@webrtc.org Rename EncoderKeyFrameCallback back to EncoderRtcpFeedback 2019-04-08 eladalon@webrtc.org Give VideoSendStreamImpl access to RTP timestamps 2019-04-08 kthelgason@webrtc.org Remove old audio device implementation. 2019-04-08 sprang@webrtc.org Update VideoStreamEncoder to use new VideoEncoder::SetRates() method. 2019-04-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision baccefbc..7987ebdc (648532:648632) 2019-04-08 eladalon@webrtc.org Add RtpSequenceNumberMap::InsertFrame() 2019-04-08 asapersson@webrtc.org Remove unused members in VCMJitterEstimator. 2019-04-08 nisse@webrtc.org Delete placeholder code for Windows Media Foundation capturer. 2019-04-08 eladalon@webrtc.org Fix timeout in rtcp_receiver_fuzzer - limit input length 2019-04-08 kron@webrtc.org Fix potential bug due to malformed input 2019-04-08 kuddai@google.com Change PlayoutLatency setLatency zero-threshold value. 2019-04-08 titovartem@google.com Add stream labels into PeerConnection level smoke test. 2019-04-08 nisse@webrtc.org Move enum VideoType out of common_types.h 2019-04-08 titovartem@google.com Fix naming in NetworkEmulationManager: endpoint_controller -> endpoint_container 2019-04-08 kron@webrtc.org Make UDP receive buffer size configurable via field trial 2019-04-08 benwright@webrtc.org Added FrameDecryptorInterface::Result constructor and IsOk() member function. 2019-04-07 mbonadei@webrtc.org Implement DefaultAudioQualityAnalyzer. 2019-04-07 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 58ec016f..baccefbc (648432:648532) 2019-04-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0a611f37..58ec016f (648329:648432) 2019-04-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 37663bcc..0a611f37 (648215:648329) 2019-04-05 benwright@webrtc.org Add Result FrameDecryptorInterface::Decrypt 2019-04-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision f91f8258..37663bcc (648096:648215) 2019-04-05 srte@webrtc.org Using simulated time for GoogCC tests. 2019-04-05 gustaf@webrtc.org AEC3: Enable usage of external delay estimator 2019-04-05 philipel@webrtc.org Tune VideoCodecTestLibvpx.TemporalLayersVP8 thresholds. 2019-04-05 srte@webrtc.org Running scenario quality unit tests in simulated time. 2019-04-05 danilchap@webrtc.org Remove TaskQueue constructor that uses GlobalTaskQueueFactory Created with: gclient setdep -r src/third_party/webrtc@e9d2b4efdd5d The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:None,chromium:none,chromium:None,chromium:948469,chromium:949020,chromium:939340,chromium:None,chromium:None,chromium:None,chromium:None,chromium:b/130016532,chromium:none TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I47cf11c55e2695f3d95d4e9109726ab7477a85f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557892Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648722}
-
Raul Tambre authored
The script still works with Python 2. There are no intended behaviour changes. Bug: 941669 Change-Id: I9d0d56b95eccc82da7820347877f4df0339ff731 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556773 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#648721}
-
Cathy Li authored
[Explore sites][Touchless]: Ensure that category title will always be visible when a site has focus. Bug: 944258 Change-Id: I7bae69cad28c93affd08afcb8646dfc52ec0e4de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550002Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Commit-Queue: Cathy Li <chili@chromium.org> Cr-Commit-Position: refs/heads/master@{#648720}
-
Joshua Pawlicki authored
Bug: 881076 Change-Id: I4b6172fb454138a622a1beb671c5c54a51171390 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548067 Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#648719}
-
Jochen Eisinger authored
Bug: 944754 Change-Id: I653d8dc62723ddf631dfd2ef78b14e4675c1ca63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553542Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#648718}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/edab510dfad8..eba396cc66d3 git log edab510dfad8..eba396cc66d3 --date=short --no-merges --format='%ad %ae %s' 2019-04-08 bclayton@google.com Rename 'unittests' to 'gles-unittest' Created with: gclient setdep -r src/third_party/swiftshader@eba396cc66d3 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=swiftshader-team+autoroll@chromium.org Change-Id: Ic4700466e08ad379206afcdb10bb26fedb9984d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557986Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648717}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/eec47f93..c796dae2 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I8235e1ecd3a5aa77374dea39e69d7a952accf52c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557788Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648716}
-
Eugene But authored
The root cause should be fixed in crrev.com/c/1553501 . This CL simply enables the test. Bug: 845879 Change-Id: I396396ef661501855a1f3082449f8a1caa246eaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555251Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#648715}
-
Steven Valdez authored
Bug: 641225 Change-Id: I743d0ef2269935e76ce26ee874b4e15f35c50fd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1067603 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#648714}
-
Eric Orth authored
This matches the HostResolverManager behavior where all requests get silently cancelled if the manager is destroyed. Now if a ContextHostResolver is destroyed, all requests created by that resolver get silently cancelled, leaving requests from other resolvers alone. Motivation: For DoH, need to ensure that if a context (and its per-context resolver) are destroyed, any requests potentially using that context for DoH are cancelled. Previously, DoH always used the "primary" context and we took special care to cancel all DNS requests on destruction of that context, but DoH will soon use any context from the per-context resolvers. Bug: 934402 Change-Id: I99d087bdd17ac8e2bd54efa4c425e63abf0568ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549897Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#648713}
-
Yuzu Saijo authored
This CL updates wpr files for leak detection. Change-Id: Ibac5224621fb0ceee65f68888afa0480602ae396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554464Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#648712}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I88eb3a84fe94f81d7d1ec9d75c336911ada37a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557987Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648711}
-
chrome://translate-internalsMoe Ahmadi authored
Bug: 944079 Change-Id: If6b80ec575b38423e66832061bb239f67f24df93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541816 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#648710}
-
Ella Ge authored
This CL adds another field predicted_scroll_update_delta to keeps the scroll delta after prediction. And also updates the AverageLag to take the predicted_scroll_update_delta into account. Bug: 946212 Change-Id: I1ba2bc5bd644c630d53d7f02d6ab4c4c4259f09b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549346 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#648709}
-
Harald Alvestrand authored
Bug: chromium:854385 Change-Id: Iae271e42cea733464730e7560b7caa52f57860f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556844 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#648708}
-
David Roger authored
Bug: 949043 Change-Id: I651d497efcb46e2a6acac24721ff59e66e5f1edc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554351Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#648707}
-
Tomasz Wiszkowski authored
This change lays a corner stone for works on Omnibox site favicons. Doc: http://doc/1-gTFVwUV2uq374osWmK-Ll4gsUiz6eUz85GOm-BuPl8 Bug: 949753 Change-Id: I1de3ca7a2f2089f07ac3b65c43382a27ab525f11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553952Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#648706}
-
Weilun Shi authored
Change VariationsServiceStartsRequestOnNetworkChange to unit test instead of browser test. Using the mock variations service to perform the same test. Bug: 905714 Change-Id: I66c4b6c91ec94933c19218398af9057f736ad736 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550189Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#648705}
-
Kevin McNee authored
If an async hit test results in a renderer hitting a remote frame, ignore it if input events should not be routed to that frame, as is the case with portals. Bug: 932581 Change-Id: I610442ac56383257dc02d6b3f0f0e2bea1f0fbb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553914Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#648704}
-
Eric Orth authored
Each individual URLRequestContext gets its own HostResolver instance. Also, because that HostResolver becomes a dependency of the HttpNetworkSession, constructed a new session for the media context rather than reusing the session from the main context and built the whole context from scratch rather than relying on the dangerous URLRequestContext::CopyFrom(). Saved the sessions to a unique_ptr rather than leaking it as was done previously. Bug: 934402 Change-Id: I1c61f58406c2df66786da72146c4eb2631f6450c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529518Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#648703}
-
Etienne Bergeron authored
The main goal of this CL is to remove an usage of PlatformFontWin. The test RenderTextTest.HarfBuzz_UniscribeFallback is creating a PlatformFontWin class and directly manipulate the HFontRef/HFONT to put the localized name. The initial goal of test was to ensure the fast-path for font fallback is called. ShapeRuns is trying the following fonts: 1) PrimaryFont / SecondaryFont 2) GetFallbackFont (for a given text) a) win7 : Use of Uniscribe fallback b) win10 : Use of DWrite fallback 3) GetFallbackFonts (enumerate all fonts) The test was designed to force the fallback to hit 2), while impossible to succeed with 3). Unfortunately, on windows 10, the "Meiryo" font is not installed by default and it's part of the Japaneese extension. The font constructor replace it by Arial which is making the path 3) to be hitted and the test to (incorrectly) pass. We are adding checks that the font name and localized font name are kept correctly. We are adding a windows 10 localized font. R=asvitkine@chromium.org CC=dfried@chromium.org, robliao@chromium.org Bug: 944227 Change-Id: I7990e973d6702abee998ccafeee753b947cca0bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554001 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#648702}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/90b1865e2a8b..9f958344898c git log 90b1865e2a8b..9f958344898c --date=short --no-merges --format='%ad %ae %s' 2019-04-08 jmadill@chromium.org Add MD browser to DEPS. Created with: gclient setdep -r src/third_party/angle@9f958344898c The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=ynovikov@chromium.org Change-Id: I5df388d5268f1621c0f3d578a3e26085a4bab1d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557885Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648701}
-
Sharon Yang authored
This is a known TODO, so commenting out the unnecessary logging. Bug: 944885 Change-Id: Ib8816806e6bc5819a82af333973e04c1e4a4bdb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554652Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sharon Yang <yangsharon@chromium.org> Cr-Commit-Position: refs/heads/master@{#648700}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/e8c2d95ed45f..7ce37d66a86d git log e8c2d95ed45f..7ce37d66a86d --date=short --no-merges --format='%ad %ae %s' 2019-04-08 stevenperron@google.com Fix use of Logf to avoid format security warning (#2498) 2019-04-05 zoddicus@users.noreply.github.com Add WebGPU->Vulkan and Vulkan->WebGPU flags in spirv-opt (#2496) 2019-04-05 46733637+JasperNV@users.noreply.github.com spirv-opt: Behave a bit better in the face of unknown instructions (#2487) 2019-04-05 stevenperron@google.com Add fix storage class code. (#2434) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@7ce37d66a86d The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I070f936d09937f039988ed1e42219f1e41284c06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557888Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648699}
-
Brian White authored
Times are small, consistent, and now on a background thread. Bug: 888748 Change-Id: I93684f43d8a711dcac6d950b6f03dccfa8ba55e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558130 Commit-Queue: Brian White <bcwhite@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Brian White <bcwhite@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#648698}
-
Denis Kuznetsov authored
1) PolicyTestServer can be configured not to ask for device attributes during enrollment. 2) PolicyTestServer can be configured to produce specific HTTP error codes during enrollment Bug: 950471 Change-Id: Ie49080260bfc4d07ae46b3f64a72df750a09913d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556804 Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#648697}
-
Alexander Hendrich authored
Feature properties whitelist and blacklist should only contain SHA-1 hashes of actual extension IDs. We can't verify whether the hash was generated from an actual extension ID, but we can ensure that only valid SHA-1 hashes are contained. Invalid values will cause an compile error. Bug: none Change-Id: I4a62d3bee9737a7c87963b7179e89ea974e12e60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554498Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#648696}
-
Xiaocheng Hu authored
These are deprecated functions without any use other than in test code. Hence, this patch removes them. The removal also makes it easier to migrate to hit test based up/down caret movements: http://bit.ly/2WB70oR Bug: 947179 Change-Id: I64fdf639477770515bcb4fa929f01eb908566e3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553317Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#648695}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ccdd6a14ac44..09d022cbb8a6 git log ccdd6a14ac44..09d022cbb8a6 --date=short --no-merges --format='%ad %ae %s' 2019-04-08 kjlubick@google.com [pathkit] build with newer emscripten 2019-04-08 reed@google.com Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" Created with: gclient setdep -r src/third_party/skia@09d022cbb8a6 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=egdaniel@chromium.org Change-Id: I0beed32a49a63861e17beb220b63299a6b43cbed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557889Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648694}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/cb0a4cdcabe1..fb43b375bc15 git log cb0a4cdcabe1..fb43b375bc15 --date=short --no-merges --format='%ad %ae %s' 2019-04-08 lalitm@google.com Merge "trace_processor: eliminate more uses of the proto API" Created with: gclient setdep -r src/third_party/perfetto@fb43b375bc15 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: Iff369acb272211e819ff49de0566369117110292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557887Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#648693}
-
Steven Bennetts authored
This replaces the //chromeos/dbus dependency with just //chromeos/dbus/shill in //chromeos/network and a few other BUILD.gn files. For mechanical changes to services/device/geolocation: TBR=mcasas@chromium.org Bug: 948390 Change-Id: I07ba8c79dfa603fb6018e2b2166ca8813240c4b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553679 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#648692}
-