Closed
Bug 769310
Opened 12 years ago
Closed 12 years ago
[OS.File] Separate OS.Path from worker-only code
Categories
(Core :: Networking: File, enhancement)
Core
Networking: File
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: Yoric, Assigned: Yoric)
References
Details
Attachments
(2 files, 4 obsolete files)
(deleted),
patch
|
Yoric
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Yoric
:
review+
|
Details | Diff | Splinter Review |
We will want to execute OS.Path on the main thread. For the moment, however, OS.Path is locked to the worker code. This should change.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → dteller
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Whiteboard: [autoland-inbound]
Assignee | ||
Comment 3•12 years ago
|
||
Basically a trivial patch: OS.Path moves to its own file.
Attachment #639061 -
Attachment is obsolete: true
Attachment #641865 -
Flags: review?(taras.mozilla)
Assignee | ||
Updated•12 years ago
|
Whiteboard: [autoland-inbound]
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #639060 -
Attachment is obsolete: true
Attachment #641867 -
Flags: review?(taras.mozilla)
Comment 5•12 years ago
|
||
Comment on attachment 641865 [details] [diff] [review]
Windows back-end
rubberstamp
Attachment #641865 -
Flags: review?(taras.mozilla) → review+
Comment 6•12 years ago
|
||
Comment on attachment 641867 [details] [diff] [review]
Unix back-end
rubberstamp
Attachment #641867 -
Flags: review?(taras.mozilla) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #641865 -
Attachment is obsolete: true
Attachment #643461 -
Flags: review+
Assignee | ||
Comment 8•12 years ago
|
||
Attachment #641867 -
Attachment is obsolete: true
Attachment #643462 -
Flags: review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 9•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/6ea3217e0176
https://hg.mozilla.org/integration/mozilla-inbound/rev/c91e4d6df9a4
Flags: in-testsuite-
Keywords: checkin-needed
Comment 10•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/6ea3217e0176
https://hg.mozilla.org/mozilla-central/rev/c91e4d6df9a4
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•