Closed
Bug 1095403
Opened 10 years ago
Closed 8 years ago
Make history and bookmarks proxies go through js modules first
Categories
(Toolkit :: Places, defect, P5)
Toolkit
Places
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mak, Unassigned)
References
(Blocks 1 open bug)
Details
If we make the proxies look into modules first, we can avoid xpcom-crossing for some constants, when they are accessed through PlacesUtils.xxx accessors.
This is valid for PlacesUtils.bookmarks and .history
Flags: qe-verify-
Flags: firefox-backlog+
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Updated•8 years ago
|
Priority: -- → P5
Reporter | ||
Comment 1•8 years ago
|
||
This has been done for bookmarks. I'm not sure it's worth for History since the history service creates the db conn.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•