Jeremy Rose
Jeremy Rose
@elmindreda thanks! IMO `Closest` implies geometrically closest, which isn't what the mentioned APIs do. Perhaps `glfwGetFocusedMonitor`?
@slawrence2302 this is a neat workaround, thanks for posting it! FWIW, the proposal I'm making is that `glfwGetFocusedMonitor` returns the monitor which contains the currently focused window. That is, the...
heya, sorry for the delay, i was on leave. Do you have a .dmp file I could inspect which reproduces the issue?
converted to draft to reflect WIP status.
@arestov it seems like the original author of this PR has vanished; feel free to create a new PR to continue where they left off and address the comments that...
+1, I copy/paste JSON out of the browser _all the time_.
NB https://github.com/WICG/performance-measure-memory seems relevant. Enable with `enableBlinkFeatures: 'MeasureMemory'`. Does that solve your problem?
> how to make the renderer process cross origin isolated renderer processes are isolated per origin by default. how are you managing to make them _not_ cross origin isolated?
It's failing on this line: https://source.chromium.org/chromium/chromium/src/+/master:net/cookies/cookie_util.cc;l=268;drc=587068ee20325543d40cbd4bf50bed6af51ee23e because ``` cookie_domain_and_registry = ycombinator.com url_domain_and_registry = news.ycombinator.com ``` changing the cookie to be for `news.ycombinator.com` results in [this check](https://source.chromium.org/chromium/chromium/src/+/master:net/cookies/cookie_monster.cc;l=1767;drc=587068ee20325543d40cbd4bf50bed6af51ee23e) being hit instead, because...
@vladimiry I don't think so... I'm not sure where would be the best place to document. Do you want to make a docs PR?