author | Boris Zbarsky <bzbarsky@mit.edu> |
Sat, 09 Mar 2019 07:43:00 +0000 | |
changeset 463366 | e571d003f78d381f1d9be9d293055f628830d61b |
parent 463365 | 60572bfd59699b6b24d735a3476170e3877a77fe |
child 463367 | 519402d3b1898d5fb846be4ac2708dd443e90f13 |
child 463378 | b486ad6d8c06d517316092a046a0a7c74baefc21 |
push id | 80099 |
push user | bzbarsky@mozilla.com |
push date | Sat, 09 Mar 2019 07:44:13 +0000 |
treeherder | autoland@e571d003f78d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | masayuki |
bugs | 1533782 |
milestone | 67.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/base/nsISelectionController.idl +++ b/dom/base/nsISelectionController.idl @@ -16,17 +16,17 @@ class Selection; %} interface nsIContent; interface nsISelectionDisplay; webidl Node; webidl Selection; -[scriptable, uuid(3801c9d4-8e69-4bfc-9edb-b58278621f8f)] +[builtinclass, scriptable, uuid(3801c9d4-8e69-4bfc-9edb-b58278621f8f)] interface nsISelectionController : nsISelectionDisplay { // RawSelectionType values: const short SELECTION_NONE = 0; const short SELECTION_NORMAL = 1; const short SELECTION_SPELLCHECK = 2; const short SELECTION_IME_RAWINPUT = 3; const short SELECTION_IME_SELECTEDRAWTEXT = 4;