[Webkit-unassigned] [Bug 44092] Web Inspector: Add XMLHttpRequest Logging Tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 17 01:08:51 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44092
Pavel Feldman <pfeldman at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64554|review? |review+
Flag| |
--- Comment #6 from Pavel Feldman <pfeldman at chromium.org> 2010-08-17 01:08:51 PST ---
(From update of attachment 64554)
Nice test, thanks for adding it!
LayoutTests/http/tests/inspector/console-xhr-logging.html:11
+ console.log(result);
We use convenience output() method for dumping stuff into the page. It then gets into the results via the dump render tree standard logging in a much nicer way.
LayoutTests/http/tests/inspector/console-xhr-logging.html:50
+ if (WebInspector.monitoringXHREnabled)
You could do this check earlier and not do waitUntilDone in this branch.
LayoutTests/http/tests/inspector/console-xhr-logging.html:62
+ if (!WebInspector.monitoringXHREnabled)
Ditto.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list