Changes between Version 3 and Version 4 of ProposedWebInspectorRearchitecting


Ignore:
Timestamp:
Sep 12, 2008 11:39:05 AM (16 years ago)
Author:
ojan@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProposedWebInspectorRearchitecting

    v3 v4  
    5757
    5858For making sure the inspector has zero impact on page load times and minimal impact on memory usage we agreed on a few UI changes. Network monitoring and possibly debugging should be opt-in per-site. The console should only keep around XXX messages unless the user opts-in to keep more (all?) messages for that site. Currently, Chromium has XXX==100, but that was a relatively arbitrary decision. As a side note, the Chromium/V8 debugger is already zero cost until a debug statement is actually hit, so Chromium doesn't actually care about the debugger being opt-in.
     59
     60== BUGS FILED ==
     61
     62https://bugs.webkit.org/show_bug.cgi?id=20804 - Objects viewable in debugger should not be garbage collectable
     63
     64https://bugs.webkit.org/show_bug.cgi?id=20803 - Console objects being snapshots
     65
     66https://bugs.webkit.org/show_bug.cgi?id=20800 - Network monitoring opt-in
     67
     68https://bugs.webkit.org/show_bug.cgi?id=20801 - Infinite console logging opt-in
     69