Closed
Bug 1550364
Opened 6 years ago
Closed 6 years ago
Stop using [array] in nsIUDPSocketChild
Categories
(Core :: DOM: Networking, defect, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
![]() |
Assignee | |
Comment 2•6 years ago
|
||
![]() |
Assignee | |
Comment 3•6 years ago
|
||
![]() |
Assignee | |
Comment 4•6 years ago
|
||
![]() |
Assignee | |
Comment 5•6 years ago
|
||
![]() |
Assignee | |
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P2
Whiteboard: [necko-triaged]
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6225b9daa9d3
part 1. Stop claiming nsIUDPSocketChild is scriptable, since we never use it from script. r=baku
https://hg.mozilla.org/integration/autoland/rev/f9bdf7a91fbc
part 2. Use dom::UDPSocketChild, not nsIUDPSocketChild, in C++ code. r=baku
https://hg.mozilla.org/integration/autoland/rev/2e9edc96c3d2
part 3. Remove unused nsIUDPSocketChild methods. r=baku
https://hg.mozilla.org/integration/autoland/rev/dfbb67a692f4
part 4. Move various methods from nsIUDPSocketChild to dom::UDPSocketChild, and simplify their signatures where possible. r=baku
https://hg.mozilla.org/integration/autoland/rev/1456c2b5efb8
part 5. Get rid of nsIUDPSocketChild. r=baku
https://hg.mozilla.org/integration/autoland/rev/91754861e8d8
part 6. Stop using [array] in nsIUDPSocketInternal. r=baku
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6225b9daa9d3
https://hg.mozilla.org/mozilla-central/rev/f9bdf7a91fbc
https://hg.mozilla.org/mozilla-central/rev/2e9edc96c3d2
https://hg.mozilla.org/mozilla-central/rev/dfbb67a692f4
https://hg.mozilla.org/mozilla-central/rev/1456c2b5efb8
https://hg.mozilla.org/mozilla-central/rev/91754861e8d8
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•