Daniel Howe

Results 214 issues of Daniel Howe

> Origin Bound Certificates (aka ChannelID) are persistent self-signed certificates identifying the client to an HTTPS server, envisioned as the future of session management on the web. A separate certificate...

PRIORITY: Medium
Question

Lets integrate this (using the ad positions framework), into our testing of version 3.0

PRIORITY: Medium
Enhancement

Keeping a list of next steps here (though each will be a separate issue): - PageVisitor (#4): Visit URLs in a hidden tab/window that is invisible to the user -...

enhancement
help wanted

A simple logger that writes JSON-formatted messages to a file (generally adnauseam.log, which it should create if not existing). It should have functions like: Logger.log(); // should take msg, object...

enhancement
help wanted

This entity should handle registering, de-registering, and listening for request-related events. The equivalent events in Firefox are "http-on-modify-request" and "http-on-examine-response". It needs to be able to read and modify cookies...

enhancement
help wanted

Visit URLs in a hidden tab/window invisible to user. In FF, we use the [page-worker API](https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/page-worker) for this. In Chrome we may need to create and manage an iframe on...

enhancement
help wanted

Need to override at least one function in an (unmodified) adblocker. This is tricky if not impossible (any Chrome gurus want to weigh in on this?) when the adblocker does...

enhancement
help wanted

I'm sure I'm missing something obvious but I get 'TypeError: wordnet.open is not a function' when I attempt to run the example from the README. ```js const WordNet = require('node-wordnet');...

When loading the reference page (http://p5js.org/reference/) there is often a noticeable lag where the content is blank (~7-12 seconds for me), which may be confusing to new users and/or annoying......

bug

![screen shot 2016-09-23 at 4 39 16 am](https://cloud.githubusercontent.com/assets/737638/18765312/b3b297d8-8147-11e6-9e95-5faf993885d2.png) p5 3.2.1 on OSX 10.10.5 And it also crashes on exit ``` # # A fatal error has been detected by the...