Closed
Bug 1183223
Opened 10 years ago
Closed 10 years ago
Create a markers directory temporarily inside docshell/base where all marker logic should go into
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox42 fixed)
RESOLVED
FIXED
Firefox 42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.99 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
First step towards taking all the markers logic outside docshells.
Once everything is moved out, we may consider moving that directory somewhere else, but in the meantime, it's a good way to start things going.
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
Best look at the raw patch file instead of splinter review.
Updated•10 years ago
|
Attachment #8634399 -
Flags: review?(ttromey) → review?(bugs)
| Assignee | ||
Comment 3•10 years ago
|
||
Patch queue: https://pastebin.mozilla.org/8839722
Comment 4•10 years ago
|
||
Comment on attachment 8634399 [details] [diff] [review]
v1
Well, you'll need proper moz.build then in timeline/ at some point, so why not do it now?
Just creating the directory, but not integrating it with the build system feels odd.
Attachment #8634399 -
Flags: review?(bugs) → review-
Comment 5•10 years ago
|
||
...since it doesn't really help with anything.
| Assignee | ||
Comment 6•10 years ago
|
||
Sounds good, will update the patch.
| Assignee | ||
Comment 7•10 years ago
|
||
With moz.build
Attachment #8634399 -
Attachment is obsolete: true
Attachment #8635422 -
Flags: review?(bugs)
Comment 9•10 years ago
|
||
Comment on attachment 8635422 [details] [diff] [review]
v2
Don't you want
/docshell/base/timeline in local includes in the original moz.build, and then no need for the
change in nsDocShell.h
Attachment #8635422 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 10•10 years ago
|
||
(In reply to Olli Pettay [:smaug] (review overload) from comment #9)
> Comment on attachment 8635422 [details] [diff] [review]
> v2
>
> Don't you want
> /docshell/base/timeline in local includes in the original moz.build, and
> then no need for the
> change in nsDocShell.h
Meh. I guess it would be more elegant indeed. I'll file a followup for this so I don't have to rebase everything.
| Assignee | ||
Comment 11•10 years ago
|
||
Filed bug 1185175.
Comment 12•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•