Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1121)

Side by Side Diff: chrome/browser/resources/history/externs.js

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/i18n/time_formatting_unittest.cc ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** 5 /**
6 * @fileoverview Externs for objects sent from C++ to chrome://history. 6 * @fileoverview Externs for objects sent from C++ to chrome://history.
7 * @externs 7 * @externs
8 */ 8 */
9 9
10 /** 10 /**
(...skipping 17 matching lines...) Expand all
28 * url: string}} 28 * url: string}}
29 */ 29 */
30 var HistoryEntry; 30 var HistoryEntry;
31 31
32 /** 32 /**
33 * The type of the history results info object. The definition is based on 33 * The type of the history results info object. The definition is based on
34 * chrome/browser/ui/webui/browsing_history_handler.cc: 34 * chrome/browser/ui/webui/browsing_history_handler.cc:
35 * BrowsingHistoryHandler::QueryComplete() 35 * BrowsingHistoryHandler::QueryComplete()
36 * @typedef {{finished: boolean, 36 * @typedef {{finished: boolean,
37 * hasSyncedResults: boolean, 37 * hasSyncedResults: boolean,
38 * queryEndTime: string, 38 * queryInterval: string,
39 * queryStartTime: string, 39 * queryStartMonth: string,
40 * term: string}} 40 * term: string}}
41 */ 41 */
42 var HistoryQuery; 42 var HistoryQuery;
43 43
44 /** 44 /**
45 * The type of the foreign session tab object. This definition is based on 45 * The type of the foreign session tab object. This definition is based on
46 * chrome/browser/ui/webui/foreign_session_handler.cc: 46 * chrome/browser/ui/webui/foreign_session_handler.cc:
47 * @typedef {{direction: string, 47 * @typedef {{direction: string,
48 * sessionId: number, 48 * sessionId: number,
49 * timestamp: number, 49 * timestamp: number,
(...skipping 18 matching lines...) Expand all
68 * chrome/browser/ui/webui/foreign_session_handler.cc: 68 * chrome/browser/ui/webui/foreign_session_handler.cc:
69 * @typedef {{collapsed: boolean, 69 * @typedef {{collapsed: boolean,
70 * deviceType: string, 70 * deviceType: string,
71 * name: string, 71 * name: string,
72 * modifiedTime: string, 72 * modifiedTime: string,
73 * tag: string, 73 * tag: string,
74 * timestamp: number, 74 * timestamp: number,
75 * windows: Array<ForeignSessionWindow>}} 75 * windows: Array<ForeignSessionWindow>}}
76 */ 76 */
77 var ForeignSession; 77 var ForeignSession;
OLDNEW
« no previous file with comments | « base/i18n/time_formatting_unittest.cc ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698