Results 132 issues of David Benjamin

Related to https://github.com/GoogleChrome/chromium-dashboard/issues/3335, even with that bug fixed, there is still a mismatch in Blink process and non-Blink launches. Right now, I have to personally remember that every TLS-adjacent launch...

bug
for-feature-authors

The 64-bit fiat-c files rely on uint128, which doesn't work in MSVC. Instead, MSVC has its own intrinsics. (Irritatingly, they're different between x86_64 and aarch64. There's `_umul128` on x86_64 and...

Here's my latest foray into this amusement. I suspect some of this could be factored out better, but I wasn't sure what the right structure was. --- Thankfully, most modular...

awaiting-author-action

If someone has non-ASCII characters in a friendlyName, the OpenSSL command-line tool will print out each code point modulo 256, which is not very useful.

branch: master
triaged: feature
stalled: awaiting contributor response

This seems to be the new way to do this. Although we don't get the persistent cache anymore. Maybe that's fine? Perhaps we should be falling back to the HTTP...

Would allow running with higher resolutions. It's possible this is just a matter of a recompile.

PNaCL exists now.

There's been some sort of crash I've hit occasionally. It might be correlated with the computer winning a match with the Syreen ship?

http://trac.webkit.org/changeset/116388 when this trickles down Or just kill it altogether really. I bet no one is hitting it anymore. Maybe I could plug in Google Analytics stuff to see if...

No seriously, parsing that stuff with NULs is silly. JsonCpp's in naclports. We can just use that.