Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 Name
3 ANGLE_software_display
5 Name Strings
7 EGL_ANGLE_software_display
9 Contributors
11 John Bauman
12 Daniel Koch
14 Contacts
16 John Bauman, Google Inc. (jbauman 'at' chromium.org)
18 Status
20 In progress
22 Version
24 Version 2, October 19, 2011
26 Number
28 EGL Extension #??
30 Dependencies
32 This extension is written against the wording of the EGL 1.4
33 Specification.
35 Overview
37 This extension allows for receiving a device that uses software rendering.
39 New Types
41 None
43 New Procedures and Functions
45 None
47 New Tokens
49 EGL_SOFTWARE_DISPLAY_ANGLE (EGLNativeDisplayType)-1
51 Additions to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
53 Add before the last sentence of the first paragraph of section 3.2,
54 "Initialization":
56 "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
57 everything in software will be returned."
59 Issues
61 Revision History
63 Version 1, 2011/07/12 - first draft.
64 Version 2, 2011/10/18 - add token definition