aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-history-item.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-301-13/+78
| | | | | | Adapt code to the API change. svn path=/trunk/; revision=7835
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-301-2/+1
| | | | | | | | | | | Store nth data in the HistoryItem itself. Try to use HISTORY_ITEM_DATA_KEY data from object in navigation action before falling back to URL_DATA_KEY. Bug #506005 svn path=/trunk/; revision=7834
* Mozilla implementation of the embed history interfaces.Xan Lopez2007-12-301-0/+69
svn path=/trunk/; revision=7833