Remove <b> tag stripping once the JSON parsing class handles HTML tags. |
|||
Issue descriptionThis is a bug for a TODO left in omnibox_popup_material_view_controller. The <b>, </b> tags are stripped by hand from the omnibox textfield string. This should be handled by JSON parsing class (per comment).
,
Jul 27
Note that the name referenced above no longer exists. The TODO in question is now in omnibox_popup_cell.mm: https://cs.chromium.org/chromium/src/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm Due to the fix for https://crbug.com/721820 we're not actually using the server-provided bolding anymore. It could theoretically still be used in the future, but we should probably remove the <b> tag stripping.
,
Sep 10
,
Sep 12
The <b> tag is still present! Justin, I believe this is unexpected? |
|||
►
Sign in to add a comment |
|||
Comment 1 by mpear...@chromium.org
, Sep 12 2017Labels: Hotlist-CodeHealth