Closed
Bug 1223825
Opened 9 years ago
Closed 9 years ago
Change Directory.path to include the directory's name
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
1.79 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
https://wicg.github.io/directory-upload/proposal.html#dom-directory-path
Has been changed to say:
On getting, this attribute must return the path from root of the
present working directory, including its name.
Our current code goes out of its way to omit the Directory's name from its path, so it needs to be updated to include the Directory's name.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8686083 -
Flags: review?(amarchesini)
Comment 2•9 years ago
|
||
Comment on attachment 8686083 [details] [diff] [review]
patch
Review of attachment 8686083 [details] [diff] [review]:
-----------------------------------------------------------------
any test for this?
Attachment #8686083 -
Flags: review?(amarchesini) → review+
![]() |
Assignee | |
Comment 4•9 years ago
|
||
I'm on PTO just now, but I'll follow-up on getting tests for this after I'm back.
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•