Matt Giuca

Results 22 issues of Matt Giuca

Currently, handlers are specified declaratively in the web manifest. This is great for indexing, but it means the browser needs to decide when to prompt the user to install a...

Use IndexedDB to persist the virtual file system presented by the Ballista Cloud Demo. Currently, all the state is stored in the foreground page's JavaScript context. By making it (locally)...

I just built H'uru from source, connecting to my own Dirtsand using the Dockersand script, using the `/LocalData` arg. Versions (everything fresh as of 2023-04-19): * H'uru: 13b0b9cc16b * Dirtsand:...

## Description of problem A link to an attribute value is being targeted at an unrelated definition with the same name. From within the Manifest spec: `[^link/rel/manifest^]` should link to...

bug

Raised by @grorg on [webkit-dev](https://lists.webkit.org/pipermail/webkit-dev/2020-February/031058.html): > I'd also like to see some specification text describing how the browser should ignore multiple set/clear operations executed in rapid succession (e.g. to create...

We had an anonymous feature request from the [Chrome origin trial feedback](https://docs.google.com/document/d/1h8kaA7VwlUijQJUcUdizXhAMymQJk2HNC3NDdEqxksA/edit): > It would be great to allow a limited set of other characters in the badge - like...

question

The service worker should serve the start page when the user hits a URL ending in /. Currently it just forwards it to the server, which means it may or...

bug

Run `run_tests.py js`. Output: ``` /path/to/caterpillar/node_modules/karma/node_modules/di/lib/injector.js:9 throw error('No provider for "' + name + '"!'); ^ Error: No provider for "framework:sinon"! (Resolving: framework:sinon) at error (/path/to/caterpillar/node_modules/karma/node_modules/di/lib/injector.js:22:68) at Object.parent.get (/path/to/caterpillar/node_modules/karma/node_modules/di/lib/injector.js:9:13) at...

1. `./run_tests.py py` Tests are generating this warning: ``` /usr/local/lib/python2.7/dist-packages/bs4/__init__.py:166: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually...

This is seen in JavaScript console: Uncaught (in promise) TypeError: Failed to execute 'fetch' on 'ServiceWorkerGlobalScope': Cannot construct a Request with a Request whose mode is 'navigate' and a non-empty...