| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
[IOS][AIM] Introduce attach current tab optionCould you share a screenshot ?
_titleLabel.numberOfLines = 2;The specs seems to limit to one line.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
Could you share a screenshot ?
Done
The specs seems to limit to one line.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
disabled:NOcurrent tab can also be disabled.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
current tab can also be disabled.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: ios/chrome/browser/composebox/menu/ui/composebox_menu_view_controller.mm
Insertions: 2, Deletions: 1.
@@ -406,7 +406,8 @@
image:DefaultSymbolWithPointSize(kGlobeSymbol,
kSymbolActionPointSize)
type:ComposeboxMenuItemType::kCurrentTab
- disabled:NO
+ disabled:[_inputState isAttachmentDisabled:
+ ComposeboxAttachmentOption::kCurrentTab]
favicon:_inputState.currentTabFavicon];
ComposeboxMenuItem* tabsItem = [[ComposeboxMenuItem alloc]
initWithTitle:l10n_util::GetNSString(IDS_IOS_COMPOSEBOX_SELECT_TAB_ACTION)
```
[IOS][AIM] Introduce attach current tab option
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |