Bug 320827, fix tree date picker in places.

Original committer: brettw%gmail.com
Original revision: 1.31
Original date: 2006/01/27 19:25:05
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:49:30 +00:00
Родитель 612f927bac
Коммит 98d89e5e76
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -634,6 +634,9 @@ interface nsINavHistoryQuery : nsISupports
* the time is not part of the query. This is the default, so an empty query
* will match any time. The has* functions return whether the corresponding
* time is considered.
*
* You can read absolute*Time to get the time value that the currently loaded
* reference points + offset resolve to.
*/
const PRUint32 TIME_RELATIVE_EPOCH = 0;
const PRUint32 TIME_RELATIVE_TODAY = 1;
@ -642,10 +645,12 @@ interface nsINavHistoryQuery : nsISupports
attribute PRTime beginTime;
attribute PRUint32 beginTimeReference;
readonly attribute boolean hasBeginTime;
readonly attribute PRTime absoluteBeginTime;
attribute PRTime endTime;
attribute PRUint32 endTimeReference;
readonly attribute boolean hasEndTime;
readonly attribute PRTime absoluteEndTime;
/**
* Text search terms.