Closed
Bug 1001392
Opened 11 years ago
Closed 11 years ago
Refactor components concatenation style in mozmill-tests
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(firefox33 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox33 | --- | fixed |
People
(Reporter: cosmin-malutan, Assigned: ms.annaphilips, Mentored)
References
()
Details
(Whiteboard: [good first bug][lang=js])
Attachments
(1 file)
16.15 KB,
patch
|
AndreeaMatei
:
review+
|
Details | Diff | Splinter Review |
As mentioned in bug 989922 comment 40, when splitting a component call in multiple lines the dot should go to the new line:
> Cc["@mozilla.org/moz/jssubscript-loader;1"].
> getService(Ci.mozIJSSubScriptLoader).
> loadSubScript("chrome://browser/content/sanitize.js", tempScope);
Should be:
> Cc["@mozilla.org/moz/jssubscript-loader;1"]
> .getService(Ci.mozIJSSubScriptLoader)
> .loadSubScript("chrome://browser/content/sanitize.js", tempScope);
https://developer.mozilla.org/en-US/docs/Mozilla/QA/Mozmill_tests/Mozmill_Style_Guide#Components
Reporter | ||
Updated•11 years ago
|
Whiteboard: [good-first-bug][lang=js]
Reporter | ||
Updated•11 years ago
|
Whiteboard: [good-first-bug][lang=js] → [good first bug][lang=js][mentor=aeftimie]
Updated•11 years ago
|
Mentor: andrei.eftimie
Whiteboard: [good first bug][lang=js][mentor=aeftimie] → [good first bug][lang=js]
Is this OK?
Attachment #8443863 -
Flags: review?(andreea.matei)
Comment 2•11 years ago
|
||
Comment on attachment 8443863 [details] [diff] [review]
RefactorStyle.patch
Review of attachment 8443863 [details] [diff] [review]:
-----------------------------------------------------------------
Ran some testruns and checked if there are any instances left, it appears not :)
Thanks Anna, hope you enjoyed working with Mozmill and let me know if you want me to suggest another bug to continue on!
Landed:
http://hg.mozilla.org/qa/mozmill-tests/rev/3b7023a495af (default)
Attachment #8443863 -
Flags: review?(andreea.matei) → review+
Updated•11 years ago
|
Assignee: nobody → ms.annaphilips
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox33:
--- → fixed
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
What about bug 1000832? It's already in progress and would be great to have it finished. Please check the comments and let me know if you have questions in there or on #automation on IRC.
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•