gecko/devtools/client/markupview
Sami Jaktholm 21041eaa5a Bug 1199180 - Wait for the inspector-updated event after selecting nodes with UP key. r=pbrosset
The likely steps that lead to intermittent failures in
browser_markupview_keybindings_04.js are:
1) UP key is pressed, the test waits for child updates and
   node-highlight event.
2) Once those have finished, the selection has changed to <body> BUT
   the inspector-updated event for the change has not been emitted
   (child node update finishes before the event is emitted).
3) The test calls selectWithElementPicker() presses ENTER to pick the
   <div> element and starts to wait for an inspector-updated event.
4) The inspector-updated event from (1) is finally emitted and the test
   continues BUT the selection change at (3) has not yet completed.
   This means <body> is still selected and the assertion fails.

Since a new selection will always cause the inspector-updated event to
be emitted it makes sense to wait for it after pressing UP.
2015-11-07 08:27:16 +02:00
..
test Bug 1199180 - Wait for the inspector-updated event after selecting nodes with UP key. r=pbrosset 2015-11-07 08:27:16 +02:00
html-editor.js Bug 1203159 - Rewrite DevTools resource URLs. r=ochameau 2015-10-21 12:48:53 -05:00
markup-view.css Bug 1202179 - html/head/body not dragdrop-able and drag starts after move only; r=bgrins 2015-10-27 10:55:00 +01:00
markup-view.js Bug 1182722 - Move DevTools l10n files. r=ochameau,glandium,Pike,bgrins 2015-11-04 15:35:53 -06:00
markup-view.xhtml Bug 1207976 - Remove /themes from DevTools URLs. r=ochameau 2015-11-04 12:04:20 -06:00
moz.build Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00