From 98d89e5e7670419d31a629122285831b18488123 Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Tue, 18 Jul 2006 17:49:30 +0000 Subject: [PATCH] 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 --- toolkit/components/places/public/nsINavHistoryService.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/toolkit/components/places/public/nsINavHistoryService.idl b/toolkit/components/places/public/nsINavHistoryService.idl index 6dc89225d24b..fc94b355e653 100644 --- a/toolkit/components/places/public/nsINavHistoryService.idl +++ b/toolkit/components/places/public/nsINavHistoryService.idl @@ -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.