Closed
Bug 720095
Opened 14 years ago
Closed 14 years ago
SimpleTest/EventUtils.js: fix some strict warnings and nits
Categories
(Testing :: Mochitest, defect, P3)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla12
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
Attachments
(1 file, 3 obsolete files)
No description provided.
Flags: in-testsuite-
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #590444 -
Flags: review?(ehsan)
Updated•14 years ago
|
Attachment #590444 -
Flags: review?(ehsan) → review?(ted.mielczarek)
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 590444 [details] [diff] [review]
(Av1-mochitest) Fix some strict warnings and nits
[Checked in: See comment 4]
Succeeded as
https://tbpl.mozilla.org/?tree=Try&rev=8c2542206d3b
https://tbpl.mozilla.org/?tree=Try&rev=bbcd1bc991f9
Comment 3•14 years ago
|
||
Comment on attachment 590444 [details] [diff] [review]
(Av1-mochitest) Fix some strict warnings and nits
[Checked in: See comment 4]
Review of attachment 590444 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with one change.
::: testing/mochitest/tests/SimpleTest/EventUtils.js
@@ -508,5 @@
> // we need parent.SpecialPowers for:
> // layout/base/tests/test_reftests_with_caret.html
> // chrome: toolkit/content/tests/chrome/test_findbar.xul
> // chrome: toolkit/content/tests/chrome/test_popup_anchor.xul
> - if ("SpecialPowers" in window && window.SpecialPowers != undefined) {
Please don't remove curly braces from single-line if blocks.
Attachment #590444 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 590444 [details] [diff] [review]
(Av1-mochitest) Fix some strict warnings and nits
[Checked in: See comment 4]
https://hg.mozilla.org/mozilla-central/rev/ed9d9eb609ba
Av1-mochitest, with comment 3 suggestion(s),
and unbitrotted.
Attachment #590444 -
Attachment description: (Av1-mochitest) Fix some strict warnings and nits → (Av1-mochitest) Fix some strict warnings and nits
[Checked in: See comment 4]
Assignee | ||
Comment 5•14 years ago
|
||
Sync'ed with patch Av1-mochitest.
Attachment #591135 -
Flags: review?(ted.mielczarek)
Assignee | ||
Comment 6•14 years ago
|
||
3rd time the "stdlib" file.
Attachment #591139 -
Flags: review?(mbanner)
Comment 7•14 years ago
|
||
Comment on attachment 591139 [details] [diff] [review]
(Cv1-mail) EventUtils.js: Fix some strict warnings and nits
[Moved to bug 720744]
This needs to be fixed in the mozmill repository first. iirc the correct component is Testing:Mozmill. Once it has been fixed there we'll upgrade the version of MozMill that Thunderbird uses at some stage.
Attachment #591139 -
Flags: review?(mbanner) → review-
Assignee | ||
Comment 8•14 years ago
|
||
Comment on attachment 591139 [details] [diff] [review]
(Cv1-mail) EventUtils.js: Fix some strict warnings and nits
[Moved to bug 720744]
(In reply to Mark Banner (:standard8) from comment #7)
> This needs to be fixed in the mozmill repository first. iirc the correct
> component is Testing:Mozmill.
I did not know. I filed bug 720744.
Attachment #591139 -
Attachment description: (Cv1-mail) EventUtils.js: Fix some strict warnings and nits → (Cv1-mail) EventUtils.js: Fix some strict warnings and nits
[Moved to bug 720744]
Attachment #591139 -
Attachment is obsolete: true
Assignee | ||
Comment 9•14 years ago
|
||
SimpleTest part of patch Bv1-peptest-sync only.
Attachment #591135 -
Attachment is obsolete: true
Attachment #591135 -
Flags: review?(ted.mielczarek)
Attachment #591157 -
Flags: review?(ted.mielczarek)
Comment 10•14 years ago
|
||
Comment on attachment 591157 [details] [diff] [review]
(Bv2-mochitest) EventUtils.js: Fix 2 more nits
Review of attachment 591157 [details] [diff] [review]:
-----------------------------------------------------------------
I don't think it's worth a separate patch to fix nits of this small magnitude. If you're fixing something else, just roll it in there.
Attachment #591157 -
Flags: review?(ted.mielczarek) → review-
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Attachment #591157 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•