Also, note that there's no guarantee we won't change this representation in the future. There is a proposed history API for our in-development extensions system, but it's not implemented yet: http://dev.chromium.org/developers/design-documents/extensions/history-api
<http://dev.chromium.org/developers/design-documents/extensions/history-api> On Thu, Aug 13, 2009 at 3:40 PM, Antony Sargent <[email protected]> wrote: > You can probably find the answer somewhere in > http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/history/ > > <http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/history/>In > particular, it looks like visit_database.cc uses Time::ToInternalValue(). > Have a look at: > > http://src.chromium.org/viewvc/chrome/trunk/src/base/time.h > > and the various platform dependent time_{win,mac,posix}.cc files to > understand the meaning of the value represented. > > > On Wed, Aug 12, 2009 at 6:56 AM, Roman <[email protected]> wrote: > >> >> hello! >> >> I'm developing utility what can be used to synchronize and organize >> history records in different browsers. >> And there is a problem I can't solve: >> I can't extract last visit time and date from Chrome's SQLite >> database. What is the format of this field? And how do I extract it? >> >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
