Closed
Bug 1146875
Opened 10 years ago
Closed 10 years ago
Fix the leak-gauge.html broken
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: yfdyh000, Assigned: yfdyh000)
References
Details
Attachments
(1 file)
|
1.10 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
Fix the attachment 537675 [details] [diff] [review] of Bug 662403 broken the script, and add a encoding declaration to avoid a warning for the file opened on local.
No modify the $Id, I uncertainty its specification.
No a bug number in this patch, because I unable to predict it. Any practices or techniques for this case?
Who is fit to review this patch? I did not find (in https://bugzilla.mozilla.org/page.cgi?id=review_suggestions.html or elsewhere), please assignment if you know, thanks.
Comment 1•10 years ago
|
||
Comment on attachment 8582375 [details] [diff] [review]
patch v1
dbaron is probably most familiar with this.
Attachment #8582375 -
Flags: review?(dbaron)
Comment 2•10 years ago
|
||
I don't know that we still use leak-gauge for anything in our infrastructure.
Whiteboard: [MemShrink]
(In reply to Andrew McCreight [:mccr8] from comment #2)
> I don't know that we still use leak-gauge for anything in our infrastructure.
Just the https://developer.mozilla.org/en-US/docs/Mozilla/Performance page mentioned this tool...
(In reply to Andrew McCreight [:mccr8] from comment #1)
> Comment on attachment 8582375 [details] [diff] [review]
> patch v1
>
> dbaron is probably most familiar with this.
And thank you, I really forget to specify the author, just dedicated to finding a core peer, but the role does not seem to exist.
Comment 5•10 years ago
|
||
(In reply to YF (Yang) from comment #4)
> And thank you, I really forget to specify the author, just dedicated to
> finding a core peer, but the role does not seem to exist.
Yeah, I think this particular file falls under the "Code Analysis and Debugging Tools" module, as you can see from the listing of things under "source dirs". But it isn't very obvious.
(In reply to Andrew McCreight [:mccr8] from comment #5)
> (In reply to YF (Yang) from comment #4)
> > And thank you, I really forget to specify the author, just dedicated to
> > finding a core peer, but the role does not seem to exist.
>
> Yeah, I think this particular file falls under the "Code Analysis and
> Debugging Tools" module, as you can see from the listing of things under
> "source dirs". But it isn't very obvious.
OK, I found it on https://wiki.mozilla.org/Modules/Core#Code_Analysis_and_Debugging_Tools, looks the https://bugzilla.mozilla.org/page.cgi?id=review_suggestions.html not a complete and good place.
Maybe, we should marked the tool on MDN? if it is already deprecated / unreliable.
Attachment #8582375 -
Flags: review?(dbaron) → review+
Keywords: checkin-needed
Comment 7•10 years ago
|
||
(This isn't part of anything we run on tree-herder, so it doesn't need a try run prior to checkin, IMO.)
Comment 8•10 years ago
|
||
Keywords: checkin-needed
Comment 9•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•