Closed
Bug 1313901
Opened 8 years ago
Closed 8 years ago
Remove some duplicated code in nsFrameLoader
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file, 1 obsolete file)
1.92 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #8805824 -
Flags: review?(kyle)
Comment 1•8 years ago
|
||
Comment on attachment 8805824 [details] [diff] [review]
tabContext.patch
Review of attachment 8805824 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/base/nsFrameLoader.cpp
@@ +3365,5 @@
> attrs.mSignedPkg = NS_ConvertUTF8toUTF16(aPackageId);
>
> // set the userContextId on the attrs before we pass them into
> // the tab context
> + PopulateUserContextIdFromAttribute(attrs);
Do we need to check the return here? Looks like this can fail.
Attachment #8805824 -
Flags: review?(kyle) → review-
Assignee | ||
Comment 2•8 years ago
|
||
Right! I've already updated the patch, but I haven't submitted the new one.
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8805824 -
Attachment is obsolete: true
Attachment #8806010 -
Flags: review?(kyle)
Updated•8 years ago
|
Attachment #8806010 -
Flags: review?(kyle) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2470a2feea07
Remove some duplicated code in nsFrameLoader, r=qdot
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•