Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / dom / webidl / MozActivity.webidl
blob5f2f9de8db89f5cc961fd8044c3298999c4eb23e
1 /* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 dictionary ActivityOptions {
8   DOMString name = "";
9   any data = null;
10   boolean getFilterResults = false;
13 [Pref="dom.sysmsg.enabled",
14  Constructor(optional ActivityOptions options)]
15 interface MozActivity : DOMRequest {