Closed
Bug 1280241
Opened 9 years ago
Closed 9 years ago
Remove the limit of number of workers per domain
Categories
(Core :: DOM: Workers, defect)
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
Details
Attachments
(1 file)
17.56 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → amarchesini
Attachment #8763042 -
Flags: review?(khuey)
Comment on attachment 8763042 [details] [diff] [review]
limit.patch
Review of attachment 8763042 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/workers/RuntimeService.cpp
@@ -1419,5 @@
>
> - bool exemptFromPerDomainMax = false;
> - if (isServiceWorker) {
> - AssertIsOnMainThread();
> - exemptFromPerDomainMax = Preferences::GetBool("dom.serviceWorkers.exemptFromPerDomainMax",
This preference needs to be removed from a bunch of tests.
Attachment #8763042 -
Flags: review?(khuey) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/feb0e93ac30d
Remove the limit of number of workers per domain, r=khuey
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•