Changes between Initial Version and Version 1 of ProposedWebInspectorRearchitecting


Ignore:
Timestamp:
Sep 10, 2008 12:48:12 PM (16 years ago)
Author:
ojan@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProposedWebInspectorRearchitecting

    v1 v1  
     1= Rearchitecting the Web Inspector =
     2
     3The main goal here is to divorce the web inspector from having direct access to any objects on the page. This will allow for moving the inspector into it's own process (required for Chromium), but also to increase confidence of security (e.g. JSWrapper objects should no longer be needed).
     4
     5The long-term goal is to have a well-defined API that speaks JSON between the Inspector's JS and the underlying representation of the page. At first, that underlying representation of the page will be written entirely in JS and access the inspected page's DOM directly. Eventually, we can start moving appropriate bits to C++, or in Chromium's case IPC, as necessary.
     6
     7= APIs to implement =
     8
     9== Console ==
     10== Profiler ==
     11== Resources ==
     12== DOM ==
     13== Database ==
     14== Debugger ==
     15
     16== Miscellaneous other notes ==