gecko/layout/inspector
Cedric Vivier c7579a3da6 Bug 727834 - Add an API to (re)parse a style sheet in place. r=bz
---
 layout/inspector/public/inIDOMUtils.idl          |   12 ++-
 layout/inspector/src/inDOMUtils.cpp              |   11 +++
 layout/inspector/tests/chrome/Makefile.in        |    2 +
 layout/inspector/tests/chrome/test_bug727834.css |    7 ++
 layout/inspector/tests/chrome/test_bug727834.xul |   88 +++++++++++++++++++
 layout/style/nsCSSStyleSheet.cpp                 |   99 +++++++++++++++++++---
 layout/style/nsCSSStyleSheet.h                   |    2 +
 7 files changed, 207 insertions(+), 14 deletions(-)
 create mode 100644 layout/inspector/tests/chrome/test_bug727834.css
 create mode 100644 layout/inspector/tests/chrome/test_bug727834.xul
2012-06-03 12:54:38 -04:00
..
public Bug 727834 - Add an API to (re)parse a style sheet in place. r=bz 2012-06-03 12:54:38 -04:00
src Bug 727834 - Add an API to (re)parse a style sheet in place. r=bz 2012-06-03 12:54:38 -04:00
tests Bug 727834 - Add an API to (re)parse a style sheet in place. r=bz 2012-06-03 12:54:38 -04:00