Confirmed users
764
edits
(→Design) |
(→Design) |
||
| Line 42: | Line 42: | ||
* Keywords | * Keywords | ||
Shawn says: | We can come up with different data points in each dimension, take cartesian product across all dimensions to get a full suite of databases... | ||
How should AutoComplete be stressed? Shawn says: | |||
* http://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp | * http://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp | ||
| Line 209: | Line 211: | ||
ORDER BY IFNULL(h_t.frecency, h.frecency) DESC") | ORDER BY IFNULL(h_t.frecency, h.frecency) DESC") | ||
</pre> | </pre> | ||
AutoComplete is definitely important, but we'd like our database construction scripts/methodology to be general enough to generate places databases for any kind of testing context. | |||
= Implementation = | = Implementation = | ||