- 07 Mar, 2018 10 commits
-
-
Yuke Liao authored
This CL refactors the function that parses args.gn file to cache the results so as to avoid parsing the same file more than once. Change-Id: If8fc60c2f28b94b6d435395b563f0ed750c5f280 Reviewed-on: https://chromium-review.googlesource.com/947925 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#541256}
-
James West authored
It is no longer needed now that not binding ApplicationMediaCapabilities no longer fails a DCHECK. Bug: internal b/73180315 Test: cast_shell_browsertests Change-Id: I9ff2cc20525959caf9ab7287f594234cac756233 Reviewed-on: https://chromium-review.googlesource.com/950126Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: James West <jameswest@chromium.org> Cr-Commit-Position: refs/heads/master@{#541255}
-
John Abd-El-Malek authored
Bug: 819249 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I44a479a9d91df43f12b85ccc702d9f77e56ce399 Reviewed-on: https://chromium-review.googlesource.com/952063Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#541254}
-
Lei Tian authored
Now Browser Actions fails when importing to Android studio because all its classes using resources does not import R file. However, importing android.support.customtabs.R fails on ninja compile because BUILD.gn sets the resource package name to android.support.customtabs.browseraction. This CL changes the package name to android.support.customtabs to allow importing android.support.customtabs.R and roll out custom-tab-client change: third-party/custom-tab-client/54788baf5bfbe5bb42977dc52c2f608392e60f72. Bug: None Change-Id: I9f58305c2610f049fb750f152e0e22961d2b7482 Reviewed-on: https://chromium-review.googlesource.com/939853 Commit-Queue: Lei Tian <ltian@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#541253}
-
edchin authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I3976f0cea5fae468cbd61b23271ab249f512d021 Reviewed-on: https://chromium-review.googlesource.com/952264Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#541252}
-
Eugene But authored
This CL adds RadialProgressView as a subview for DownloadManagerController's view and updates this view according to the download progress. UI Mocks: https://docs.google.com/presentation/d/1GzbAoJrpW9IAQF78afh5SZLWJWErNcC67t_ctujjEus/edit#slide=id.g2b7a689b42_0_196 Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Id1e3ebebcaba1ee41ae350973c246ceb7339154d Reviewed-on: https://chromium-review.googlesource.com/950124 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#541251}
-
Kent Tamura authored
Bug: 578345 Change-Id: Ibcc9a89408ac2fdef8590f0e07be08a73923c069 Reviewed-on: https://chromium-review.googlesource.com/950506Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541250}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7224dea74d49..595b66866726 $ git log 7224dea74..595b66866 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal The AutoRoll server is located here: https://src-internal-chromium-roll.skia.org 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=mmoss@chromium.org Change-Id: Iee724bdf4b63a449c3042f05ddeb93f45ce3c761 Reviewed-on: https://chromium-review.googlesource.com/952268Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541249}
-
Tien-Ren Chen authored
This CL does some light clean-up to CompositingInputsUpdater. It is for aesthetic improvement only and should not change behavior. 1. Move AncestorDependentCompositingInputs computation to its own helper function. 2. Remove CompositingInputsUpdater::AncestorInfo::has_ancestor_with_clip_path which is unused. 3. Add shorthand variable layout_object = layer->GetLayoutObject(). Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I745a392b80adedef278fa5ad45436b2c652bf37d Reviewed-on: https://chromium-review.googlesource.com/950008 Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541248}
-
Brian Sheedy authored
This reverts commit 03667272. Reason for revert: Causing crashes of unknown origin on K https://chromium-swarm.appspot.com/task?id=3c16a11a3d0f5b10&refresh=10&show_raw=1 (occurred with original CL as well) Original change's description: > Reland "Exclude unused java classes from gvr_common_java aar" > > This reverts commit f04d3bde. > > Original change's description: > > Revert "Exclude unused java classes from gvr_common_java aar" > > > > This reverts commit dbc48ca4. > > > > Reason for revert: Getting NoClassDefFoundError on Nougat https://chromium-swarm.appspot.com/task?id=3c01bdd86290b710&refresh=10&show_raw=1 > > > > Original change's description: > > > Exclude unused java classes from gvr_common_java aar > > > > > > As far as I can tell this filters the rest of the unused java classes. > > > > > > Please revert this CL if you see ClassNotFound Exceptions. > > > > > > diagnose_bloat summary: > > > MonochromePublic.apk_Breakdown (-4,097 bytes) > > > +1,731 bytes Zip Overhead > > > -1 bytes Package metadata size > > > -5,827 bytes Java code size > > > MonochromePublic.apk_Specifics > > > -15,137 bytes normalized apk size > > > -11,040 bytes main dex size > > > > > > Bug: 944791 > > > Change-Id: I53219489d0289655a72405ab1e06cbeeb065d4f4 > > > Reviewed-on: https://chromium-review.googlesource.com/944791 > > > Reviewed-by: Brandon Jones <bajones@chromium.org> > > > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#540549} > > > > TBR=mthiesse@chromium.org,bajones@chromium.org > > > > Change-Id: I1b4b8c2d4acaaa9eafde507ceeb32293a164ac2b > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 944791 > > Reviewed-on: https://chromium-review.googlesource.com/946653 > > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#540672} > > TBR=mthiesse@chromium.org,bajones@chromium.org,bsheedy@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 944791 > Change-Id: I17e5095e0298d20bdd3876473e673f4ed5f07e5c > Reviewed-on: https://chromium-review.googlesource.com/951826 > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541236} TBR=mthiesse@chromium.org,bajones@chromium.org,bsheedy@chromium.org Change-Id: I97a0f25703d4ebf80b357a8f63d4399c1fcfbb3f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 944791 Reviewed-on: https://chromium-review.googlesource.com/951972Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541247}
-
- 06 Mar, 2018 30 commits
-
-
John Abd-El-Malek authored
There is one test failing which is because we don't handle external protocols with the network service. Bug: 819248,706030 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I3ff98b61b2fa19fa3bfd54373cd920d4777f04c9 Reviewed-on: https://chromium-review.googlesource.com/951883 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#541246}
-
https://chromium.googlesource.com/angle/angle.git/+log/d2cb7cec4f3e..6dd4a92aa6df $ git log d2cb7cec4..6dd4a92aa --date=short --no-merges --format='%ad %ae %s' 2018-03-02 fjhenigman Vulkan: track attributes in client memory. 2018-02-27 cwallez Use packed enums for the texture types and targets, part 2 2018-02-26 geofflang Use strtod instead of istringstream+locale for parsing floats. 2018-03-01 lucferron Vulkan: Avoid recopying the data every time we draw line loops 2018-03-06 jmadill Vulkan: Support changing in-flight Renderbuffers. Created with: roll-dep src/third_party/angle BUG=803034 The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_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=ynovikov@chromium.org Change-Id: If59682613aae781ef4ecd6b5342821350f169dca Reviewed-on: https://chromium-review.googlesource.com/951865 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541245}
-
Zhongyi Shi authored
QUIC_CHROMIUM_CLIENT_SESSION_CLOSE_SESSION_ON_ERROR Bug: 815241 Change-Id: I807f9e6938fb6cd02b0d047e31f7056325adb71c Reviewed-on: https://chromium-review.googlesource.com/951856Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#541244}
-
Victor Costan authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/fe1144246e7e..703b4a85a21e $ git log fe1144246..703b4a85a --date=short --no-merges --format='%ad %ae %s' 2018-03-05 misterg merges-8 2018-03-05 misterg merges-7 2018-03-05 misterg merges-6 2018-03-05 misterg merges-3 2018-03-05 misterg merges-2 2018-03-05 misterg Merges-1 2018-03-01 phosek Use a full message in the JSON output for failures 2018-02-28 coryan Add options to parallelize builds. 2018-02-26 phosek Support JSON output format in addition to XML 2018-02-26 dneto Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX 2018-02-23 scottmg Try to handle unsigned wchar_t (arm) a bit better Created with: roll-dep src/third_party/googletest/src Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_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;master.tryserver.chromium.win:win_chrome_official Change-Id: Id0c9bc296e95b04b99f21cba1cbbcee08bf2400a Reviewed-on: https://chromium-review.googlesource.com/951122Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#541243}
-
Jao-ke Chin-Lee authored
This is a reland of d553b24a Original change's description: > Ramp up cast_shell_linux on LUCI to 100%. > > Bug: 731556 > Change-Id: Id416d395958f0b3529816f17ca0d35203f863065 > Reviewed-on: https://chromium-review.googlesource.com/950023 > Reviewed-by: John Budorick <jbudorick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541215} Bug: 731556 Change-Id: I58d5362dc01773a700c602213cab322444701bba Reviewed-on: https://chromium-review.googlesource.com/952442Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#541242}
-
Lei Zhang authored
Change some typedefs to using statements along the way. BUG=484459 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I80f3ebdfbef838a0d6dd648ca6a984e0482d2e5c Reviewed-on: https://chromium-review.googlesource.com/950414Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#541241}
-
Allen Vicencio authored
This CL adds the HostLocator interface and InMemoryHostLocator implementation. This will allow for manual addition of hosts, which will be used later in NetworkScanner. Bug: chromium:757625 Change-Id: I1aca8374c93a679c4894421f4cd881bf995de924 Reviewed-on: https://chromium-review.googlesource.com/940606Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Allen Vicencio <allenvic@chromium.org> Cr-Commit-Position: refs/heads/master@{#541240}
-
Daniel Erat authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/7d15090bd036..57bbe676efe5 $ git log 7d15090bd..57bbe676e --date=short --no-merges --format='%ad %ae %s' 2018-02-12 derat system_api: Add powerd BacklightBrightnessChange protobuf. 2018-02-27 rjwright Make vm_concierge/service.proto optimize_for = LITE_RUNTIME 2018-02-23 dgreid vm_concierge: Add message to delete a vm disk 2018-01-02 benchan shill: add APN authentication property and value constants 2018-02-20 ejcaruso cryptohome: remove constant for CheckKey/AsyncCheckKey Created with: roll-dep src/third_party/cros_system_api Bug: 811138 Change-Id: Ie160210b32e587c6263a49b6f6db99eefae6926c Reviewed-on: https://chromium-review.googlesource.com/951843Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#541239}
-
Robert Sesek authored
This enables better detection of small-byte buffer-overreads. Bug: 489301 Change-Id: I568136a4bd2f44984f92e9bd3b4e4c6911db610b Reviewed-on: https://chromium-review.googlesource.com/951742Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#541238}
-
Christian Dullweber authored
Record whether the UserEventService is ready when a consent is recorded. This should always be true as the service is created on startup. Bug: 819218 Change-Id: I3ea4e7574d100d3fb7f6746172e8bb10b5be0f06 Reviewed-on: https://chromium-review.googlesource.com/951482 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#541237}
-
Michael Thiessen authored
This reverts commit f04d3bde. Original change's description: > Revert "Exclude unused java classes from gvr_common_java aar" > > This reverts commit dbc48ca4. > > Reason for revert: Getting NoClassDefFoundError on Nougat https://chromium-swarm.appspot.com/task?id=3c01bdd86290b710&refresh=10&show_raw=1 > > Original change's description: > > Exclude unused java classes from gvr_common_java aar > > > > As far as I can tell this filters the rest of the unused java classes. > > > > Please revert this CL if you see ClassNotFound Exceptions. > > > > diagnose_bloat summary: > > MonochromePublic.apk_Breakdown (-4,097 bytes) > > +1,731 bytes Zip Overhead > > -1 bytes Package metadata size > > -5,827 bytes Java code size > > MonochromePublic.apk_Specifics > > -15,137 bytes normalized apk size > > -11,040 bytes main dex size > > > > Bug: 944791 > > Change-Id: I53219489d0289655a72405ab1e06cbeeb065d4f4 > > Reviewed-on: https://chromium-review.googlesource.com/944791 > > Reviewed-by: Brandon Jones <bajones@chromium.org> > > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#540549} > > TBR=mthiesse@chromium.org,bajones@chromium.org > > Change-Id: I1b4b8c2d4acaaa9eafde507ceeb32293a164ac2b > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 944791 > Reviewed-on: https://chromium-review.googlesource.com/946653 > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540672} TBR=mthiesse@chromium.org,bajones@chromium.org,bsheedy@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 944791 Change-Id: I17e5095e0298d20bdd3876473e673f4ed5f07e5c Reviewed-on: https://chromium-review.googlesource.com/951826 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#541236}
-
Reilly Grant authored
Additional U2F tokens from other manufacturers. Bug: 818807 Change-Id: Ieb20c0b433b00bb3a0b4f65519d9b978b8c81b80 Reviewed-on: https://chromium-review.googlesource.com/952071Reviewed-by:
Adam Langley <agl@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#541235}
-
Dave Tapuska authored
Events would get marked as consumed when on top of the resize controller. Deal with that situation so that we allow the resize to occur on disabled form controls. BUG=762709 Change-Id: I17f8ae25541f9e4665d4a4bbcfef9e719f12f454 Reviewed-on: https://chromium-review.googlesource.com/951911Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#541234}
-
Tom Anderson authored
CL [1] deleted annotations_xml_downstream_caller.py, but there was still a reference to it in the data list of traffic_annotation_auditor_unittests. This was causing isolate_tests to fail on Linux Xenial [2]. [1] https://chromium.googlesource.com/chromium/src/+/6fda5d5ea134a58d5f1053d649762b3896837827 [2] https://ci.chromium.org/buildbot/chromium.fyi/Linux%20Xenial/45 BUG=789768 TBR=rhalavati@chromium.org Change-Id: I00b2d6d12092f1942b09aa657bae518678ec17de Reviewed-on: https://chromium-review.googlesource.com/952030Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#541233}
-
Chris Harrelson authored
Bug: 817800 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ied1f28e727320ed100851fc2aef06dfbdd07798a Reviewed-on: https://chromium-review.googlesource.com/951714Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541232}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/edc9a4687699..c6fcb9bb94ea $ git log edc9a4687..c6fcb9bb9 --date=short --no-merges --format='%ad %ae %s' 2018-03-03 jzern disable vp9_highbd_iht{4x4_16,8x8_64}_add_neon 2018-03-03 jzern disable vp9_iht8x8_64_add_neon 2018-03-03 jzern disable vp9_iht16x16_256_add_neon 2018-03-02 marpan vp9-svc: Disable partition_reuse unless 2x2 scale. 2018-03-01 marpan vp9-svc: Fix to downsampling filter phase_shift. 2018-02-28 jzern iadst16x16_256_add_half1d: fix array size 2018-02-26 linfengz Add vp9_iht16x16_256_add_neon() 2018-02-26 jzern datarate_test: correct last_pts_ref_ type 2018-02-26 linfengz Fix a bug in create_s16x4_neon() 2018-02-22 linfengz Clean test/dct_test.cc with testing::Combine 2018-02-21 jianj VP9 SVC: Datarate test for dynamic bitrate change. 2018-02-20 linfengz Add vp9_highbd_iht8x8_16_add_neon() 2018-02-20 johannkoenig remove deprecated 'register' keyword 2018-02-12 jianj vp9_cx_iface: Remove else when returning from the other branch. 2018-02-12 jianj VP9 ROI test clean up regarding bool type flag. 2018-02-05 kylesiefring Fold adds in 16->32-bit converts in SSE2/AVX2 fDCT Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I90e68cab836f548e9d8502ed5c06191791d505a5 Reviewed-on: https://chromium-review.googlesource.com/952085Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#541231}
-
Sebastien Marchand authored
Bug: 818454 Change-Id: I77f6ea60f38ad8956d7f7e042c57202f3f41a07c Reviewed-on: https://chromium-review.googlesource.com/951749 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#541230}
-
John Abd-El-Malek authored
Bug: 819246 Change-Id: Ie99c44c871d6f3a747abb3555c96310deb164d2f Reviewed-on: https://chromium-review.googlesource.com/951890Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#541229}
-
rbpotter authored
They are needed for continuing work on the componentized UI. Bug: 773928 Change-Id: I1240cf9ae8afc9befdcf89ada7fbaed5340132d2 Reviewed-on: https://chromium-review.googlesource.com/951638Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#541228}
-
Raymond Toy authored
Check to see if the Biquad AudioParam values are all constant for the duration of the render. If they are, we can skip computing the filter coefficients for the render and just compute the one constant value. Using https://jsfiddle.net/8vo0gbav/87/ as a test, CPU usage is reduced from 35-38% down to 25-28% CPU. The bulk of the change is from calling BiquadDSPKernel::UpdateCoefficients less often. It was accounting for 17.8% but is now just 2%. (According to perf top on linux.) Bug: 813504 Change-Id: I1e58dc433f7c03d4e0daa13a195b90328e03312a Reviewed-on: https://chromium-review.googlesource.com/951628Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541227}
-
rbpotter authored
Bug: None Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I79138c2e9d75eb72daee228b191e16f43eb95b83 Reviewed-on: https://chromium-review.googlesource.com/951966Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#541226}
-
Xianzhu Wang authored
This reduces number of conversions from LayoutRect to FloatRect during raster invalidation and PaintChunksToCcLayer. Bug: 803867 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ibc8e0cd0d79fdf08aad2a4711cc53d2fcb22f3ca Reviewed-on: https://chromium-review.googlesource.com/949964Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#541225}
-
Xiaohan Wang authored
Now Mojo CDM is enabled by default on desktop platforms (when library CDM is enabled), remove kMojoCdm feature. Will start to remove pepper CDM support in later CLs. Bug: 772160 Change-Id: Id5b0692db992500d97cd5902f1ddd97147ab97d9 Reviewed-on: https://chromium-review.googlesource.com/946430Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#541224}
-
Stephen McGruer authored
Bug: 791086 Change-Id: I916508fc5cf0c16543decd3f8197d034f2a4e6d8 Reviewed-on: https://chromium-review.googlesource.com/941963 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541223}
-
James Cook authored
ash::Shell::drag_drop_controller_ is reset before widgets and window containers are closed. aura::client::SetDragDropClient null is called later, after windows close. Thus if closing any window triggers a call to GetDragDropClient it will access deleted memory. This code has been refactored multiple times, including this 2013 CL to change the window close order: https://chromium.googlesource.com/chromium/src/+/8b3e3d8f101deab32cc3482ad752e99802efe109 and this 2016 CL that moved SetDragDropClient as part of the mustash "wm common" refactor: https://chromium.googlesource.com/chromium/src/+/29f31715ad035be45c19469afe2012209cb92125 Fix by moving SetDragDropClient to immediately before the controller is reset, which means it is reset in the same class that allocates the object. All calls to GetDragDropClient check the pointer for null before access. If someone adds a call and doesn't check for null it will cause a crash instead of UAF, which seems better. Bug: 818603 Test: asan interactive_ui_tests, see bug Change-Id: I6d1a468dceff26da36e5c7c4af4962941db46a87 Reviewed-on: https://chromium-review.googlesource.com/951622Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#541222}
-
Jao-ke Chin-Lee authored
This reverts commit d553b24a. Reason for revert: Too many pending builds, will reland once drained. Original change's description: > Ramp up cast_shell_linux on LUCI to 100%. > > Bug: 731556 > Change-Id: Id416d395958f0b3529816f17ca0d35203f863065 > Reviewed-on: https://chromium-review.googlesource.com/950023 > Reviewed-by: John Budorick <jbudorick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541215} TBR=jchinlee@chromium.org,jbudorick@chromium.org Change-Id: I364807043e712551a28d9b2a6ebbe114eba1e0e7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 731556 Reviewed-on: https://chromium-review.googlesource.com/952283Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Commit-Queue: Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#541221}
-
Dmitry Gozman authored
WebContents::GetDelegate may return null in some cases (see issue for repro cases). Bug: 756527 Change-Id: Iad30cccd1246c59fd035b86305c21e46bd57f404 Reviewed-on: https://chromium-review.googlesource.com/951903Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#541220}
-
Ovidio Henriquez authored
Moves a single Bluetooth test under the wpt/http/ directory to its rightful place under wpt/bluetooth. BUG=509038 Change-Id: I9eaa21858c74fedba2a91c508b4097609f8c69a6 Reviewed-on: https://chromium-review.googlesource.com/951882 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#541219}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5dc7db08f808..7224dea74d49 $ git log 5dc7db08f..7224dea74 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal The AutoRoll server is located here: https://src-internal-chromium-roll.skia.org 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=mmoss@chromium.org Change-Id: Ifcb05d4b1eca7a5b271dfc3a1141fb51ca3345ca Reviewed-on: https://chromium-review.googlesource.com/952083Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541218}
-
Esmael El-Moslimany authored
Bug: 819123 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I35712fb750e941ff14801c41441289b2591911dd Reviewed-on: https://chromium-review.googlesource.com/951898Reviewed-by:
Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#541217}
-