Closed
Bug 1243243
Opened 10 years ago
Closed 10 years ago
Use standard license boilerplate in debugger js files
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox47 fixed)
RESOLVED
FIXED
Firefox 47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: linclark, Assigned: linclark)
References
Details
Attachments
(1 file, 1 obsolete file)
|
213.81 KB,
patch
|
jlong
:
review+
|
Details | Diff | Splinter Review |
See Bug 1241947
| Assignee | ||
Updated•10 years ago
|
| Assignee | ||
Comment 1•10 years ago
|
||
This patch updates the license block in the debugger js files.
I skipped the code_* files because line numbers from those were hardcoded in tests.
Here's a try push that just runs the devtools tests on Linux. Let me know if I should run a full one.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3b6f973ea735&selectedJob=16009487
Attachment #8712861 -
Flags: review?(jlong)
| Assignee | ||
Comment 2•10 years ago
|
||
:jryans pointed out that tests should be public domain, so updated the patch.
new try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=65e18a5eb7dc
Attachment #8712861 -
Attachment is obsolete: true
Attachment #8712861 -
Flags: review?(jlong)
Attachment #8712904 -
Flags: review?(jlong)
Comment 3•10 years ago
|
||
Sorry, I thought we were removing the emacs/vim mode lines? Nobody said they actually used them and several people said they'd be fine if they were removed.
| Assignee | ||
Comment 4•10 years ago
|
||
What I said in the meeting is "We can have that fight later". They are currently in the header because Mozilla Code Standard says they should be there.
My goal is to make everything consistent. Once it's consistent, it will be a lot easier to change what our default is.
Comment 5•10 years ago
|
||
Ok. This looks like more than half the files, and if so maybe the initial consistency should be just removing it (majority wins) :) But this is fine with me.
Updated•10 years ago
|
Attachment #8712904 -
Flags: review?(jlong) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
Yeah, I did notice that debugger was more internally consistent than others. The style seems to vary between components, with each component having its own 2 or 3 styles. In webconsole, there were a lot of files that just had the vim line, but not the emacs line.
Thanks for the review :)
Keywords: checkin-needed
Keywords: checkin-needed
Comment 8•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•