зеркало из https://github.com/mozilla/pjs.git
Bug 333146 r=ben@mozilla.org Make times only show in history view for the first line in a session.
Original committer: brettw%gmail.com Original revision: 1.22 Original date: 2006/04/10 20:27:45
This commit is contained in:
Родитель
9c1a9f5605
Коммит
85d145bdf7
|
@ -762,6 +762,8 @@ protected:
|
|||
// row style.
|
||||
PRBool mShowSessions;
|
||||
void ComputeShowSessions();
|
||||
enum SessionStatus { Session_None, Session_Start, Session_Continue };
|
||||
SessionStatus GetRowSessionStatus(PRInt32 row);
|
||||
|
||||
// This list is used to map rows to nodes.
|
||||
typedef nsTArray< nsCOMPtr<nsNavHistoryResultNode> > VisibleList;
|
||||
|
|
Загрузка…
Ссылка в новой задаче