mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 13:31:22 +00:00
Purge a number of Mozilla-specific WebIDL
Did a bunch of grepping for `moz*` and searched for "moz" in rustdoc, deleting anything that looked mozilla-specific. Now there's nothing left with the "moz" prefix in rustdoc!
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
// invalid widl
|
||||
//interface MozTreeView;
|
||||
//interface nsIScriptableRegion;
|
||||
|
||||
dictionary TreeCellInfo {
|
||||
@ -23,14 +22,6 @@ interface TreeBoxObject : BoxObject {
|
||||
*/
|
||||
readonly attribute TreeColumns? columns;
|
||||
|
||||
/**
|
||||
* The view that backs the tree and that supplies it with its data.
|
||||
* It is dynamically settable, either using a view attribute on the
|
||||
* tree tag or by setting this attribute to a new value.
|
||||
*/
|
||||
[SetterThrows, NeedsCallerType]
|
||||
attribute MozTreeView? view;
|
||||
|
||||
/**
|
||||
* Whether or not we are currently focused.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user