- 25 Jul, 2018 40 commits
-
-
Luciano Pacheco authored
Move zip, MTP, removable and archive volumes after Drive and 3rd-party FSPs, as requested on the linked bug. Bug: 867198 Change-Id: I69a61b621e190ade9dd6d16d5655c57ea722cdff Reviewed-on: https://chromium-review.googlesource.com/1149421Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#577785}
-
tzik authored
This moves task management logic of base::internal::TimerBase to its subclasses, so that subclasses can hold user tasks as different types for each. Specifically, OneShotTimer's task type is converted to OnceClosure after this CL, and it gets supporting OnceCallback. Bug: 850247 Change-Id: Ie017c2ed6e0fb1fe44937a497576d16e5c3dab68 Reviewed-on: https://chromium-review.googlesource.com/1127215Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#577784}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I97f86a8372ea408243baddf8999f3d8f3f4ba785 Reviewed-on: https://chromium-review.googlesource.com/1149117Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#577783}
-
David Black authored
Provides more instruction to users until actual endpoints are available. Bug: b:111752710 Change-Id: I250269c0848a02ae89480fb6dff20021f8866895 Reviewed-on: https://chromium-review.googlesource.com/1147425 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#577782}
-
Mounir Lamouri authored
Picture-in-Picture requires submission even if the video may appear as not visible to the frame submitter. This is adding a flag that is turned on when a video enters Picture-in-Picture. Bug: 865940 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I98ece11c4ad91ba2c34cafad711c50068fc91384 Reviewed-on: https://chromium-review.googlesource.com/1147542 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
CJ DiMeglio <lethalantidote@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#577781}
-
Peter Kasting authored
This computes the background tab image Y offset based on the refresh height of the frame top, and simplifies the code by doing this unconditionally instead of only when there's a tab background image. This will not fix cases where a theme uses a custom toolbar image based on assuming that there are 16 DIP above the top of tabs. Added a TODO about that. Bug: 866671 Change-Id: I9c9b5dacaba31f825d8392f5538ebd4cc8140367 Reviewed-on: https://chromium-review.googlesource.com/1147618 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#577780}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e66fe1f7. With Chromium commits locally applied on WPT: 9f17ab2f "Refactoring XR mojo interfaces" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21670 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: jsbell@chromium.org: external/wpt/encoding TBR=foolip No-Export: true Change-Id: I4d3b08e23956bf55e55ae8cb4aabfde7d11c3005 Reviewed-on: https://chromium-review.googlesource.com/1149441 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#577779}
-
Yoichi Osato authored
This is a quick fix for the issue that DocumentMarkerContoller often returns over offset for a text node. That causes DCHECK hit in creating NGOffsetMapping. This patch rounds such offset before offsetmapping creation. Generally, we should sanitize DMC offset management. Bug: 865267 TEST: By hand with the example in the crbug. We might find a root issue by DCHECKing inside DMC. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I0c90f14d08df4eee4de0e23d37b4a2be86308f1e Reviewed-on: https://chromium-review.googlesource.com/1148160Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#577778}
-
Scott Chen authored
Bug: 867005 Change-Id: Ie56bf0c098bd625a506395cb3ea77eb3f38f18ef Reviewed-on: https://chromium-review.googlesource.com/1148764Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#577777}
-
David Black authored
To accomplish this, this CL: - Adds some utility methods to deep_link_utils for parsing params. - Moves parameter keys to a unified place within deep_link_utils. - Uses API to unescape parameters. - Adds support for query via deep link. Bug: b:111654253 Change-Id: Ic09ded6c76393fdc56006594ff01e64e8753ed0f Reviewed-on: https://chromium-review.googlesource.com/1145829 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#577776}
-
Chris Dalton authored
The Skia interface validator requires these bindings to be present. Bug: skia:8159 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 Change-Id: Ib79d16ac063bdd5ddace9fbf6bba063e190186d3 Reviewed-on: https://chromium-review.googlesource.com/1147878Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Chris Dalton <csmartdalton@chromium.org> Cr-Commit-Position: refs/heads/master@{#577775}
-
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/74ff6430d6c4..eade4f0eac2e Created with: gclient setdep -r src-internal@eade4f0eac2e 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: I0acdfffefa6c6a787d900030a1ac34ac094de3b3 Reviewed-on: https://chromium-review.googlesource.com/1149341Reviewed-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@{#577774}
-
Khushal authored
Plumb through the URL used with a worker context to the GPU so it can be used to currently report the URL for the current page. This change only adds support for work sent from raster tasks and when raster decoder is enabled. R=piman@chromium.org 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;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ib5b20c0cc54df3ecbfb1ef3e13a14f0fcc65e3cb Reviewed-on: https://chromium-review.googlesource.com/1145685 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#577773}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/04e984409ab0..6cf86b3c343e git log 04e984409ab0..6cf86b3c343e --date=short --no-merges --format='%ad %ae %s' 2018-07-25 benjhayden@chromium.org Fix internal test suite descriptors. Created with: gclient setdep -r src/third_party/catapult@6cf86b3c343e The AutoRoll server is located here: https://catapult-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=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=sullivan@chromium.org Change-Id: I5f6ddf4f4e5b931d1aa49ab12f688b9b8d1116f0 Reviewed-on: https://chromium-review.googlesource.com/1149342Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577772}
-
Yiming Zhou authored
1. Fixed an edge case where the Recorder UI is truncated by the parent page's stylesheet. Added an explicit padding style to the Recorder UI. 2. Record page load events on the main frame. I can later use the page load events to truncate test recipes. 3. Add a typePassword action. Bug: 855284 Change-Id: Ieac830addbc7dff303ab456438328ffd64e12953 Reviewed-on: https://chromium-review.googlesource.com/1145624 Commit-Queue: Yiming Zhou <uwyiming@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#577771}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/21edf3db5e33..0359b6977caf git log 21edf3db5e33..0359b6977caf --date=short --no-merges --format='%ad %ae %s' 2018-07-24 theoking@google.com Vulkan: Check mInFlightCommands doesn't grow too fast 2018-07-24 geofflang@chromium.org EGL: Validate that EGL_GL_TEXTURE_ZOFFSET is used only for 3D sources. Created with: gclient setdep -r src/third_party/angle@0359b6977caf 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=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=geofflang@chromium.org Change-Id: I287658785a2a2513399497260ea64ae3afd985c3 Reviewed-on: https://chromium-review.googlesource.com/1149340Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577770}
-
Qiyu Hu authored
Bug: b:78650442 Test: Build Change-Id: Ic0a9e07fa68d22faf11549b992c2c885f07d2c00 Reviewed-on: https://chromium-review.googlesource.com/1144193Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Commit-Queue: Qiyu Hu <qiyuh@google.com> Cr-Commit-Position: refs/heads/master@{#577769}
-
Scott Chen authored
Bug: 846210 Change-Id: I0c20f572ad294050ec78187cfbcc6f4cdd47141f Reviewed-on: https://chromium-review.googlesource.com/1148760Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#577768}
-
tzik authored
AddressSorterWin::Job's reference count is zero at the beginning of its constructor, and used to be incremented at base::Bind there implicitly. However, if PostTaskAndReply there failed, the reference is gone and the reference count gets to 0 again. And as the result, `new Job` may return a stale pointer. This CL adds a static constructor to , and moves the ref count manipulation part out from the constructor, in order to avoid the unexpected destruction. Bug: 866456 Change-Id: I1e735d6d0bf427988ba7380569628d4264c755f5 Reviewed-on: https://chromium-review.googlesource.com/1147898Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#577767}
-
tzik authored
ExtendedAuthenticatorImpl is a ref counted object. Its first reference is taken by base::Bind in its constructor, and the reference is passed to GetSystemSalt to do an asynchronous task. However, if GetSystemSalt impl drops the passed callback soon, (e.g. by PostTask failure), the reference to ExtendedAuthenticatorImpl is gone and the instance is destroyed, even before the construction has completed. That is, `new ExtendedAuthenticatorImpl` might return a stale pointer on the previous code. This CL adds a static constructor to ExtendedAuthenticatorImpl, and moves the problematic part out of the constructor. Bug: 866456 Change-Id: I377acc8a753c01a79a4cf09617bfa3b0f6aa923f Reviewed-on: https://chromium-review.googlesource.com/1148164Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#577766}
-
David Black authored
Still missing tweens. Need to discuss with UX about potentially revising specs to use pre-defined tweens. See bug for demo. Bug: b:111573788 Change-Id: I7d94416afa834d83aafa7e1e5f8eb9d6efe44333 Reviewed-on: https://chromium-review.googlesource.com/1144197 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#577765}
-
Ryan Sleevi authored
As previously communicated, and as documented at at https://g.co/chrome/symantecpkicerts, certificates issued by the Symantec Legacy PKI Infrastructure between 2016-06-01 and 2017-12-01 will no longer be trusted. This changes the default state to remove trust in these certificates. Certificates issued under the DigiCert Managed PKI, or those from previously-identified, independent third-party CAs, are not affected. Bug: 796230, 805460 Change-Id: I74bdecc9dfdd66dec1a111f9eddb830babfa8222 Reviewed-on: https://chromium-review.googlesource.com/1134209 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#577764}
-
Xing Liu authored
This CL changes the download progress bar background color to 26% G blue 600. Bug: 864867 Change-Id: If7490c628c623556d1d01a267a391a070a3945f8 Reviewed-on: https://chromium-review.googlesource.com/1148941 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#577763}
-
Sergei Datsenko authored
This key is PII, so to avoid exposing it through mount point name we hash it with salt. BUG=chromium:829694 Change-Id: I5c66ff64715026b7acc984c387b41760a2fb99b1 Reviewed-on: https://chromium-review.googlesource.com/1143119Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#577762}
-
Bence Béky authored
Instead of continuing to wait for UDP data, fail the DNS query in DnsUDPAttempt. The motivation is to call the callback at most once, to conform to //net convention. See https://docs.google.com/document/d/1CNq4plxEbprzXwkeIrEtwM4b-Na2ZOqw8UHPRK3t-1w for analysis of data (restricted view). Net.DNS.ResultAfterMalformedResponse histogram is removed in follow-up CL https://crrev.com/c/1149112. Bug: 779589 Change-Id: I0ef3c460e40cefe8160334cad17f9ef9abec3b39 Reviewed-on: https://chromium-review.googlesource.com/1146878 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#577761}
-
Achuith Bhandarkar authored
This CL failed due to chromebot CLA issue: https://chromium-review.googlesource.com/c/1148140/ BUG=762641,860584 TEST=None Change-Id: I2679c4ae6bbb35e7041b72696294f0f13cca91e9 Reviewed-on: https://chromium-review.googlesource.com/1149329 Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Don Garrett <dgarrett@chromium.org> Cr-Commit-Position: refs/heads/master@{#577760}
-
Luke Halliwell authored
Currently, it's controlled by switches, which can be used for global control of the feature, but don't work well for per-tab configuration. Move the decision to ContentRendererClient and use the switches in default implementation to maintain existing default behaviour. Bug: 862698 Change-Id: I917e21ec8d8e493eef53113fe667d45ab17a48b5 Reviewed-on: https://chromium-review.googlesource.com/1133975 Commit-Queue: Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#577759}
-
Xing Liu authored
Currently if selects download in download home, user can observe there is no space between the Chrome toolbar and the storage summary. This CL adds 8dp top padding to storage summary view. Bug: 866186 Change-Id: I5f2b1880efa30f77dd272d2bec328dd2180d527a Reviewed-on: https://chromium-review.googlesource.com/1149276Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#577758}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bd499d73987d..04e984409ab0 git log bd499d73987d..04e984409ab0 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 dtu@chromium.org [pinpoint] Refactor quest.RunTest.FromDict(). Created with: gclient setdep -r src/third_party/catapult@04e984409ab0 The AutoRoll server is located here: https://catapult-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=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=sullivan@chromium.org Change-Id: I01ae02f25db07772cf8a964a6f422df9a6c21570 Reviewed-on: https://chromium-review.googlesource.com/1149280Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577757}
-
Khushal authored
The activity flags are used to notify the browser if the GPU process crashes during shader compilation which could indicate a corrupted disk shader cache. Hook this up for the persistent shader caching on the GrContext for OOPR. R=ericrk@chromium.org, piman@chromium.org Bug: 854416 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;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Id2b1d0eeb3ca4ac41f82822f520331651dea5a38 Reviewed-on: https://chromium-review.googlesource.com/1147863Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#577756}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b4f02e85..1032259c 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;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I082729a6558053b6ec669da424339462290d0ce7 Reviewed-on: https://chromium-review.googlesource.com/1149090Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577755}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c0446e3f. With Chromium commits locally applied on WPT: 9f17ab2f "Refactoring XR mojo interfaces" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21669 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: cvazac@akamai.com, igrigorik@chromium.org: external/wpt/server-timing TBR=foolip No-Export: true Change-Id: I8e116205cb4e90eba63dd2f1286dac97c216c890 Reviewed-on: https://chromium-review.googlesource.com/1149094 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#577754}
-
Andrey Lushnikov authored
This patch starts supporting fall-through in async callbacks. Change-Id: I1a1284f6884c26c0c73ca179bf33f7aff8bc88cc Reviewed-on: https://chromium-review.googlesource.com/1139575 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#577753}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/75e5406be66a..4c7a750e5543 git log 75e5406be66a..4c7a750e5543 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-07-24 benjaminwagner@google.com Blacklist hanging test. Created with: gclient setdep -r src/third_party/skia@4c7a750e5543 The AutoRoll server is located here: https://autoroll.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.blink:linux_trusty_blink_rel;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=benjaminwagner@chromium.org Change-Id: I14e5f6011a2774f6aef72ff4dd1df153ae034510 Reviewed-on: https://chromium-review.googlesource.com/1148742Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577752}
-
Matt Wolenetz authored
Logs to chrome://media-internals when the container's keyframe metadata for a frame mismatches the contents of that frame (if the latter was determined by the respective bitstream converter's Analyze() implementation, of whom only AVC currently does any keyframe analysis). BUG=860420,584384 TEST=Repro crbug 860420 shows logs, new MP4StreamParserTest.AVC_Key* and media Change-Id: Ic87eab8726ad76b36b569df08ab2212b267008c2 Reviewed-on: https://chromium-review.googlesource.com/1149153Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#577751}
-
Wei-Yin Chen (陳威尹) authored
RenderTextHarfBuzzTest.MoveLeftRightByWordInChineseText doesn't work on Android because of ICU issues. Use Thai instead to compensate the testing coverage. Bug: 865527 Change-Id: I39fb148bc8842716f8f93978bc7cdc0ab7af0f5c Reviewed-on: https://chromium-review.googlesource.com/1147860 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#577750}
-
Scott Chen authored
Bug: 842908 Change-Id: I0487199b47488c741ca360f5c462ac46fcb8b487 Reviewed-on: https://chromium-review.googlesource.com/1149067Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#577749}
-
Eli Ribble authored
This will eventually take the place of GattClientManager::GetNumConnected. This moves bluetooth closer to being fully async Bug: 76155468 Test: chromecast/device/bluetooth/le/gatt_client_manager_impl_test.cc Change-Id: I53d7eb0b2d5743165c1df5fe64903b86012a0346 Reviewed-on: https://chromium-review.googlesource.com/1147879Reviewed-by:
Bailey Forrest <bcf@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Eli Ribble <eliribble@chromium.org> Cr-Commit-Position: refs/heads/master@{#577748}
-
Derek Cheng authored
The test is introduced and started flaking in https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/38257. Suspecting https://chromium-review.googlesource.com/1146764. TBR=xidachen Bug: 867181 Change-Id: I5a772c76e9b68fe6e1aaa7a0feb34cd03a57aa31 Reviewed-on: https://chromium-review.googlesource.com/1149156Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#577747}
-
Zhongyi Shi authored
Bug: 790547 Change-Id: Iee8b9a2dd00ed3b80dda8e34d3bfe15d3581bec1 Reviewed-on: https://chromium-review.googlesource.com/1149182Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#577746}
-