Changes between Version 1 and Version 2 of ProposedWebInspectorRearchitecting
- Timestamp:
- Sep 10, 2008, 1:22:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProposedWebInspectorRearchitecting
v1 v2 6 6 7 7 = APIs to implement = 8 We'll put all these as objects on the InspectorController. 8 9 9 10 == Console == 11 InspectorController.Console 12 10 13 == Profiler == 14 InspectorController.Profiler 15 11 16 == Resources == 17 InspectorController.Resources 18 12 19 == DOM == 20 InspectorController.DOM.getChildren(node) 21 InspectorController.DOM.getParent(node) 22 23 node here is a JS object that has a one-to-one mapping with the DOM node in the page. E 13 24 == Database == 14 25 == Debugger ==