Results 6 issues of Bob

The javafx-maven-plugin appears unable to see non-modular dependencies. When called with `mvn -X clean javafx:run` and the following plugin configuration: ```xml org.openjfx javafx-maven-plugin 0.0.1 uk.org.bobulous.java.myjavafxproject.MyJavaFXApplication -Djdk.gtk.version=2 ``` The build fails...

When `DatePicker` is included in a scene its size is not correctly calculated when `USE_COMPUTED_SIZE` is set on it and all containers, which causes the window to be slightly too...

Corrected what I believe to be copy-pasta in the C-CALLER-CONTROL guideline.

Added code to Servo to generate a local directory listing when visiting local directory paths. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy`...

Add a directory listing feature to Servo, so that when visiting a local directory path instead of a specific file, Servo will generate a table of contents which lists the...

B-feature-tracking
C-untriaged

The ability to view local directory listings has been developed in [pull request 32167](https://github.com/servo/servo/pull/32167/) (since migrated into [a separate pull request](https://github.com/servo/servo/pull/32580) by a member of the Servo project). Because it's...