gngr
gngr copied to clipboard
a cross-platform browser focussed on privacy.
This will help not only client scripts, but also help internally in determining whether a document is XHTML or not.
For example, setting a `tr` element's background doesn't work.
The layout routines assume a hard-coded thickness for the scrollbar. But the JScrollBar as used currently has an unpredictable thickness, because the scrollbar's UI chooses a thickness as per its...
* We are not sure what is meant by "validity of metadata", other than syntax validity. Discussion [here](https://github.com/w3c/webappsec/issues/531) * Check eligibility of response for integrity validation - CORS
The request engine maintains two types of caches: a transient (in memory) cache and a persistent (on disk) cache for cacheable responses. The purpose of the transient cache is not...
Hey , I was testing if the browser supports the X-Frame-Options directive, the HTTP response header can be used to indicate whether or not the browser should be allowed to...
### Background While blocking javascript and cookies by default is a great security measure, there is still a wide room left for phishing attacks which usually work through social engineering....
We are currently using `Toolkit.getDefaultTookkit().createImage()` to get an `Image` instance. The advantage of this is that GIF animations are automatically handled by the Image. One possible disadvantage is that we...
The tab bar (when it arrives) can have sections, one of which can be for RSS feeds.
They raise this exception: ``` sun.awt.image.ImageFormatException: Unsupported color conversion request at sun.awt.image.JPEGImageDecoder.readImage(Native Method) at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:141) at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:269) at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:205) at sun.awt.image.ImageFetcher.run(ImageFetcher.java:169) ``` Will be uploading a test case soon.