Closed
Bug 1012221
Opened 12 years ago
Closed 12 years ago
Setting browser.send_pings.max_per_link to -1 should allow for an unlimited number of pings
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: ttaubert, Assigned: ttaubert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
3.76 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
Currently, setting browser.send_pings.max_per_link to "-1" disables the feature just as setting it to "0" would do. Setting it to "-1" should allow for an unlimited number of pings per link.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8424416 -
Flags: review?(jst)
Comment 2•12 years ago
|
||
Why is change needed?
| Assignee | ||
Comment 3•12 years ago
|
||
The spec does not limit the number of pings sent per link. I think we should land <a ping> with the same default setting, i.e. browser.send_pings.max_per_link=-1.
Comment 4•12 years ago
|
||
Comment on attachment 8424416 [details] [diff] [review]
0001-Bug-1012221-Setting-browser.send_pings.max_per_link-.patch
Fair enough.
Attachment #8424416 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•