Closed
Bug 1409405
Opened 8 years ago
Closed 8 years ago
Implement MozURL::GetOrigin
Categories
(Core :: Networking, enhancement, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: baku, Assigned: valentin)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
This is needed for the URL API
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(valentin.gosu)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → valentin.gosu
Flags: needinfo?(valentin.gosu)
Priority: -- → P2
Whiteboard: [necko-triaged]
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8920727 [details]
Bug 1409405 - Implement MozURL::GetOrigin
https://reviewboard.mozilla.org/r/191744/#review197740
::: netwerk/base/rust-url-capi/src/lib.rs:234
(Diff revision 1)
> *has_fragment = url.fragment().is_some();
> NS_OK
> }
>
> #[no_mangle]
> +pub extern "C" fn rusturl_get_origin(urlptr: Option<&Url>, cont: &mut nsACString) -> nsresult {
'cont'? :)
Attachment #8920727 -
Flags: review?(honzab.moz) → review+
| Comment hidden (mozreview-request) |
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/231f831a969c
Implement MozURL::GetOrigin r=mayhemer
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•