RFR: 8343630: Pass AccessControlContext to/from WebKit as opaque object
Andy Goryachev
angorya at openjdk.org
Wed Nov 6 15:36:36 UTC 2024
On Wed, 6 Nov 2024 12:15:07 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> I don't like the practice of leaving pointers to JBS bug IDs that have been fixed
We don't have a well-defined knowledge base with permanent links which would have been better. The use of JBS ids, even resolved ones, might be the next best thing because these ids are:
- more or less permanent (except for RT-...)
- are easily grep'pable
- point to a place that has description of the problem and the link to PR and maybe some discussion
- directly observable (as opposed to git commit history)
- cannot be masked by refactoring or merge (unlike git commit history)
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1626#issuecomment-2460088659
More information about the openjfx-dev
mailing list