Closed
Bug 1334309
Opened 8 years ago
Closed 8 years ago
Ship the Large-Allocation header in Firefox 52
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(6 files, 1 obsolete file)
10.69 KB,
patch
|
Details | Diff | Splinter Review | |
8.72 KB,
patch
|
Details | Diff | Splinter Review | |
13.76 KB,
patch
|
Details | Diff | Splinter Review | |
10.74 KB,
patch
|
Details | Diff | Splinter Review | |
28.21 KB,
patch
|
Details | Diff | Splinter Review | |
2.40 KB,
patch
|
Details | Diff | Splinter Review |
This requires uplifting the changes only made in 53, and turning on the pref.
I'll be uploading patches to do that on this bug.
Patches on this bug are _not_ intended for mozilla-central, only for beta (Fx 52).
We want to ship the Large-Allocation header in Firefox 52, as that is the release which ships WASM, which we would like the header to ship alongside.
Assignee | ||
Comment 1•8 years ago
|
||
MozReview-Commit-ID: Ko1lf9DBTs
Assignee | ||
Comment 2•8 years ago
|
||
MozReview-Commit-ID: DfivmSEvzBu
Assignee | ||
Comment 3•8 years ago
|
||
MozReview-Commit-ID: JVM8SxleFe8
Assignee | ||
Comment 4•8 years ago
|
||
MozReview-Commit-ID: EdNYf1saOI0
Assignee | ||
Comment 5•8 years ago
|
||
MozReview-Commit-ID: E44hlMI2EE3
Assignee | ||
Comment 6•8 years ago
|
||
MozReview-Commit-ID: KxnFTSXxWVi
Assignee | ||
Comment 7•8 years ago
|
||
Comment on attachment 8830950 [details] [diff] [review]
Enable the Large-Allocation header, and bring the pref name in line with 53, r=ehsan
I'd also love it if you went over the other changes in this bug to make sure I didn't make any dumb mistakes when backporting the patches to beta :).
Thanks!
Attachment #8830950 -
Flags: review?(ehsan)
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment 8•8 years ago
|
||
Comment on attachment 8830950 [details] [diff] [review]
Enable the Large-Allocation header, and bring the pref name in line with 53, r=ehsan
Review of attachment 8830950 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/ipc/ContentParent.cpp
@@ +752,5 @@
> sLargeAllocationContentParents = new nsTArray<ContentParent*>();
> }
> contentParents = sLargeAllocationContentParents;
>
> + maxContentParents = Preferences::GetInt("dom.ipc.processCount.webLargeAllocation", 2);
You should probably use 100 as the default here as well. This is the usual convention for reading prefs...
Attachment #8830950 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 9•8 years ago
|
||
MozReview-Commit-ID: Ko1lf9DBTs
Assignee | ||
Updated•8 years ago
|
Attachment #8830950 -
Attachment is obsolete: true
Assignee | ||
Comment 10•8 years ago
|
||
We're not shipping the Large-Allocation header until 53 - closing this bug as WONTFIX.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Keywords: dev-doc-needed
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
•