Closed
Bug 1125497
Opened 10 years ago
Closed 10 years ago
Remove redundant TelemetryStopwatch.jsm import from browser-gestureSupport.js
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 38
People
(Reporter: dao, Assigned: alexxdim94, Mentored)
Details
(Whiteboard: [good first bug][lang=js])
Attachments
(1 file)
1.12 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
At the top of browser/base/content/browser-gestureSupport.js, we import TelemetryStopwatch.jsm because some code in browser-gestureSupport.js wants to use TelemetryStopwatch. We can remove this import, because browser.js already imports TelemetryStopwatch.jsm (http://hg.mozilla.org/mozilla-central/annotate/c0f88b376e33/browser/base/content/browser.js#l107).
Comment 1•10 years ago
|
||
Will simply removing the import call do? Am I also supposed to check for dependencies/conflicts?
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Abhishek Bhattacharya [:babhishek21] from comment #1)
> Will simply removing the import call do?
yep
> Am I also supposed to check for
> dependencies/conflicts?
nope
Assignee | ||
Comment 3•10 years ago
|
||
Can I work on this? I'm looking for my first bug! :)
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8554261 -
Flags: review?(gavin.sharp)
Comment 5•10 years ago
|
||
(In reply to Alexander Dimitrov from comment #4)
> Created attachment 8554261 [details] [diff] [review]
> bug-1125497-fix.diff
Looks good. Wait for the review+.
Updated•10 years ago
|
Attachment #8554261 -
Flags: review?(gavin.sharp) → review?(dao)
Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8554261 [details] [diff] [review]
bug-1125497-fix.diff
Thanks!
Attachment #8554261 -
Flags: review?(dao) → review+
Reporter | ||
Comment 7•10 years ago
|
||
Assignee: nobody → alexxander.dimitrov
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
You need to log in
before you can comment on or make changes to this bug.
Description
•