|
|
| Line 14: |
Line 14: |
|
| |
|
| '''todo''' | | '''todo''' |
|
| |
| x)
| |
|
| |
| // xxx unhide childId
| |
| printf("XXX todo unhide childId\n");
| |
| }
| |
|
| |
|
| x) | | x) |
| Line 72: |
Line 66: |
| x) | | x) |
|
| |
|
| +nsresult
| | first time migration delay: from adding column with -1 |
| +nsNavHistory::CalculateFrecency(PRInt32 aHidden, PRInt32 aTyped, PRInt32 aVisitCount, PRInt64 aPageID, nsIURI *aURI, PRInt32 *aFrecency)
| |
| +{
| |
| ...
| |
| +#ifdef DEBUG
| |
| + nsCAutoString spec;
| |
| + if (aURI)
| |
| + aURI->GetSpec(spec);
| |
| + printf("XXX %d = frecency for [%s]\n", *aFrecency, spec.get());
| |
| +#endif
| |
| | |
| | |
| x)
| |
| | |
| first time, delay from adding column with -1 | |
|
| |
|
| x) | | x) |