Skip to content

WebExtensions: Implement cookies API

Patrick Griffis requested to merge pgriffis/web-extension/cookies into master

This implements nearly all of the cookies API with two exceptions:

  • WebKitCookiesManager::changed doesn't give us enough information to implement cookies.onChanged.
  • WebKitCookiesManager doesn't expose the ability easily list all cookies for every URL.

Merge request reports