Closed
Bug 281286
Opened 20 years ago
Closed 20 years ago
Remove nsIPref usage from OJI
Categories
(Core Graveyard :: Java: OJI, defect)
Core Graveyard
Java: OJI
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: vhaarr+bmo, Assigned: vhaarr+bmo)
References
Details
Attachments
(1 file, 1 obsolete file)
|
10.59 KB,
patch
|
timeless
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
nsIPref is deprecated, we should use nsIPrefBranch. First patch in a couple of minutes.
| Assignee | ||
Comment 1•20 years ago
|
||
There could be a problem with initial value (on construction), but I'm not sure.
Attachment #173556 -
Flags: superreview?(caillon)
Attachment #173556 -
Flags: review?(timeless)
| Assignee | ||
Updated•20 years ago
|
| Assignee | ||
Comment 2•20 years ago
|
||
Comment on attachment 173556 [details] [diff] [review] version 0.1 I'll wait for r before asking sr. Oh, and I noticed "- " "+ ", I'll fix that after review.
Attachment #173556 -
Flags: superreview?(caillon)
| Assignee | ||
Comment 3•20 years ago
|
||
Updated per timeless' comments on IRC.
Attachment #173556 -
Attachment is obsolete: true
Attachment #173670 -
Flags: review?(timeless)
Attachment #173670 -
Flags: superreview?(roc)
Attachment #173670 -
Flags: review?(timeless)
Attachment #173670 -
Flags: review+
Attachment #173670 -
Flags: superreview?(roc) → superreview+
Comment on attachment 173670 [details] [diff] [review] version 0.2 (Checked in) Checking in nsJVMManager.h; /cvsroot/mozilla/modules/oji/src/nsJVMManager.h,v <-- nsJVMManager.h new revision: 1.23; previous revision: 1.22 done Checking in nsJVMManager.cpp; /cvsroot/mozilla/modules/oji/src/nsJVMManager.cpp,v <-- nsJVMManager.cpp new revision: 1.72; previous revision: 1.71 done
Attachment #173670 -
Attachment description: version 0.2 → version 0.2 (Checked in)
Attachment #173556 -
Flags: review?(timeless)
| Assignee | ||
Comment 5•20 years ago
|
||
Thanks for the reviews and checkin! FIXED.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 6•20 years ago
|
||
Verified FIXED using the 2005-02-10-05 build and LXR (for code inspection) on Windows XP, Seamonkey trunk.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•