Closed GoogleCodeExporter closed 8 years ago
My plan is to have /src/. not auto-dive, and to hack the breadcrumbs to add
that only for those paths where necessary. It's a bit ugly because the
breadcrumb URL generating code is a pure function of the current URL, so the
"auto-dive root" has to be passed in, which complicates the initial TreeWalk
setup. But not impossible.
Original comment by dborowitz@google.com
on 26 Dec 2012 at 7:31
Well so much for "/src/."; Chrome normalizes this URL to "/src/". I'm open to
other suggestions. Query parameters suck.
Original comment by dborowitz@google.com
on 27 Dec 2012 at 1:24
Fixed in
https://gerrit.googlesource.com/gitiles/+/4e8ffd8f4e94585c9f5cae12e14d1c4c92a686
59
Query parameters still suck. The rationalization for keeping this is nobody
really needs to be able to predict/type these URLs manually. If someone really
means to link to /foo/src/main/java/com, they can type it in, see that it
auto-dives, and copy the URL out of the breadcrumbs.
Original comment by dborowitz@google.com
on 7 Jan 2013 at 9:24
Original issue reported on code.google.com by
dborowitz@google.com
on 11 Nov 2012 at 11:33