564
edits
No edit summary |
No edit summary |
||
| Line 43: | Line 43: | ||
* Testing | * Testing | ||
** A thorough battery of tests will be required to prove the API changes are correct | ** A thorough battery of tests will be required to prove the API changes are correct | ||
* Additional Research | |||
** Determine the UX for Firefox Mobile, B2G - there is no about:permissions on any mobile release target | |||
|Feature implementation notes=This probably involves adding a constant to nsICookiePermission.idl to state whether or not third party cookies are allowed for the specified origin. Probably also involves tweaking nsCookieService.cpp to check for both the global and origin-specific third party cookie permissions (see line 3122 of that file). | |Feature implementation notes=This probably involves adding a constant to nsICookiePermission.idl to state whether or not third party cookies are allowed for the specified origin. Probably also involves tweaking nsCookieService.cpp to check for both the global and origin-specific third party cookie permissions (see line 3122 of that file). | ||
edits