- 22 Aug, 2020 40 commits
-
-
chromium-internal-autoroll authored
Release_Notes:http://go/help_app-x20/relnotes/Nightly/help_app_nightly_202008220800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/PPRWlbFgcLiLZEouIVVYQInyQNO7es0BR2SEuWBYrIQC 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: None Tbr: help-app@grotations.appspotmail.com Change-Id: I793758f344415349d7a3965bea4aa085d7483923 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370330Reviewed-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@{#800844}
-
chromium-internal-autoroll authored
Release_Notes:http://go/media_app-x20/relnotes/Nightly/media_app_202008220800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/YGPMOe2eHARlZiJiLGYNp2n_35FHrR4LpmgA4FEHiC8C 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/164112614 Tbr: media-app@grotations.appspotmail.com Change-Id: Iba2415cc1c60373d6fa97eeb32f3b0472b61df36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370329Reviewed-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@{#800843}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2856a9b1a98f..c599f924c1c0 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 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: Change-Id: Icafa58b9af9af85ac064025cb22558264c00a972 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370323Reviewed-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@{#800842}
-
Sangwoo authored
1. Get decoration bounds path from graphics context Previously, path info in TextDecorationInfo was not same with the bounds which GraphicsContext actually paint. In order to remove this mismatch, get decoration path from GraphicsContext and set it to TextDecorationInfo. 2. Inflate decoration bounds by -0.5 when getting text intercepts. Skia returns TextIntercepts even when a glyph cross the decoration bounds less than 1px. In order to ignore some of these, inflate the decoration bounds by -0.5px. TODO: It'd be better to get path from GraphicsContext for solid line too. Bug: 808603 Change-Id: I5f57760b3c948dfd649b573adeecbaf8de7a5b5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355161 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#800841}
-
Daniel Classon authored
Add deep links to the old Sync subpage of the People page (/syncSetup). Bug: 1084154 Change-Id: Icc07986d861a1e463fb9e8da8436b9747cf3b1fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363815 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#800840}
-
Xianzhu Wang authored
We already don't propagate subpixels across non-translation transforms in blink. However, for will-change:transform and transform animations, the compositor may change a transform from a translation to a non-translation transform not known by blink, and previously propagated subpixel might become inappropriate, so we should also prevent subpixel propagation for them. Bug: 931950 Change-Id: I302c2e1140f7ff566e2aeaaaeb92c3e9a90c9bf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368237 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#800839}
-
Nate Fischer authored
No change to logic, only docs. This updates java_cpp_strings docs: * The first paragraph incorrectly stated this uses comments to determine the Java class name. This corrects that statement. * Merges the two GN steps into one, explains it's a best practice to add this to an android_library (or create a new one if there is none), and recommends private visibility for :java_switches_srcjar. Test: Upload to gerrit > open file > click "gitiles" Change-Id: I4ae45da15f7db02a9d4c101de1a23c40f154b464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369652 Commit-Queue: Bo <boliu@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#800838}
-
David Bienvenu authored
A few other mostly cpplint fixes, no functional changes. Bug: 1010217 Change-Id: I0a723054e430242adea6f75b9ee33fc7fceb250d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368418Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#800837}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1598054321-87d797542a8415d31d407f7b135c9596dfac4588.profdata to chrome-mac-master-1598095166-910bc29dade724220300819e5b5396b40eab51f4.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ie827d11f9219217690cdb775dc76a4cb0ed40e0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370215Reviewed-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@{#800836}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/88624993b0ee..b4a4611be4d7 2020-08-22 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I023a1a4c12fe81bd3d56e597c3e9a2d457d74392 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370214Reviewed-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@{#800835}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/e8dc820fbc1e..ce78ce2e2868 2020-08-22 cwallez@chromium.org Tiny cleanup of GetMappedRange. 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: Ifd944a86dbcf90edec04324276f16c33cedd5917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370209Reviewed-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@{#800834}
-
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 cr-fuchsia+bot@chromium.org 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-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I8c2fc6b69851868ead1b2020cc5a912cae2358c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370212Reviewed-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@{#800833}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fbb49b4f7f86..233cb555112c 2020-08-22 eladalon@webrtc.org Make RTCError::sctp_cause_code const 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: Iab407a80ea384d81f09662b780a80cef3a73a21f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370210Reviewed-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@{#800832}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/46b51582a581..2856a9b1a98f 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 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: Change-Id: I085d6599fc403e2df3fca2335240c741557ce1b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370206Reviewed-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@{#800831}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I2dcdf99e35414e9573578fa3a5be3a52c285811a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370184Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800830}
-
Xiaodan Zhu authored
Bug: 1116229 Change-Id: I583ea76360fcaab0d5a9ec55adf80ff6432a0b9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368824Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Xiaodan Zhu <zxdan@chromium.org> Cr-Commit-Position: refs/heads/master@{#800829}
-
Sammie Quon authored
Requested in crrev.com/c/2354798. This will simplfy things down the line as we use more index lookup and remove const from some parameters in RootWindowDeskSwitchAnimator. Test: manual, existing tests Bug: 1111445 Change-Id: I7250d969b95f08da5819c73ca325bce2db0ea5bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369518Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#800828}
-
Mitsuru Oshima authored
This is a revised version of original attempt crrev.comc/c/2166804. Instead of creating a new layers, this clone and animate the window's layer, but makes sure that the animating layer is at the bottom of other layers within the window. * It adds a invisible view with a layer at the bottom of the non_client_view (no frame w/o this, so we can exclude such case). * Adds the animating layer as a child of this view, with "SetMasksToBounds(false)" so that it will not be clipped during animation. * Once animation is done, this animating, old layer will be removed. Bug: 1073685 Test: covered by unittests. Change-Id: Ib9ae60694fb461dda354fea4fd52e4e01186a6a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335811Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#800827}
-
Aya ElAttar authored
- Changed constructing the clipboard data endpoint, in case its type is a kUrl, from using GetLastCommittedURL of renderFrameHost to GetLastCommittedOrigin instead to avoid getting "about:blank" for Google Docs. Bug: 1116103 Change-Id: I0bea243358a995bad342afb63e9da55d3455e55b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362849Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@chromium.org> Cr-Commit-Position: refs/heads/master@{#800826}
-
Rob Buis authored
Implement basic operator DOM and styling support. Map lspace, rspace, minsize and maxsize attributes to internal properties [1]. Since lspace is shared with mpadded the MathPaddedLSpace internal property is renamed to MathLSpace. Note that this CL does not have a visual effect yet, that will happen once we introduce the operator layout algorithm and operator dictionary. [1] https://mathml-refresh.github.io/mathml-core/#operator-fence-separator-or-accent-mo Bug: 6606 Change-Id: I0999f26ec7f5765715fdf7ceab5a91296e6463bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340919Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Rob Buis <rbuis@igalia.com> Cr-Commit-Position: refs/heads/master@{#800825}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Iaf5acebcf0b2845d26b81e43d048cb193a75cbe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370013Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800824}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/682f9141d174..1d331c9131bd 2020-08-22 cclao@google.com Vulkan: Use context staging buffer for copyImageDataToBuffer 2020-08-22 cnorthrop@google.com Capture/Replay: Fixes for PUBG:Mobile 2020-08-21 jmadill@chromium.org Feedback Loop Redesign 3/3: Remove feedback loop tracking. 2020-08-21 ianelliott@google.com Vulkan: Fix compilation error 2020-08-21 ianelliott@google.com Vulkan: do not end render pass when invalidating 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 cnorthrop@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: cnorthrop@google.com Test: Test: Capture first 2000 frames of PUBG:MobileTest: Test: PUBG MOBILE on AndroidTest: 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: I53392122aac5c3d7f87fae1da8a43a79546f1505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369246Reviewed-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@{#800823}
-
sauski authored
To support E2E testing of the HaTS Next implementation, logic is added to always launch a test survey when a tab is opened and the testing flag is enabled. Logic is also added to prevent multiple HaTS Next survey from opening at the same time, as these are not modal and not bound to a specific tab, displaying multiple survey simultaneously was previously possible. Bug: 1110888 Change-Id: I324c08460f468e5ba9281f7b18b763acd1d4a317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359031Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Theodore Olsauskas-Warren <sauski@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Theodore Olsauskas-Warren <sauski@chromium.org> Cr-Commit-Position: refs/heads/master@{#800822}
-
Brian Geffon authored
This CL is the equivalent for per-process reclaim for ARC++, which is also referred to as WorkingSetTrim (this is the name Windows used in Chrome). ARC++ apps can be reclaimed when the system is under memory pressure. The following tunables exist to control this behavior: - Limit the frequency at which we fetch the ARC process list. - Limit the frequency at which an individual ARC app may be reclaimed. - Specify the amount of time an app must have been inactive to be reclaimed. - Specify the maximum number of individual ARC apps which can be reclaimed per round. - Control whether both system processes or apps are reclaimed. Again this only applies when the system is under moderate memory pressure, when there is no memory pressure we will never reclaim ARC apps. BUG=chromium:973963 Change-Id: I211590b123dfff5aaa5738d3025d1eb830fac427 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335816 Commit-Queue: Brian Geffon <bgeffon@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#800821}
-
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 cr-fuchsia+bot@chromium.org 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-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I4aed042e0fea2c394d169135274053272c8680fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369247Reviewed-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@{#800820}
-
Lei Zhang authored
- Add a base chrome_pdf::InputEvent class. - Switch pp::InputEvent usage to chrome_pdf::InputEvent in PDFiumEngine. - Switch PPAPI input modifiers to chrome_pdf::InputEventModifier equivalents. With these changes, PPAPI input event usage is limited to just input_event_conversions.cc, out_of_process_instance.cc, and pdfium_assert_matching_enums.cc. Bug: 1091834 Change-Id: If62f82746ed86da913a5ba77771112ddce45bf41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367119 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#800819}
-
kouhei authored
Bug: None Change-Id: I4c9d95eef2f96b03e89d9cac08711b9e47c50784 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367258Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#800818}
-
Lei Zhang authored
It works around a problem that is not applicable to Chromium. Change-Id: I8eaaf8ed1340e9892461e89535b3d896c822ce0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369504 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#800817}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/f6b801a1d036..88624993b0ee 2020-08-22 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I592abafb175aeea0187bff9b45842dacd4ecb6ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369245Reviewed-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@{#800816}
-
Julie Jeongeun Kim authored
This CL moves PrintHostMsg_ScriptedPrint_Params to print.mojom to pass it to Mojo interfaces. Bug: 1008939 Change-Id: Ib8f84db7fbb2881f1a0cc2c2156a45f9ee88b946 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345784Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#800815}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6821f818e6f5..46b51582a581 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 xhwang@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:1114451,chromium:1117077 Tbr: xhwang@google.com Change-Id: I70edcbbb24843680e68e3d3c89136c6d66e3b867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369241Reviewed-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@{#800814}
-
Dylan Cutler authored
Before this change it was ukm_parameters(), which is against Blink naming convention. Also have the functions return a const ref. Bug: None Change-Id: Ie527e69712be37ac5b362d462acf9b2e376e7a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366115 Commit-Queue: Dylan Cutler <dylancutler@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#800813}
-
Gang Wu authored
Bug: 1119955 Change-Id: I2b5b3e6f14e96f24d5f21e08cddbae97ebf72c59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369502Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#800812}
-
Yan, Shaobo authored
Current fast path for webgl uploading video frame is to render YUV planars to a RGBA8 intermediate gl texture and than do gpu to gpu copy to update the dst webgl texture. It is possible to further optimize this progress by drawing the content from YUV planars to dst webgl texture directly. This will save the extra gpu-gpu texture copy which may hurt performance when uploading large resolution video (e.g. 4k/8k video). BUG=1108154 Change-Id: I0abb269944f9eac9fb77e13b01860152a918ad95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319543Reviewed-by:
Brian Salomon <bsalomon@google.com> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> Cr-Commit-Position: refs/heads/master@{#800811}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: If97cca0ca10a4f3293e05a3ce48068faa477e3c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369421Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800810}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/bb85de36d277..fbf13333b426 2020-08-22 tsepez@chromium.org Remove core/fxge/fx_ge_fontmap.cpp 2020-08-22 thestig@chromium.org Switch from check_targets to no_check_targets. 2020-08-22 thestig@chromium.org Sync gtest/gmock with Chromium's copy. 2020-08-21 tsepez@chromium.org Remove virtual method SystemFontInfoIface::GetFaceIndex(). 2020-08-21 tsepez@chromium.org Nest CFWL_EventTarget inside CFWL_NoteDriver. 2020-08-21 tsepez@chromium.org Make CXFA_FFApp::m_pFontMgr be a pointer 2020-08-21 tsepez@chromium.org Mark CFWL_Event and its subclasses stack-only types. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org 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: pdfium-deps-rolls@chromium.org Change-Id: I0aa1c7e9e79e1aaf1dc317fca1d0c75354aa18bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369716Reviewed-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@{#800809}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1598032222-bdae3e34bfdfdc02a739bd58b074dbcf46af85d4.profdata to chrome-mac-master-1598054321-87d797542a8415d31d407f7b135c9596dfac4588.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 jeffyoon@google.com,liaoyuke@google.com,sebmarchand+pgo_roller@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com,sebmarchand+pgo_roller@google.com Change-Id: Icf770efc46f19343a08e1bd1cafb1b9572888b3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370088Reviewed-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@{#800808}
-
Daniele Castagna authored
When the root contents color usage changes between frames the renderer might reshape the output surface, increasing the damage to the whole frame. If SurfaceAggregator ignores quads outside the damage we might end up with a renderer that can't draw the full frame after reshaping the surface. This CL increases the damage in SurfaceAggragtor to the full frame when the color usage changes. Bug: b/158777601 Test: Youtube HDR video, no artifacts when it starts playing. Change-Id: Ibce88f6f4375567c1bbab1761ab7aea53f84c226 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369441 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#800807}
-
Nick Burris authored
When the merchant requests a shipping address but doesn't specify any shipping options, all shipping addresses are invalid. On desktop, an error is shown when any address is selected, but on Android there is no error so the invalid state isn't obvious to developers. The discrepancy is that on desktop, RecomputeSpecForDetails is called even if the payment details are not updated by the merchant, which results in the error being set in UpdateSelectedShippingOption. This patch makes the Android implementation also recompute spec and display the error if necessary. Bug: 1082630 Change-Id: Idff32f2c2b51a617609381fee49a4ac5bd78206b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2280990 Commit-Queue: Nick Burris <nburris@chromium.org> Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#800806}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ea8d6a46aad5..e6244ccef917 2020-08-21 rmhasan@google.com typ: Include tags in Expectation instance returned when querying for If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC zhanliang@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:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1120189 Tbr: zhanliang@google.com Change-Id: Ic8ccfdd481eae070e84dd697f34e8b98cd4cdcca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369350Reviewed-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@{#800805}
-