Closed
Bug 1109910
Opened 10 years ago
Closed 10 years ago
Move LoadInfo from docShell into Necko
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
3.55 KB,
patch
|
sicking
:
review+
sworkman
:
review+
|
Details | Diff | Splinter Review |
The *.idl [1] as well as it's implementation files should move somewhere into Necko. DocShell doesn't feel to be the right place for the loadInfo anymore.
[1] http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsILoadInfo.idl
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Jonas, Steve, as discussed LoadInfo seems like it doesn't belong into docshell anymore, but rather should live in necko.
Currently we use EXPORTS.mozilla for Loadinfo, but potentially you prefer to use EXPORTS.mozilla.net. I am fine either way, just let me know and I'll update if needed.
Attachment #8565718 -
Flags: review?(sworkman)
Attachment #8565718 -
Flags: review?(jonas)
Attachment #8565718 -
Flags: review?(jonas) → review+
Comment 2•10 years ago
|
||
Comment on attachment 8565718 [details] [diff] [review]
move_loadinfo_into_necko.patch
Review of attachment 8565718 [details] [diff] [review]:
-----------------------------------------------------------------
Looks sane to me. r=me pending try and all the rest.
Attachment #8565718 -
Flags: review?(sworkman) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Target Milestone: --- → mozilla38
Comment 4•10 years ago
|
||
sorry had to back this out for bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=6725104&repo=mozilla-inbound
Assignee | ||
Comment 5•10 years ago
|
||
As discussed with RyanVM over IRC, I am touching CLOBBER and reland:
https://hg.mozilla.org/integration/mozilla-inbound/rev/73e586b9f04f
Comment 6•10 years ago
|
||
Still hitting the same errors as before. Backed out.
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd8e580f0e1d
Comment 7•10 years ago
|
||
I think you're somehow interacting badly with bug 1131557.
https://hg.mozilla.org/integration/mozilla-inbound/rev/4ef497dc6f9b
Which works out nicely for you, because I'm about to back that out anyway.
Assignee | ||
Comment 8•10 years ago
|
||
Ok, I left a comment for Dragana:
https://bugzilla.mozilla.org/show_bug.cgi?id=1131557#c22
which allows us to reland this patch (as soon as inbound opens up).
Assignee | ||
Comment 9•10 years ago
|
||
Alright, this one should stick:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f6ba4598996
Comment 10•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•