Closed
Bug 1326520
Opened 8 years ago
Closed 7 years ago
Rename nsIURI.path to something less confusing
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Whiteboard: [necko-backlog])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1323683 +++
1. Add an alias of nsIURI.path (e.g. .pathQueryRef).
2. Remove in-tree use of .path.
3. Deprecate .path.
4. Remove .path completely (probably after Firefox 57).
Assignee | ||
Updated•7 years ago
|
Blocks: post-57-api-changes
Assignee | ||
Comment 1•7 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8891800 [details]
Bug 1326520 - Rename nsIURI.path to pathQueryRef. .gosu
https://reviewboard.mozilla.org/r/162836/#review168144
Looks good. Do we have any (Mozilla-built) old style addons that we'll keep in 57? If so, we should make sure those are properly tested and/or updated.
Attachment #8891800 -
Flags: review?(valentin.gosu) → review+
Assignee | ||
Comment 4•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8891800 [details]
Bug 1326520 - Rename nsIURI.path to pathQueryRef. .gosu
https://reviewboard.mozilla.org/r/162836/#review168144
According to the recent dev-platform discussion, we don't have to care about out-of-tree legacy addons in a post-57 world.
https://groups.google.com/forum/#!topic/mozilla.dev.platform/TqoheEOdm8w
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/509b327a4a10
Rename nsIURI.path to pathQueryRef. r=valentin.gosu
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Comment hidden (advocacy) |
Comment 8•7 years ago
|
||
Is there a reason the labeling on the diagram at http://searchfox.org/mozilla-central/rev/4d8e389498a08668cce9ebf6232cc96be178c3e4/netwerk/base/nsIURI.idl#16-28 wasn't modified in this bug?
Flags: needinfo?(VYV03354)
Assignee | ||
Comment 9•7 years ago
|
||
No, I simply forgot to change the diagram.
Flags: needinfo?(VYV03354)
You need to log in
before you can comment on or make changes to this bug.
Description
•