Jeffrey Yasskin

Results 195 issues of 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: ![rendered hello.html.cpp](https://user-images.githubusercontent.com/83420/38203837-652519e6-3655-11e8-8fc8-14b1ed3a8a20.png) I was expecting: ![expected rendering](https://user-images.githubusercontent.com/83420/38203912-b028c866-3655-11e8-8089-166dbcb0e9af.png) 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...

enhancement

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 ![no-newline](https://cloud.githubusercontent.com/assets/83420/5512931/15ee0400-8799-11e4-90cb-bdbd7e489496.png)...

enhancement

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 ![Geolocation prompt on top of explanatory text](https://user-images.githubusercontent.com/83420/95119166-61f87780-0700-11eb-9691-363567f071fd.png) 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,...

topic: cookies

@domenic says ECMAScript just did something like this.

enhancement
project-consistency-checking
planned-2024