| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
menu_->GetSubmenu()->set_minimum_preferred_width(320);Do you know why we're seeing a segmentation fault in some of the tests?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
menu_->GetSubmenu()->set_minimum_preferred_width(320);Do you know why we're seeing a segmentation fault in some of the tests?
Here's a potential alternative approach suggested by Duckie: http://shortn/_VvxBSdYN5B (not sure if it will work though...)
return 400;Should we also update this to `320` while we're at it (since the menu needs to be **exactly** 320 px wide as far as UX is concerned)?
menu_->GetSubmenu()->set_minimum_preferred_width(320);Khalid PeerDo you know why we're seeing a segmentation fault in some of the tests?
Here's a potential alternative approach suggested by Duckie: http://shortn/_VvxBSdYN5B (not sure if it will work though...)
Ahh ok that seems like a possibility. Let me try Duckie's suggestion.
return 400;Should we also update this to `320` while we're at it (since the menu needs to be **exactly** 320 px wide as far as UX is concerned)?
Oh I didn't realize they wanted exactly 320. Yup I'll update that as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
Khalid PeerDo you know why we're seeing a segmentation fault in some of the tests?
Marlon FaceyHere's a potential alternative approach suggested by Duckie: http://shortn/_VvxBSdYN5B (not sure if it will work though...)
Ahh ok that seems like a possibility. Let me try Duckie's suggestion.
Done
Marlon FaceyShould we also update this to `320` while we're at it (since the menu needs to be **exactly** 320 px wide as far as UX is concerned)?
Oh I didn't realize they wanted exactly 320. Yup I'll update that as well.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
static std::u16string GetNewBadgeAccessibleDescription();Is this necessary for the sake of this CL?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
static std::u16string GetNewBadgeAccessibleDescription();Is this necessary for the sake of this CL?
Oh woops. This is from rebasing. I guess it remained in this CL. Removing.
| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Omnibox Next] Add min width to context menu
Make the min width of the context menu 320px.
Screenshot: http://screenshot/5CXCnjebYFtAuFt
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |