avatar

List of feature requests (with slides)

Here's a set of slides from a Firebug conference.

Slides 4-13 are essentially a list of feature requests for me. :smile:

I'll highlight some key ones but I'd like them all.

Slide 4: Ability to persist data across page loads

Slide 5:
  • css selector search (already requested)
  • Break on Mutation
  • Break on Attribute Change
  • Break on Child Addition or Removal
  • Break on Element Removal

Slide 7: Break on property change of an object

Slide 8: JSON/XML explorer with an external API. (The ff extension I wrote, that we use internally, is based on this. It allows me to clean some things that aren't 100% standard json/xml before I pass them to the parser.)

Slides 11-12: Ability to export network data to standardized format

Slide 13: Ability to view events attached to elements

Some of these have already been requested previously but I didn't think giving you some visual cues would hurt anything. Thanks team.