- 08 Jun, 2020 40 commits
-
-
Gang Wu authored
Because strict mode violation issue fixed, we can enable the test now. Bug: 1076643 Change-Id: I2a4283aef68767fedc850fa2a538ccf2eaaa5042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233921Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#776148}
-
Jian Li authored
Bug: 1044139 Change-Id: Ic482b9590c14bfac490666d65a198e5f7c537a75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231539Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#776147}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4fa4342740a8..1557a1c16778 2020-06-08 jacktfranklin@chromium.org Components dev server 2020-06-08 changhaohan@chromium.org Remove behavior of merging Computed pane in the Elements Tab If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1073899 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I736c7cee49d699f5617473f8a33574465c4d3298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235957Reviewed-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@{#776146}
-
Sujie Zhu authored
When nickname management is disabled, nothing changes. When nickname management is enabled, given that expired & invalid nickname error message spaces are both reserved, we config larger margins among the inputs so that the inputs&text&buttons are evenly distributed in the dialog: 1. Margins between inputs are set to 26px in total by setting the cr-input-error-display to block. 2. Margin between saved-to-this-device and nickname input is 26px. Achieve by using the nickname input's error message spaces. 3. Margin between saved-to-this-device and button is the same 26px in total. Override Button's padding-top to 0, and set the label's margin-bottom to 26px We also update the character count's font-size and padding-inline-start (8px) to move the character count closer to the input field. Bug: 1082013 Change-Id: I5fb16eaeb0c9feb3b323ecc26a60c7e06d175d7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229724 Commit-Queue: Sujie Zhu <sujiezhu@google.com> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#776145}
-
Andrew Grieve authored
Bug: 1091919 Change-Id: I4a072f99dda5ef238d8507f5a5d5dc36c60843bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235972Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#776144}
-
Gang Wu authored
1. Use existing FileProviderHelper instead implement new one. 2. Update ContextMenuTest#testCopyImage, use Clipboard API to get clipboard data, instead get clipboard data by itself. Change-Id: Ide10a4ac1e89f02329e64b32574b1a76d44c34a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231846Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#776143}
-
Ionel Popescu authored
This CL fixes an issue where the slider track value part is not following the thumb when border or padding is applied. The issue was that when computing the thumb position in ThemePainterDefault::PaintSliderTrack we were not considering its offset. There was also and issue for RTL where the coordinates were not properly adjusted. Added range-appearance-border-padding.html to validate the change. Bug: 1088049 Change-Id: Ib9b0543adba763eefaa64ea5004e9c2c17c98ad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233826Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#776142}
-
Rainhard Findling authored
* Use the safetyCheckChromeCleanerChild instead of the privacySettingsRedesign flag. Bug: 1087263 Change-Id: I177ddd0724f3beb75d16534eee42996c2ac6acb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235756Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#776141}
-
Simon Pelchat authored
The litepages server will soon start blocking requests that don't have a GWS ID from one of the explicitly allowed GWS IDs. GWS ID -1 will be a special GWS ID used for prober requests and integration tests and will always be allowed by the server. Bug: 1092538 Change-Id: I0ef8e8c034847a944c5dbd750df78911f0f3da6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236046 Commit-Queue: rajendrant <rajendrant@chromium.org> Auto-Submit: Simon Pelchat <spelchat@chromium.org> Reviewed-by:
rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#776140}
-
Aaron Colwell authored
This is the first of 2 changes to rename components/blacklist to components/blocklist. This contains all the class/method/member/variable renaming. There should be no functional differences here. This patch will be followed by another patch that renames the directory/files and updates the necessary build system rules. The vast majority of the changes here are simply replacing an 'a' with an 'o'. - Replaced blacklist references with blocklist in components/blacklist - Replaced whitelist references with allowlist in components/blacklist - Updated all code that depends on components/blacklist to use new names and updated the names of any callers that may have been influenced by the original names. - Filed bugs and left TODOs for code that interacts with backend services that may depend on the old name. - Replaced some empty method bodies with '= default;' and added default member assignments to make ClangTidy happy. These should not cause any behavior changes. Bug: 1092096 Change-Id: I8a1a7d7bb51c619f05476086755509c94e05f995 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2234793Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Auto-Submit: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#776139}
-
Yulun Wu authored
Bug: 1091050 Change-Id: Ie7f4320f2234f223851dfcaae71a14babbe88efd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230776Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#776138}
-
Sergei Datsenko authored
Allow target to pass with `-fsanitize=null`. Bug: b/155090459 Change-Id: I597d937b239bde9a4f4fc690aca8fe56867d69ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230410Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#776137}
-
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/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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: perfetto-bugs@google.com Change-Id: I8c3125c64f32c14d7f4fa12f576bf1d7ec62d195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236015Reviewed-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@{#776136}
-
Lucas Gadani authored
This allows portals to support XFO sameorigin policies. Bug: 1083329 Change-Id: I922fd762ed643c1381706145aa3a017254456ff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216537 Commit-Queue: Lucas Gadani <lfg@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#776135}
-
Alison Maher authored
We are currently setting the root background-color in forced colors mode inside the UA stylesheet. Instead, set the forced background-color directly at the viewport level (similar to dark mode). This is based on feedback from https://chromium-review.googlesource.com/c/chromium/src/+/2211124. Bug: 970285 Change-Id: I3b3280ab7816b40833e87f92fe6147d5882bc039 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227809 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#776134}
-
Yue Zhang authored
http://crrev.com/c/2227890 spotted that the TabModelSelectorTabObserver can be leaked across sessions during theme change, and tried to fix this by removing the observer when tab is detached. However, there are still crashes with similar stack, and the suspect is that there are still leaked observers. This CL adds a band-aid fix to the problem for M84 experiment. Bug: 1087826 Change-Id: I34c149e0651e30b08a19872c6332d70c4028fd5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236098Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#776133}
-
Kurt Horimoto authored
Bug: none Change-Id: I8d09e50b107d41fbfd616a2af5e35d2a8b1a29a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233820 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Auto-Submit: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#776132}
-
Dominic Mazzoni authored
This test is a follow-up to this patch: http://crrev.com/c/2226300 It ensures that if the server request uses a different language than the language passed with the original request, the annotation still succeeds. Also adds a log to make it more clear if we were ever to hit this case in the future. Previously it was a silent failure. AX-relnotes: N/A Bug: 1090234, 1070505 Change-Id: I6c728a859bfa4c9a182ea4dd446b3b54c1836014 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233482Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#776131}
-
Sujie Zhu authored
Add WithNickname suffix to Autofill.StoredCreditCardCount.Local and Autofill.StoredCreditCardCount.Server.Masked to get what percentage of cards has nickname. Bug: 1082013 Change-Id: I979209fe5681f43fd9e89c00537c7df788e83b48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232835Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Sujie Zhu <sujiezhu@google.com> Cr-Commit-Position: refs/heads/master@{#776130}
-
Anna Malova authored
Bug: 1085115 Change-Id: I0c720e23190fa7482ff08a03c579416719267fcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230474Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Anna Malova <amalova@chromium.org> Cr-Commit-Position: refs/heads/master@{#776129}
-
Matt Menke authored
A bunch of tests check cases where alt service info should not be added. All of these tests send an alt service frame that advertises QUIC without actually enabling QUIC, so even if the logic they're trying to test doesn't work, no alt service info would be added, as QUIC is disabled. Fixed: 1092521 Change-Id: I46f7f26780b48bb5796f85349b91077cee8e2b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236018 Commit-Queue: Matt Menke <mmenke@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#776128}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/593e6a423883..08a16c09bcf3 2020-06-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision d96e9f16..5177dd56 (775897:776000) 2020-06-08 danilchap@webrtc.org Add av1 scalability structures for 2 spatial and 2 temporal layers. 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: I5db6eec596ff1419a54f533f9432f3d6ca2711fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235961Reviewed-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@{#776127}
-
Nate Chapin authored
This reverts commit 9c1d622a. Reason for revert: Crash reports: https://bugs.chromium.org/p/chromium/issues/detail?id=1092287 Original change's description: > Remove Document::IsFeatureEnabled, use the ExecutionContext variants instead. > > Bug: 1029822 > Change-Id: I59716b1450eee66261c7786ee408e37360689920 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231596 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Nate Chapin <japhet@chromium.org> > Cr-Commit-Position: refs/heads/master@{#775600} TBR=haraken@chromium.org,japhet@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1029822, 1092287 Change-Id: Ie60e587042fc1fcc28352229911c67460db388f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236094 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#776126}
-
Avi Drissman authored
Provide the keystone install script with a list of names that might be the names of the updated Chrome app. Update handling of brand codes by allowing side-by-side Chromes their own brand codes. Bug: 1061486 Change-Id: Ia1bcc1bf1326e7a35c332a61e9569ece32396662 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233599 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#776125}
-
Dan Harrington authored
The first time a slice is 2/3rds visible, we call reportSliceViewed() on FeedStreamSurface. This is done by adding an onPreDrawListener for the recyclerView, and then checking geometry for slices in the viewport. Bug: 1044139 Change-Id: I7b1f07711fd0347574e3bd9b80875dbb068a230d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233598Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#776124}
-
Mugdha Lakhani authored
This CL moves prerender_messages.h into components/prerender/common. Existing components/prerender files are moved into components/prerender/browser, and references updated. Bug: 1057771 Change-Id: I696da61f22ded71959e0c6442de63cf70a4548d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231044 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#776123}
-
Lexi Stavrakos authored
Change-Id: Idca9f2622f94635a3117c2b5c46d5029f6a670b3 Bug: 1090879 Change-Id: Idca9f2622f94635a3117c2b5c46d5029f6a670b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230933 Commit-Queue: Lexi Stavrakos <astavrakos@google.com> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#776122}
-
dpapad authored
These were discovered, after having to edit this file to fix type errors revealed when rolling to the latest Closure Compiler version. Bug: 1081815 Change-Id: I0e20714b747950e24db28a2c6c180be19b716cc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233496Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#776121}
-
Rohit Rao authored
BUG=None Change-Id: I05221c63e878ff30ebcea9cf65ba2d812dd4a450 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231126 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#776120}
-
yjliu authored
Relanding: Surface Aggregator Prewalk Optimization (Hackweek Project) Summary: This is a Hackthon week project and I reworked the PrewalkTree function to be more streamlined. Please see the design doc at the following link for purpose of the project and other details. https://docs.google.com/document/d/1D1MTNTaJnZjbmMZGMz0u150N3u5evEFSmJU-ou2vcFw/edit#heading=h.c0uts5ftkk58 In short, the original PrewalkTree() is as follows: --------------------- // Returns the damage rect of the surface gfx::Rect PrewalkTree(Surface* surface) { ...... // Gather all the embedded child surfaces into a flat_map FindChildSurfaces(&child_surfaces, ...) // Iterate through the child surfaces to accumulate damage gfx::Rect damage_rect; for (child_surface : child_surfaces) { damage_rect += PrewalkTree(child_surface); // apply quad transform here } // ...do some other stuff return damage_rect; } ----------------- I modified it to: ----------------- // Returns the damage of a surface gfx::Rect PrewalkTree(Surface* surface) { ...... RenderPass* root_pass = surface->GetActiveFrame()->render_pass_list.back(); return PrewalkRenderPass(root_pass); } // Returns the accumulated damage of a render pass gfx::Rect PrewalkRenderPass(RenderPass* render_pass) { gfx::Rect damage_rect; for (DrawQuad* quad : render_pass->quad_list.reverse()) { // in reverse order if (quad is SurfaceDrawQuad) damage_rect += PrewalkTree(quad_surface); // apply quad transform here else if (quad is RenderPassDrawQuad) damage_rect += PrewalkRenderPass(quad_render_pass); // apply quad transform here } return damage_rect; } ---------------- Bug: 158254077 Change-Id: I687dde2d1e5ae194680ab94cc35fd00f6ebfa97a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2234099 Commit-Queue: Jun Liu <yjliu@chromium.org> Auto-Submit: Jun Liu <yjliu@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#776119}
-
Xianzhu Wang authored
This helps track failures caused by null LayoutObject in production. The extra runtime cost of the CHECKs is trivial. Bug: 1086968 Change-Id: Ie4b2ec3a5384e5465f32dbac27f8d87a8aebfcdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233479 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#776118}
-
David Bertoni authored
was disabled for flakiness. The SearchPauseResumeCancelGetFileIconIncognito test was disabled a while back for flakiness, but is no longer flaky on the bots. Bug: 874946 Change-Id: I859b05e760ca95f9d1e80ef776b43424c17cc5cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229332Reviewed-by:
Archana Simha <archanasimha@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#776117}
-
Mohamed Heikal authored
Using android_aar_prebuilt for an aar that does not contain a classes.jar will fail gn with unused variables. Only define those variables if needed. Change-Id: I6d3776271e7bc817329af7f8976fd5719f581bac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236036Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#776116}
-
Harald Alvestrand authored
Bug: chromium:1091885 Change-Id: I227750422e785867f6510b7dfdee3704dac64e0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2234261Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#776115}
-
Victor Hugo Vianna Silva authored
This CL fixes one typo in the BUILD file for this class and enables type-checking. Bug: None Change-Id: Ie6e6fa959acd0800c1efbde634065ab06de832f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233023 Auto-Submit: Victor Vianna <victorvianna@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#776114}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/ee0516e3989f..f5657af110a6 2020-06-08 cwallez@chromium.org Fix use of bytesPerRows=0 in CppHelloTriangle 2020-06-08 xinghua.cao@intel.com Reland "Check FP16 support on vulkan backend" 2020-06-08 jiawei.shao@intel.com Add validations on the texture-to-texture copies within same texture 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: chromium:1087896 Tbr: cwallez@google.com Change-Id: I251734d6eebb7d638c5fd8976acc84a9a791f46e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235962Reviewed-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@{#776113}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/7fa78b7965fb..47e79f83dec0 2020-06-08 lalitm@google.com Merge "docs: add note that --txt doesn't work on P" 2020-06-08 hjd@google.com Merge "Fix typo in docs" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I354187cadd263f6ae9ccf787c60906d7aad871f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235956Reviewed-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@{#776112}
-
Joe DeBlasio authored
This tiny CL just changes the period that we cache engaged sites from 5 minutes to 1 minute. Fetching engaged sites isn't that expensive, and this limits the amount of time that we can serve an out-of-date (and thus unexpected) result. Change-Id: Idf415f883f5ae1f155299d4354098ef119435094 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236057Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#776111}
-
Corentin Wallez authored
Bug: 1069302 Change-Id: Ib8c2e8c3f38ccaf1699f7f368b34f39c1be41d90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225406Reviewed-by:
Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#776110}
-
Peter Wen authored
Since android_lint is only run for android_apk and android_app_bundle targets, there is no longer a need for a project-wide override. Targets that specify their own lint suppressions file can specify it as a gn variable when they use the android_apk or android_app_bundle templates. Also support embedders passing their own lint_suppressions_dep if their lint suppressions file is generated. See: https://crrev.com/c/2232580 Passed through the necessary args so that embedders using chrome_public_apk can easily pass in lint_suppressions_* variables. Bug: 1082743 Change-Id: Idcb2f40d1fa529398a6f942e1c0687608c5dffb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235463 Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#776109}
-