mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
7d22538f76
1. Add |ownerIsWidget| in nsIFrameLoader.idl 2. Add |GetReallyIsWidget| in nsIMozBrowserFrame.idl 3. Hide the methods of browser API of a widget 4. Hide security-sensitive mozbrowser events of a widget
12 lines
367 B
JSON
12 lines
367 B
JSON
{
|
|
"name": "Really Rapid Release (invalid widget)",
|
|
"description": "Updated even faster than <a href='http://mozilla.org'>Firefox</a>, just to annoy slashdotters.",
|
|
"launch_path": "/tests/dom/apps/tests/file_app.sjs?apptype=invalidWidget",
|
|
"icons": {
|
|
"128": "ICONTOKEN"
|
|
},
|
|
"widgetPages": [
|
|
"/tests/dom/apps/tests/file_app.sjs?apptype=widget"
|
|
]
|
|
}
|