Closed
Bug 700472
Opened 14 years ago
Closed 14 years ago
Need to extend Visits.type to accommodate for redirect, download, embedded and other transition types
Categories
(Pancake Graveyard :: Back-end, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mzhilyaev, Unassigned)
Details
the add-on generates redirect visit types, hence we need to record that in the database. We should also add "unknown" type to store weird visits if we need to
| Reporter | ||
Comment 1•14 years ago
|
||
In fact, there are a ton more types defined in nsINavHIstoryService,idl (
http://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/nsINavHistoryService.idl#1395 )
Things like:
- embedded type (for image loading)
- frame switching
- download links
etc...
We definitely have to rethink how visit types are stored. At the very list we need a reasonable mechanism which allows for storing visits of various types without changing schema in production.
Stefan, Ed and Max need to talk it through
| Reporter | ||
Comment 2•14 years ago
|
||
See also Bug 697202 and Bug 700390.
| Reporter | ||
Updated•14 years ago
|
Summary: Visits.type needs two more types: redirect and unknown → Need to extend Visits.type to accommodate for redirect, download, embedded and other transition types
Comment 3•14 years ago
|
||
Not using the addon anymore. Not storing data in MySQL anymore.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•