[Webkit-unassigned] [Bug 30897] Web Inspector: Support Debugging via HTTP Headers like FirePHP and FireLogger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 00:53:27 PDT 2010


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


Antonin Hildebrand <antonin at hildebrand.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |antonin at hildebrand.cz




--- Comment #7 from Antonin Hildebrand <antonin at hildebrand.cz>  2010-05-07 00:53:24 PST ---
Hi, I'm the author of FireLogger. Hi Christoph! :-)

The protocol description is available here: 
http://wiki.github.com/darwin/firelogger

It is just an UTF-8 JSON encoded with BASE64 and broken into series of HTTP
headers.

I don't have big plans with FireLogger, because Christoph is already working on
FireConsole which should be probably the next great thing. And it should
resolve many things I dislike about FirePHP.

The main reasons why I started FireLogger:
a) Python support for Google App Engine
b) javascript-like interface (you have simply flog(...) call which acts as a
console.log)
c) simple JSON protocol, simpler code (PHP server-side library has less than
400LOC [1])
d) reusing firebug's console features to render structured data (server console
on the left, DOM inspector aka "watches" on the right)
e) during the time we've got a few special features like  
  * Python Profiling
  * Server Paths Rewriting
  * AppStats support
  * Proxying server-side HTTP requests (you know forwarding logs from CURLed
requests)
  * Password protection
  * Open in Text Editor support
  * etc.

Antonin
http://binaryage.com

[1] http://github.com/darwin/firelogger.php/blob/master/firelogger.php

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