gecko-dev/devtools
Nicolas Chevobbe 03639d8ea6 Bug 1499289 - Allow to invoke getters from webconsole autocomplete function; r=bgrins,flod.
This patch introduces a new component, ConfirmDialog, that will
be rendered on screen when the autocomplete service indicates
that there's an unsafe getter in the completion path.
The component is rendered in the toolbox document, like the
autocomplete popup. In order to still write it in React, it uses
a React portal, which allow to render an element outside of the
React component tree.

Tests are added to make sure the dialog works as expected.

Differential Revision: https://phabricator.services.mozilla.com/D12943

--HG--
extra : moz-landing-system : lando
2019-01-07 17:53:55 +00:00
..
client Bug 1499289 - Allow to invoke getters from webconsole autocomplete function; r=bgrins,flod. 2019-01-07 17:53:55 +00:00
docs Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
platform Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
server Bug 1515197 - Remove the window length setting from devtools performance panel r=julienw 2019-01-07 21:37:05 +00:00
shared Bug 1231489 - Use content prototype for autocompletion of String, Number and Array literals; r=bgrins. 2019-01-08 07:59:24 +00:00
startup Bug 1502924 - Remove Ctrl + Shift + S keyboard shortcut r=jlast,_6a68 2018-12-12 23:04:29 +00:00
.eslintrc.js Bug 1415483 - Extend reject-importGlobalProperties to reject any priviliged items already in scope. r=mossop 2018-12-11 21:39:38 +00:00
.eslintrc.mochitests.js
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
templates.mozbuild