jimblandy / DebuggerDocs

Mozilla JavaScript Debugging Documentation
37 stars 12 forks source link

Add some docs about the break-on-DOM-events stuff. #8

Closed past closed 11 years ago

past commented 11 years ago

This can probably be better reviewed in bug 832982.

jimblandy commented 11 years ago

In commit bbce4b1, it seems like some changes to 'protocol' slipped in, including "url", "line", and "column" properties in function object grips. That seems like an unrelated change. Could we remove that from this pull request?

past commented 11 years ago

The additional url/line/column properties were actually your idea from:

https://bugzilla.mozilla.org/show_bug.cgi?id=832982#c24

It helps reduce the required protocol requests from the client in order to display the source.