Chromium Code Reviews| Index: tools/testing/dart/test_controller.js |
| =================================================================== |
| --- tools/testing/dart/test_controller.js (revision 30759) |
| +++ tools/testing/dart/test_controller.js (working copy) |
| @@ -149,6 +149,9 @@ |
| // messages to the window.opener. |
| var driver = getDriverWindow(); |
| + if (isDone) { |
| + recordEvent('debug', 'Sending onDone event to driver.'); |
|
kustermann
2013/11/29 08:17:56
Rename to 'Sending events to driver page.'
(why d
ricow1
2013/11/29 08:21:52
So this should have been isDone, I only do this if
kustermann
2013/11/29 08:26:23
Sorry about that, please remove the 'if (isDone) {
|
| + } |
| // Post the DOM and all events that happened. |
| var events = recordedEventList.slice(0); |
| events.push(buildDomEvent()); |