Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
michael@0 | 1 | Name |
michael@0 | 2 | |
michael@0 | 3 | ANGLE_direct3d_display |
michael@0 | 4 | |
michael@0 | 5 | Name Strings |
michael@0 | 6 | |
michael@0 | 7 | EGL_ANGLE_direct3d_display |
michael@0 | 8 | |
michael@0 | 9 | Contributors |
michael@0 | 10 | |
michael@0 | 11 | Nicolas Capens |
michael@0 | 12 | Shannon Woods |
michael@0 | 13 | |
michael@0 | 14 | Contacts |
michael@0 | 15 | |
michael@0 | 16 | Shannon Woods, Google Inc. (shannonwoods 'at' chromium.org) |
michael@0 | 17 | |
michael@0 | 18 | Status |
michael@0 | 19 | |
michael@0 | 20 | In progress |
michael@0 | 21 | |
michael@0 | 22 | Version |
michael@0 | 23 | |
michael@0 | 24 | Version 1, May 15, 2013 |
michael@0 | 25 | |
michael@0 | 26 | Number |
michael@0 | 27 | |
michael@0 | 28 | EGL Extension #?? |
michael@0 | 29 | |
michael@0 | 30 | Dependencies |
michael@0 | 31 | |
michael@0 | 32 | This extension is written against the wording of the EGL 1.4 |
michael@0 | 33 | Specification. |
michael@0 | 34 | |
michael@0 | 35 | Overview |
michael@0 | 36 | |
michael@0 | 37 | This extension allows for specifying the behavior of the renderer backing the display. |
michael@0 | 38 | |
michael@0 | 39 | New Types |
michael@0 | 40 | |
michael@0 | 41 | None |
michael@0 | 42 | |
michael@0 | 43 | New Procedures and Functions |
michael@0 | 44 | |
michael@0 | 45 | None |
michael@0 | 46 | |
michael@0 | 47 | New Tokens |
michael@0 | 48 | |
michael@0 | 49 | EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE (EGLNativeDisplayType)-2 |
michael@0 | 50 | EGL_D3D11_ONLY_DISPLAY_ANGLE (EGLNativeDisplayType)-3 |
michael@0 | 51 | |
michael@0 | 52 | Additions to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors) |
michael@0 | 53 | |
michael@0 | 54 | Add before the last sentence of the first paragraph of section 3.2, |
michael@0 | 55 | "Initialization": |
michael@0 | 56 | |
michael@0 | 57 | "If <display_id> is EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE, the display returned |
michael@0 | 58 | will be backed by a Direct3D 11 renderer if one is available, or by a |
michael@0 | 59 | Direct3D 9 renderer otherwise. If <display_id> is EGL_D3D11_ONLY_DISPLAY_ANGLE, |
michael@0 | 60 | the display returned will be backed by a Direct3D 11 renderer if one is |
michael@0 | 61 | available, or will return NULL otherwise." |
michael@0 | 62 | |
michael@0 | 63 | Issues |
michael@0 | 64 | |
michael@0 | 65 | Revision History |
michael@0 | 66 | |
michael@0 | 67 | Version 1, 2013/05/15 - First draft. |
michael@0 | 68 |