Closed
Bug 1274609
Opened 9 years ago
Closed 8 years ago
replace uses of Ci.nsIDOMNodeFilter constants
Categories
(DevTools :: Framework, enhancement, P1)
DevTools
Framework
Tracking
(firefox50 fixed)
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: jlong, Assigned: jyeh)
References
Details
(Whiteboard: [devtools-html])
Attachments
(1 file)
10.99 KB,
patch
|
jlong
:
review+
|
Details | Diff | Splinter Review |
While working in bug 1265854 I noticed another use of constants from Ci.nsIDOMNodeFilter. There aren't many so they should be easy to replace.
Reporter | ||
Updated•9 years ago
|
Severity: normal → enhancement
Reporter | ||
Updated•9 years ago
|
Whiteboard: [devtools-html]
Reporter | ||
Updated•9 years ago
|
Blocks: devtools-html-3
Updated•9 years ago
|
Whiteboard: [devtools-html] → [devtools-html] [triage]
Updated•9 years ago
|
Flags: qe-verify-
Priority: -- → P2
Whiteboard: [devtools-html] [triage] → [devtools-html]
Updated•8 years ago
|
Priority: P2 → P1
Updated•8 years ago
|
Assignee: nobody → gtatum
Status: NEW → ASSIGNED
Iteration: --- → 50.1
Updated•8 years ago
|
Assignee: gtatum → nobody
Status: ASSIGNED → NEW
Iteration: 50.1 → ---
Updated•8 years ago
|
Priority: P1 → P2
Assignee | ||
Comment 1•8 years ago
|
||
Hi, I'd like to take this bug :)
I think this bug is very similar to Bug 1265854, so I'll make a patch like that.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jyeh
Updated•8 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
Hi James, I made a patch similar to Bug 1265854 to replace the Ci.nsIDOMNodeFilter constants. Thanks!
Attachment #8769969 -
Flags: review?(jlong)
Updated•8 years ago
|
Iteration: --- → 50.3 - Jul 18
Priority: P2 → P1
Assignee | ||
Comment 3•8 years ago
|
||
Try server looks good.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=fb1fad5a62c4
Reporter | ||
Comment 4•8 years ago
|
||
Comment on attachment 8769969 [details] [diff] [review]
0001-Bug-1274609-Replace-uses-of-Ci.nsIDOMNodeFilter-cons.patch
Review of attachment 8769969 [details] [diff] [review]:
-----------------------------------------------------------------
Awesome, thank you very much! Looks good!
Attachment #8769969 -
Flags: review?(jlong) → review+
Reporter | ||
Comment 5•8 years ago
|
||
Do you need help checking this in?
Reporter | ||
Comment 6•8 years ago
|
||
Can you also do a try run with xpcshell tests?
Assignee | ||
Comment 7•8 years ago
|
||
Yeah, you can check this in if you think it's ready.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=83e128bf7954
Xpcshell test looks good too.
Thanks!
Assignee | ||
Comment 8•8 years ago
|
||
Hi James, I'm not sure if you had checked the test above, otherwise I'd like to check this patch in :)
Flags: needinfo?(jlong)
Reporter | ||
Comment 9•8 years ago
|
||
Fwiw, I prefer doing a full try run each time. You can use these flags: "try: -b do -p linux,linux64,linux64-asan,linux64-st-an,linux64-valgrind,macosx64,macosx64-st-an,macosx64-mulet,win32,win32-mulet,win64 -u xpcshell,mochitests -t none"
This is a pretty small patch and those tests past, so I will commit it. Doing it a full run makes sure you didn't miss anything. For some reason it looks like the mochitests didn't run on Windows.
Flags: needinfo?(jlong)
Reporter | ||
Comment 10•8 years ago
|
||
You can add the keyword "checkin-needed" and the sheriffs will commit it automatically within a day or two.
Keywords: checkin-needed
Comment 11•8 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/d3c71a72e591
Replace uses of Ci.nsIDOMNodeFilter constants. r=jlongster
Keywords: checkin-needed
Comment 12•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•