gecko-dev/browser/devtools/styleeditor
Sami Jaktholm 2e8ccea024 Bug 949355 - Wait for iframes to be loaded before looking at their style sheets. r=bgrins
Previously the getStyleSheets method was only waiting for the topmost frame to
load before listing the style sheets. If a frame wasn't loaded in time, it
caused some sheets to be missing causing the test to timeout.

These changes make the actor to wait for a frame to be loaded in _addStyleSheets
before doing the actual adding. This allows the code of _addAllStyleSheets to be
moved directly to getStyleSheets as it no longer needs to wait for the load to
happen.
2015-05-31 15:08:57 +03:00
..
test Bug 949355 - Wait for iframes to be loaded before looking at their style sheets. r=bgrins 2015-05-31 15:08:57 +03:00
moz.build Bug 1045118 - move install rules in browser/devtools/*/Makefile.in to moz.build; r=mshal 2014-07-28 12:36:04 -04:00
styleeditor-commands.js Bug 1128988 - runAt support for commands/converters; r=bgrins 2015-04-23 10:24:49 +01:00
styleeditor-panel.js Bug 1167617 - Remove SpiderMonkey specific JS syntax from inspector; r=jryans 2015-05-22 20:50:01 +02:00
styleeditor.css Bug 1023666 - Condition text labels in @media sidebar should wrap. r=harth 2014-06-11 18:10:00 -04:00
styleeditor.xul Bug 992947 - Add "Open Link In New Tab" item to stylesheet list. r=bgrins 2015-04-13 16:16:16 -07:00
StyleEditorUI.jsm Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo) 2015-05-21 19:51:40 -07:00
StyleEditorUtil.jsm Bug 1013909 - Make CSS Coverage smarter in its handling of compressed style sheets; r=harth 2014-05-26 19:57:58 +01:00
StyleSheetEditor.jsm Bug 1148086 - Style Editor: Don't jump to the first line unconditionally when an editor is shown. r=bgrins 2015-04-25 06:54:25 +03:00
utils.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00