Closed
Bug 1386545
Opened 8 years ago
Closed 8 years ago
Edit comment to stop false-positiveing for sdk/ usages in debounce.js file
Categories
(DevTools :: General, enhancement, P1)
DevTools
General
Tracking
(firefox57 fixed)
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: sole, Assigned: ikram)
References
Details
(Keywords: good-first-bug, Whiteboard: [reserve-nosdk])
Attachments
(1 file)
|
776 bytes,
patch
|
sole
:
review+
|
Details | Diff | Splinter Review |
The comment in the header of devtools/shared/debounce.js mentions a SDK path, which triggers a false positive for bug 1350645 which consists on removing usages of the SDK: http://searchfox.org/mozilla-central/source/devtools/shared/debounce.js#13
We should replace:
from "sdk/lang/functional/concurrent.js"
into
from the SDK's "lang/functional/concurrent.js"
so it's still crediting the source, but doesn't trigger the positive on the search we're using: https://bugzilla.mozilla.org/show_bug.cgi?id=1350645#c12
| Reporter | ||
Updated•8 years ago
|
Keywords: good-first-bug
| Reporter | ||
Updated•8 years ago
|
Whiteboard: [nosdk]
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P3
Whiteboard: [nosdk] → [reserve-nosdk]
| Assignee | ||
Comment 1•8 years ago
|
||
I am trying to fix this one :) Hence, assigning myself.
Assignee: nobody → hossainalikram
Updated•8 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: --- → Firefox 57
| Assignee | ||
Comment 2•8 years ago
|
||
Submitting this as patch. Let me know, If i should modify something :)
Attachment #8894092 -
Flags: review?(spenades)
| Reporter | ||
Comment 3•8 years ago
|
||
Comment on attachment 8894092 [details] [diff] [review]
edited-comment.patch
Thank you Hossain! That was fast :)
This looks good to me. I'll request it be merged.
Attachment #8894092 -
Flags: review?(spenades) → review+
| Reporter | ||
Updated•8 years ago
|
Keywords: checkin-needed
Whiteboard: [reserve-nosdk] → [reserve-nosdk] check
| Reporter | ||
Updated•8 years ago
|
Whiteboard: [reserve-nosdk] check → [reserve-nosdk]
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/89cfa36b6fda
Edit comment to stop false-positiveing for sdk/ usages in debounce.js file. r=sole
Keywords: checkin-needed
Comment 5•8 years ago
|
||
| bugherder | ||
Updated•8 years ago
|
Iteration: --- → 57.1 - Aug 15
Comment 6•8 years ago
|
||
https://hg.mozilla.org/projects/date/rev/89cfa36b6fdac80427003414befe9264d6d98013
Bug 1386545 - Edit comment to stop false-positiveing for sdk/ usages in debounce.js file. r=sole
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•