|
|
|
|
|
by teruakohatu
711 days ago
|
|
I hear what you are saying but the entire architecture is build around IPC message passing. A lot of user interaction will work the same way. There is nothing inherently more difficult about this scenario than many others within Firefox. If it has such a convoluted code path that it cannot even be debugged then that’s an issue with the architecture, not that the user has a crazy difficult edge case which every other browser seems to manage. Judging by the comments a lot of people in this thread have been affected by this issue. |
|
There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors.