gecko-dev/devtools
Patrick Brosset 45c01647ea Bug 1264907 - Don't show the firstChild of the current selection in breadcrumbs; r=jdescottes
The breadcrumbs widget used to have a feature where it would show the first
child of the current selection even the DOM tree hadn't been expanded that
far yet.
This was to allow keyboard navigating the DOM through the breadcrumbs.
The breadcrumbs is a very rarely used widget and this code was unnecessarily
making things complex.
It was decided that this feature would be removed.
Instead, the breadcrumbs now act as simple linear elements in a toolbar and
you can keyboard navigate them with LEFT/RIGHT only. TAB/shift-TAB simply go
in/out of the breadcrumbs widget.

MozReview-Commit-ID: BmcaLnVBOBn

--HG--
extra : rebase_source : 1673a6c9da02cf8b3b542e4ce905ccb239250aa7
2016-04-15 12:03:33 +02:00
..
client Bug 1264907 - Don't show the firstChild of the current selection in breadcrumbs; r=jdescottes 2016-04-15 12:03:33 +02:00
docs Bug 1238695 - Render census data as a treemap. r=fitzgen, r=vporof 2016-04-01 10:56:00 -04:00
server Bug 1271399 - Add shim for protocol.js to support old add-ons. r=ednapiranha 2016-05-10 12:10:00 +02:00
shared Bug 1264625 - Ensure using only invisible modules when opening the browser toolbox. r=jryans 2016-05-12 03:07:56 -07:00
.eslintrc Bug 1270619 - Remove globals that aren't actually global. r=pbro 2016-05-09 13:35:09 -05:00
.eslintrc.mochitests Bug 1235953 - Refactor responsive mode tests to use add_task to not use CPOWs and make sure they all wait for the off event. r=ochameau 2016-01-07 23:18:56 +01:00
.eslintrc.xpcshell Bug 1239437 - Allow run_test to be unused in xpcshell tests. r=pbrosset 2016-01-25 19:44:08 -06:00
bootstrap.js Bug 1271048 - Fix eslint issues in devtools/bootstrap.js. r=pbro 2016-05-10 00:15:03 +02:00
chrome.manifest Bug 1236905 - Use locale files from sources when using devtools addon. r=jryans 2016-01-08 06:59:35 -08:00
install.rdf Bug 1225108 - Introduce an addon to easily work on devtools codebase. r=jryans 2016-01-05 02:41:49 -08:00
moz.build
templates.mozbuild