New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 641049 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocked on:
issue 665634



Sign in to add a comment

Rename the namespace of "text_input_state.mojom"

Project Member Reported by yzshen@chromium.org, Aug 25 2016

Issue description

Currently 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::
 
Cc: penghuang@chromium.org
Owner: moshayedi@chromium.org
Reassign it to Hadi. He is working on IME related stuff.
Blockedon: 665634
Status: Assigned (was: Untriaged)
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