- 01 Oct, 2018 33 commits
-
-
Takashi Toyoshima authored
ResourceDispatcherHostTest was modified to run with TestMode, but I forgot to setup features for each param. This patch puts right configurations and makes failed tests pass with some modification around how to manage RunLoops. Bug: 870173 Change-Id: I2b61774668ca5dd7ca2f587b68a9a8671c18fe2d Reviewed-on: https://chromium-review.googlesource.com/1249462 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#595394}
-
Marina Ciocea authored
Disable tests to unblock audio service process sandbox testing on Mac bots while reproducing the bot setup locally to debug test failures. Tests disabled: WebRtcAudioQualityBrowserTest.MANUAL_TestAutoGainControlOnLowAudio WebRtcAudioQualityBrowserTest.MANUAL_TestAutoGainIsOffWithAudioProcessingOff WebRtcAudioQualityBrowserTest.MANUAL_TestCallQualityWithAudioFromFakeDevice Bug: 882780 Change-Id: I352d3a2cb396c2f1f04bd69bec105444a591aca5 Reviewed-on: https://chromium-review.googlesource.com/1251541Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#595393}
-
Yutaka Hirano authored
ReadableStreamBytesConsumer::reader_ has been a weak reference. This CL makes it a TraceWrapperV8Reference as it is easier to understand. Bug: 872462 Change-Id: I669daa87f854a4eab89810b7bf030fc4796d696b Reviewed-on: https://chromium-review.googlesource.com/1249281Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#595392}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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=gbiv@chromium.org Change-Id: I24d90f56747a5c88756c30550cab1e9c7527d936 Reviewed-on: https://chromium-review.googlesource.com/1253439Reviewed-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@{#595391}
-
Yoshifumi Inoue authored
This patch changes |NGPaintFragment::MarkLineBoxesDirtyFor()| and |NGPaintFragment::TryMarkLineBoxDirtyFor()| to mark only first line of layout object and stop scanning descendnats of culld inline box. Speed improvement for layout/attach-inlines.html is 26.50 runs/s[1] to 68.45 run/s Note: without marking dirty line, speed is 73.50 runs/s [1] http://crrev.com/c/1248622 [LayoutNG] Make line dirty marking faster 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: I897224f3bd7a19036718da79bf97d0fa0076cd3d Reviewed-on: https://chromium-review.googlesource.com/1251263 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#595390}
-
Kenichi Ishibashi authored
It seems we've fixed the crash. Remove instrumentation. Bug: 887033 Change-Id: Ie0790f4b4a87455393f77c27e58bb956f669ba6b Cq-Include-Trybots: luci.chromium.try:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/1253522Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#595389}
-
yusukes authored
BUG=b:116761000 TEST=None Change-Id: Id16dd20f0cf242ebed23a1521c7bbf60ba16f308 Reviewed-on: https://chromium-review.googlesource.com/1250967Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Shuhei Takahashi <nya@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#595388}
-
yusukes authored
BUG=b:116761000 TEST=None Change-Id: I9573e528e85bf3d89947de5039243ac22cfb3a49 Reviewed-on: https://chromium-review.googlesource.com/1253208Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#595387}
-
Etienne Bergeron authored
We want to add the "ui" category to trace fonts loading: void ShapeRunWithFont(const ShapeRunWithFontInput& in, TextRunHarfBuzz::ShapeOutput* out) { TRACE_EVENT0("ui", "RenderTextHarfBuzz::ShapeRunWithFontInternal"); R=oysteine@chromium.org Bug: 867931 Change-Id: I3d3d07516326b3320428d50d164c7fd6a5c3a90a Reviewed-on: https://chromium-review.googlesource.com/1252531Reviewed-by:oysteine <oysteine@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#595386}
-
Luis Hector Chavez authored
This change deletes a bunch of TMP that was required during the big arc::ConnectionHolder refactoring of 2017. Bug: 750563 Test: build Change-Id: Ibe6eaf55965a488855a9b306f1d79caff57646a3 Reviewed-on: https://chromium-review.googlesource.com/1253501Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#595385}
-
Darren Shen authored
Gesture editing is not supported in the new UI. So we should disable the flag so that it doesn't appear in the keyboard settings page. Bug: 890134 Change-Id: I7dc3c6d05bad6e19e8cbfe0a6f89de603f4ddce5 Reviewed-on: https://chromium-review.googlesource.com/1250683Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#595384}
-
Alexandre Courbot authored
CL 1170707 has introduced an issue when we disable rendering on the VDA unittest: ImportBufferForPictureTask() would be called from AssignPictureBuffersTask() while buffers were still in the free list, resulting in EnqueueOutputRecord() trying to enqueue buffers that had still not received a picture ID. Fix this by first acquiring all buffers, before iterating on them and calling ImportBufferForPictureTask(). BUG=890656 TEST=Checked the VDA unittest passed on Hana and Cheza, with rendering both disabled and enabled. 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: Ied75af6d4503ff5e57b1b6bc9d2a0e1d3c2fca89 Reviewed-on: https://chromium-review.googlesource.com/1252228Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#595383}
-
yusukes authored
It took some time for me to find the proper location. Let me update the comment while I'm at it. BUG=b:74499980 TEST=try Change-Id: I6d6f1e0948c5d36675371965b83043a230f147d8 Reviewed-on: https://chromium-review.googlesource.com/1250741Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#595382}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/24c2da8c3e29..1913722a58e2 Created with: gclient setdep -r src-internal@1913722a58e2 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I0c460d8e5fcdff2c259dcb65290654868bdabd5f Reviewed-on: https://chromium-review.googlesource.com/1253541Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#595381}
-
yusukes authored
BUG=b:116761000 TEST=None Change-Id: I1a960e1d78d3c945ccf8cb3e3b775cede0fcc8f4 Reviewed-on: https://chromium-review.googlesource.com/1251223Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#595380}
-
yusukes authored
BUG=b:116761000 TEST=None Change-Id: Ibb780305e22e90b589aaeef535b7220182d3bb15 Reviewed-on: https://chromium-review.googlesource.com/1251224Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Maajid <maajid@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#595379}
-
yusukes authored
BUG=b:116761000 TEST=None Change-Id: Ic4c2fbc0a2fe17cb02e09539ef4c65ae1f4d50de Reviewed-on: https://chromium-review.googlesource.com/1251225Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Daichi Hirono <hirono@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#595378}
-
yusukes authored
BUG=b:116761000 TEST=None Change-Id: I62b1ba37b2543789b8eedf7b1622e90711273a8a Reviewed-on: https://chromium-review.googlesource.com/1250925Reviewed-by:
Kazuhiro Inaba <kinaba@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#595377}
-
Eriko Kurimoto authored
By this change, developers don't need to update the log page UI when expanding log types to store. Bug: None Test: None Change-Id: I4fcd4d5f771a3f380376effa23ca1315f2d07a05 Reviewed-on: https://chromium-review.googlesource.com/1248525Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Commit-Queue: Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#595376}
-
sangwoo.ko authored
When we try closing tabs, there might be 'unload handler' on them. In this case, we should wait for the result. So in this case, there's no closed web contents detached. Bug: 842194 Change-Id: I78b0d9f8d42631b1309f4baa8dbbfa9503564426 Reviewed-on: https://chromium-review.googlesource.com/1248883Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Sang Woo Ko <sangwoo108@chromium.org> Cr-Commit-Position: refs/heads/master@{#595375}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=cmasso@chromium.org Change-Id: Icda65c1a82586fc2588885a2e420583bb28be333 Reviewed-on: https://chromium-review.googlesource.com/1253098Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#595374}
-
momohatt authored
Spec requires that in the update of service workers, we should set the header only for the network request of the main script, and we shouldn't set headers for that of imported scripts. (https://w3c.github.io/ServiceWorker/#update-algorithm) Current ServiceWorkerNewScriptLoader sets the header for both kinds of the scripts, so this patch fixes it to conform to the spec. Change-Id: I159019e492ea212e58e6b0fcdf3f9a1e57928bdb Reviewed-on: https://chromium-review.googlesource.com/1249422 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#595373}
-
Alexandre Courbot authored
Convert the V4L2VideoDecodeAccelerator class to use the V4L2Queue. This considerably reduces its amount of code, while also making buffers lifecycle safer. BUG=792790 TEST=Made sure that VDA unittest was compiling and running on Hana Change-Id: I145778421cfc6d5951249cb9c934ac5e3b1e230b Reviewed-on: https://chromium-review.googlesource.com/1170707Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#595372}
-
Kouhei Ueno authored
Retire the flags now that it is very unlikely we'll revert them. Bug: 711706, 773713 Change-Id: I854c5be068b42ef5fb58fe23f45ba1af107ece9a Reviewed-on: https://chromium-review.googlesource.com/1250681 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#595371}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/92aeb7fdd6c0..24c2da8c3e29 Created with: gclient setdep -r src-internal@24c2da8c3e29 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I7b0edcbb386675a12ef55696110cc8aaaeb06a0d Reviewed-on: https://chromium-review.googlesource.com/1253436Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#595370}
-
Asami Doi authored
module scripts, and add WPT tests for ServiceWorker module scripts Implement to return registration data after evaluate module scripts and commonize WillEvaluate/DidEvaluate functions of classic and module. In addition, import module tests for ServiceWorker scripts reuse tests for DedicatedWorker. The data path in both type is "Main scirpt -> Worker script -> Main scirpt" because ServiceWorker can reply to its source only in MessageEvent. Change-Id: I2bcc1670bd43109710af30c7df3aba5ff039201a Bug: 824647 Reviewed-on: https://chromium-review.googlesource.com/1205916 Commit-Queue: Asami Doi <asamidoi@google.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#595369}
-
Kunihiko Sakamoto authored
Before this patch, "You are using an unsupported feature flag..." warning was shown when kSignedHTTPExchange feature flag is enabled. Now that we have fully implemented the Signed Exchange verification feature and passed security review, this patch removes that warning for kSignedHTTPExchange. Instead, we show that warning if kAllowSignedHTTPExchangeCertsWithoutExtension is enabled, because it bypasses a part of certificate check of Signed Exchange. Bug: 890137 Change-Id: I285a1e236e9a18d581468f7b1af561629ee222bd Reviewed-on: https://chromium-review.googlesource.com/1250309Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#595368}
-
Adam Langley authored
This change alters the code that is generated for dictionaries to use Chromium variable names. Change-Id: I5db361a1ef41dd134b2a2bf2e9af2cae14d17ad0 Reviewed-on: https://chromium-review.googlesource.com/1247232Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#595367}
-
Jdragon authored
This patch means reordering module file name alphabetically. Change-Id: I3a5253eb159c1f830bffd706cdeebbaff76abc93 Reviewed-on: https://chromium-review.googlesource.com/1252224Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jaeyong Bae <jdragon.bae@gmail.com> Cr-Commit-Position: refs/heads/master@{#595366}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b92901810bef..92aeb7fdd6c0 Created with: gclient setdep -r src-internal@92aeb7fdd6c0 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I0e120ba423a4b5985941371fbc9e9868df9abfd8 Reviewed-on: https://chromium-review.googlesource.com/1253435Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#595365}
-
Xiaocheng Hu authored
This is preparation for changing layout test test dump to innerText. js-test.js currently adds message blocks like: <div>message<br></div> In most cases, this is rendered in the same way as <div>message</div>, and also produces the same text dump as it. However, this results in an additional '\n' in innerText. Hence, to make switching to innerText easier, this patch removes the trailing <br> from js-test.js text dump. Per-file changes (in third_party/WebKit/LayoutTests/): - resources/js-test.js: actual change - Almost all *-expected.txt are rebaselines that differ only by adding or removing empty lines - The only exceptions are in flag-specific/enable-blink-features=LayoutNG where a few redundant flag-specific baselines are removed Bug: 887148 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I45ab0ac52fc74ae0fab0c5e1f05be7b915dfe384 Reviewed-on: https://chromium-review.googlesource.com/1247196 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#595364}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f88f49d2a52e..7f3ceba5dc7f git log f88f49d2a52e..7f3ceba5dc7f --date=short --no-merges --format='%ad %ae %s' 2018-09-30 mtklein@google.com Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" 2018-09-30 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version 2018-09-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 af0f31d3a909..79207e6e11df (1 commits) 2018-09-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 90c0c55edc97..876760bb27d0 (1 commits) 2018-09-28 halcanary@google.com SkPDF: stop setting SkPaint::kStrokeAndFill_Style 2018-09-28 halcanary@google.com SkPDF: drawXObjectWithMask does index lookup now. 2018-09-28 herb@google.com Use common ARGB fallback code for GPU DFT glyphs 2018-09-28 egdaniel@google.com Disable write pixels fast path on vulkan mali to workaround driver bug. 2018-09-28 egdaniel@google.com Reland "Add support for RGB config to Vulkan." 2018-09-28 mtklein@google.com update SkColorSpace APIs and members 2018-09-28 herb@google.com Add two cache warning 2018-09-28 reed@google.com expand imageinfo in C api, start on colorspace 2018-09-28 halcanary@google.com SkPDF: tiny fix to Porter-Duff modes; improves three GMs 2018-09-28 csmartdalton@google.com Add a "bisect" mode to dm for debugging path drawing 2018-09-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 56eacf05131c..90c0c55edc97 (1 commits) 2018-09-28 halcanary@google.com SkPDF: code cleanup - to_path(SkRect) 2018-09-28 herb@google.com Have Renderer use combined path code - v2 2018-09-28 brianosman@google.com Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" 2018-09-28 brianosman@google.com Remove SkPM4fPriv.h includes, then IWYU 2018-09-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8c5ca8d1a7ea..56eacf05131c (1 commits) 2018-09-28 brianosman@google.com Support encoding/decoding F16 without a color space 2018-09-28 halcanary@google.com SkPDF: remove unused function 2018-09-28 halcanary@google.com SkPDF: no over-allocating stack that won't be used. 2018-09-28 bsalomon@google.com Remove legacy GrGLFunction specialization 2018-09-28 michaelludwig@google.com Remove recursion from setData() in GrGLSLFragmentProcessor Created with: gclient setdep -r src/third_party/skia@7f3ceba5dc7f 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-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;master.tryserver.blink:linux_trusty_blink_rel TBR=mtklein@chromium.org Change-Id: I34e17c101a641125d1307aa4dc480e4096cf3faf Reviewed-on: https://chromium-review.googlesource.com/1253434Reviewed-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@{#595363}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 27b34272. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/25673 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: I94f63cc248d800d4c9be6f31c3ea1b8a92390ab6 Reviewed-on: https://chromium-review.googlesource.com/1252553 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@{#595362}
-
- 30 Sep, 2018 7 commits
-
-
Xiaocheng Hu authored
These tests are either flaky or have non-trivial dependency on the text dump produced by js-test.js, and hence, blocking the text dump rebaseline in crrev.com/c/1247196. So this CL converts them first with testharness to ease the rebaseline. Bug: 887148 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ic0a29e830fa5401e8636b9903a90b2e2fb9821eb Reviewed-on: https://chromium-review.googlesource.com/1249801 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#595361}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/38492de0ae0a..b92901810bef Created with: gclient setdep -r src-internal@b92901810bef The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: Ib6e1280938d7459546f6f77fd67a62846d77aee9 Reviewed-on: https://chromium-review.googlesource.com/1253433Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#595360}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0c15f134da8b..38492de0ae0a Created with: gclient setdep -r src-internal@38492de0ae0a The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: Ib24552bb8bc9811101bd1080b74f3a5b0b843b67 Reviewed-on: https://chromium-review.googlesource.com/1252570Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#595359}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3be9707c. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/25672 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: foolip@chromium.org, robertma@chromium.org, smcgruer@chromium.org: external/wpt/infrastructure NOAUTOREVERT=true TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: Iba36405553409f959afdafa8dce58ca99502f021 Reviewed-on: https://chromium-review.googlesource.com/1253441 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@{#595358}
-
Sylvain Defresne authored
This reverts commit 8420c60c. Reason for revert: The CL is incorrect as the override of bundle_deps remove necessary dependencies from "chrome" target when firebase is enabled ("//ios/chrome/app/resources" and ios_application_icons_target). This causes any clobber build with firebase enabled to lack all packed resources, launchscreen xib, ... Original change's description: > Fix compilation of official build with Firebase enabled > > Official build with Firebase enabled uses variants to specify > which Info.plist to use as resource for Firebase. This causes > a conflict as two bundle_data have the same output path. > > Move the dependency on ios_firebase_resources_target to the > definition of the "chrome" target, behind the check for use > of the variants to prevent this conflict. > > Patchset 1 is the original CL http://crrev/c/1250924 by sdefresne > from which this CL is cloned from. > > TBR=sdefresne@chromium.org, justincohen@chromium.org > > Bug: 845383 > Change-Id: I0e74f04f27708eb970c61b1048cb2492c45cbba4 > Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs > Reviewed-on: https://chromium-review.googlesource.com/1252321 > Commit-Queue: Peter Lee <pkl@chromium.org> > Reviewed-by: Peter Lee <pkl@chromium.org> > Cr-Commit-Position: refs/heads/master@{#595187} TBR=sdefresne@chromium.org,justincohen@chromium.org,pkl@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 845383 Change-Id: I23a38548438e05b0b864024e4966cfb5a3168040 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/1252483Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#595357}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9a4079248518..0c15f134da8b Created with: gclient setdep -r src-internal@0c15f134da8b The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I5ab3a40a51c218652768768dbcd2fe01a764974e Reviewed-on: https://chromium-review.googlesource.com/1252569Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#595356}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/99e533404dbd..9a4079248518 Created with: gclient setdep -r src-internal@9a4079248518 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I074e4938d9217887f4295fe675a251ec30930137 Reviewed-on: https://chromium-review.googlesource.com/1253432Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#595355}
-