gfx/angle/angle-build-case-sensitive.patch

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 From: Jeff Gilbert <jgilbert@mozilla.com>
     2 * * *
     3 Bug 840577 - Fix ANGLE cross compilation on case sensitive OSes, relanded
     5 diff --git a/gfx/angle/src/libGLESv2/precompiled.h b/gfx/angle/src/libGLESv2/precompiled.h
     6 --- a/gfx/angle/src/libGLESv2/precompiled.h
     7 +++ b/gfx/angle/src/libGLESv2/precompiled.h
     8 @@ -30,13 +30,13 @@
     9  #include <sstream>
    10  #include <string>
    11  #include <unordered_map>
    12  #include <vector>
    14  #include <d3d9.h>
    15  #include <D3D11.h>
    16  #include <dxgi.h>
    17 -#include <D3Dcompiler.h>
    18 +#include <d3dcompiler.h>
    20  #ifdef _MSC_VER
    21  #include <hash_map>
    22  #endif

mercurial