gecko-dev/devtools/client/inspector/test
Julian Descottes 4ea6d79805 Bug 1260053 - prevent sidebar resize when panel is collapsed;r=bgrins
The collapsible sidebar has min-height:35vh and max-height:75vh
when viewport-width < 700px (ie vertical layout).

These bounds should not apply when the panel is collapsed. The
collapsing relies on negative margins to hide the panel, which
can only work if the computed height remains constant once the
panel has been collapsed.

Added a new mochitest checking that the height and margin-bottom
are constant through a layout switch.

MozReview-Commit-ID: K6EGiBtJ11S

--HG--
extra : rebase_source : 5141f4610b586c32158d0b3ee2f50fda230f3c05
2016-03-30 12:11:35 +02:00
..
.eslintrc
browser_inspector_addNode_01.js Bug 1261781 - Inspector toolbar button for inserting new elements; r=jdescottes 2016-04-05 11:08:21 +02:00
browser_inspector_addNode_02.js Bug 1261781 - Inspector toolbar button for inserting new elements; r=jdescottes 2016-04-05 11:08:21 +02:00
browser_inspector_addNode_03.js Bug 1261781 - Inspector toolbar button for inserting new elements; r=jdescottes 2016-04-05 11:08:21 +02:00
browser_inspector_breadcrumbs_highlight_hover.js
browser_inspector_breadcrumbs_keybinding.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_breadcrumbs_menu.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_breadcrumbs_mutations.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_breadcrumbs.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_delete-selected-node-01.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_delete-selected-node-02.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_delete-selected-node-03.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_destroy-after-navigation.js
browser_inspector_destroy-before-ready.js
browser_inspector_expand-collapse.js Bug 1157789 - Add a test for the Inspector's collapse/expandAll context menu items. r=janx 2015-10-07 11:33:00 +02:00
browser_inspector_gcli-inspect-command.js Backout the backout because follow-up fix got pushed. Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans 2016-04-02 10:50:50 +02:00
browser_inspector_highlighter-01.js
browser_inspector_highlighter-02.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_highlighter-03.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_highlighter-04.js
browser_inspector_highlighter-by-type.js
browser_inspector_highlighter-comments.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_highlighter-csstransform_01.js
browser_inspector_highlighter-csstransform_02.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_highlighter-embed.js Bug 1246088 - Safely access contentWindow in iframe and embed; r=bgrins 2016-03-09 11:54:12 +01:00
browser_inspector_highlighter-geometry_01.js Bug 1139187 - Unit Test for Geometry Editor; r=pbro 2016-03-17 10:59:39 -04:00
browser_inspector_highlighter-geometry_02.js Bug 1139187 - Unit Test for Geometry Editor; r=pbro 2016-03-17 10:59:39 -04:00
browser_inspector_highlighter-geometry_03.js Bug 1139187 - Unit Test for Geometry Editor; r=pbro 2016-03-17 10:59:39 -04:00
browser_inspector_highlighter-geometry_04.js Bug 1139187 - Unit Test for Geometry Editor; r=pbro 2016-03-17 10:59:39 -04:00
browser_inspector_highlighter-geometry_05.js Bug 1139187 - Unit Test for Geometry Editor; r=pbro 2016-03-17 10:59:39 -04:00
browser_inspector_highlighter-geometry_06.js Bug 1139187 - Allow moving and resizing elements in content; r=pbro 2016-03-17 10:59:03 -04:00
browser_inspector_highlighter-hover_01.js
browser_inspector_highlighter-hover_02.js
browser_inspector_highlighter-hover_03.js
browser_inspector_highlighter-iframes_01.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_highlighter-iframes_02.js Bug 1059312 - Fix highlighter offset after switching iframe context;r=pbro 2016-01-31 10:19:31 +01:00
browser_inspector_highlighter-inline.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_highlighter-keybinding_01.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_highlighter-keybinding_02.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_highlighter-keybinding_03.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_highlighter-keybinding_04.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_highlighter-measure_01.js Bug 1089240 - Add a measurement tool. r=pbrosset 2015-09-28 15:14:00 +02:00
browser_inspector_highlighter-measure_02.js Bug 1089240 - Add a measurement tool. r=pbrosset 2015-09-28 15:14:00 +02:00
browser_inspector_highlighter-options.js
browser_inspector_highlighter-rect_01.js
browser_inspector_highlighter-rect_02.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_highlighter-rulers_01.js
browser_inspector_highlighter-rulers_02.js
browser_inspector_highlighter-selector_01.js
browser_inspector_highlighter-selector_02.js
browser_inspector_highlighter-xbl.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_highlighter-zoom.js
browser_inspector_iframe-navigation.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_infobar_01.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_initialization.js Bug 1244120 - Enable browser_rules_content_02.js with e10s; r=bgrins 2016-02-22 10:02:54 +01:00
browser_inspector_inspect-object-element.js
browser_inspector_invalidate.js
browser_inspector_keyboard-shortcuts-copy-outerhtml.js Bug 1181837 - 6 - Include inspector's head.js in rule and computed view tests to remove duplication; r=bgrins 2016-01-20 09:17:11 +01:00
browser_inspector_keyboard-shortcuts.js
browser_inspector_menu-01-sensitivity.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_menu-02-copy-items.js Bug 1181837 - 6 - Include inspector's head.js in rule and computed view tests to remove duplication; r=bgrins 2016-01-20 09:17:11 +01:00
browser_inspector_menu-03-paste-items.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_menu-04-use-in-console.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_menu-05-attribute-items.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_menu-06-other.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_navigation.js Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
browser_inspector_pane-toggle-01.js Bug 1189492 - part3: show inspector toggle panel button in SIDE host;r=tromey 2016-02-25 10:17:59 +01:00
browser_inspector_pane-toggle-02.js Bug 1189492 - part3: show inspector toggle panel button in SIDE host;r=tromey 2016-02-25 10:17:59 +01:00
browser_inspector_pane-toggle-03.js Bug 1189492 - part3: show inspector toggle panel button in SIDE host;r=tromey 2016-02-25 10:17:59 +01:00
browser_inspector_pane-toggle-04.js Bug 1260053 - prevent sidebar resize when panel is collapsed;r=bgrins 2016-03-30 12:11:35 +02:00
browser_inspector_picker-stop-on-destroy.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_picker-stop-on-tool-change.js Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins 2016-02-18 17:52:33 +01:00
browser_inspector_pseudoclass-lock.js Bug 1238133 - Part 4: Make the computed view live inside the inspector panel frame r=bgrins 2016-01-26 11:17:48 -05:00
browser_inspector_pseudoclass-menu.js
browser_inspector_reload-01.js
browser_inspector_reload-02.js
browser_inspector_remove-iframe-during-load.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_search-01.js No bug - Request longer timeout for browser_inspector_search-01.js. 2016-03-18 17:07:46 -04:00
browser_inspector_search-02.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_search-03.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_search-04.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_search-05.js Bug 1256658 - Make inspector search next/previous based on ctrl-g by default, and cmd-g on osx;r=bgrins 2016-03-26 15:21:23 +00:00
browser_inspector_search-06.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_search-07.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_search-navigation.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_search-reserved.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_search-selection.js Bug 1256658 - Make inspector search next/previous based on ctrl-g by default, and cmd-g on osx;r=bgrins 2016-03-26 15:21:23 +00:00
browser_inspector_search-suggests-ids-and-classes.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_select-docshell.js
browser_inspector_select-last-selected.js Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication 2016-01-08 16:05:17 -08:00
browser_inspector_sidebarstate.js
browser_inspector_switch-to-inspector-on-pick.js
browser.ini Bug 1260053 - prevent sidebar resize when panel is collapsed;r=bgrins 2016-03-30 12:11:35 +02:00
doc_inspector_add_node.html Bug 1261781 - Inspector toolbar button for inserting new elements; r=jdescottes 2016-04-05 11:08:21 +02:00
doc_inspector_breadcrumbs.html
doc_inspector_delete-selected-node-01.html
doc_inspector_delete-selected-node-02.html
doc_inspector_embed.html Bug 1246088 - Safely access contentWindow in iframe and embed; r=bgrins 2016-03-09 11:54:12 +01:00
doc_inspector_gcli-inspect-command.html
doc_inspector_highlight_after_transition.html
doc_inspector_highlighter_csstransform.html
doc_inspector_highlighter_dom.html Bug 1207977 - Ensure that node are correctly highlighted. r=zer0 2015-10-05 02:51:39 -07:00
doc_inspector_highlighter_inline.html
doc_inspector_highlighter_rect_iframe.html
doc_inspector_highlighter_rect.html
doc_inspector_highlighter_xbl.xul
doc_inspector_highlighter-comments.html
doc_inspector_highlighter-geometry_01.html Bug 1139187 - Unit Test for Geometry Editor; r=pbro 2016-03-17 10:59:39 -04:00
doc_inspector_highlighter-geometry_02.html
doc_inspector_highlighter.html
doc_inspector_infobar_01.html
doc_inspector_infobar_02.html
doc_inspector_infobar.html
doc_inspector_menu.html Bug 994555 - Adds contextmenu items to edit add and delete attributes; r=pbro 2015-10-20 16:47:02 +02:00
doc_inspector_outerhtml.html
doc_inspector_remove-iframe-during-load.html
doc_inspector_search-reserved.html
doc_inspector_search-suggestions.html
doc_inspector_search-svg.html Bug 1219920 - Iterate through classNames in the WalkerActor using classList; r=pbro 2015-12-09 15:44:00 +01:00
doc_inspector_search.html
doc_inspector_select-last-selected-01.html
doc_inspector_select-last-selected-02.html
head.js Bug 1139187 - Unit Test for Geometry Editor; r=pbro 2016-03-17 10:59:39 -04:00