- 25 Nov, 2020 40 commits
-
-
Alice Wang authored
This CL adds a metric when user has completed the account addition flow triggered from the web sign-in bottom sheet. Bug: 1152454 Change-Id: I4c1645d98c3df26893d24f1f721d15a30b8f58db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557635 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#830939}
-
Yuta Hijikata authored
The change is mostly mechanical replacing defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) and GN variable is_chromeos with is_chromeos_ash with some special cases (For those cases please refer to http://go/lacros-macros). The patch is made in preparation to switching lacros build from target_os=linux to target_os=chromeos. This will prevent lacros from changing behaviour after the switch. Bug: 1052397 Change-Id: I7745b2c9de52183da785901cd278a844fb139f30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539258 Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#830938}
-
Pavol Marko authored
The test is flaky on this builder, see ${BUG}. TBR=jarhar@chromium.org Bug: 1152088 Change-Id: I4e2178655685994a20a258321703e362530914ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560295Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#830937}
-
Daniel Cheng authored
This eliminates the need to crack a mojo::Receiver/mojo::Remote into a message pipe and a handle to convert between Blink and non-Blink variants. This CL also includes a cleanup pass for the remaining uses of PassPipe() and PassHandle(), migrating them to either std::move() directly if possible, or use the new ToCrossVariantMojoType helper if applicable. Bug: 1059157 Change-Id: Id389d69ba32c17ce76942f16ca2b5b4fd26aab18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556565 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#830936}
-
Markus Handell authored
This change adds a default-on flag controlling the coercion of REC709 to SRGB added in crrev/c/2550554. Bug: 1151957, b:173124811 Change-Id: I39d91c2cd5fc047e8a67c649a862753fe8daa47b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556962 Commit-Queue: Markus Handell <handellm@google.com> Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#830935}
-
Morten Stenshorne authored
There's some special logic for handling inert (that's INERT, not INNER) nodes. Fixes the following tests when LayoutNGFullPositionForPoint is enabled: external/wpt/inert/inert-inlines.tentative.html fast/dom/inert/inert-inlines.html Bug: 1150362 Change-Id: I8ce278168555b1f4b53b6a5abf121637f4bd58bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554557 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#830934}
-
Yoshifumi Inoue authored
This patch changes EditingNG to stable from experimental for releasing on M89. Bug: 707656 Change-Id: I1af3e5d9b0d0b7e5b2bc5a434936ed0eb927bd32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557944 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#830933}
-
Alice Wang authored
This CL adds DIR_METADATA to the signin.services module. Bug: 1150862 Change-Id: Ibf3db221846f78533d82c607ab86e9f719318d02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557019 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#830932}
-
Zhaoliang Ma authored
Multiplace need to map GpuMemoryBuffer-backed frame, so this CL clean up the existing repeated method. Bug: 1126811 Test: Manually test webrtc and mediarecorder using libvpx encoder Change-Id: I893d16449ac63c95ce64c392f5299cce1c400752 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547845 Auto-Submit: Zhaoliang Ma <zhaoliang.ma@intel.com> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Markus Handell <handellm@google.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#830931}
-
Fredrik Söderqvist authored
Return the result of Path::PointAndNormalAtLength rather than using two out arguments. Change-Id: I2f60ce9d388509cba7d6b95751809cff1ca4d2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556642Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#830930}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5bea3c59..c38503fc Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I3440de33b63ecbd15bd35c40a7bab98b67a8fda2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559805Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#830929}
-
Jana Grill authored
Add the device type placeholders to IDS_ASH_ENTERPRISE_DEVICE_MANAGED_BY and IDS_ASH_ENTERPRISE_DEVICE_MANAGED, replacing them with the actual device type in code. Additioanlly adjust the domain placeholder name and description and add screenshots to make it easier for the translators to understand the usage of the texts. Bug: b:172676875 Test: Manual Change-Id: Ia2b0f20e10c2e5ecb6f3908e50588ac7f5c8532e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538839Reviewed-by:
Brian Malcolm <bmalcolm@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Jana Grill <janagrill@chromium.org> Cr-Commit-Position: refs/heads/master@{#830928}
-
Gauthier Ambard authored
This reverts commit 2aa1a2f6. Reason for revert: Potential culprit for crbug.com/1152587 Original change's description: > [iOS] Set FirstResponderSendAction as default > > Remove experiment flag, and set enabled behavior as default. > > Keep old behavior when asking the NTP and WebView to become first > responder. This is done checking if the first responder is a view, and > asking if not. Because in the previous logic for GetFirstResponder() the > search was made in the view hierarchy, ignoring view controllers. > > The experiment enabled without the check added in this CL could explain > issues like crbug.com/1150498. > > Bug: 816427, 1150498 > Change-Id: Ib9ac17b59da8635d00beff071aee4bd6afeedb78 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495976 > Reviewed-by: Gauthier Ambard <gambard@chromium.org> > Commit-Queue: Javier Flores <javierrobles@chromium.org> > Auto-Submit: Javier Flores <javierrobles@chromium.org> > Cr-Commit-Position: refs/heads/master@{#830632} TBR=gambard@chromium.org,javierrobles@chromium.org Change-Id: If4c1451b7ed278b02164f0816d8b01bf11314289 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 816427 Bug: 1150498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560097Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#830927}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4c3d711704c1..55a2b8681802 2020-11-24 pfaffe@chromium.org [wasm-debug] Allow passing options to evaluateOnCallFrame 2020-11-24 tvanderlippe@chromium.org Introduce static content getter for Tooltip 2020-11-24 tvanderlippe@chromium.org Fix Node inspect profiler 2020-11-24 yiorsi@gmail.com Modify the text in image preview, pixels to px 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:1149817,chromium:1149832,chromium:1150762 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I44f53db2dda96d0ac512bb98eb59e260803c9e39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559446Reviewed-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@{#830926}
-
Antonio Sartori authored
The LocalFrameHost mojo interface included a BindPolicyContainer function, implemented by the RenderFrameHostImpl, that allowed Blink to send a PolicyContainer remote to the Browser and get it bound to the corresponding PolicyContainerHost. This was used right after creating a local child frame, and was only implemented to avoid sending the PolicyContainer remote with the CreateChildFrame IPC, which was still a legacy IPC. Since CreateChildFrame has been converted to mojo, this is not needed anymore. Bug: 1130587 Change-Id: Ib16a8ccbb829fda643e2c428fc1320d1dcc4428c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532073Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#830925}
-
Yuki Yamada authored
This is a follow up for https://crrev.com/c/2557279 . CacheCounterTest.Empty is flaky on Win too. Bug: 971650 Change-Id: I856a44dc854eca2ab6fbed04fa0fbe5dc4b26bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558081Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Yuki Yamada <yukiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#830924}
-
Hitoshi Yoshida authored
Bug: 839389 Change-Id: Id7aa4dc569ce67509123809505e831716a7cc0bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558086 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#830923}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/759af7f40213..9be11f7d2b44 2020-11-25 jophba@chromium.org [HOTFIX] remove iOS death tests 2020-11-25 jophba@chromium.org [HOTFIX] Fix flatmap tests on Mac 2020-11-25 jophba@chromium.org Add new FlatMap utility class 2020-11-25 jophba@chromium.org Roll DEPS to latest versions If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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: jophba@chromium.org Change-Id: Id381bd7c94d8ab6fa1883b4ac9dd68feb66915a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559048Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Jordan Bayles <jophba@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#830922}
-
Yuta Hijikata authored
The change is mostly mechanical replacing defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) and GN variable is_chromeos with is_chromeos_ash with some special cases (For those cases please refer to http://go/lacros-macros). The patch is made in preparation to switching lacros build from target_os=linux to target_os=chromeos. This will prevent lacros from changing behaviour after the switch. Bug: 1052397 Change-Id: I099b840668b030ce27c8272fbe10c1ce2a6f5e8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536423Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/master@{#830921}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1606262372-c28fabe0f518396be3e19b31d10fd57f4542b836.profdata to chrome-mac-master-1606283471-7d9c21277781bbef8f12040d64fba3a4328552df.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ie30fe2d0c1e0fdbd2fe279942ea69754c55298d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559044Reviewed-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@{#830920}
-
Hajime Hoshi authored
This CL adds new metrics to record the timing on requestAnimationFrame three times after the page is restored from BFcache. These values can be good approximation for the first paint after BFcache restores, and we want to confirm this. BUG: 1133333 BUG: 1152688 Change-Id: Ib7fe363bf6ac20f07308bd90eb940530fcd49df1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523133 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#830919}
-
Daniel Hosseinian authored
Currently, any layout changes applied to the PDF document (i.e. page rotation or two-up view) after the accessibility tree has loaded does not update the page bounds. Because the accessiblity tree has read-only nodes, the only way to resolve the issue is to reload all the nodes of the tree on each layout change. Note: This CL only fixes page bounds and positions. The bounds of page content such as text or annotations still do not rotate with the rest of the document. Those issues will be fixed in a follow-up. Bug: 1150665 Change-Id: I2fbf2cb26f38ee3fed076333c0b224a8ede7947e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553217 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:Raymes Khoury <raymes@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#830918}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1606262372-53701711e1f3f7b0d49627ad74cc045279aff3ad.profdata to chrome-linux-master-1606283471-f8912cacc34d1ac24aa30fb74f9ef98ec89268aa.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I9066771eb3bd4416d40111f43c7e789f41390070 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559043Reviewed-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@{#830917}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c41b944fd821..b1bcd6ec94d1 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 ortuno@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:1126301 Tbr: ortuno@google.com Change-Id: I8754014f45ba345bc05c903dae6a0f3c759d36de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559040Reviewed-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@{#830916}
-
Morten Stenshorne authored
Fixes external/wpt/css/css-flexbox/hittest-before-pseudo.html when LayoutNGFullPositionForPoint is enabled. Bug: 1150362 Change-Id: I75e6e4455b5d3634be140195f12d0cd09e01f6a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554537Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#830915}
-
Yang Guo authored
Fixed: 1152558 Change-Id: Icd2b108c868f01ff86f14f45118004a5068cddf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558341 Auto-Submit: Yang Guo <yangguo@chromium.org> Reviewed-by:
Paul Lewis <aerotwist@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#830914}
-
Ben Reich authored
CL:2559234 introduced changes to disable $i18n{} template replacement when the --devtools-code-coverage flag is passed and only for the Files app extension. Introduce a helper to identify when a filesTooltip test is in code coverage mode and use the $i18n{} label instead of the replaced string. --devtools-code-coverage Bug: 1152612 Test: browser_tests --gtest_filter="*filesTooltip*" Test: browser_tests --gtest_filter="*filesTooltip*" Change-Id: Ia43f1b17ecdf8eea0a42dc5b23a2efd9787791c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558814Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Commit-Queue: Ben Reich <benreich@chromium.org> Cr-Commit-Position: refs/heads/master@{#830913}
-
Daniel Cheng authored
Usage has been migrated to use the standard //base/metrics helpers. Bug: 1047547 Change-Id: I8edfefb774a6154e19763833a7885e491d9a3996 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559557Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#830912}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1606240669-a966a0de7533a2c29e2a147761a10e8425d1cfe7.profdata to chrome-win64-master-1606251063-26a76a6b25625f68800c8ab3d3043b315be73544.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-win64-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Id22adc572ed8b1206dd7ff822e39cd3657e16148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559391Reviewed-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@{#830911}
-
Joon Ahn authored
Bug: 1125150 Cq-Depend: chromium:2528302 Test: browser_tests --gtest_filter=Diagnostics* Change-Id: Ia0df0ca9f0e5f468d1c020f0d09dcc5c10a313ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552893 Commit-Queue: Joon Ahn <joonbug@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#830910}
-
Thanh Nguyen authored
Implements LocalSearchServiceProvider and related classes for LSS. Design doc: go/lss-sandboxing Implementation plan: go/lss-sandboxing-impl Bug: 1137560 Change-Id: I46b43dc5ac9453e3d6da8eceb24293aa19bb3d50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556888Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#830909}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0652fd72..5bea3c59 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I6478470fbcf43f549d568113c94dd0e5e00c9e33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559592Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#830908}
-
Hitoshi Yoshida authored
An IDL dictionary member ScrolltimeElementBasedoffset.target's type is non-nullable Element, but there are some routines that can store a nullptr or access without checking it is available. This CL fixes them. Bug: 839389 Change-Id: Ic9529c39fd4a52935570e461db85134f2c5862aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557760Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#830907}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/70102b71900b..33f29ea9b251 2020-11-25 enga@chromium.org Skip ShaderFloat16Tests on Intel D3D12 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 enga@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: enga@google.com Change-Id: I3f7778c1fa3639abc2af8c866c530fd12975d4b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559799Reviewed-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@{#830906}
-
Josiah K authored
AX-Relnotes: N/A Bug: 1151216 Change-Id: I222ec5d29ae2fd06689d6d94876f4fa6973e4c2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552163 Commit-Queue: Josiah Krutz <josiahk@google.com> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#830905}
-
Peter Kotwicz authored
This CL rolls: androidx.recyclerview:recyclerview androidx.viewpager:viewpager androidx.viewpager2:viewpager2 BUG=1064277 Change-Id: I1d288138abedaef79452925436dceba425478d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552379Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#830904}
-
Yuta Hijikata authored
The change is mostly mechanical replacing defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) and GN variable is_chromeos with is_chromeos_ash with some special cases (For those cases please refer to http://go/lacros-macros). The patch is made in preparation to switching lacros build from target_os=linux to target_os=chromeos. This will prevent lacros from changing behaviour after the switch. Bug: 1052397 Change-Id: I439a198c856a6ad3cfeeb9656707f1ff90a0e637 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546665 Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#830903}
-
Koji Ishii authored
In the initial phase of LayoutNG, outlines for block boxes are fragment-based, but outlines for inline boxes are not. This patch changes the latter to fragment-based. The behavior for continuation is changed. In legacy and NG before this patch, the first inline fragment of a |LayoutInline| paints all outlines, including continuations. This resulted united outlines for a |LayoutInline| including continuations, but computing this requires a special code path when the block-in-inline is block fragmented. While the result looks less optimal, in order to simplify the code, this patch paints outlines for each continuation separately, making them not to be united across continuations. Test rebaselines are for this change. Bug: 1145048 Change-Id: If2a8ae79615323a5c6a3d807930c297d50e6d895 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535904 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#830902}
-
Ossama Mahmoud authored
Bug: 1108318 Change-Id: I78de7ef132fead2088e8f2cf1be3c19446fe10fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532258 Commit-Queue: Ossama Mahmoud <osamafathy@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#830901}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7bce89d89d4b..888c5d3e57eb 2020-11-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 1b413197a6d7 to 130597e10299 (14 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 michaelludwig@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: michaelludwig@google.com Change-Id: I2abb07ae0656a73cb859519bd9f966577d3d11b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559856Reviewed-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@{#830900}
-