Closed
Bug 506621
Opened 14 years ago
Closed 9 years ago
Remove WIN16 (support) code, in js/jsd
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: sgautherie, Unassigned)
References
(Blocks 1 open bug, )
Details
{ /js/jsd/jsd_obj.c * line 226 -- return ((JSHashNumber) key) >> 2; /* help lame MSVC1.5 on Win16 */ /js/jsd/jsd_scpt.c * line 222 -- return ((JSHashNumber) key) >> 2; /* help lame MSVC1.5 on Win16 */ }
Reporter | ||
Comment 1•11 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #0) > /js/jsd/jsd_obj.c > * line 226 -- return ((JSHashNumber) key) >> 2; /* help lame MSVC1.5 on > Win16 */ From http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/js/jsd/jsd_obj.c&rev=3.1 > /js/jsd/jsd_scpt.c > * line 222 -- return ((JSHashNumber) key) >> 2; /* help lame MSVC1.5 on > Win16 */ From bug 109652.
Assignee | ||
Updated•9 years ago
|
Assignee: general → nobody
![]() |
||
Comment 2•9 years ago
|
||
This code is gone: http://mxr.mozilla.org/mozilla-central/search?string=win16
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•9 years ago
|
||
Ftr, I tracked the file removal to https://hg.mozilla.org/mozilla-central/rev/191280 { author Wes Kocher <wkocher@mozilla.com> Fri Jun 27 17:54:18 2014 -0700 (at Fri Jun 27 17:54:18 2014 -0700) changeset 191280 2f5df65e3662 Merge m-c to fx-team a=merge 1.13 +Bug 800200: Removing the old JavaScript debugging API, js/jsd. I'm advised } + https://bugzilla.mozilla.org/show_bug.cgi?id=800200 Bug 800200 - rm JSD V.invalid.
Status: RESOLVED → VERIFIED
Depends on: 800200
You need to log in
before you can comment on or make changes to this bug.
Description
•