- 15 Sep, 2020 40 commits
-
-
Yuke Liao authored
This CL makes the browser_tests test launcher initiate and establish a mojo connection with ash-chrome upon launching lacros-chrome. Bug: 1120582 Change-Id: I2bc42a837804d988575378799044ea1d582972b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402580Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#806835}
-
Shengfa Lin authored
This is a reland of cf0f02ca This CL failed originally not because of the step for generating chromedriver log but for merging the logs from different shards. This is the same CL as the reverted one except that I have submitted a CL https://chromium-review.googlesource.com/c/chromium/src/+/2402319 in https://bugs.chromium.org/p/chromium/issues/detail?id=1127106#c7 to fix merge script merging chromedriver log as json issue. Original change's description: > [chromium] Enable ChromeDriver log for WPT tests > > Enable chromedriver log for CI wpt tests > > Change-Id: I02d4acb627ca90233b7c0dab401c7c28e6759604 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402319 > Reviewed-by: John Chen <johnchen@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Shengfa Lin <shengfa@google.com> > Cr-Commit-Position: refs/heads/master@{#805817} Change-Id: Iff9fd780926dfbd277fa2b9d3b86dacf6ceeef94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406548Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Shengfa Lin <shengfa@google.com> Cr-Commit-Position: refs/heads/master@{#806834}
-
Renjie Tang authored
Change-Id: Icff7c2f5b96c4095151d47ad0204f1cde546beac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410924 Auto-Submit: Renjie Tang <renjietang@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#806833}
-
Johann authored
has_sys_ex_permission_ had to be false to get into this branch Change-Id: If288371ed602532a3e0230aa0dbc13ae3b0bb816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404902 Auto-Submit: Johann Koenig <johannkoenig@google.com> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#806832}
-
Renjie Tang authored
https://quiche.googlesource.com/quiche.git/+log/5c52ad843f8a..093f8e4f0014 $ git log 5c52ad843..093f8e4f0 --date=short --no-merges --format='%ad %ae %s' 2020-09-14 fayang Deprecate gfe2_reloadable_flag_quic_enable_overshooting_detection. 2020-09-14 dschinazi Deprecate quic_enable_version_t051 2020-09-14 fayang Deprecate gfe2_reloadable_flag_quic_use_half_rtt_as_first_pto. 2020-09-14 bnc Remove reloadable flag quic_http3_goaway_new_behavior. 2020-09-14 fayang Deprecate gfe2_reloadable_flag_quic_coalesced_packet_of_higher_space2. 2020-09-14 wub Deprecate --gfe2_reloadable_flag_quic_revert_mtu_after_two_ptos. 2020-09-14 fayang Deprecate gfe2_reloadable_flag_quic_check_encryption_level_in_fast_path. 2020-09-14 fayang Drop INITIAL packet if INITIAL key has been dropped because of coalesce packet gets flushed. 2020-09-11 wub In QuicSentPacketManager::OnPacketSent and QuicUnackedPacketMap::AddSentPacket, make it clear that which part of the serialized packet can be modified. 2020-09-11 fayang Make sure there is pending timer credit when trying to retransmit packets in PTO mode. 2020-09-11 renjietang Clean up QuicSpdySession destructor. 2020-09-11 bnc Add flag count for quic_stop_sending_uses_ietf_error_code. 2020-09-10 renjietang deprecate gfe2_reloadable_flag_quic_do_not_use_stream_map. 2020-09-10 renjietang deprecate gfe2_reloadable_flag_quic_remove_streams_waiting_for_acks. 2020-09-10 bnc Use IETF application error codes for STOP_SENDING frames. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I85d0123adddf2f84f692943cd166228b907cfd88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410584 Auto-Submit: Renjie Tang <renjietang@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#806831}
-
Mason Freed authored
Per the discussion at [1], the intention of this change is to prevent calls to attachInternals() prior to the constructor of the custom element having a chance to do so. The spec PR is at [2]. This change is gated behind the DeclarativeShadowDOM flag. With the flag disabled (the default), a use counter is added for checking on the web compatibility of this change. The use counter will measure the cases where attachInternals() is being called in a to-be-outlawed way. [1] https://github.com/w3c/webcomponents/issues/871#issuecomment-683971426 [2] https://github.com/whatwg/html/pull/5909 Bug: 1042130 Change-Id: Iacf97a49133b5f7f44710e5c0287f01cfebe4c44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392975Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#806830}
-
Tibor Goldschwendt authored
This histogram reports the time between NTP load start and the modules showing up on the page. Fixed: 1110070 Change-Id: I3a1cca545cf6841f358da815c450a24f66d0906c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404714 Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#806829}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202009140800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/tbdCdSmxCSExSm3_J4ZD3I0NKirjX4F7MA1Lr38MjDcC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: b/128567301,b/138961540,b/159784332,b/160105783,b/162292226,b/165154829,b/168265386,b/168431585 Tbr: media-app@grotations.appspotmail.com Change-Id: Id2f4f5354dfa8d16a1e96a1a48b43be8d42bbf0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410327Reviewed-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@{#806828}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a1e15498cd2d..b71187bf99c5 2020-09-14 ddoman@chromium.org [resultdb] move the cipd pin of infra/tools/rdb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1124498 Tbr: ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@google.com Change-Id: Ibc60e43e534db93866e6208160c7a836b6e98ccf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411350Reviewed-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@{#806827}
-
Gyuyoung Kim authored
Remove *ForTesting* surffix to use BindNewEndpointAndPassDedicated[Remote/Receiver]ForTesting for the product code. Bug: 1085031 Change-Id: I50d23286da87c445abc5c9e3b78e1249702841e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404281Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#806826}
-
Andrey Kosyakov authored
This has been stable for the past year and used by several clients already. Change-Id: If4de63316c3da458a81d034d69aff29ae8889c28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410339Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#806825}
-
Mario Bianucci authored
When determining the presentation area for delegated ink trails, its possible that the canvas that the user has provided is larger than the viewport of the browser window. In this case, the presentation area should intersect with the scrollable area so that it can extend to the scroll bars, but not beyond them. This change also ensures that the presentation area is clipped to the edge of iframes as well. Bug: 1052145 Change-Id: I349616b25a0523e825dffb37c19e14fe737dc3f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341949Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Libby <dlibby@microsoft.com> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#806824}
-
Jared Saul authored
Change-Id: Ica35f3494f4bbeae333f777e75b026832f5dc82a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410928Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#806823}
-
Matt Falkenhagen authored
This test starts a SW and uses an internals API to stop it. When a SW stops while it has an inflight request, it calls the request callback with kServiceWorkerFailed status in ServiceWorkerVersion::OnStoppedInternal(): base::IDMap<std::unique_ptr<InflightRequest>>::iterator iter( &inflight_requests_); while (!iter.IsAtEnd()) { std::move(iter.GetCurrentValue()->error_callback) .Run(blink::ServiceWorkerStatusCode::kErrorFailed); ... BackgroundSyncManager::GetEventStatusString() was not expecting this status code, so crashed. Bug: 1098832 Change-Id: I7d0da49a5b369f23062b27cebbc656097bda2ed0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405045Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#806822}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1600106373-71253587ca194e48d78c58c419f94bf1bf8da7c5.profdata to chrome-linux-master-1600127994-a617f89793652b5fd810a69f7c568f33dff933e7.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com Change-Id: I6247f598a61ee742f933a42f5969a4debbcba9ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411353Reviewed-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@{#806821}
-
Owen Min authored
Android policy provider should be in common as other policy provider. This also allows other code in common/ access this provider directly. Also move the converter as its dependency. Bug: 1127469 Change-Id: I952f91ab0bb7d746d0a720594b8d2f32352cb0f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406596 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#806820}
-
Jamie Madill authored
conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_byte.html conformance2/textures/image_data/tex-3d-r16f-red-half_float.html Bug: 1127867 Change-Id: I163403cb9438b0e014777315379d2644a1ef1ad0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407977Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#806819}
-
Sophey Dong authored
Screenshots: http://dr/corp/drive/folders/1k1L-fXN_nxOTtJR8OOcB8zdhSIqx6ibb Bug: 1120093 Change-Id: Ifb3dd75cdb25ba6eaa8f9d38639073b030b372d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404393 Commit-Queue: Sophey Dong <sophey@chromium.org> Reviewed-by:
Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#806818}
-
Akihiro Ota authored
This change adds infrastructure for tutorial tests. Included in this change is a test for basic functionality. Subsequent changes will add more comprehensive tests. Bug: 1127032 Change-Id: Ia2ab8d541edd4edbfa9ed2198c98659d64a846e2 AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402282Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#806817}
-
Garfield Tan authored
libchrome in ARC++ runs without a java exception reporter. Logcat will dump the information after an exception happens. Bug: b:164205917 Test: build. Change-Id: Id07dda246b8e63b52033cb961245281caa898b48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407252 Commit-Queue: Garfield Tan <xutan@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#806816}
-
Karandeep Bhatia authored
Arrays with enums are still un-supported and support for them will be added in follow-ups. Sample generated code: simple_api_header: https://paste.googleplex.com/4740831070126080 simple_api_impl: https://paste.googleplex.com/6346215488749568 BUG=1113513 Change-Id: Ic2db97c75a75ebf04efe8fbbb28db94703cf359a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366138 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#806815}
-
Tarun Bansal authored
Bug: 1089006 Change-Id: Iad9c6dad4d707c31ef038d739fa9f2e408bc13f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410583 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Auto-Submit: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#806814}
-
David Tseng authored
R=anastasi@google.com Fixed: 1126707 Change-Id: I4a4eb20941d92dd6984eccb01bb37e67b67b2f74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404388Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#806813}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0acb5b50b342..b0245494c615 2020-09-14 johnstiles@google.com Convert several SkSL->GLSL unit tests to golden outputs. 2020-09-14 johnstiles@google.com Support testing error cases in our SkSL unit test goldens. 2020-09-14 johnstiles@google.com Disable whole-program inliner. 2020-09-14 egdaniel@google.com Add input attachment support to program building. 2020-09-14 egdaniel@google.com Remove command buffer reset bit from vk command pool. 2020-09-14 brianosman@google.com SkSL: When simplifcation requires a rescan, do it right away If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC scroggo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md 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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Change-Id: I43432403280664b65aa3a88401b3ad491d74091e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411279Reviewed-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@{#806812}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202009140800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/Efy7gVoSk1mOpec4spFNgvpGxdfwB3frPpVKkwksne8C If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: b/128567301,b/166043485 Tbr: help-app@grotations.appspotmail.com Change-Id: I8f7a64f6bd136e62b9f6ff7380e41488c27e5a49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410332Reviewed-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@{#806811}
-
Daniel Murphy authored
This change also modifies the Widget's ClosedReason enum to make the values explicit & add a comment about UMA. Bug: 1117260 Change-Id: Ib12b80b4525f3194178213b6f3a124a8a2a919a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404946 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#806810}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/75d257686e00..2296e7afd748 2020-09-14 timvp@google.com Android: Add forceQueryable="true" to AndroidManifest.xml 2020-09-14 jmadill@chromium.org Samples: Move frame counter to common location. 2020-09-14 cclao@google.com Vulkan: Use color mask to handle draw buffer disabled case 2020-09-14 syoussefi@chromium.org Add Context::renderbufferStorageMultisampleEXT 2020-09-14 lehoangq@gmail.com Metal: autogen for PBO related shaders. 2020-09-14 jmadill@chromium.org Correctly forward 'data' for capture_replay sample. 2020-09-14 jmadill@chromium.org Capture/Replay: Disable swap limit in sample. 2020-09-14 jmadill@chromium.org Samples: Enable Debug callback. 2020-09-14 amy.liu@arm.com Align the sample position in blitResolveStencil compute shader 2020-09-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 41974f57973e to dc552fcef1fe (1 revision) 2020-09-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Loader from 45f2f18a69eb to 399f7fd741f7 (1 revision) 2020-09-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 3114c91b037b to e59713d4edda (3 revisions) 2020-09-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 2de7d3af0c0e to 726af6f78f80 (6 revisions) 2020-09-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 6a6e311d81dd to f8a5602c5560 (3 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jmadill@google.com Test: Test: Manual verificationTest: Test: dEQP-GLES3.functional.fbo.invalidate.*.unbind_blit_msaa_* Change-Id: Iccaadf737fbdd0eb38d564a4d6bc44f5f529d7eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411169Reviewed-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@{#806809}
-
Victor Vasiliev authored
The plan here is to switch QUICHE to Abseil types in two steps: 1) Change Chromium to use Abseil implementation of wrapper types. 2) Replace wrapper types with Abseil types once #1 lands. This allows us to perform the switch without introducing churn caused by having to roll back Abseil types in case those break something in Chromium. Change-Id: I7efd58da2487c502aa03548901e370881de69a1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410517 Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#806808}
-
Lan Wei authored
Disable Webdriver wpt test external/wpt/webdriver/tests/release_actions/sequence.py>> test_no_release_mouse_sequence_keeps_dblclick_state, because right now we do not support keep the touch and mouse events' status in gpuBenchmarking.pointerActionSequence. Bug: 1128104 Change-Id: I6060b061fc6ce0ca486e081d9cf04a64bd1342e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410312Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#806807}
-
Philip Rogers authored
This patch extends the Compositing.Rendererer.GPUMemoryForTilingsInKb histogram to M90. This metric is still useful in tracking picture layer tiling memory and we have been tracking it for compositing changes. This patch obsoletes the Compositing.Browser.GPUMemoryForTilingsInKb histogram which is not actively tracked. Memory.GPU.PeakMemoryUsage.* can be used to track overall GPU memory usage. For both, ericrk@chromium.org has sadly left the team so their entry has been replaced with paint-dev@chromium.org. Bug: 1125652 Change-Id: I344a084db9046f5086dc135882a569523d436b6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2408615Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#806806}
-
Mike Wittman authored
std::remove_if may not preserve removed elements if they aren't already at the end of the container. Use std::stable_partition instead to get this behavior and avoid destroying modules prematurely. Bug: 1127466 Change-Id: I90175785e45e6ceea91d04ec332e263eece6f4eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406525 Commit-Queue: Mike Wittman <wittman@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#806805}
-
dpapad authored
It regressed at r791545, as a result of other layout changes. Should appear at the bottom of the toolbar, and not at the bottom of the entire viewport. Fixed: 1128040 Change-Id: Ia78cc531c62baa6b5a85c1fdd6abe19156d3106c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410957 Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#806804}
-
Caitlin Fischer authored
The keys are GOOGLE_WEB_PROPERTIES_FIRST_PARTY and GOOGLE_WEB_PROPERTIES_TRIGGER_FIRST_PARTY. The new keys will be used to limit the set of experiment IDs included in X-Client-Data headers sent in third-party contexts when the RestrictGoogleWebVisibility feature is enabled. Note that the feature is disabled by default. Also, update relevant code to consider IDs associated with the new FIRST_PARTY groups. To do this, GetVariationsVector() and GetVariationsString() were changed to accept collections of IDCollectionKeys. Bug: 1094303 Change-Id: If931d8281f5a687548427101e07f3b3075cd349b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367989Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#806803}
-
Xiaohan Wang authored
For non-official builds, typically Widevine signing certs are not available. This CL updates `enable_widevine_cdm_host_verification` so it's only set to true by default when `is_official_build` is true. For developers enabling `is_official_build` and `is_chrome_branded` locally without Widevine signing certs, the build may fail. In this case simply set `enable_widevine_cdm_host_verification` to false to suppress the error. Bug: 1127616 Change-Id: I4256f8c53d79907eec23782300e223b4edb89d75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410311Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#806802}
-
Andrew Xu authored
Currently the calculation of the bubble menu bounds fails to take the cached menu position into consideration while calculating the normal menu bounds does. This CL fixes the inconsistency. Bug: 1126244 Change-Id: I783b435c082e766000457cf014c40e0931b2bb98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2394727 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#806801}
-
Orin Jaworski authored
This CL adds a unit test to ensure AutocompleteResult properly attaches Pedals to matches. Bug: 1122622, 893183 Change-Id: I6deff6ae0260a8c286a9538c73f1b319a255ebd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407011Reviewed-by:
Angela Yoeurng <yoangela@chromium.org> Commit-Queue: Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#806800}
-
K. Moon authored
Calls LoadUrl() from PdfViewWebPlugin with the URL from the "stream-url" attribute. Combined with crrev.com/c/2330933 (WIP), this is sufficient to start testing URL loading locally. Logs NOTIMPLEMENTED() from PdfViewWebPlugin's DocumentLoadComplete() and DocumentLoadFailed(), to make the outcome of loading obvious. Bug: 1099022 Change-Id: I94084fe42151daf5e4084749eb6ba466e2a918df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411329Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#806799}
-
Ian Barkley-Yeung authored
Split the code that sends the JavaScript error reports out from CrashReportPrivateReportErrorFunction. Future updates mean this code will also be called from content/browser/webui/. This CL should be have no functional changes other than a few small bug fixes, namely: * Redaction should happen after removing the error message to ensure the string matching works as expected. * Properly convert line number and column number to strings. Bug: chromium:1121816 Change-Id: Ibf1636fc3d32323a7d0350ee3cb91b3d81259d57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399577Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Ian Barkley-Yeung <iby@chromium.org> Cr-Commit-Position: refs/heads/master@{#806798}
-
Garrett Beaty authored
The chromium.goma.migration console was used for tracking the migration of chromium builders to the RBE backend. The migration was completed some time ago and so the manually curated console is an unnecessary touch point when removing or renaming builders. Change-Id: I41c1b9a3e418b371a71e2830accb6919f684e063 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411328 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Yoshisato Yanagisawa <yyanagisawa@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#806797}
-
evliu authored
This CL defines the SODA tests to be run in the internal SODA waterfall. Bug: 1124873 Change-Id: I57296bb239dba6c03ef0e231ed30e8d043a35e50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406591Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#806796}
-