Closed Bug 696499 Opened 13 years ago Closed 11 months ago

toolkit/components/contentprefs/nsContentPrefService.js should use a object cache

Categories

(Toolkit :: Preferences, defect)

x86_64
Linux
defect

Tracking

()

RESOLVED INVALID

People

(Reporter: espindola, Unassigned)

Details

it has code like

    if (this.__stmtSelectPref)
       this.__stmtSelectPref.finalize();
     if (this.__stmtSelectGlobalPref)
       this.__stmtSelectGlobalPref.finalize();

it should use an object cache and a loop.

I suspect this isn't valid any more, but over to preferences to be sure.

Component: General → Preferences
Severity: normal → S3

It's no longer valid indeed, that code has gone.

Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.