- 27 Jan, 2020 40 commits
-
-
Livvie Lin authored
This will prevent crashes in cases where the current blocking page reference has been released. Underlying issue will be fixed in a follow-up CL. Bug: 1044768,1045038 Change-Id: Ieda79f321a3f933369a74e539267ead95106d6e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015669Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#735648}
-
Archana Simha authored
Reduces use of margins and calc in the checkup banner. Checkup banner image and text overlap when the screen width is 930px. Issue: https://screenshot.googleplex.com/0r8JXYYOOvY 1 column: https://screenshot.googleplex.com/qTuVDG6rcBb 2 column: https://screenshot.googleplex.com/QRm4c4XjF0u Bug: 1019296 Change-Id: Iee4071726c78871f2ddf79ec619231473d71a2b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995922Reviewed-by:
John Lee <johntlee@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Archana Simha <archanasimha@chromium.org> Cr-Commit-Position: refs/heads/master@{#735647}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 46a3fc7d. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I60a54be1205e40db6f45e1a4214eeaca03a6f149 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023967Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#735646}
-
Demetrios Papadopoulos authored
So long for now, Chromium! I hope we meet again :). R=dpapad@chromium.org BUG=letting me touch the code Change-Id: I28b1c05fe6ab51558f51e59c17803b4581759480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014144Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#735645}
-
yilkal authored
This cl adds padding in supervised user error page. Bug: 1045152 Change-Id: Ic0e06df7b53dabf178b67b592526b2ec3cc84307 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023196Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#735644}
-
Jing Wang authored
The design doc for the experiment is at go/e14s-assistive-personal-info-exp Though the experiment is not approved yet. I think it better to add a flag first and try implementation behind it. Test: Tested with emulator on Linux Bug: 1042084 Change-Id: I623edcca0a1c43d5e52cb4d6c96cb25581168369 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018342Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Jing Wang <jiwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#735643}
-
Fergal Daly authored
Doing this mostly to make it clear what to expect from a page which kills the renderer but also to make clear exactly what counts as finished. Change-Id: I881723a2cf5061de6f807919fda30e43dfff6ac6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014627Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#735642}
-
Gang Wu authored
Bug: 1043490 Change-Id: I189949505f56b21f6a362d41f6319bb8da58c654 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023226 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#735641}
-
Fergal Daly authored
https://crrev.com/c/1500020 made this test parameterized but did not add INSTANTIATE_TEST_SUITE_P(MHTMLGenerationSitePerProcessTest). Googletest warns about this in its console output but doesn't fail. I've filed https://crbug.com/1045846 to try prevent this happening in future, as I almost did something similar. Change-Id: I6b08f79e007612f3c58c54b8554401f48bf48a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022564Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#735640}
-
Donn Denman authored
Adds a new Feature ContextualSearchTranslations that does inline partial translation using CoCa to get a translation during the Resolve request. This adds a flag to chrome://flags and will send an integration code to the server to allow Translate card responses. The server is all set up for this already, except that it switches the positions of the translation and the original text from what we're used to on our team. TODO: unit tests. BUG=952401 Change-Id: Ia22b5bba4a6c98a3d8717decf99a20c9698a3038 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018485Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#735639}
-
Kai Ninomiya authored
This reverts commit c5dca82e. Reason for revert: https://crbug.com/1046058 Original change's description: > Roll src/third_party/SPIRV-Tools/src b97057e7f747..1b3441036a8f (6 commits) > > https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/b97057e7f747..1b3441036a8f > > git log b97057e7f747..1b3441036a8f --date=short --first-parent --format='%ad %ae %s' > 2020-01-24 syoussefi@google.com Fix chromium build (#3152) > 2020-01-24 dneto@google.com Clarify mapping of target env to SPIR-V version (#3150) > 2020-01-24 greg@lunarg.com Use dummy switch instead of dummy loop in MergeReturn pass. (#3151) > 2020-01-23 alanbaker@google.com Fix structured exit validation (#3141) > 2020-01-23 dneto@google.com Add spvParseVulkanEnv (#3142) > 2020-01-23 jaebaek@google.com Handle conflict between debug info and existing validation rule (#3104) > > Created with: > gclient setdep -r src/third_party/SPIRV-Tools/src@1b3441036a8f > > If this roll has caused a breakage, revert this CL and stop the roller > using the controls here: > https://autoroll.skia.org/r/spirv-tools-chromium-autoroll > Please CC radial-bots+chrome-roll@google.com,timvp@google.com,syoussefi@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/+/master/autoroll/README.md > > Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 > Bug: None > Tbr: radial-bots+chrome-roll@google.com,timvp@google.com,syoussefi@google.com > Change-Id: If9579d754397acc9c4402bc11ddfb346732a823a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021434 > Reviewed-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@{#735222} TBR=timvp@google.com,syoussefi@google.com,chromium-autoroll@skia-public.iam.gserviceaccount.com,radial-bots+chrome-roll@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: None Bug: chromium:1046058 Change-Id: I46e1d36ab9209c7ce12b1169bccb6d2c72435ba4 Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023990Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#735638}
-
Joshua Pawlicki authored
Bug: None Change-Id: I53f5ffc3ae7a314bf799cc243ab491aa535cff2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023475 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#735637}
-
Kamila authored
Renamed the study to match the respective finch config. Change-Id: Ie1fefeb62e5c6cb451bb0863fa204bec91833caf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019023 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#735636}
-
Nico Weber authored
Ran `tools/clang/scripts/upload_revision.py efb130fc93059bdf02d3a83950ddabc5d119f9de`. This increases the clang version from 10 to 11. Bug: 1030664 Change-Id: I8b7ad7f85895abda80e45860ab7e0215e6740d13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020894 Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#735635}
-
Owen Min authored
Bug: 1022143 Change-Id: I0b381df87615afae66fa65e832eaa28f2796c452 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023667 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#735634}
-
Vikas Soni authored
Refactor EndBatchReadAccess() to remove the entry for the current context correctly for all the cases even though there are no registered backings in the current context. Bug: 1045677,1045127,1045242 Change-Id: I1a8081193900ec5d7f8955bdbd00eff96ccef68e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023289 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#735633}
-
John Lee authored
Dragging a tab group around acts the same as dragging a tab. The dragged tab group takes the index of the tab or group it is being dragged over. Bug: 1027373 Change-Id: Ie70883a16330e09732e1bad02e2112d2511cb51e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018499 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#735632}
-
Scott Haseley authored
This change adds the origin_trial_feature_name entry and adds a test for the expected interfaces. Change-Id: Idd79b99fc61e9eee925732745be2bcd8c35afe92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019330Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#735631}
-
nancy authored
BUG=1038487 Change-Id: I86f44dac59451af54966304d55f827e6f23d9de8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021790Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#735630}
-
behdad authored
Reporters should not be advanced to Active stage prior to Submit. Currently the reporter in BeginImpl and BeginMain will be move to Activate stage in case of ImplFinish and BeginMainAbort. This might result in losing the previous reporter in Active stage which might be needed for submit. Bug: none Change-Id: I90b7161f8daebb8884ce23b4fc4cc9d593dea09d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993743Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Auto-Submit: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#735629}
-
Rachel Carpenter authored
This is to avoid the spinner that shows while the Get Help app loads. See context in https://crbug.com/1026620#c48. Bug: b/145710734 Change-Id: Ifb24fdc6242ea9ac52ba6129ba14ffda641997f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016523 Commit-Queue: Rachel Carpenter <carpenterr@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#735628}
-
Johannes Henkel authored
Bug: 1045980 Change-Id: I3eed762b79c3bdda55271a1b5716277a3ba32336 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023675Reviewed-by:
Peter Kvitek <kvitekp@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#735627}
-
Peter Kasting authored
I verified on the Harmony stickersheet that these are intended to be supported styles. Losing them was a regression in r716332. Bug: 1042809 Change-Id: I3e1ab146fbfb6d4702afb77963a026316a1cce39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024107Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#735626}
-
Avery Musbach authored
For the workflow where you drag from one overview grid and drop into another, the present CL expands a unit test to explicitly check that the destination grid is arranged in MRU order, although if it were not then the stacking order would also be wrong and the test would fail anyway. Bug: None Change-Id: I15baba6a9812db409b1c8897155290cdf7cd3c4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023345Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#735625}
-
Daniel Rubery authored
Clearing the BinaryUploadServices is missing from the associated Profile after the profile has been destroyed during shutdown. ServicesManagerDesktop: :ShutdownServices which can cause accesses to Change-Id: Id4c0862dcae5d0772cd44ca43c3ec71ede95a864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024030 Auto-Submit: Daniel Rubery <drubery@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#735624}
-
chromium-autoroll authored
Roll airmont AFDO profile from 81-4025.0-1579516880-benchmark-81.0.4019.0-r1 to 81-4028.0-1580123479-benchmark-81.0.4019.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-airmont-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I915a2dd0760123e4f9ef6433fd2c7642b03eeaf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023238Reviewed-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@{#735623}
-
Jimmy Gong authored
- We prefer to have no periods for UX single sentences Bug: 1015628 Change-Id: I6fc71162830b9a05349614d5ff84dabf6e4304f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022900Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Cr-Commit-Position: refs/heads/master@{#735622}
-
Ted Choc authored
Addressed two deprecated methods in SuggestionDrawableState. Some polish around the switch to generics to ensure we don't lose generic types through the various call stacks. Some small javadoc/other cleanups too (to get rid of the underlying in my IDE). BUG=982818 Change-Id: I8bd90bd73a7fa826f2f2bf5dc2eb94dd2f5d0e3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023198Reviewed-by:
Ender <ender@google.com> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#735621}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/f5d825ac1bb6..fc419895da6e git log f5d825ac1bb6..fc419895da6e --date=short --first-parent --format='%ad %ae %s' 2020-01-27 michael.liao@microsoft.com [Common - Overview Grid]: Fixing focus shift when right slider is focused Created with: gclient setdep -r src/third_party/devtools-frontend/src@fc419895da6e 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/+/master/autoroll/README.md Bug: chromium:963183 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Icc94802f3eb06421d6d22457773289abe08c1568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023220Reviewed-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@{#735620}
-
Rakib M. Hasan authored
CL crrev.com/c/1918294 requires that we add a lint that prevent users from adding leading spaces in test expectation lines. Landing this change will prevent large diffs in test expectation files during WPT imports. Because of the above CL, during WPT imports we will rewrite all expectation lines. We keep unmodified expectation lines in their original form, however we do not keep the leading spaces. The expectations will be re-added to the file without leading spaces. Bug: 986447 Change-Id: Id9f1e9bbbe263c19421ba2dc74ed9d340be66383 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024029Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#735619}
-
John Chen authored
This is a reland of 5b6e70af, without changes to fast/forms/calendar-picker/calendar-picker-appearance-zoom125-expected.png, to avoid crbug/1046092. Original change's description: > Rebaseline part of web tests for MacOS 10.14 > > Rebaseline of web tests in custom-elements, editing, and fast directories. > > Bug: 1028242 > Change-Id: Idab238ce374bb3fa01bdc0ac8535f74afe090ac1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022351 > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > Auto-Submit: John Chen <johnchen@chromium.org> > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#735450} TBR=wangxianzhu@chromium.org Bug: 1028242, 1046092 Change-Id: I34b2780c0454a57a1bae6429474176d8eb31f4e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023673Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#735618}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/material-foundation/material-roboto-font-loader-ios/+log/4aa51e906e56..bc63eabbbd1e git log 4aa51e906e56..bc63eabbbd1e --date=short --first-parent --format='%ad %ae %s' 2019-04-10 rsmoore@google.com Revert "Remove unneeded fonts and unhint others. (#17)" (#19) 2019-04-10 rsmoore@google.com Revert "Remove extra `self = [super init]`. (#15)" (#18) 2019-04-10 dmaclach@gmail.com Remove unneeded fonts and unhint others. (#17) 2019-04-10 ccrazy88@users.noreply.github.com Remove extra `self = [super init]`. (#15) Created with: gclient setdep -r src/ios/third_party/material_roboto_font_loader_ios/src@bc63eabbbd1e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/material-roboto-font-loader-ios-chromium Please CC bling-p10-rolls@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:ios-internal-mdc Bug: None Tbr: bling-p10-rolls@google.com Change-Id: I746f1f75b355c3efdc8d37b49706b90b804ed835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023218Reviewed-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@{#735617}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/material-foundation/material-font-disk-loader-ios/+log/93acc021e303..8e30188777b0 git log 93acc021e303..8e30188777b0 --date=short --first-parent --format='%ad %ae %s' 2017-02-17 willlarche@users.noreply.github.com [Docs] Clarity in README (#1) Created with: gclient setdep -r src/ios/third_party/material_font_disk_loader_ios/src@8e30188777b0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/material-font-disk-loader-ios-chromium Please CC bling-p10-rolls@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:ios-internal-mdc Bug: None Tbr: bling-p10-rolls@google.com Change-Id: Ic4395b372aa0689f173edacc4db4afb9b6001da7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023217Reviewed-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@{#735616}
-
Joe Downing authored
TBR: johannes@chromium.org Bug: 1045980 Change-Id: Ifcc7052a788915d2a0638ba6572004e7b8ec13ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023278Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#735615}
-
Weiliang Chen authored
For Andorid Pre-SurfaceControl, overlay processor can send the overlay candidates directly. This is a reland. The original CL was reverted due to clusterfuzz bug and causing crash. The problem is the destruction order of objects owned by the display. The OverlayProcessor class needs to be destructed before the DisplayResourceProvider is destructed. The crash is at crbug.com/1045574. This is CL 6/? for sending the overlay candidates directly to gpu thread. R=rjkroege Bug: 979788 Change-Id: I8b7057977daa7900d415e3720e2a194efbcc0816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023188 Commit-Queue: weiliangc <weiliangc@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#735614}
-
Sean Topping authored
Previously, the typemap module path did not match the path in mojo/public/mojom/base/ref_counted_memory.mojom. Bug: None Test: CQ Change-Id: I23aa1f45176fbce97ce11a16e58b6983f8b46308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021317 Commit-Queue: Sean Topping <seantopping@chromium.org> Auto-Submit: Sean Topping <seantopping@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#735613}
-
Sam Bowen authored
Bug: 1044244 Change-Id: I7af8208b8c5a25f247b09cc0cbe55d44934f1d2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020604Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Sam Bowen <sgbowen@google.com> Cr-Commit-Position: refs/heads/master@{#735612}
-
Sujie Zhu authored
We will populate the checkbox enable_fido_auth value to UserProvidedUnmaskDetails when the checkbox is shown on Clank UI. Previously we don't set the enable_fido_auth in user_response which causes Clank unmask card request's opt_in_fido_auth field is always set to default false. Bug: 949269 Change-Id: Ide593c012dda8f09f5d219863174884c9f9da9a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023516Reviewed-by:
Manas Verma <manasverma@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Sujie Zhu <sujiezhu@google.com> Cr-Commit-Position: refs/heads/master@{#735611}
-
Oystein Eftevaag authored
There's page sets that are flaky on Win7 GPU bots due to the current 200mb buffer size being hit. R=sullivan@chromium.org Bug: 1046081 Change-Id: Ib2beacfaa68f5b5cb47065f72cbfd0ab23a1d46d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023200 Auto-Submit: oysteine <oysteine@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#735610}
-
Gabriel Charette authored
Design doc : https://docs.google.com/document/d/1tssusPykvx3g0gvbvU4HxGyn3MjJlIylnsH13-Tv6s4/edit BrowserThread counterpart to move away from post_task.h is @ https://chromium-review.googlesource.com/c/chromium/src/+/2014055 Bug: 1026641 Change-Id: I11c0633779cd2cfe75e29d3318b953c86e32bbec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977964 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#735609}
-