Closed
Bug 469042
Opened 17 years ago
Closed 17 years ago
Implement SimpleTest.executeSoon for other browsers
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.1
People
(Reporter: Waldo, Assigned: Waldo)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
|
1.18 KB,
patch
|
sayrer
:
review+
|
Details | Diff | Splinter Review |
Currently, if you call it the test must be Mozilla-specific. This way, the test more or less (~10ms or so) does what it's supposed to do in any browser. It's currently not used in any mochitests that aren't browser or chrome, so adding the enablePrivilege call wasn't necessary, but if it gets used in Mochitests going forward it would be.
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #352453 -
Flags: review?(sayrer)
Updated•17 years ago
|
Attachment #352453 -
Flags: review?(sayrer) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/f87acf3efb63
Will probably check in on branch too eventually to reduce test-porting efforts in the future as well...
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•17 years ago
|
||
In on branch now too:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/ca04ca0e5ddf
Keywords: fixed1.9.1
Target Milestone: --- → mozilla1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•