Jeffrey Yasskin
Jeffrey Yasskin
The explainer should discuss what the browser does for an origin for which all resources are available in languages `A` and `B`, but some are also translated to language `C`,...
I copied the content of [`hello.html.cpp`](https://github.com/jfbastien/cpp-html/blob/master/hello.html.cpp) into an HTML file, and it didn't render well in Chrome 67:  I was expecting:  Please fix. You may need...
In https://github.com/jyasskin/chromium, I'm trying to rebase-with-history `service-worker-apps` (e49557a06ee349daee3edbac71b565ff315509cd) onto `lkgr^` (ac5e723c9b830fecd3d13c65b66b0e0fd36e51f9). This gave the following output: ``` $ git imerge start --first-parent --goal=rebase-with-history --name service-worker-apps lkgr^ Attempting automerge of 1-1...success....
I ran `git checkout service-worker-apps && git imerge start --first-parent --goal=rebase-with-history --name service-worker-apps lkgr^` and got the result at https://github.com/jyasskin/chromium/tree/service-worker-apps.broken.imerge. This was quite possibly my mistake, but I think it's...
The new Rietveld UI has 1em of space between each line of text (Owner, Created, Modified, CQ, etc.) and .65em extra space between each line inside a paragraph, which means...
In https://codereview.chromium.org/812853002 in new-line-19 of LayoutTests/http/tests/navigatorconnect/connect-cross-origin.html (why can't I link directly to a line?), the line's mysteriously been replaced by itself. It'd be nice to see something like github's ...
If an HTML element comes from a different iframe, its constructor won't equal `HTMLElement`. It'll equal `otherWindow.HTMLElement`, and that means the test in [`overwriteMethod('match')`](https://github.com/nathanboktae/chai-dom/blob/master/chai-dom.js#L225) returns `false` when it ought to...
On mobile, the initial load presents a screen like  where the prompt hides the text that, on desktop, would explain what the prompt...
https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00 and https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02#section-5.2 define a "site for cookies" for clients which is passed through requests to determine which cookies to send. That's effectively a monkeypatch of this spec and HTML,...
@domenic says ECMAScript just did something like this.