Closed
Bug 1389847
Opened 8 years ago
Closed 8 years ago
Don't add caller location to sandbox name if an explicit name is provided
Categories
(Core :: XPConnect, enhancement)
Core
XPConnect
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
GetCurrentJSStack shows up in profiles just about every time a Sandbox is constructed. The caller stack frame is not particularly useful in most cases where we already have an explicit name, so it's probably not worth the overhead.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8896656 [details]
Bug 1389847: Don't add caller location to sandbox name if an explicit name is provided.
https://reviewboard.mozilla.org/r/167948/#review173522
Makes sense to me.
Attachment #8896656 -
Flags: review?(gkrizsanits) → review+
Updated•8 years ago
|
Whiteboard: [qf] → [qf:p3]
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/890e87283c5d
Don't add caller location to sandbox name if an explicit name is provided. r=krizsa
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•3 years ago
|
Performance Impact: --- → P3
Whiteboard: [qf:p3]
You need to log in
before you can comment on or make changes to this bug.
Description
•