2007-03-22 10:30:00 -07:00
|
|
|
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#include "domstubs.idl"
|
|
|
|
|
2013-08-09 23:47:59 -07:00
|
|
|
[scriptable, uuid(55226663-fe68-48ba-addf-08e32eaab569)]
|
2007-03-22 10:30:00 -07:00
|
|
|
interface nsIDOMHistory : nsISupports
|
|
|
|
{
|
2013-08-09 23:47:59 -07:00
|
|
|
// Empty interface that exists only for extension backwards compat
|
2011-02-28 23:08:56 -08:00
|
|
|
};
|