Closed
Bug 1583203
Opened 6 years ago
Closed 6 years ago
Annotate nsINode::OwnerDoc as returning non-null.
Categories
(Core :: DOM: CSS Object Model, enhancement)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
People keep adding useless null-checks and it was not clear what the consensus
was from bug 1441165, but this should be unobjectionable I guess.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e3eebe862e5
Annotate nsINode::OwnerDoc() as MOZ_NONNULL_RETURN. r=smaug
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/8bc17415ff25
followup: Remove some silly null-checks.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/ca89485fedf8
followup: Remove another silly null-check.
Comment 5•6 years ago
|
||
Backed out for build bustages
Failure log https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=267976604&repo=autoland&lineNumber=33425
Backout: https://hg.mozilla.org/integration/autoland/rev/e3c0a8d81a1470943594ff08dc1e3155da02de45
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/46de0744bc95
Annotate nsINode::OwnerDoc() as MOZ_NONNULL_RETURN. r=smaug
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(emilio)
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•6 years ago
|
Assignee: nobody → emilio
You need to log in
before you can comment on or make changes to this bug.
Description
•