RESOLVED FIXED 30844
Web Inspector: Move runAfterPendingDispatches to TestController for Clarity
https://bugs.webkit.org/show_bug.cgi?id=30844
Summary Web Inspector: Move runAfterPendingDispatches to TestController for Clarity
Joseph Pecoraro
Reported 2009-10-27 23:31:23 PDT
runAfterPendingDispatches is currently only used in tests and makes sense in that context. There doesn't seem to be a use case outside of tests. Therefore moving it to TestController seems to make more sense.
Attachments
[PATCH] Moved to TestController as an Instance Method (3.25 KB, patch)
2009-10-27 23:38 PDT, Joseph Pecoraro
pfeldman: review+
Joseph Pecoraro
Comment 1 2009-10-27 23:38:03 PDT
Created attachment 42003 [details] [PATCH] Moved to TestController as an Instance Method
Joseph Pecoraro
Comment 2 2009-10-27 23:46:07 PDT
Landed in http://trac.webkit.org/changeset/50199 r50199 = 1596738e84c303189be7072b3828a11340612074 Also update my documentation: http://bogojoker.com/inspector/inspector_tests/#_testcontroller_object
Note You need to log in before you can comment on or make changes to this bug.