gfx/angle/src/libEGL/libEGL.def

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

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.

     1 LIBRARY	libEGL
     2 EXPORTS
     3 	eglBindAPI                      @14
     4 	eglBindTexImage                 @20
     5 	eglChooseConfig                 @7
     6 	eglCopyBuffers                  @33
     7 	eglCreateContext                @23
     8 	eglCreatePbufferFromClientBuffer        @18
     9 	eglCreatePbufferSurface         @10
    10 	eglCreatePixmapSurface          @11
    11 	eglCreateWindowSurface          @9
    12 	eglDestroyContext               @24
    13 	eglDestroySurface               @12
    14 	eglGetConfigAttrib              @8
    15 	eglGetConfigs                   @6
    16 	eglGetCurrentContext            @26
    17 	eglGetCurrentDisplay            @28
    18 	eglGetCurrentSurface            @27
    19 	eglGetDisplay                   @2
    20 	eglGetError                     @1
    21 	eglGetProcAddress               @34
    22 	eglInitialize                   @3
    23 	eglMakeCurrent                  @25
    24 	eglQueryAPI                     @15
    25 	eglQueryContext                 @29
    26 	eglQueryString                  @5
    27 	eglQuerySurface                 @13
    28 	eglReleaseTexImage              @21
    29 	eglReleaseThread                @17
    30 	eglSurfaceAttrib                @19
    31 	eglSwapBuffers                  @32
    32 	eglSwapInterval                 @22
    33 	eglTerminate                    @4
    34 	eglWaitClient                   @16
    35 	eglWaitGL                       @30
    36 	eglWaitNative                   @31

mercurial