Rename the namespace of "text_input_state.mojom" |
|||
Issue descriptionCurrently it has "module mojo;", we should probably change it to "module ui.mojom;". Firstly this is more consistent with other mojom files. Secondly, "module mojo" will generates mojo::blink:: namespace for the blink variant, and that is annoying. Because when you want to define a mojo::StructTraits specialization for some blink type Foo, you have to use ::blink::Foo (with :: at the beginning) to avoid looking up in the wrong namespace mojo::blink::
,
Nov 15 2016
,
Nov 15 2016
I'll do this after crbug.com/665634 to avoid unnecessary work in case we move/remove some code. |
|||
►
Sign in to add a comment |
|||
Comment 1 by penghuang@chromium.org
, Aug 26 2016Owner: moshayedi@chromium.org