Figure out how to clang-format mojom files |
|||
Issue description
It's mostly C compatible, but it looks like it gets confused by a few things. I tried formatting content/common/frame.mojom, and a few odd looking lines:
This one is probably OK:
// See src/content/common/navigation_params.h [Native] struct CommonNavigationParams;
This one is probably not:
// An opaque handle that keeps alive the associated render process even after
// the frame is detached. Used by resource requests with "keepalive" specified.
interface KeepAliveHandle{};
And this one is definitely not:
interface FrameFactory {
CreateFrame(int32 frame_routing_id, Frame & frame);
};
,
Nov 1
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Dec 12
,
Dec 12
Some discussion is at https://groups.google.com/a/chromium.org/forum/#!topic/chromium-mojo/gl5q4Ac2u3I |
|||
►
Sign in to add a comment |
|||
Comment 1 by dcheng@chromium.org
, Oct 31 2017