Commit ec44b9bb authored by Eugene But's avatar Eugene But Committed by Commit Bot

Roll src/ios/third_party/material_components_ios/src/ 959e66d5a..58ae5f813 (14 commits)

https://chromium.googlesource.com/external/github.com/material-components/material-components-ios.git/+log/959e66d5aea0..58ae5f81390b

Manual change:
Remove tabs from components list


$ git log 959e66d5a..58ae5f813 --date=short --no-merges --format='%ad %ae %s'
2020-09-09 andrewoverton [TextControls] Refactor sizing behavior + expose sizing delegate method
2020-09-09 bryanoltman [BottomNavigation] Remove supplemental directory from examples.
2020-09-09 afweiss Update Bottom Navigation Item View accessibility traits so that VoiceOver works correctly on iOS 14.
2020-09-09 afweiss Remove unused StringsConstant file from Tabs
2020-09-09 no-reply [Banner] Change the trailing padding constraint for textView on MDCBannerView to match the Material Banner specs (https://material.io/components/banners#specs).
2020-09-08 afweiss Remove now unused TabBar resources from Podspec
2020-09-08 randallli [MDCSnackbar] Example: Dismiss snackbars when push or popping the example VC.
2020-09-08 andrewoverton [TextControls] Add `containerRadius` to MDCBaseTextField
2020-09-08 afweiss Remove pre-iOS 10 handling for voiceover now that components support iOS 10+
2020-09-08 bryanoltman Bumped version number to 115.0.0.
2020-09-08 bryanoltman Hand-modified CHANGELOG.md API diff.
2020-09-08 bryanoltman Automatic changelog preparation for release.
2020-09-08 bryanoltman Delete now-unused BottomNavigation resources from Podspec
2020-09-08 featherless [Slider] Expose thumbBorderWidth and thumbIsSmallerWhenDisabled.

Created with:
  roll-dep src/ios/third_party/material_components_ios/src

Change-Id: Id797db06ab92d8e159510db744412afc33b6375a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402439
Auto-Submit: Eugene But <eugenebut@chromium.org>
Reviewed-by: default avatarOlivier Robin <olivierrobin@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805773}
parent 14c32775
......@@ -545,7 +545,7 @@ deps = {
},
'src/ios/third_party/material_components_ios/src': {
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '959e66d5aea00e0aa124b5ac604c29856b6c4905',
'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + '58ae5f81390b44bd675a0694caaf4e385a6e39a1',
'condition': 'checkout_ios',
},
......
......@@ -372,11 +372,11 @@ _mdc_public_headers = [
"src/components/Tabs/src/private/MDCItemBarCell+Private.h",
"src/components/Tabs/src/private/MDCItemBarCell.h",
"src/components/Tabs/src/private/MDCItemBarDelegate.h",
"src/components/Tabs/src/private/MDCItemBarStringConstants.h",
"src/components/Tabs/src/private/MDCItemBarStyle.h",
"src/components/Tabs/src/private/MDCTabBarIndicatorView.h",
"src/components/Tabs/src/private/MDCTabBarPrivateIndicatorContext.h",
"src/components/TextControls/src/BaseTextAreas/MDCBaseTextArea.h",
"src/components/TextControls/src/BaseTextAreas/MDCBaseTextAreaDelegate.h",
"src/components/TextControls/src/BaseTextAreas/MaterialTextControls+BaseTextAreas.h",
"src/components/TextControls/src/BaseTextAreas/private/MDCBaseTextAreaLayout.h",
"src/components/TextControls/src/BaseTextAreas/private/MDCBaseTextAreaTextView.h",
......@@ -1247,7 +1247,6 @@ _mdc_sources = [
"src/components/Tabs/src/private/MDCItemBarCell.h",
"src/components/Tabs/src/private/MDCItemBarCell.m",
"src/components/Tabs/src/private/MDCItemBarDelegate.h",
"src/components/Tabs/src/private/MDCItemBarStringConstants.h",
"src/components/Tabs/src/private/MDCItemBarStyle.h",
"src/components/Tabs/src/private/MDCItemBarStyle.m",
"src/components/Tabs/src/private/MDCTabBarIndicatorView.h",
......@@ -1256,6 +1255,7 @@ _mdc_sources = [
"src/components/Tabs/src/private/MDCTabBarPrivateIndicatorContext.m",
"src/components/TextControls/src/BaseTextAreas/MDCBaseTextArea.h",
"src/components/TextControls/src/BaseTextAreas/MDCBaseTextArea.m",
"src/components/TextControls/src/BaseTextAreas/MDCBaseTextAreaDelegate.h",
"src/components/TextControls/src/BaseTextAreas/MaterialTextControls+BaseTextAreas.h",
"src/components/TextControls/src/BaseTextAreas/private/MDCBaseTextAreaLayout.h",
"src/components/TextControls/src/BaseTextAreas/private/MDCBaseTextAreaLayout.m",
......@@ -1634,7 +1634,6 @@ _components = [
"Dialogs",
"PageControl",
"Snackbar",
"Tabs",
]
foreach(_component, _components) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment