Nikita Vasilyev

Results 65 comments of Nikita Vasilyev

No. Not yet. https://bugs.webkit.org/show_bug.cgi?id=74755

To make it work I need to: 1. send HTML patches from the browser 2. Apply them on the server The second part requires [HTML parser that preserves the original...

I don’t yet see what the problem is. How could onResourceContentCommitted fire with event.type font? Could you provide example page?

https://gist.github.com/ ?

> ive found that if you have a stylesheet before and after an external script include, the document.head.querySelectorAll("link[rel=stylesheet][href]") tends to only return those that fall before... No, it’s not. http://elv1s.ru/x/script-between-stylesheets.html

After 28dc2bd3dda7d69f3c991af1456b747af40d957b getLastStylesheetURL executes lazily on adding new CSS rule, so it should be fixed. Check out version from the repo.

Is any of this still relevant?

DevTools console is much more verbose now. Provide an output from it next time the problem happens.

Latest Chrome DevTools support [Workspaces](https://plus.google.com/+GoogleChromeDevelopers/posts/644qQuBKZeL) which makes Chrome DevTools Autosave obsolete. ![chrome-devtools-workspaces](https://f.cloud.github.com/assets/55838/727738/6e76debc-e1b9-11e2-8ae9-716b21090a7c.png) Workspaces miss only one feature that Autosave has–saving newly CSS rules to the last included stylesheet file.

Why, exactly, do you need a single resource to be saved in two different places? > I use a tool that hashes the resources and changes the url to the...