Changes between Version 14 and Version 15 of ProposedWebInspectorRearchitecting


Ignore:
Timestamp:
Sep 17, 2008 2:49:01 PM (16 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProposedWebInspectorRearchitecting

    v14 v15  
    108108== Other random work-in-progress notes ==
    109109
    110 Completely decoupling `InspectorController.cpp` from the JS side will require converting the creation of JS objects on C++ side from property->object->constructor-based approach to more JSON-ey approach, where the objects don't have a specific prototype chain and look more like IPC messages. This in turn will require some refactoring of inspector's JS code to either create prototype-based objects at receiving point or adapt to using new style of messages. ''Perhaps that would make the inspector code a bit cleaner and more JavaScript-ey anyway?''
     110Completely decoupling `InspectorController.cpp` from the JS side will require converting the creation of JS objects on C++ side from property->object->constructor-based approach to more JSON-ey approach, where the objects don't have a specific prototype chain and look more like IPC messages. This in turn will require some refactoring of inspector's JS code to either create prototype-based objects at receiving point or adapt to using new style of messages. ''Perhaps that would make the inspector code a bit more slender and more JavaScript-ey anyway?''
    111111
    112112== BUGS FILED ==