gecko-dev/browser/devtools/markupview
Brian Grinstead 9db1a1991d Bug 1139569 - Optimize update function for element editors in markup view;r=mratcliffe
Previously, any call to update() would destroy and recreate all attribute
editors.  This got really slow and caused a lot of unnecessary work, since
this ran any time any attribute changed.  Also, old attributes wouldn't
end up getting removed but would simply be hidden.  With this patch, we
update each attribute if it's changed, and any unused attributes are removed.
2015-03-09 10:02:21 -07:00
..
test Bug 1139569 - Optimize update function for element editors in markup view;r=mratcliffe 2015-03-09 10:02:21 -07:00
html-editor.js Bug 1031472 - Automatically reload all preferences in source editor. r=vporof,harth 2014-07-07 13:52:00 +02:00
markup-view.css Bug 858038 - Allow moving elements in the markupview by drag/drop; r=pbrosset 2014-12-26 02:53:00 -08:00
markup-view.js Bug 1139569 - Optimize update function for element editors in markup view;r=mratcliffe 2015-03-09 10:02:21 -07:00
markup-view.xhtml Bug 920141 - Add support for inspecting anonymous content. r=pbrosset 2014-09-29 09:29:00 +02:00
moz.build Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal 2014-07-25 13:40:07 -04:00