diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-02-04 19:51:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-04 19:51:02 +0100 |
commit | 34cdbd1366224f040136c3a747709ae5e92f5956 (patch) | |
tree | 6fe19ea1a062a5f0e285e2298a92bf642b233594 /devtools/server/actors/root.js | |
parent | c0dfa1fdaa3f1135504d81507f61b3fd8dfd25e0 (diff) | |
parent | f34094bae31e216228d5c2da2f2461d03df38302 (diff) | |
download | UXP-34cdbd1366224f040136c3a747709ae5e92f5956.tar UXP-34cdbd1366224f040136c3a747709ae5e92f5956.tar.gz UXP-34cdbd1366224f040136c3a747709ae5e92f5956.tar.lz UXP-34cdbd1366224f040136c3a747709ae5e92f5956.tar.xz UXP-34cdbd1366224f040136c3a747709ae5e92f5956.zip |
Merge pull request #6 from janekptacijarabaci/devtools_inspector_copyFullCSSPath_1
Add a "copy full CSS path" option to the inspector's menu
Diffstat (limited to 'devtools/server/actors/root.js')
-rw-r--r-- | devtools/server/actors/root.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/server/actors/root.js b/devtools/server/actors/root.js index b6f8c0ee4..a5df148c2 100644 --- a/devtools/server/actors/root.js +++ b/devtools/server/actors/root.js @@ -145,6 +145,8 @@ RootActor.prototype = { addNewRule: true, // Whether the dom node actor implements the getUniqueSelector method getUniqueSelector: true, + // Whether the dom node actor implements the getCssPath method + getCssPath: true, // Whether the director scripts are supported directorScripts: true, // Whether the debugger server supports |