caraitto
caraitto
If 2 browser tabs are able to use this API at the same time, I'm concerned about the potential for cross-site tracking. Would it be possible to restrict usage to...
1. Modify a spec, build the diff. For instance, click on the "Diff" link in the "Preview | Diff" section of https://github.com/WICG/turtledove/pull/1180. (I'm not sure how to do this from...
The diff mode feature I see on pull requests is very useful. Here's how I access it: 1. Modify a spec, build the diff. For instance, click on the "Diff"...
### Does the feature exist in the most recent commit? Nope: https://github.com/google/googletest/blob/ff233bdd4cac0a0bf6e5cd45bda3406814cb2796/googletest/include/gtest/gtest-spi.h#L1 ### Why do we need this feature? gtest-spi.h allows checking for non-fatal failures with `EXPECT_NONFATAL_FAILURE()` and matching the...