Closed
Bug 1497716
Opened 7 years ago
Closed 7 years ago
Add a redirection for realpath
Categories
(Core Graveyard :: Web Replay, enhancement)
Core Graveyard
Web Replay
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
1.99 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
This library function can behave inconsistently between recording and replaying and needs to be redirected. Redirecting this is a little annoying because the function's interface is surprisingly complicated and because on macs calls are actually going to a realpath$DARWIN_EXTSN symbol instead of the expected one. The attached patch redirects both to make sure all calls are being captured.
Attachment #9015733 -
Flags: review?(nfroyd)
![]() |
||
Updated•7 years ago
|
Attachment #9015733 -
Flags: review?(nfroyd) → review+
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/70309e492279
Add a redirection for realpath, r=froydnj.
Comment 2•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•5 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•