Closed Bug 181602 Opened 22 years ago Closed 21 years ago

Convert accessible/ to use the newer pref APIs

Categories

(Core :: Disability Access APIs, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: caillon, Assigned: caillon)

References

Details

Attachments

(2 files, 1 obsolete file)

Summary: Convert accessibility/ to use the newer pref APIs → Convert accessible/ to use the newer pref APIs
Comment on attachment 107227 [details] [diff] [review]
The patch

r=aaronl
Attachment #107227 - Flags: review+
Attachment #107227 - Flags: superreview?(peterv)
Attachment #107227 - Flags: superreview?(peterv) → superreview+
Checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.3alpha
some files using nsIPref again. Patch coming up
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attached patch patch (obsolete) — Splinter Review
who reviews for accessible/ ?
Target Milestone: mozilla1.3alpha → ---
Please don't reopen bugs which were fixed at one point.  This should have stayed
fixed, and a new bug opened.
Comment on attachment 138630 [details] [diff] [review]
patch

>-  nsCOMPtr<nsIPref> prefService(do_GetService(kPrefCID));
>+  nsCOMPtr<nsIPrefBranch> prefService(do_GetService(NS_PREFSERVICE_CONTRACTID));

Don't lie.  nsIPref is a service, so it is legit to call the variable
|prefService|.	nsIPrefBranch is not a service, so it is bogus to store one in
a variable with service in the name.
Attachment #138630 - Flags: review-
Sorry about the reopen. Should this be closed again and a new opened?
Attachment #138630 - Attachment is obsolete: true
Comment on attachment 139179 [details] [diff] [review]
with caillons comments [checked in 20040123]

r/sr/rs?
Attachment #139179 - Flags: superreview?
Attachment #139179 - Flags: review?(caillon)
Comment on attachment 139179 [details] [diff] [review]
with caillons comments [checked in 20040123]

Yes, a new one should have been opened.
Attachment #139179 - Flags: review?(caillon) → review+
Comment on attachment 139179 [details] [diff] [review]
with caillons comments [checked in 20040123]

Asking peterv for sr, since he already sr'ed the first patch two years ago.
Attachment #139179 - Flags: superreview? → superreview?(peterv)
Attachment #139179 - Flags: superreview?(peterv) → superreview+
Status: REOPENED → RESOLVED
Closed: 22 years ago21 years ago
Resolution: --- → FIXED
Attachment #139179 - Attachment description: with caillons comments → with caillons comments [checked in 20040123]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: