- 15 Jan, 2020 40 commits
-
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/c58babd220a9..a7d8cc39254e git log c58babd220a9..a7d8cc39254e --date=short --first-parent --format='%ad %ae %s' 2020-01-14 thestig@chromium.org Merge CFX_FilteredDIB into CPDF_DIBTransferFunc. 2020-01-14 thestig@chromium.org Consistently use helper functions to read from FXDIB_Format. 2020-01-14 thestig@chromium.org Make CFX_DIBBase::IsAlphaMask() consistent with related functions. Created with: gclient setdep -r src/third_party/pdfium@a7d8cc39254e 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/+/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: Icb8556800acfe69001e7bef8cd4fae5de03e0fd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001687Reviewed-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@{#731834}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7431e17d79d0..b9bb682ff61f git log 7431e17d79d0..b9bb682ff61f --date=short --first-parent --format='%ad %ae %s' 2020-01-15 fancl@chromium.org Fix the read-only view of sheriff Created with: gclient setdep -r src/third_party/catapult@b9bb682ff61f 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 wenbinzhang@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_optional_gpu_tests_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:953181 Tbr: wenbinzhang@google.com Change-Id: I137f83359467d416cb51cf24848cca1d17ad4826 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001861Reviewed-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@{#731833}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/676a4d7d6cca..0c469d4541c3 Created with: gclient setdep -r src-internal@0c469d4541c3 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 jbudorick@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:linux-chromeos-chrome Bug: chromium:1034829 Tbr: jbudorick@google.com Change-Id: Ie74c3c82d575417c94a82b1f0c8263149d2a7ed2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001986Reviewed-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@{#731832}
-
Rachel Carpenter authored
Bug: 1034629 Change-Id: Ic7a90406c044a6fae9871cd5f1ebf1d5b79622de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999884Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Rachel Carpenter <carpenterr@google.com> Cr-Commit-Position: refs/heads/master@{#731831}
-
Wei Li authored
Change-Id: I06f1eff192d85a69365069e4e337d45a4e638b1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001084Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#731830}
-
Mario Bianucci authored
This DCHECK is causing a small number of crashes, but I can't find a reason for it to exist. As far as I can tell, it shouldn't hurt anything if a ScrollBegan event comes through with 0 deltas. After removing it, I tried scrolling via mouse wheel, touchpad, and touch screen and all still worked fine. I also tried removing it and changing both scroll_update.data.scroll_update.delta_x and scroll_update.data.scroll_update.delta_y to 0 every time it entered that block, and scrolling appeared just fine to my eye. I moved the needs_update requirement to the if statement to avoid extra work being done if kPhaseBegan mouse wheel events come through with 0 deltas because I'm not sure how commonly that occurs. Bug: 1039911 Change-Id: I8e9590ef95dedd94830e6181322cd111e72b5b81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995702 Commit-Queue: Mario Bianucci <mabian@microsoft.com> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#731829}
-
Lin Sun authored
Remove some flaky issues on Intel graphics card including a comprehensive suppression that marks all d3d11 tests as flaky. Remove fixed failures and reorder some common vulkan failures. Bug: 602688, 620379, 628395, 854100, 945942 Bug: 1014429, 1025652, 1021428 Bug: angleproject:1179, angleproject:2722 Bug: angleproject:2914, angleproject:3469 Change-Id: I50c14fb96f55c4cf2e1098c6b0b98c4f2d160048 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973712Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Lin Sun <lin.sun@intel.com> Cr-Commit-Position: refs/heads/master@{#731828}
-
Makoto Shimazu authored
This metric is used for the health check of InstallEvent dispatched to service workers. Let's extend the expiration date for one more year. Bug: 1037267 Change-Id: Ida1213ebb002cea5d30b074b799d605b7270c208 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997437Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731827}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=miu@chromium.org Bug: 1041419 Change-Id: Ibdcde4d07f7c038ab1559bdafd86a09d6d3a8574 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995797 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731826}
-
Joshua Bell authored
Chrome's AppCache implementation supported specifying namespaces as regular expressions that match URLs. This extension was invoked by adding the `isPattern` keyword after the namespace in the manifest. Parser support was removed in a previous CL. This CL finishes the cleanup, although the database schema is left untouched. Bug: 1039869 Change-Id: Id4f1c13e1bef5b0282d2383e166559b4431a1dce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999623 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#731825}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=miu@chromium.org Bug: 1041419 Change-Id: I286d8d48c666171a21289b458825eae8fd61a482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997790 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731824}
-
shrekshao authored
Expose to WebGL 2 only as first stage. Implementation includes hooking up ANGLE implementation and that in cmd decoder. Bug: 1000354 Change-Id: I0f856d5ce693cb8da8275eda5179a582068880ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907195 Auto-Submit: Shrek Shao <shrekshao@google.com> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#731823}
-
Tim Song authored
The quick settings bubble currently intercepts all key events when it is not activated, but this behaviour breaks text input for notifications in the new message center bubble. TEST=manually verified BUG=1040738 Change-Id: Ib465fe7dee85ddd8a018c39197953de0ba79b844 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001758Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#731822}
-
Henrique Nakashima authored
Register them in ChromePreferenceKeys and use SharedPreferencesManager consistently instead of SharedPreferences directly. Bug: 1022108 Change-Id: I84c3bfab7c42accaf198ee1a84a62602ca173b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997655Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#731821}
-
Victor Fei authored
Currently, when a label is referenced by a control of type radio or checkbox, we set the label as ignored in the AXTree thereby excluding it from being perceived by ATs. However, for the case when the control (radio/checkbox) is a descendant of the label and label is focusable (tabindex="0") but control is to be omitted from focus (tabindex="-1"), ATs perceive neither the label nor the control when tabbing through the content: <label style="display:block" tabindex="0"> radio button 1 <input type="radio" id="radio1" tabindex="-1"> </label> <label style="display:block" for="radio2" tabindex="0"> radio button 2 <input type="radio" id="radio2" tabindex="-1"> </label> <label style="display:block" for="checkbox1" tabindex="0"> checkbox 1 <input type="checkbox" id="checkbox1" tabindex="-1"> </label> <label style="display:block" for="checkbox2" tabindex="0"> checkbox 2 <input type="checkbox" id="checkbox2" tabindex="-1"> </label> This change fixes the above scenario by exposing labels (referenced by radio or checkbox) when they are focusable. For all other cases when labels are referenced by radio or checkbox, we keep the existing behavior of ignoring the label. Note: Neither Firefox nor Edge legacy hides a label from AT when the label is referenced by a control. On Firefox and Edge legacy, label content will be read twice (focus on label and focus on control respectively). WAI-ARIA spec does not specify label should be ignored when associated with a radio/checkbox control. Bug: 1040210 Change-Id: Ie7df5144dd2f0d285d97e6556adb46dcf2338f25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992017 Commit-Queue: Victor Fei <vicfei@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#731820}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I74aeffaeb62dfaf0fc9d57f5349e3f4f7700492b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001022Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#731819}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/feb3b6cc6f2b..86f730971751 git log feb3b6cc6f2b..86f730971751 --date=short --first-parent --format='%ad %ae %s' 2020-01-14 kbr@chromium.org Upstream support for iOS Simulator. 2020-01-14 syoussefi@chromium.org Add a test to expose translator bug w.r.t short circuiting Created with: gclient setdep -r src/third_party/angle@86f730971751 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 jonahr@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_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 Bug: None Tbr: jonahr@google.com Change-Id: I840cb84a7f4c65db49c624e6f52c2d912d434208 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001639Reviewed-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@{#731818}
-
Xianzhu Wang authored
The tests were disabled because of crbug.com/696842 which has been fixed in crrev.com/c/1816578. TBR=wangxianzhu@chromium.org Bug: 696842 Change-Id: I483ed2e4312148f9a2bc918744f1f8e4214742a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001851Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731817}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/df902743..fab248d2 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ia80ce01ed47db7189ff1f7e365e1610b7d2f6745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001160Reviewed-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@{#731816}
-
Roman Sorokin authored
Fixed: 1036851, 1036857, 1036858 Change-Id: I8db8db8915804f536ac78d72a430ea6347be3f9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997104Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#731815}
-
Alexander Hendrich authored
Actively purging non-ephemeral user sessions will only start in 2020/2021 (still in discussion), since we only started recording last activities since 2019-01-29. Bug: 870616 Change-Id: I8ec9cd05a77ec7e4068fa380afeb64931535c31f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985010 Auto-Submit: Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#731814}
-
Kurt Horimoto authored
This allows OverlayRequestMediator subclasses to dispatch multiple responses before dismissal for a single UI interaction event. Bug: none Change-Id: I6248d6d5a369dc9b25c3a5f88a1f8962241505b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996160 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#731813}
-
Adam Rice authored
This reverts commit 6c9388f9. Reason for revert: Broke compile on ios-device-xcode-clang bot: https://ci.chromium.org/p/chromium/builders/ci/ios-device-xcode-clang/120239 Original change's description: > Allow FROM_HERE to be backed by base::Location::Current(). > > This allows the functionality of base::Location::Current() to be > verified in releases while still allowing a simple revert. > > One minor difference from before is that the helper macro > FROM_HERE_WITH_EXPLICIT_FUNCTION is no longer supported. Since > cc::BeginFrameTracker is the only user of this macro and doesn't > appear to need it, just revert it to use FROM_HERE directly. > > Bug: 974061 > Change-Id: Iae09bc02caf9f095a3ace9ea3ac70ded3dd493e4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990262 > Commit-Queue: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: danakj <danakj@chromium.org> > Reviewed-by: Alexander Timin <altimin@chromium.org> > Reviewed-by: Jeremy Roman <jbroman@chromium.org> > Auto-Submit: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#731804} TBR=danakj@chromium.org,dcheng@chromium.org,jbroman@chromium.org,altimin@chromium.org Change-Id: I4d545b08f3e784cb9302ad1fb1541741296af726 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 974061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000439Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#731812}
-
Brian Geffon authored
BUG=chromium:1014871 Change-Id: I25e48d51150e9d4291a98fb7e68fa7319e5de734 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001722Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#731811}
-
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/+/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: I91f14629f573a7ad95191a2b5b1c5c8f979cf48f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001858Reviewed-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@{#731810}
-
Ryan Hansberry authored
Update InstantTethering, SmartLock/EasyUnlock, CryptAuth, and AndroidSms prefixed histograms to use the same expiration date and all use better-together-dev@google.com as a secondary contact. Also mark obsolete old EasyUnlock histograms which have not been emitted to in nearly a year. Fixed: 1036924,1037011,1037061,1037298,1039343 Change-Id: Ibff0384bfc3f0c7c60a1f23b7fc76dcb1823b42a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992801Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Josh Nohle <nohle@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#731809}
-
Anand K. Mistry authored
Bug: 1007788 Change-Id: I52a2b0a15d8962f312f41a9fb1e227c911d5f410 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997425Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#731808}
-
Tom Anderson authored
Fixes a regression where emoji fonts don't render on Ubuntu 19.04. The regression was caused by [1] in the previous roll and is fixed by [2] in this roll. [1] https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/c4324f54ee16e648ba91f3e9c66af13ab3b1754c [2] https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/c9862b6ea7c3234b29f6500c7d07359847e55ed7 https://chromium.googlesource.com/external/fontconfig.git/+log/cd51cb241aad..452be8125f0e $ git log cd51cb241..452be8125 --date=short --no-merges --format='%ad %ae %s' 2019-12-09 akira Add proper fullname for named-instances 2019-12-05 akira Fix a test fail when no bwrap was available 2019-11-28 akira Don't add a value for FC_FULLNAME in meta face 2019-11-20 jtojnar Correct reset-dirs in DTD 2019-11-06 akira Fix gcc warnings with -Wpointer-sign 2019-11-02 akira Fix potential race condition in FcConfigSetCurrent and FcConfigReference 2019-11-01 akira Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrent 2019-10-31 akira Fix a memory leak caused by the previous commit 2019-10-28 akira Read latest cache in paths Created with: roll-dep src/third_party/fontconfig/src R=spang Bug: 1039967 Change-Id: I48105b81d00be43d88ae8e8581f779f52eb08093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001839 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#731807}
-
Sophie Chang authored
Bug: 1041031 Change-Id: I4e6f3c0d09633ca27513258d3c9d078168ccf908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993733Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#731806}
-
Tom Anderson authored
These errors should only occur when the X server is buggy, which we can't do do much about. Continuing running seems to be harmless (tested in an X11 forwarding environment), so just remove the DCHECKs. BUG=1029486,701023 R=sky Change-Id: I751991f8a2c222679ecb690349beaafff8e2ba49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947188Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#731805}
-
Daniel Cheng authored
This allows the functionality of base::Location::Current() to be verified in releases while still allowing a simple revert. One minor difference from before is that the helper macro FROM_HERE_WITH_EXPLICIT_FUNCTION is no longer supported. Since cc::BeginFrameTracker is the only user of this macro and doesn't appear to need it, just revert it to use FROM_HERE directly. Bug: 974061 Change-Id: Iae09bc02caf9f095a3ace9ea3ac70ded3dd493e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990262 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#731804}
-
Yue Zhang authored
Bug: 1042015 Change-Id: Ic1ad4c0902725bc0a096b72f05f5fab92ef9d4d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001265 Auto-Submit: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#731803}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3ab2bcb8. 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: rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I765e541eef5251da1cfbc1898b2135086bb608fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001159Reviewed-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@{#731802}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/69949ed05dcf..676a4d7d6cca Created with: gclient setdep -r src-internal@676a4d7d6cca 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 jbudorick@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:linux-chromeos-chrome Bug: chromium:1020004,chromium:1041140,chromium:790886 Tbr: jbudorick@google.com Change-Id: I464791cb73ee70fb7a98032d646c995dfae1fdd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001690Reviewed-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@{#731801}
-
Wenyu Fu authored
Add render tests for RadioButtonWithDescription, RadioButtonWithEditText and RadioButtonWithDescriptionLayout. Bug: 1036470 Change-Id: I793aa1a17f65f6c0a2ced6a83b6216cc5df8c227 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984752Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731800}
-
Orin Jaworski authored
This CL updates the list of default search engines with rankings determined by data collected in 2019. Bug: 1025000 Change-Id: Ifb4412ae046639681a3f5c242e188615b5ab3d7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918334 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#731799}
-
Matthew Mourgos authored
The shelf_widget_ has its bounds set with an animation, which means the bounds do not change immediately. With this CL the starting position of the animating_background_ will then use the current bounds of the shelf_widget_, instead of the target bounds for the animation. This will stop the animating_background_ from jumping at the start of its animation. Bug: 1040708 Change-Id: I0b187cffd4654c1d3a6082ebf928014a3698d4ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994521Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#731798}
-
David Van Cleve authored
Currently the referrer policy browsertests' JS files read query params by dead-reckoning using a regex. This causes browser blackscreens when you add additional query params. This change fixes this problem by updating the tests to use JS's URLSearchParams (which didn't exist when they were originally written). Change-Id: Iab72ae6b5e213d841f896294117662d23c4cca4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000963Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#731797}
-
Robert Ogden authored
Missed this in the previous CL. Bug: 1023483 Change-Id: I7b1876ef066f3278dd0eeec7f5a2cbe4d40f199c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001841 Commit-Queue: Robert Ogden <robertogden@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Auto-Submit: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#731796}
-
Kenneth Russell authored
Introduce a helper WebGLRenderingContextBase::GetContextTaskRunner() and use it uniformly when posting tasks related to query objects, sync objects, and timer query objects. Tested with WebGL conformance tests being added in https://github.com/KhronosGroup/WebGL/pull/3004 . Bug: 1010877 Change-Id: I36128dca93fc7ff490abf503991b82992d9861d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999486Reviewed-by:
James Darpinian <jdarpinian@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#731795}
-