Places/AsyncAPIsForSync: Difference between revisions

Jump to navigation Jump to search
Line 401: Line 401:
We sync the last 10 visits per place. We don't need visit_count and we don't care about from_visit and session. --philikon
We sync the last 10 visits per place. We don't need visit_count and we don't care about from_visit and session. --philikon


== Input History ==
== New: Input History ==


We want to sync input history too {{bug|597874}}.
Turns out we want to sync input history too, see {{bug|597874}}. It would be great if we could add the following to <code>nsIPlaceInfo</code>:
 
  /**
  * An array of nsIInputHistory objects for the place.
  */
  readonly nsIVariant inputs;
 
with <code>nsIPlaceInfo</code>:
 
interface nsIVisitInfo : nsISupports
{
  ACString input,
  double use_count
}
canmove, Confirmed users
725

edits

Navigation menu