Confirmed users
394
edits
Benfrancis (talk | contribs) No edit summary |
Benfrancis (talk | contribs) No edit summary |
||
Line 81: | Line 81: | ||
! Name !! Priority !! Bug !! Status | ! Name !! Priority !! Bug !! Status | ||
|- | |- | ||
|Process separation || P1 || || | |Process separation || P1 || {{bug|714861}} || IMPLEMENTED | ||
|- | |- | ||
|Framebusting protection || P1 || || IN PROGRESS (implemented but needs improvement) | |Framebusting protection || P1 || || IN PROGRESS (implemented but needs improvement) | ||
Line 92: | Line 92: | ||
|- | |- | ||
|Context menu || P1 || || NOT STARTED | |Context menu || P1 || || NOT STARTED | ||
|- | |||
|Permissions prompts || P1 || || NOT STARTED | |||
|- | |||
|Clear private data || P1 || || NOT STARTED || | |||
|- | |||
|Turn cookies on/off || P1 || || NOT STARTED || | |||
|} | |} | ||
Line 205: | Line 211: | ||
'''Framebusting protection''' | '''Framebusting protection''' | ||
: A browser element should ignore X-Frame-Options HTTP headers and act as a window.top boundary in order to prevent web sites from frame-busting. | : A browser element should ignore X-Frame-Options HTTP headers and act as a window.top boundary in order to prevent web sites from frame-busting. We already have a pref to disable X-Frame-Options system-wide but we need a way to just disable this for <browser> elements. | ||
'''Touch pan & zoom''' | '''Touch pan & zoom''' | ||
Line 222: | Line 228: | ||
: Some method of providing a context menu ("open in new tab" etc.), e.g. with a long press. | : Some method of providing a context menu ("open in new tab" etc.), e.g. with a long press. | ||
'''Permissions prompts''' | |||
: Some method of showing/wrapping permissions prompts for e.g. geolocation and indexedDB | |||
'''Clear private data''' | |||
: Some method of clearing private data, specifically for one app. Not sure if this should be part of the browser API, or another API. This should include the ability to clear cookies & cache for one particular app. Download history, saved form data, saved passwords and offline website data (indexedDB, localStorage, appcache etc.) may also need to be cleared in future. | |||
'''Turn cookies on/off''' | |||
: Some method of turning cookies on and off specifically for one app. Not sure if this should be part of the browser API or some other API. | |||
== Other Comments == | == Other Comments == |