author | David Zbarsky <dzbarsky@gmail.com> |
Wed, 14 Nov 2012 21:38:26 -0500 | |
changeset 113340 | 33d68d68e2cfeaecfcb7fbceabcce04a93e02ef3 |
parent 113339 | bc613b53b9ef9e1d4b1407c08f5eec71a3da6dad |
child 113341 | 1c1981ecaba87af225b004cd517edf9c7400351f |
push id | 23869 |
push user | emorley@mozilla.com |
push date | Thu, 15 Nov 2012 16:18:16 +0000 |
treeherder | mozilla-central@a37525d304d9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bz |
bugs | 810768 |
milestone | 19.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
|
dom/interfaces/core/nsIDOMCaretPosition.idl | file | annotate | diff | comparison | revisions |
deleted file mode 100644 --- a/dom/interfaces/core/nsIDOMCaretPosition.idl +++ /dev/null @@ -1,11 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#include "nsIDOMNode.idl" - -[scriptable, uuid(cf5ad6cf-6f49-4ca7-9b50-590d7bb27a13)] -interface nsIDOMCaretPosition : nsISupports { - readonly attribute nsIDOMNode offsetNode; - readonly attribute unsigned long offset; -};