Closed
Bug 965343
Opened 11 years ago
Closed 11 years ago
Upgrade to Mozrunner 5.32
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [mozmill-2.0.4+])
Attachments
(1 file, 1 obsolete file)
660 bytes,
patch
|
drno
:
review+
|
Details | Diff | Splinter Review |
We need the fixes for Mozrunner 5.32 for Mozmill 2.0.4. So lets get its version bumped up.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8367400 -
Flags: review?(dave.hunt)
Comment 2•11 years ago
|
||
Comment on attachment 8367400 [details] [diff] [review]
Patch v1
Review of attachment 8367400 [details] [diff] [review]:
-----------------------------------------------------------------
LGMT
::: mozmill/mozmill/extension/components/handlers.js
@@ +57,5 @@
> }
>
>
> +const errorRegEx = /\[.*(Error|Exception).*(chrome|resource):\/\/(mozmill|jsbridge).*/i;
> +
Nit: as this const is no longer used in the if condition below, is it still being used somewhere else? If not it could be removed.
Assignee | ||
Comment 3•11 years ago
|
||
Actually the last patch was busted. It should have only contained the version bump for mozrunner. So here the corrected one.
Attachment #8367400 -
Attachment is obsolete: true
Attachment #8367400 -
Flags: review?(dave.hunt)
Attachment #8367447 -
Flags: review?(drno)
Comment 4•11 years ago
|
||
Comment on attachment 8367447 [details] [diff] [review]
patch v2
Review of attachment 8367447 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
Attachment #8367447 -
Flags: review?(drno) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•