summaryrefslogtreecommitdiffstats
path: root/documentation/advanced
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2016-12-14 09:27:37 +0200
committerGitHub <noreply@github.com>2016-12-14 09:27:37 +0200
commit731a4f42977e98f10ba76df05d33a1f2cda20e59 (patch)
tree957ea284e68a33e71018279394d9fa69cfdad5fa /documentation/advanced
parent12793c9667cb2708ddfbcfe0d94364dd0dc607e3 (diff)
downloadvaadin-framework-731a4f42977e98f10ba76df05d33a1f2cda20e59.tar.gz
vaadin-framework-731a4f42977e98f10ba76df05d33a1f2cda20e59.zip
Remove references to Firebug and the firebug chapter from the documentation (#7977)
Diffstat (limited to 'documentation/advanced')
-rw-r--r--documentation/advanced/advanced-debug.asciidoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/advanced/advanced-debug.asciidoc b/documentation/advanced/advanced-debug.asciidoc
index 3bbd6eb931..3ff5a55ab4 100644
--- a/documentation/advanced/advanced-debug.asciidoc
+++ b/documentation/advanced/advanced-debug.asciidoc
@@ -69,7 +69,7 @@ corners. The [guibutton]#Minimize# button minimizes the debug window in the
corner of the browser window, and the [guibutton]#Close# button closes it.
If you use the Firebug plugin for Firefox or the Developer Tools console in
-Chrome, the log messages will also be printed to the Firebug console. In such a
+Chrome, the log messages will also be printed to the inspector console. In such a
case, you may want to enable client-side debugging without showing the Debug
Window with " ?debug=quiet" in the URL. In the quiet debug mode, log messages
will only be printed to the console of the browser debugger.
@@ -141,9 +141,8 @@ The [guibutton]#Select a component in the page to inspect it# button lets you
select a component in the UI by clicking it and display its client-side
properties.
-To view the HTML structure and CSS styles in more detail, you can use Firebug in
-Firefox, or the Developer Tools in Chrome, as described in
-<<dummy/../../../framework/installing/installing-other#installing.other.firefox,"Firefox and Firebug">>. Firefox also has a built-in feature for inspecting HTML and CSS.
+To view the HTML structure and CSS styles in more detail, you can use Inspector in
+Firefox or the Developer Tools in Chrome.
[[advanced.debug.hierarchy.analyze]]