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)

defect
Not set
normal

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)

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
Whiteboard: [good-first-bug][lang=js]
Whiteboard: [good-first-bug][lang=js] → [good first bug][lang=js][mentor=aeftimie]
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 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+
Assignee: nobody → ms.annaphilips
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Please do point me in the direction of the next bug :)
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.
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: