[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 13:35:32 PDT 2011


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


Patrick R. Gansterer <paroga at paroga.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paroga at paroga.com




--- Comment #19 from Patrick R. Gansterer <paroga at paroga.com>  2011-04-10 13:35:31 PST ---
(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?

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