mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 899388 - Part 1: Enable WebIDL XUL interfaces on Chrome or content XBL. r=bz
This commit is contained in:
parent
0a89277437
commit
c5eefd5afa
@ -5,7 +5,7 @@
|
||||
interface MozTreeBoxObject;
|
||||
interface MozTreeColumn;
|
||||
|
||||
[ChromeOnly]
|
||||
[Func="IsChromeOrXBL"]
|
||||
interface TreeColumns {
|
||||
/**
|
||||
* The tree widget for these columns.
|
||||
|
@ -6,7 +6,8 @@
|
||||
|
||||
interface WindowProxy;
|
||||
|
||||
interface XULCommandEvent : UIEvent
|
||||
[Func="IsChromeOrXBL"]
|
||||
interface XULCommandEvent : UIEvent
|
||||
{
|
||||
readonly attribute boolean ctrlKey;
|
||||
readonly attribute boolean shiftKey;
|
||||
|
@ -11,6 +11,7 @@ interface XULCommandDispatcher;
|
||||
interface MozBoxObject;
|
||||
interface MozObserver;
|
||||
|
||||
[Func="IsChromeOrXBL"]
|
||||
interface XULDocument : Document {
|
||||
attribute Node? popupNode;
|
||||
|
||||
|
@ -11,6 +11,7 @@ interface MozRDFCompositeDataSource;
|
||||
interface MozRDFResource;
|
||||
interface MozXULTemplateBuilder;
|
||||
|
||||
[Func="IsChromeOrXBL"]
|
||||
interface XULElement : Element {
|
||||
[SetterThrows]
|
||||
attribute DOMString className;
|
||||
|
Loading…
Reference in New Issue
Block a user