- 10 Nov, 2020 40 commits
-
-
Zach Trudo authored
Call for uploading EncryptedReportingJobConfiguration jobs. Bug: chromium:1078512 Change-Id: Ib8018b4eed4392bbeccdae96a5924a2ed6411b8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499073 Commit-Queue: Zach Trudo <zatrudo@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#825637}
-
Joon Ahn authored
http://screen/6qQmdsFTNNFnfcv Bug: 1059779 Test: browser_tests --gtest_filter=Scanning* Change-Id: I3706aebdfbdfa18e495e114767984758c81c3086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521231 Commit-Queue: Joon Ahn <joonbug@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#825636}
-
Robbie McElrath authored
This CL adds the bytecode_rewriter_target argument to the google_play_services_basement_java target, and marks it as not_needed in internal_rules.gni. The actual rewriting implementation will be landed in a later CL, but this first step allows us to add the bytecode_rewriter_target parameter where it's needed in Clank to avoid breaking it when the real implementation is landed. Bug: 1123216 Change-Id: I34c7af6582948b6fa07bc822d1c5f8ed8a9605b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527841Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#825635}
-
Kenichi Ishibashi authored
This CL implements a part of storage service crash recovery. After the mojo connection to the Storage Service is disconnected, ServiceWorkerRegistry enters a recovery state, binds a new remote, then sends live version information to restore state of resource purging scheduling. If ServiceWorkerRegistry gets a reply from the restarted Storage Service, it goes to a normal state. If multiple attempts of recovery are failed consistently, ServiceWorkerRegistry gives up recovery steps and aborts. See the design doc [1] for the overall approach. [1] https://docs.google.com/document/d/1RQgiuAZVbQZbYJeLOfmydBMwXTTfsL2RqZKx90yPT7U/edit#heading=h.qzq6g5l1po8a Bug: 1133143 Change-Id: I72411d77cc3a0e62d0c9471dd1c93fa9b05e21f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501165Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#825634}
-
Steven Valdez authored
This changes function/object/test strings to remove the 'signed' portion and references to SRR. Design: https://docs.google.com/document/d/1-4n1RLaJs8ANw34TsS6BVt7ARa7lK70F6aHFG2CL3Rc/edit#heading=h.6a92f2gfl9le Bug: 1133310 Change-Id: I63b1abd46542f9e4614e706403df14b84122f1e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436719 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#825633}
-
Chris Hall authored
BlinkAXTreeSource::SerializeNode discards any node's language attr if it agrees with its parent's language attr. So any language inheritance work we do Blink side risks being wasted. This change requires us serializing some previously discarded ignored nodes (e.g. spans) if they have a language attribute so that browser side AXNode::GetLanguage() can perform all language inheritance. AX-Relnotes: n/a. Change-Id: Idc3fa8b6c600e76a01491944c13d495ed39446da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228269 Commit-Queue: Chris Hall <chrishall@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#825632}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1604707124-711d5d31357add0429672c94853f3ff1136420b8.profdata to chrome-linux-master-1604966213-470516c2fd4e526d214b1511f3d83ecfab2ce340.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 pgo-profile-sheriffs@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: pgo-profile-sheriffs@google.com Change-Id: Ib198525d242d15a9d253ed8a5aa7b0d9c8208077 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2528130Reviewed-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@{#825631}
-
John Chen authored
While connecting to DevTools on localhost, try using IPv4 first, since DevTools prefer IPv4 over IPv6. Change-Id: I7e960789fe8268e850d4eb9cb9928ecc26cab8fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523468Reviewed-by:
Shengfa Lin <shengfa@google.com> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#825630}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1604707124-6764f72739f6848986993d66dcadacb0559ddee6.profdata to chrome-mac-master-1604966213-a7264b10c906377cb4db39810bd54ed14433c102.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-mac-chromium Please CC pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I0d6b9f5758a149e59623334976102edd57808208 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2528711Reviewed-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@{#825629}
-
Tommy Steimel authored
This CL adds a new method to KaleidoscopeDataProvider which returns whether the user has accepted auto-selecting media feeds. Bug: b:150614426 Change-Id: Idbf46f069f8b92fb7a048c8206f718c60c32097b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527851Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#825628}
-
Joel Riley authored
Floating panel controlled by accessibilityPrivate API. Will add reading speed selector and sending button click events back to STS component extension in follow up CLs. AX-Relnotes: N/A Bug: 1143814 Change-Id: Iea8c9ecd0524c8a02ee9bcf4470670cd16547e91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525221Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Joel Riley <joelriley@google.com> Cr-Commit-Position: refs/heads/master@{#825627}
-
Chromium WPT Sync authored
Using wpt-import in Chromium be10d8ff. 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: bajones@chromium.org: external/wpt/gamepad NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I90869d4a9c02a586c878867701a58041e3bbffad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527609Reviewed-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@{#825626}
-
Trent Begin authored
This changes adds a button to send the results of the network diagnostic routines as feedback. Bug: chromium:1142857 Change-Id: I065c4508cf68a266269d9e0319cb7e4821dea4be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511132 Commit-Queue: Trent Begin <tbegin@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#825625}
-
Brian Sheedy authored
Enables ResultDB integration on all GPU Telemetry-based tests since they should all natively support reporting results through ResultSink now. Note that this does not necessarily mean that ResultDB support will always be enabled, as it hasn't been turned on for all builders yet. Bug: 1104252 Change-Id: I998bae99484e585a6ebd824e57d8030fff18f8fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518281 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Chan Li <chanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#825624}
-
Xiaocheng Hu authored
This reverts commit 5b7019ed. Reason for revert: Caused a lot of animation performance regressions Original change's description: > Prepare CSSKeyframesMemoryReduction for finch experiment > > This patch adds a Chromium feature for CSSKeyframesMemoryReduction and > enables it in field trial testing config. This is preparation for a > Canary/Dev finch experiment. > > Bug: 1141814 > Change-Id: I03c1c9beca18bdf4b286704f60b6895f60835d12 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518097 > Reviewed-by: Steven Holte <holte@chromium.org> > Reviewed-by: Chris Harrelson <chrishtr@chromium.org> > Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#824639} TBR=chrishtr@chromium.org,holte@chromium.org,xiaochengh@chromium.org Bug: 1141814, 1146436 Change-Id: I1a82fda304324739e0118718aad43c109641b97f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527726 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#825623}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/0053fef8a47d..c04a0132be6c 2020-11-09 cwallez@chromium.org Remove deprecated Device::CreateQueue. 2020-11-09 cwallez@chromium.org Remove deprecated names of texture formats. 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 sarahmashay@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: sarahmashay@google.com Change-Id: I709dcf371c649dd70b0a74823a968649a673e994 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527674Reviewed-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@{#825622}
-
Mason Freed authored
This usage can break when Custom Elements v0 is turned off, so this CL updates to a ElementCreationOptions object. Existing tests should catch issues with this change. Change-Id: Ifb410725c9a1972202b60261b96941503cb79636 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519386 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#825621}
-
Kenneth Russell authored
8x MSAA caused performance regressions across a large range of GPUs and operating systems. WebGL 2.0 applications have full control of multisampling, and can use an 8x MSAA framebuffer if desired. Restore 4x MSAA for WebGL's back buffer. Leave the associated driver bug workaround in place on the various platforms, as it's passed into Skia and used there. Bug: 1063437 Change-Id: I3bfa3905bc02794c7a503164f802b193bd9a66b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2524121 Commit-Queue: Shrek Shao <shrekshao@google.com> Commit-Queue: James Darpinian <jdarpinian@chromium.org> Auto-Submit: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Shrek Shao <shrekshao@google.com> Reviewed-by:
James Darpinian <jdarpinian@chromium.org> Cr-Commit-Position: refs/heads/master@{#825620}
-
Chris Lu authored
Bug: 1138603 Change-Id: I97b13948b8859074d6288ae2af5b0cf791a3e627 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521341 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#825619}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chrome-fuchsia-gardener@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 Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I518fb84e2e5b9e4590a84780dd765ac74dc359e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527793Reviewed-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@{#825618}
-
danielng authored
Adding metrics that will be used to recorded information about the borealis startup sequence. These will help to measure performance, usage and where errors are occurring. Bug: b/171339461 Change-Id: Id5fae11f5bcf57d4fb659c7c6e7b9eba2cfe985c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509072 Commit-Queue: Daniel Ng <danielng@google.com> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#825617}
-
Hua, Chunbo authored
Bug: None Change-Id: Id361efb087daf048b5a360e73b57a59a97c1691c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525901Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Chunbo Hua <chunbo.hua@intel.com> Cr-Commit-Position: refs/heads/master@{#825616}
-
Dale Curtis authored
Since JavaScript may detach the underlying buffers, we need to check to ensure they're still valid before using them for decoding. Test: Updated unittests. Manual test case breaks. Change-Id: Iefe5f8adf619cd6afdfedcb08a13c2996bfe0d32 Fixed: 1146761 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527542 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#825615}
-
Darwin Huang authored
Bug: 1146245 Change-Id: Icabb754484ffd570fa754021cea672d0e4553fb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522671 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#825614}
-
Xianzhu Wang authored
A resizer on an element containing composited stacked descendants needs to be painted after the descendants. In pre-CompositeAfterPaint this can only be achieved by using composited scrolling for the element so that we'll composite the resizer even if the element is not scrollable. In CompositeAfterPaint everything is good because we always use the correct paint order. Bug: 1135676 Change-Id: Ic69b830ae3d71cd9f6b8f55deca591b485b189a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523748 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#825613}
-
Ce Chen authored
Bug: 925072 Change-Id: Ib86cd7d6f99a8489e81f679f9f10265d02574a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525962Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Ce Chen <cch@chromium.org> Cr-Commit-Position: refs/heads/master@{#825612}
-
Michael Lippautz authored
First batch of type aliases for cppgc which are just forwarding existing Blink types to their cppgc counterparts. Bug: chromium:1056170 Change-Id: I186ffd39e69feef2f96f1979c94c040f307e7926 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527143 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#825611}
-
Sky Malice authored
TBR: dullweber@chromium.org Bug: 1147236 Change-Id: I683395e551bb31c9f0e3448fe5c75e06583390d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527529Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#825610}
-
Steven Valdez authored
As part of the generalization of the Trust Token redemption record, the protocol no longer specifies these as needing to be 'signed', so the API types are updated to match, from send-srr to send-redemption-record and srr-token-redemption to token-redemption. Design: https://docs.google.com/document/d/1-4n1RLaJs8ANw34TsS6BVt7ARa7lK70F6aHFG2CL3Rc/edit#heading=h.6a92f2gfl9le Bug: 1133310 Change-Id: Id6d668d10f59f3f0eac6a8f423e7c9a59134f2de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437697 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#825609}
-
Jeremy Roman authored
Doing multiple passes here is inefficient. It's more efficient to simply iterate through the characters and check that the lowercase version of each character in the query value equals the corresponding character in the bucket value. An early out for equal bytes is preserved, but must now check that those bytes are in fact not upper ASCII. Comments are added and variable names expanded for clarity, because it was previously difficult to discern what |str| and |buf| were. Bug: 1138487 Change-Id: I8219ce1594e39606b59513d5823dc107bb10656e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481442 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#825608}
-
My Nguyen authored
This reverts commit 7cca28c8. Reason for revert: Updating test at https://crrev.com/c/2518956 Original change's description: > Revert "[InputMethodNames] Update English-related strings" > > This reverts commit d90a3ba0. > > Reason for revert: This breaks inputs.VirtualKeyboardChangeInput.stable > because it refers to "US keyboard" by name. > https://ci.chromium.org/p/chrome/builders/ci/chromeos-betty-pi-arc-cfi-thin-lto-chrome/12881 > > Original change's description: > > [InputMethodNames] Update English-related strings > > > > Proposal: http://go/cros-input-methods-naming > > Proposed names: http://go/cros-input-methods column C > > Screenshot view: http://screen/9RB3jeFjhWq4kvS > > > > Bug: 889763 > > Change-Id: I5393f7e64ecc5251ab31127f9337ebe2b579a417 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517402 > > Commit-Queue: My Nguyen <myy@chromium.org> > > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#823898} > > TBR=xiyuan@chromium.org,myy@chromium.org > > Change-Id: Ia59ebb17355dca65e4221e4ecfbcc24b4a372c89 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 889763 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517565 > Reviewed-by: Christian Dullweber <dullweber@chromium.org> > Commit-Queue: Christian Dullweber <dullweber@chromium.org> > Cr-Commit-Position: refs/heads/master@{#823943} TBR=xiyuan@chromium.org,dullweber@chromium.org,myy@chromium.org # Not skipping CQ checks because this is a reland. Bug: 889763 Change-Id: I46173a9358766b79cc43d57fa376916f06efe74a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519337Reviewed-by:
Shuo-Peng Liao <deanliao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
My Nguyen <myy@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#825607}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c19c1b2c..b5e18417 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: I22cae4a93fc47ff25992efd3de5d11856d3fc172 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527706Reviewed-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@{#825606}
-
My Nguyen authored
Proposal: http://go/cros-input-methods-naming Proposed names: http://go/cros-input-methods column C Screenshot view: http://screen/5FSSGTbv247BXfG Bug: 889763 Change-Id: I630e97538b18236fa2d0f75e3e186810aa3d093d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521877Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#825605}
-
Jesse Schettler authored
Add a new state property to scanning-app and use the state to enable/disable and show/hide the various UI elements. Bug: 1059779 Change-Id: Id9f3c46bd30dc3ac8ccde905c023da81bac49d77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523469 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#825604}
-
Matt Menke authored
It had been used by PPAPI Flash, but now isn't being used by anything. Bug: None Change-Id: I97fefe47a124baf12b233cb87b29a7a59734fc25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525770Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#825603}
-
Julie Jeongeun Kim authored
As blink::mojom::ResourceType is deprecated[1], this CL uses network::mojom::RequestDestination in DedicatedWorkerHost, SharedWorkerServiceImpl, WorkerScriptFetchInitiator, and WorkerScriptLoaderFactory. [1] https://crbug.com/960143 Bug: 1059639 Change-Id: Idfc79101e4c9fde230aa4f06ce24964f3a84c0c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2524819Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#825602}
-
Javier Ernesto Flores Robles authored
Logs installation, removals and current usage of widgets. Updates widget names for consistency. Currently we don't have support for swift tests. So this was tested manually. ObjC Testing tools and unit tests will follow up in a follow up CL. Bug: 1138721 Change-Id: I45751faa98ab19ef57ecc631c2d1674f72295579 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500267 Commit-Queue: Javier Flores <javierrobles@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Javier Flores <javierrobles@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#825601}
-
Stephen McGruer authored
Previously this caused problems with hanging, but I was not able to reproduce that. Turning this on only for the general CI builder to see if we can reproduce it. The choice of 3 processes was based on a study from 1 to 5 processes, choosing the least number of processes (for stability) that had a sizeable performance impact: https://docs.google.com/spreadsheets/d/1hMIoOB1oaC9iyWK5GEy5xIwUJLoDRaI77ReJ1lKjpZk/edit#gid=0 Bug: 1023835 Change-Id: If6aab5edea3fda38ffa98efd97ae018eac7fe242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463966Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#825600}
-
Andrew Xu authored
This CL fixes the issue that clipboard data cannot be pasted by tapping at the multipaste menu. Bug: 1142088 Change-Id: Id90aba9270520fd0394427f1d6f3c82fe7d08655 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525222Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#825599}
-
Julie Jeongeun Kim authored
This CL removes blink::mojom::ResourceType from InspectHistograms() which is a helper method for CrossSiteDocumentBlockingTest as it's unused and blink::mojom::ResourceType is deprecated[1]. [1] https://crbug.com/960143 Bug: 1059639 Change-Id: I8679d716a3de44c2a8fe78a5ef5b330c073a488c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525383Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#825598}
-