- 26 Aug, 2020 40 commits
-
-
Martynas Sinkievic authored
This CL adds support for removing affixes from the |parseable_name| attribute stored in a |FormStructure|. The current version only removes common prefixes longer than 16 chars. The new implementation also removes both common prefixes and suffixes at least as long as |kMinCommonNameAffixLength| chars (currently set to 3). Change-Id: I53c34ca169ba669df289392b2942dfe116705056 Bug: 1121990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332193 Commit-Queue: Martynas Sinkievič <marsin@google.com> Reviewed-by:
Christoph Schwering <schwering@google.com> Reviewed-by:
Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#801755}
-
Yi Gu authored
TBR=dcheng@chromium.org Bug: None Change-Id: Id34814442f8b763782eb70657de33b57a7e03617 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375799 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#801754}
-
Michael Chang authored
Control Service was never terminating due to lacking the App Server's TaskStarted and TaskCompleted methods. Change-Id: I16da30af01fbf9a04ec3996dd893548fd3699f2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377147 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#801753}
-
Ioana Pandele authored
This status only gets sent when the UI and bridge are being torn down while a check is running. At this point, no UI update is needed. Bug: 1121145 Change-Id: I0a413da4432d346a07f7252263c2626ae93aadac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377865Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#801752}
-
Owen Min authored
EnableOriginBoundCerts EnableMemoryInfo ExtensionInstallListsMergeEnabled are all policies that have never launched and they will be deleted. VariationsRestrictParameter and DeviceVariationsRestrictParameter are internal policies and will be hidden with the new feature flag BYPASS_POLICY_COMPATIBILITY_CHECK=[Device]VariationsRestrictParameter are two policies launched years before and we only change the way of hidding the policies. Bypass the check so that we are not foced to use the current milestone. Bug: 1117637 Change-Id: I9d2cf9d77accc2e3f26d54bd5632347e285cdff5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376528Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#801751}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ead4ca052b99..5da7327358e3 2020-08-26 rmistry@google.com Use GCLIENT_PY3=0 in recreate_skps.py 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 mtklein@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: mtklein@google.com Change-Id: Ie4d0202ee849c7ccd2aced134e1d5c334f368087 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377855Reviewed-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@{#801750}
-
Brian Osman authored
The color filters used for exotic color space conversion in skia_renderer are built on SkRuntimeEffect. The required signature for main() in the SkSL has changed, this just adapts to the new signature and semantics. Bug: skia:10613 Change-Id: I031cbd597810ec9629b3308db4548c5842b0b5de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375932Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Brian Osman <brianosman@google.com> Cr-Commit-Position: refs/heads/master@{#801749}
-
Friedrich Horschig authored
The dialog now contains banners which should not extend to the borders of the dialog since they don't user a lot of whitespace. Instead, they should use the same padding that is used for texts, too. The change applies to all users of the dialog but depends on the password check feature being enabled. Once the check is launched (which seems the most-likely scenario), we can inline the layout params into the layout file. Mocks and screenshots in the linked bug. Bug: 1121959, 1092444 Change-Id: Ifef5352c08a159e4e6bc01e024e42fe9e82f7960 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377728Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#801748}
-
ssid authored
The version number is not sufficient to differentiate between 32 or 64 bit binaries for symbolization, so include the module debug id in trace for correct symbolization. Change-Id: I3411821b55b9ce2c73ea616bf791866542aebe0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373235Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#801747}
-
Clemens Arbesser authored
See linked bug for details. Bug: b/166406201 Change-Id: Ie66c1a19d0f657ba25c1737211974603e5cdf08d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376849 Auto-Submit: Clemens Arbesser <arbesser@google.com> Commit-Queue: Luca Hunkeler <hluca@google.com> Reviewed-by:
Luca Hunkeler <hluca@google.com> Cr-Commit-Position: refs/heads/master@{#801746}
-
Noel Gordon authored
Comment only change. Use "metadata Worker" everywhere, fix grammatical errors, createError_ is not just used by the Worker, add minor TODO. Bug: 1114622 Change-Id: I009879b0763c7d33114acfcf1353b713e9924c84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377331 Commit-Queue: Naoki Fukino <fukino@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Auto-Submit: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#801745}
-
Morten Stenshorne authored
This flakiness is probably not limited to the virtual/layout_ng_block_frag/ version of the test, but the test seems too valuable to mark as flaky in general. TBR=rakina@chromium.org Bug: 1121965 Change-Id: If6c6df6ecc99325a80115b172000f681894586ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377927Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#801744}
-
nancylingwang authored
|icon_scale_| is used to decode the compress icon file, and when encode the uncompressed icon, |icon_scale_for_compressed_response_| is used for the scale. |icon_scale_for_compressed_response_| is set for web apps in the function IconLoadingPipeline::LoadWebAppIcon, but not set for Crostini icon load function LoadIconFromCompressedData, so modify LoadIconFromCompressedData to set |icon_scale_for_compressed_response_|, the same as the web apps implementation. BUG=1115831 Change-Id: I6add4f481d7c0390895352b8cdad4441c2820d6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377168Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#801743}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/99b0f8d26cbe..c093d9ad623d 2020-08-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision d4203a22..09ff1141 (801568:801677) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I79979ccece7daa9cb09370c183c2c4432b326fb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377852Reviewed-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@{#801742}
-
chrome://flagsJonathan Mengedoht authored
Bug: 927473 Change-Id: I3023effa43f57cf5a106e11667028818f4b25df0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375293Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jonathan Mengedoht <mengedoht@google.com> Cr-Commit-Position: refs/heads/master@{#801741}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/346ebfc47a54..95c5b87ad1a3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC amraboelkher@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-chromeos-chrome Bug: chromium:1090105 Tbr: amraboelkher@google.com Change-Id: I2010a5a2ffa90cc6f710275a67d6375ad5526041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377523Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Amr Aboelkher <amraboelkher@google.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801740}
-
Yi Gu authored
UKM recording is not supported on WebView. i.e. the ukm recorder and source id are both invalid [1]. [1] https://source.chromium.org/chromium/chromium/src/+/master:android_webview/browser/aw_autofill_client.cc;l=93 Bug: 1121722 Change-Id: I3e1d1a5a478f94562a5efa1da016a691ae57f12e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376465Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801739}
-
Danyao Wang authored
Both canMakePayment() and hasEnrolledInstrument() are expected to return true if a device supports Secure Payment Confirmation: i.e. has a compatible authenticator, regardless of the presence of payment credentials. These new tests verify these behaviors. Also fixed a crash that happens when PaymentRequest is destroyed after the associated RenderFrameHost. This is new to Secure Payment Confirmation because PaymentRequest now holds an InternalAuthenticator, which must be out-lived by the RenderFrameHost. This patch fixes the bug by observing WebContentsObserver::RenderFrameDeleted() and perform the necessary clean up before the RenderFrameHost is actually destroyed. This crash was detected by the new tests, which triggers PaymentRequest destructor during browser shutdown. Bug: 1121168 Change-Id: I1e7ab94c3c6fac23ef5e3104beccc1ab1da2f3e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375887 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#801738}
-
Yuki Shiino authored
https://crrev.com/c/2300380 is failing to build on android_cronet bot due to a conflict in GN settings between use_allocator=="partition" and use_partition_alloc=false. Ideally, we shouldn't have two flags and we'd better to remove use_partition_alloc in future. This patch mitigates the issue by prioritizing use_allocator over use_partition_alloc. Bug: 998048 Change-Id: I293a884186dfa9804930b835ba236efb818a761d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368797Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#801737}
-
Nela Kaczmarek authored
This change renames MockAffiliationService to MockAndroidAffiliationService due to change 2339661. Bug: 1108279 Change-Id: I26bb0a1a265e595b1a7640efb3cdd1faa8b9467b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372394 Commit-Queue: Nela Kaczmarek <nelakaczmarek@google.com> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#801736}
-
Jan Krcal authored
This CL expands the Profile.AddNewUser histogram with additional enum entries: one for the sign-in interception and one for (long-existing) profile creation from the sync confirmation flow. Bug: 1076880, 1121944 Change-Id: Ibe8a2e00b26dd12d2db4fa46309588e1cda994c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362852Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#801735}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c21b8329. With Chromium commits locally applied on WPT: 9f52c7e4 "COOP: add reporting to redirects" d18db804 "Fix test flake in animation-state-changes-positive-playback-rate.html" 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: futhark@chromium.org, andruud@chromium.org, ericwilligers@chromium.org, shend@chromium.org: external/wpt/css/css-cascade NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: I1a13539eede33cfc0ecb838dd86dbcd04e84481d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377457Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801734}
-
Michele Mancina authored
Bug: b/159308598 Change-Id: Ic067a1a60cb5a202daa5f21d9f909d9b5f3b1486 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375427 Commit-Queue: Michele Mancina <micantox@google.com> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#801733}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/3c2454b82c05..bc993b2771f9 2020-08-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 12df3cafeee0 to 2205254cfb50 (4 revisions) 2020-08-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from e798df982b1b to 7a71abb602a2 (7 revisions) 2020-08-26 jmadill@chromium.org Vulkan: Fix optimizeRenderPassForPresent regression. 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 courtneygo@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: courtneygo@google.com Change-Id: I63edfacf2098ecb116044d5250cb987a38a209a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377522Reviewed-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@{#801732}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/c3e3c30b0d7f..4f8bdaf473fb 2020-08-26 cwallez@chromium.org Make ShaderModuleBase use an internal EntryPointMetadata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I6411e9127489bb146609d0cdd8a854dfd24d4eed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377847Reviewed-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@{#801731}
-
Patrick Brosset authored
The DevTools grid overlay was recently modified to support RTL direction. The fix included the required changes for lines and gaps to be drawn correctly (see https://chromium-review.googlesource.com/c/chromium/src/+/2213530). However it did not include changes for the labels to appear in the right places (line numbers, line names, area names, track sizes). This is what this change is about. In it, I also updated the web test for RTL grids as the expected label positions were now wrong. Bug: 1096971 Change-Id: Ib4ed28462ab3bd5ad746d955da4d56db5f95dcfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375687 Commit-Queue: Patrick Brosset <patrick.brosset@microsoft.com> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#801730}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e7d4ae57bbbb..1303230f0260 2020-08-26 sigurds@chromium.org [ts] Type-check sdk/OverlayModel.js with TypeScript 2020-08-26 petermarshall@chromium.org components: Remove old PieChart If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@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 Bug: chromium:1011811 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Iadbcb97822741199e9e19cc75c948d600700e3d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377846Reviewed-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@{#801729}
-
Mohamed Amir Yosef authored
This is a reland of d705fd61 Original change's description: > [Passwords] Remove passwords from the correct store in ... > > ... CompromisedCredentialsManager() > > Bug: 1108422 > Change-Id: I66ea95309a1c3242fe8e32591ae986d68dbe5ee2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372429 > Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> > Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#801348} Bug: 1108422 Change-Id: I27710fb2db2356ac5cce088ea1a27e67ac13d58c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375466Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#801728}
-
Benoit Lize authored
Bug: 1072567 Change-Id: I0a1930a42275e8fbd9e9460a152e4b8297c8b713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351972Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#801727}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/12df3cafeee0..9e26ae045526 2020-08-26 afdx@google.com spirv-fuzz: Overflow ids (#3734) 2020-08-26 greg@lunarg.com Fix DebugNoScope to not output InlinedAt operand. (#3748) 2020-08-25 vasniktel@gmail.com spirv-fuzz: Split the fact manager into multiple files (#3699) 2020-08-25 andreperezmaselco.developer@gmail.com spirv-fuzz: Add inline function transformation (#3517) 2020-08-25 vasniktel@gmail.com spirv-fuzz: Fix MaybeGetZeroConstant (#3740) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,courtneygo@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,courtneygo@google.com Change-Id: I75bbe77145ce986b6b52e50d4a29ba501ff01cbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377515Reviewed-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@{#801726}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1dec2f31..e23bb2ed Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ia5d2cdbcae4e5ac97a06f0d390c5fb02ea9e1fdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377454Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801725}
-
Aaron Leventhal authored
Menu list popups that are inert should not be present in the platform accessibility tree. AX-Relnotes: n/a. Bug: None Change-Id: I9414fc05c271fc0b3f29d8c5ef8db9fe84af90c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368469Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#801724}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a139788b4c78..ead4ca052b99 2020-08-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7bce5194d1d6 to 3c2454b82c05 (19 revisions) 2020-08-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 752313f1 to 0839d38f (372 revisions) 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 mtklein@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: chromium:1085700,chromium:1119669 Tbr: mtklein@google.com Test: Test: Test: CQTest: Test: angle_deqp_gles3_tests --gtest_filter=dEQP.GLES3/functional_fbo_invalidate_* --use-angle=vulkanTest: Test: angle_white_box_tests --gtest_filter=VulkanPerformanceCounterTest.InvalidatingAndUsingDepthDoesNotBreakRenderPass/* Change-Id: I72051f8b4c8bda6727f0a476d140ec18c1474d21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377520Reviewed-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@{#801723}
-
Chih-Hsuan Kuo authored
In order to not start remoting on the receiver that implements an unsupported remoting version, Chrome should get the remoting version info from the capabilities response and check whether it should start remoting or not. Due to the backward-compatibility, Chrome will not start remoting only the receiver implements a newer remoting version. Bug: 1119742 Change-Id: I5bb7979d35f3a1ec5e8b998f41cb02e682fde845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366340 Auto-Submit: Chih-Hsuan Kuo <chkuo@google.com> Commit-Queue: Chih-Hsuan Kuo <chkuo@google.com> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801722}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a095d432e768..99b0f8d26cbe 2020-08-26 eshr@google.com Reland "[Adaptation] Remove QualityScalerResource when disabled." 2020-08-25 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 44a1544c..d4203a22 (801457:801568) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ic0610638119cf781b3dadfb8da9fd4c6e636e4eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377521Reviewed-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@{#801721}
-
Josh Nohle authored
This implementation: - Stores the set of selected contacts to prefs, but the full contact list must be downloaded as needed. - Handles the upload of contacts to the Nearby Share server. - Schedules periodic check-ins with the server to see if contacts have changed since the last upload. Bug: b/154863722, b/154861871 Change-Id: I72c03ea0f922f3386fd6ea5336fbab728f0e429c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307477Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#801720}
-
Tanmoy Mollik authored
This crash occurs when the user signs out from SyncAndServicesSettings page and then presses back. This cl checks that there is a signed-in account during destroying the SyncAndServicesSettings page. This check will prevent the assertion check from the crashing the app. Bug: 1112532 Change-Id: I54e5e800bf0f69df2da5dcad57f51037528001fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372282Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#801719}
-
Clemens Arbesser authored
Bug: b/166266031 Change-Id: I2ab6523282c7eb271c4874abe6b4238e7ff1dffd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375170 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Luca Hunkeler <hluca@google.com> Cr-Commit-Position: refs/heads/master@{#801718}
-
Michele Mancina authored
Bug: b/159308598 Change-Id: I99118fd33bdfef27bfbbf9551266d9a3b8f072c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362913Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Michele Mancina <micantox@google.com> Cr-Commit-Position: refs/heads/master@{#801717}
-
Henrik Boström authored
Now that https://webrtc-review.googlesource.com/c/src/+/180620 has rolled into chromium, we can re-enable the disabled tests and update the expectations that more tests are passing. Follow-up CLs will make us pass even more tests. Bug: chromium:1060083 Change-Id: Ia1e1432746293fa395e5bda72e163f223f316b7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377707Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#801716}
-