- 30 Oct, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/646cf5b2dabd..39b777c6f00f 2020-10-30 jmadill@chromium.org Capture/Replay: Two cleanups. 2020-10-30 ynovikov@chromium.org Skip InstancingTest.NonIndexed* with non-zero Offset on Mac Mini 8.1 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 geofflang@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: geofflang@google.com Change-Id: I929558de220d3c0319fada6e6bcac6f693805753 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508979Reviewed-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@{#822548}
-
Takuto Ikuta authored
Bug: 1142713 Change-Id: Id330d0c9a0e225e5fbf8ae12abeb6b8d55f46262 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507246Reviewed-by:
Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#822547}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4691b0f82bd0..8a6bdf14d215 2020-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from a584311a6a73 to 25eb373eede4 (8 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 jcgregorio@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: jcgregorio@google.com Change-Id: I0d277684b1cf7bfb579c770b4b98d9dc7c0d6eee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508980Reviewed-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@{#822546}
-
Jan Wilken Dörrie authored
This change adds a base::sorted_unique tag to the constructors of base::flat_tee, allowing callers to skip the sort and unique step if this is not necessary. Bug: 682254 Change-Id: I7b0c210e8bca56fcbba5840e0aaf214c185b60bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494941Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#822545}
-
Noel Gordon authored
Add a files app SWA integration test: test that files app SWA loads in the files app browser test harness. Remember the SWA web_contents so we can shut it down at the end of the test. Supports only one running files app SWA instance for now. Test: browser_tests --gtest_filter="*launchFilesAppSwa*" Bug: 1113981 Change-Id: I78b4fafab57622fecc134b009858554bdcb05126 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507316 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#822544}
-
Wei Lee authored
Since we use web assembly when doing MP4 encoding, it should be extracted to untrusted context. Bug: 980846 Test: Record video works on both version of CCA (Platform app/SWA) Change-Id: I8267e32be560b571c74751ebff04eba09057aeb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352264 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Inker Kuo <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#822543}
-
Yoshifumi Inoue authored
This patch changes |ShapeResult::CopyRangeInternal()| to copy |is_applied_spacing_| flag to source to copied |ShapeResult| to prevent reusing them. Background: In |NGInlineNode::ShapeText()|, we shape text as much as possible, eg. using same font like "abc <u>def</u>", then split |ShapeResult| for each DOM node, e.g. "abc " and "<u>def</u>" by using |ShapeResult:: CopyRange()|, uses |CopyRangeInternal()|. Before this patch, each copied |ShapeResult::is_applied_spacing_| is false because we forgot to mark it. Bug: 1124446 Change-Id: Ibc0601f214a166c6cfd0a713d79ffa60fafb66ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507244 Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#822542}
-
Christopher Cameron authored
The ScopedAccessPermission argument to OnIncomingCapturedExternalBuffer is no longer used, now that GpuMemoryBufferTrackerMac keeps the buffer from being reused via its gfx::ScopedInUseIOSurface. Remove the argument and its many entrails. Bug: 1125879 Change-Id: I58c7a74621f09a0bbb4524f55ee2a740179e14de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505457Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Markus Handell <handellm@google.com> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#822541}
-
Kuo Jen Wei authored
Add |subSettingOpener_| field for remembering the element opening sub setting, and focus back to sub setting opener when go back from sub setting. Bug: 1010852 Test: Manually Change-Id: Idce60f8051abf6f5c8fdd6c68b58462a5afcb655 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505363 Commit-Queue: Inker Kuo <inker@chromium.org> Auto-Submit: Inker Kuo <inker@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#822540}
-
Greg Thompson authored
r798844 introduced the idea of reporting a 32-bit metric via ExtraCode1 on success. This CL generalizes the strategy gently so that it's easier to use for future changes. It also removes a duplicate definition of the PathString type. BUG=none Change-Id: I4a4b87a8bd91a0d9083f47b6786598c290122033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508591 Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#822539}
-
Greg Thompson authored
r798844 introduced a metric to report whether or not the work directory was created in CWD or %TMP%. Sadly, the metric unconditionally reported that the fallback was never used. BUG=516207,1100280 R=wfh@chromium.org Change-Id: I64140cac44dde7baf029e03c31e460a91fa177b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508611 Commit-Queue: Greg Thompson <grt@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#822538}
-
Alexander Dunaev authored
The Linux implementation of //ui/base/idle was X11-only and was not aware of Ozone. This CL fixes that by moving the necessary pieces from //ui/base/idle to //ui/base/x and extending the Screen and PlatformScreen interfaces with two methods: IsScreenSaverActive() and CalculateIdleTime(). Bug: 1098201, 1098202 Change-Id: I5ab4dcde323562000b3b3870a778ba3515a774d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504234 Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#822537}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 561e62bd. 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=foolip@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: Ie0c173685c0c28693cd5a5c10b378b8bf10665f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507388Reviewed-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@{#822536}
-
Nico Weber authored
Over time a bunch of suites got added to chromium_linux_gtests but not to similar lists that run on memory bots. Fix this. This adds this list of tests: - openscreen_unittests (*) - weblayer_browsertests - weblayer_unittests - x11_unittests - xr_browser_tests to the following bots: On chromium.memory: - Linux ASan LSan Tests (1) - Linux CFI - Linux MSan Tests - Linux TSan Tests On chromium.clang: - CFI Linux ToT *: openscreen_unittests currently fails on msan and cfi, so it doesn't add them to the msan and cfi bots, see crbug.com/1143946 and crbug.com/1143983 FYI: jophba for openscreen_unittests, https://chromium-review.googlesource.com/c/chromium/src/+/2432762 msisov for x1_unittests, https://chromium-review.googlesource.com/c/chromium/src/+/2228652 bsheedy for xr_browser_tests, https://chromium-review.googlesource.com/c/chromium/src/+/1478403 jam for weblayer_*tests, https://chromium-review.googlesource.com/c/chromium/src/+/1865684 Bug: 843511,1025244,990756,933606,1143946,1143983 Cq-Include-Trybots: luci.chromium.try:linux_chromium_cfi_rel_ng Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng Change-Id: I64048744649d74e0ab6790f732e06bbcdd42f5b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507489 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#822535}
-
Trent Apted authored
Use chrome::GetChannel() and feed in a default value for the "flagsMenu" feature via loadTimeData. Fixed: b/170423915 Change-Id: I90294f80a6bb8f650c78f2f77061b3717e734e6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507417 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#822534}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/85b44b21edd6..eb00c0bc74ca 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 johannkoenig@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: None Tbr: johannkoenig@google.com Change-Id: Ie4cc5068eebcb6ea6f14a8793eaa0e798b438e4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508514Reviewed-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@{#822533}
-
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-sdk-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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I9fdbd36658baa76aa8b19b422060da5fd91a50f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508560Reviewed-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@{#822532}
-
Kent Tamura authored
A textfield INPUT element has one or two block children; - Optional ::placeholder - TextControlInnerEditorElement or ::-webkit-textfield-decoration-container We need to lay out the latter first because the former's baseline should be aligned to the baseline of the latter, and the former should be painted earlier than the latter. This CL is a preparation to implement it. * NGContainerFragmentBuilder::AddChildInternal() inserts the fragment for ::placeholder before another child. * NGBlockLayoutAlgorithm::Layout() lays ::placeholder out after other children. This CL has no behavior changes. Bug: 1040826 Change-Id: Ib8768194c2a7e86cb162cb4470eac9881a22d11d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503379 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#822531}
-
Joe Mason authored
Moves base classes and helper functions for V8DetailedMemory testing from v8_detailed_memory_unittest.cc to v8_memory_test_helpers.h. Use the shared helpers to move the WebMeasureMemory test to web_memory_aggregator_unittest.cc. R=chrisha Bug: 1085129 Change-Id: If01be575a07280ab610a641fc183ab96c64dea69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503308 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#822530}
-
Lu Huang authored
These changes enable the 'url_handlers' member in the web app manifest to be parsed. This is the first of a number of CLs that will allow progressive web apps to be launched to handle or "capture" https URL activations. Please refer to the crbug for links to the design doc and overview "uber-CL". design doc: https://docs.google.com/document/d/19dGklalQTRtRrG3PKrVbDRmYPLHGLnsGEwUaed7sAFQ/edit?usp=sharing design overview cl: https://chromium-review.googlesource.com/c/chromium/src/+/2393252 Chrome status: https://www.chromestatus.com/feature/5739732661174272 Bug: 1072058 Change-Id: Ic8251bf74e0a17cd147d4d46389e66f7576c1763 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405696Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Mandy Chen <mandy.chen@microsoft.com> Commit-Queue: Lu Huang <luhua@microsoft.com> Cr-Commit-Position: refs/heads/master@{#822529}
-
Darren Shen authored
Right now, all the logic is in DecoderEngine, which is the primary engine used for the IME service launch. To avoid breaking this important launch with WIP code, move the WIP system PK code out into a separate engine that is only used when the system PK flag is enabled. Bug: b/161490915 Change-Id: I2b2352c88d3276e7d79f17cc4b8afbe14328453a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498021Reviewed-by:
Leo Zhang <googleo@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#822528}
-
Shik Chen authored
Currently only pipe protocol is built. The file protocol is needed for the non-fragmented mp4 recording. NOPRESUBMIT=true Bug: 1140852 Test: Pass camera.CCAUIRecordVideo Change-Id: I31fcb9e45a1487f3acb8db13bd242ae51affdf88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507131 Commit-Queue: Shik Chen <shik@chromium.org> Auto-Submit: Shik Chen <shik@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#822527}
-
Peter Kasting authored
Bug: 772945 Change-Id: I6d151607137066e5e7916e82c96c233d82159d69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506261 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#822526}
-
Nicholas Verne authored
This is a reland of da531d49 Now that https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/2505407 is landed, this should be safe. Original change's description: > Crostini settings string changes. > > Instead of "Linux (Beta)", now shows as "Developers" > > Bug: 1140370 > Change-Id: Id4e076b5d918e41e22e5c59d65958da9e75a3f55 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486528 > Commit-Queue: Nicholas Verne <nverne@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: David Munro <davidmunro@google.com> > Auto-Submit: Nicholas Verne <nverne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#820205} Bug: 1140370 Change-Id: Ibb5bd28f9647847dddaf109e9da86d91b17dd863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505324Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
David Munro <davidmunro@google.com> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#822525}
-
Jesse Schettler authored
Add the scan-to path as a field to ScanSettings. When the scan-to dropdown is added, its selected value will be used to populate the field. Bug: 1059779 Change-Id: Ia9d7b0075d96bd4aae535c4d81c656598702c8f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499220Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#822524}
-
Moe Ahmadi authored
- Allows OneGoogle callouts to query the NTP whether or not to show a promo with a browser command. - Hides the middle slot promos if any of the promo's browser commands cannot be shown. - Gates the ESB promo on whether Safe Browsing prefs are managed or the user is already opted in. More info on the API: go/promos-deeplinking-settings Bug: 1143366 Change-Id: I33c5b36c69a42e6b0c562b8afa0ed8ab56801486 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505739 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Auto-Submit: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#822523}
-
Wei Lee authored
Since we access external websites when sending GA metrics, it should be extracted to untrusted context. Bug: 980846 Test: Send GA metrics on CCA and both version (Platform App/SWA) works normally Change-Id: I14702129e4301327fd8a918d716420acbb43a94c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352263 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Inker Kuo <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#822522}
-
Minoru Chikamune authored
This CL is a follow up of below. https://chromium-review.googlesource.com/c/chromium/src/+/2497961/comment/671fb03e_194cb95e/ Bug: 1105403 Change-Id: I46ba3666057412289abd2934e669c22cfd27eaa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503990Reviewed-by:
Tal Pressman <talp@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#822521}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 88-4296.0-1603709458-benchmark-88.0.4304.0-r1 to 88-4296.0-1603709458-benchmark-88.0.4305.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I2465ee2f8868573f9f0f1ef0ff6af420975a144a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508655Reviewed-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@{#822520}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/624482861e16..4691b0f82bd0 2020-10-29 johnstiles@google.com Fix crash when compiling FP files containing the modulo operator. 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 jcgregorio@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: jcgregorio@google.com Change-Id: Icbae12b2e8b03bfd606935d970985545112fafcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508512Reviewed-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@{#822519}
-
Xiyuan Xia authored
ui::AnimationMetricsReporter is deprecating. Replace it with ui::AnimationThroughputReporter for simple layer animations and ui::ThroughputTracker for complicated ones. Bug: 11434673 Change-Id: I37754d853d62fa124bf6170b345402fe97d67be2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507815 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Auto-Submit: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#822518}
-
Thomas Tellier authored
AX-Relnotes: On login screen, traps the focus inside the remove account dialog of the user pod. Bug: 889595 Change-Id: I76f300b3773fee9d6b701a9ccb96e536885a3a5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495067 Commit-Queue: Thomas Tellier <tellier@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#822517}
-
Paul Moy authored
Extend the existing CpuInfo mojom struct to include labels and temperature readings from the device's temperature channels. This provides another avenue for retrieving this data, separate from the Chrome APIs. The goal is not to remove the Chrome APIs, but rather provide an easier, unified way of getting this data for clients already using cros_healthd. Those clients now only need to integrate with one component as opposed to both cros_healthd and the Chrome APIs. Bug: chromium:1131602 Change-Id: Id531b2bab4b72ef60f272d21f4e92e0d321c44bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506451Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Paul Moy <pmoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#822516}
-
David Black authored
Contents are derived from the image for the associated holding space item. We crop and resize the holding space item's image as necessary to properly fit our icon item. Screenshot: https://screenshot.googleplex.com/uDkubRhHiiF6x9z Bug: 1142572 Change-Id: Iac13dbb71499d44657fe20da25759054e7cb6ba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508130 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#822515}
-
Sammie Quon authored
The crash reports say that the starting desk screenshot is not taken when ending a gesture. This CL adds handling for that case, along with handling for case if the ending desk screenshot is not taken. If the starting desk screenshot has not been taken yet, the user does not see the screenshot. This means from the user's point of view, they still only see the starting desk. In this case, we can just end the animation without animating, and make sure the delegate will activate the starting desk again. Test: manual & added test Bug: 1134390 Change-Id: I3ff2f5a04f46bea9fb4e6403a969b67afb972d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506356 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#822514}
-
Kent Tamura authored
* Update the bug number for first-line-and-placeholder * mouse-relative-position.html is passing TBR=kojii@chromium.org Bug: 1040826, 1143621 Change-Id: Ic70f8b155c6b1686f677a9cf2492d2d0fdac1300 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507323 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#822513}
-
Andrew Grieve authored
It was not handling secondary toolchains properly. Bug: 1122182 Change-Id: I9634b5cbc67efc53f8946fbc1084d3a8a9427cb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503570 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#822512}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a653a9badb55..646cf5b2dabd 2020-10-30 ynovikov@chromium.org Skip EXTMultisampleCompatibilityTest.DrawAndResolve on Mac Mini 8.1 2020-10-30 ynovikov@chromium.org Suppress 2 DepthStencilFormatsTest.DepthStencilReadback on MacMini8.1 2020-10-30 ynovikov@chromium.org Skip ReadPixelsTextureTest.*LayerAttachment*PBO on Mac Mini 8.1 2020-10-30 ynovikov@chromium.org Skip WebGLCompatibilityTest.EnablePixelBufferObjectExtensions 2020-10-30 dpranke@google.com Make sure commit position is a string. 2020-10-29 timvp@google.com Vulkan: Make DescriptorPoolHelper a Resource 2020-10-29 ynovikov@chromium.org Skip Instanced MultiDrawTest.MultiDrawArrays on Mac Mini 8.1 2020-10-29 jmadill@chromium.org Gold Tests: Include SHA1 files in trace inputs. 2020-10-29 m.maiya@samsung.com Vulkan: Add OES_shader_image_atomic support 2020-10-29 timvp@google.com Disable libcxx_abi_unstable in roll_aosp.sh 2020-10-29 jmadill@chromium.org Add newline when using OutputDebugStringA logging. 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 geofflang@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: chromium:1112471,chromium:1143507 Tbr: geofflang@google.com Test: Test: Build on AOSP and launch CuttlefishTest: Test: VulkanMultithreadingTest::MultiContextDrawSmallDescriptorPools() Change-Id: Ieb90beb13889046bb4accb193429bfafa88bd2ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508419Reviewed-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@{#822511}
-
John Palmer authored
basically crrev.com/c/2483719 but with a private API instead. BUG=1138092, 1111135 Change-Id: Ifd651c3ba491cba738b48cd9ebe35b926c60bf51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501106 Commit-Queue: John Palmer <jopalmer@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#822510}
-
David Black authored
Holding space item count histograms were WAI except for the fact that they failed to record the *absence* of holding space items. Bug: 1131266 Change-Id: Id2fc9ce08c4e8f3537b1861878353afde083e257 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507337Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#822509}
-