Closed
Bug 501235
Opened 15 years ago
Closed 15 years ago
add new mochitest sub-harness for docshell testing
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
Tracking | Status | |
---|---|---|
status1.9.1 | --- | .3-fixed |
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Per discussion with :bz, create a new sub-harness within mochitest chrome for the purpose of making docshell tests easier tow rite.
Assignee | ||
Comment 1•15 years ago
|
||
First version of the docshell mochitest sub-harness. Review comments by :bz incorporated. As soon as this is reviewed and pushed, I will start submitting test cases on related bug numbers.
Attachment #386145 -
Flags: review?(bzbarsky)
Comment 2•15 years ago
|
||
You probably want s/bugt/bug/ in the .pl comments.
Why do any of the files other than the docshell_helpers.js need to be installed?
The end of the if/else cascade setting gNavType has weird indentation.
waitForTrue_iterator seems to be unused.
Other than those nits, looks good!
Assignee | ||
Comment 3•15 years ago
|
||
Addressed all of :bz comments.
Now only installs docshell_helpers.js and generic.html, which is meant to be used by any test.
Attachment #386145 -
Attachment is obsolete: true
Attachment #386167 -
Flags: review?(bzbarsky)
Attachment #386145 -
Flags: review?(bzbarsky)
Updated•15 years ago
|
Attachment #386167 -
Flags: review?(bzbarsky) → review+
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Updated•15 years ago
|
Target Milestone: --- → mozilla1.9.2a1
Updated•15 years ago
|
status1.9.1:
--- → ?
Assignee | ||
Comment 5•15 years ago
|
||
I've verified that this sub-harness works correctly on 1.9.1, along with the test case from bug 303267.
Assignee | ||
Updated•15 years ago
|
Whiteboard: checkin-needed-1.9.1
Comment 6•15 years ago
|
||
(In reply to comment #5)
Thanks.
status1.9.1:
? → ---
Keywords: checkin-needed
Whiteboard: checkin-needed-1.9.1 → [needs 1.9.1.x landing]
Comment 7•15 years ago
|
||
Comment on attachment 386167 [details] [diff] [review]
patch v2
[Checkin: Comment 4 & 7]
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/261a0fa4249d
Attachment #386167 -
Attachment description: patch v2 → patch v2
[Checkin: Comment 7]
Updated•15 years ago
|
Updated•15 years ago
|
Attachment #386167 -
Attachment description: patch v2
[Checkin: Comment 7] → patch v2
[Checkin: Comment 4 & 7]
You need to log in
before you can comment on or make changes to this bug.
Description
•