[Webkit-unassigned] [Bug 56294] Web Inspector: migrate from Inspector.idl to InspectorAPI.json for protocol schema definition meta bug.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 10 23:08:21 PDT 2011


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





--- Comment #20 from Pavel Feldman <pfeldman at chromium.org>  2011-04-10 23:08:21 PST ---
(In reply to comment #19)
> (In reply to comment #17)
> > Committed r81479: <http://trac.webkit.org/changeset/81479>
> 
> Inspector.json causes problems on win32 python with git repository.
> By default Inspector.json has CRLF line endings on windows and pythons eval does not accept '\r' and will fail.
> Can we replace the eval with a correct json parser which will accept '\r'or do we need to add a line to the .gitattributes file?

json decoder is not supported in Python 2.4 / 2.5 that WebKit should build with Ok. That's why we use eval. You should file a separate bug with failing build logs on the CRLF issue and we will fix it.

-- 
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