dom/locales/en-US/chrome/security/caps.properties

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 # This Source Code Form is subject to the terms of the Mozilla Public
     2 # License, v. 2.0. If a copy of the MPL was not distributed with this
     3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     4 CheckMessage = Remember this decision
     5 CheckLoadURIError = Security Error: Content at %S may not load or link to %S.
     6 CheckSameOriginError = Security Error: Content at %S may not load data from %S.
     8 # LOCALIZATION NOTE (GetPropertyDeniedOrigins):
     9 # %1$S is the origin of the script which was denied access.
    10 # %2$S is the type of object it was.
    11 # %3$S is the property of that object that access was denied for.
    12 # %4$S is the origin of the object access was denied to.
    13 GetPropertyDeniedOrigins = Permission denied for <%1$S> to get property %2$S.%3$S from <%4$S>.
    14 # LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomain):
    15 # %1$S is the origin of the script which was denied access.
    16 # %2$S is the type of object it was.
    17 # %3$S is the property of that object that access was denied for.
    18 # %4$S is the origin of the object access was denied to.
    19 # %5$S is the value of document.domain for the script which was denied access;
    20 #      don't translate "document.domain".
    21 GetPropertyDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to get property %2$S.%3$S from <%4$S> (document.domain has not been set).
    22 # LOCALIZATION NOTE (GetPropertyDeniedOriginsObjectDomain):
    23 # %1$S is the origin of the script which was denied access.
    24 # %2$S is the type of object it was.
    25 # %3$S is the property of that object that access was denied for.
    26 # %4$S is the origin of the object access was denied to.
    27 # %5$S is the value of document.domain for the object being accessed;
    28 #      don't translate "document.domain".
    29 GetPropertyDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to get property %2$S.%3$S from <%4$S> (document.domain=<%5$S>).
    30 # LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomainObjectDomain):
    31 # %1$S is the origin of the script which was denied access.
    32 # %2$S is the type of object it was.
    33 # %3$S is the property of that object that access was denied for.
    34 # %4$S is the origin of the object access was denied to.
    35 # %5$S is the value of document.domain for the script which was denied access;
    36 #      don't translate "document.domain"
    37 # %6$S is the value of document.domain for the object being accessed;
    38 #      don't translate "document.domain".
    39 GetPropertyDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to get property %2$S.%3$S from <%4$S> (document.domain=<%6$S>).
    41 # LOCALIZATION NOTE (SetPropertyDeniedOrigins):
    42 # %1$S is the origin of the script which was denied access.
    43 # %2$S is the type of object it was.
    44 # %3$S is the property of that object that access was denied for.
    45 # %4$S is the origin of the object access was denied to.
    46 SetPropertyDeniedOrigins = Permission denied for <%1$S> to set property %2$S.%3$S on <%4$S>.
    47 # LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomain):
    48 # %1$S is the origin of the script which was denied access.
    49 # %2$S is the type of object it was.
    50 # %3$S is the property of that object that access was denied for.
    51 # %4$S is the origin of the object access was denied to.
    52 # %5$S is the value of document.domain for the script which was denied access;
    53 #      don't translate "document.domain".
    54 SetPropertyDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to set property %2$S.%3$S on <%4$S> (document.domain has not been set).
    55 # LOCALIZATION NOTE (SetPropertyDeniedOriginsObjectDomain):
    56 # %1$S is the origin of the script which was denied access.
    57 # %2$S is the type of object it was.
    58 # %3$S is the property of that object that access was denied for.
    59 # %4$S is the origin of the object access was denied to.
    60 # %5$S is the value of document.domain for the object being accessed;
    61 #      don't translate "document.domain".
    62 SetPropertyDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to set property %2$S.%3$S on <%4$S> (document.domain=<%5$S>).
    63 # LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomainObjectDomain):
    64 # %1$S is the origin of the script which was denied access.
    65 # %2$S is the type of object it was.
    66 # %3$S is the property of that object that access was denied for.
    67 # %4$S is the origin of the object access was denied to.
    68 # %5$S is the value of document.domain for the script which was denied access;
    69 #      don't translate "document.domain"
    70 # %6$S is the value of document.domain for the object being accessed;
    71 #      don't translate "document.domain".
    72 SetPropertyDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to set property %2$S.%3$S on <%4$S> (document.domain=<%6$S>).
    74 # LOCALIZATION NOTE (CallMethodDeniedOrigins):
    75 # %1$S is the origin of the script which was denied access.
    76 # %2$S is the type of object it was.
    77 # %3$S is the method of that object that access was denied for.
    78 # %4$S is the origin of the object access was denied to.
    79 CallMethodDeniedOrigins = Permission denied for <%1$S> to call method %2$S.%3$S on <%4$S>.
    80 # LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomain):
    81 # %1$S is the origin of the script which was denied access.
    82 # %2$S is the type of object it was.
    83 # %3$S is the method of that object that access was denied for.
    84 # %4$S is the origin of the object access was denied to.
    85 # %5$S is the value of document.domain for the script which was denied access;
    86 #      don't translate "document.domain".
    87 CallMethodDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to call method %2$S.%3$S on <%4$S> (document.domain has not been set).
    88 # LOCALIZATION NOTE (CallMethodDeniedOriginsObjectDomain):
    89 # %1$S is the origin of the script which was denied access.
    90 # %2$S is the type of object it was.
    91 # %3$S is the method of that object that access was denied for.
    92 # %4$S is the origin of the object access was denied to.
    93 # %5$S is the value of document.domain for the object being accessed;
    94 #      don't translate "document.domain".
    95 CallMethodDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to call method %2$S.%3$S on <%4$S> (document.domain=<%5$S>).
    96 # LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomainObjectDomain):
    97 # %1$S is the origin of the script which was denied access.
    98 # %2$S is the type of object it was.
    99 # %3$S is the method of that object that access was denied for.
   100 # %4$S is the origin of the object access was denied to.
   101 # %5$S is the value of document.domain for the script which was denied access;
   102 #      don't translate "document.domain"
   103 # %6$S is the value of document.domain for the object being accessed;
   104 #      don't translate "document.domain".
   105 CallMethodDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to call method %2$S.%3$S on <%4$S> (document.domain=<%6$S>).
   107 GetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to get property %S.%S
   108 SetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to set property %S.%S
   109 CallMethodDeniedOriginsOnlySubject = Permission denied for <%S> to call method %S.%S
   110 CreateWrapperDenied = Permission denied to create wrapper for object of class %S
   111 CreateWrapperDeniedForOrigin = Permission denied for <%2$S> to create wrapper for object of class %1$S
   112 ProtocolFlagError = Warning: Protocol handler for '%S' doesn't advertise a security policy.  While loading of such protocols is allowed for now, this is deprecated.  Please see the documentation in nsIProtocolHandler.idl.

mercurial