[Webkit-unassigned] [Bug 74890] Web Inspector: CodeGeneratorInspector.py: generate anonymous types.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 06:48:23 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74890





--- Comment #9 from Peter Rybin <peter.rybin at gmail.com>  2011-12-21 06:48:22 PST ---
Yury, you have a very sharp eye. Indeed this typedefs were intended for use as parameter types to make client code more consistent. The answer is that I just didn't have time to do it yet and that's in my TODO. I don't think it's a high-pri task right now.

(In reply to comment #7)
> What about typedef'ed types such as BreakpointId and ScriptId? I see them declared but never used afterwards neither in comments nor in code. What prevents you from using them as corresponding parameter types e.g. in the following lines?
> 
> void scriptParsed(const String& scriptId, const String& url, int startLine, int startColumn, int endLine, int endColumn, const bool* const isContentScript)
> void breakpointResolved(const String& breakpointId, /*PassRefPtr<TypeBuilder::Debugger::Location>*/ PassRefPtr<InspectorObject> location);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list