We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
work on an XPCNativeWrapper
XPCNativeWrapper jest sposobem na opakowanie obiektu, aby możliwy był bezpieczny dostęp z uprawnionego kodu.
XPCNativeWrapper is a way to wrap up an object so that it's safe to access from privileged code.
Obiekt XPCNativeWrapper ogranicza dostęp do własności i metod obiektu, który jest przez niego opakowany.
An XPCNativeWrapper limits access to the properties and methods of the object it wraps.
Istnieją trzy różne sposoby tworzenia obiektów XPCNativeWrapper - po jednym dla każdego z trzech typów.
There are three different ways of creating an XPCNativeWrapper object; one way for each of the three types.
Dostęp do własności jawnego obiektu XPCNativeWrapper jest zawsze bezpieczny, niezależnie od tego, czy wywołujący skrypt jest chroniony.
Property access on an explicit XPCNativeWrapper is safe no matter whether the caller is protected.
Niektóre często stosowane własności i style kodowania nie mogą być używane z obiektami XPCNativeWrapper
There are some commonly used properties and coding styles that cannot be used with XPCNativeWrapper.
Oznacza to, że w skryptach, które nie są chronione, nie trzeba zajmować się możliwością wystąpienia błędów, ponieważ do skryptów tych przekazywane są niejawne obiekty XPCNativeWrapper.
This means that scripts that are not protected don't need to worry about bugs arising because other code hands them an implicit XPCNativeWrapper.
Obiekt XPCNativeWrapper może być jawny (lub odwrotnie: niejawny) albo też głęboki (lub odwrotnie: płytki).
An XPCNativeWrapper can be explicit (or the opposite, implicit) and can be deep (or the opposite, shallow).
W wersjach z serii 1.5.0.x występują dwa znane błędy w obsłudze obiektów XPCNativeWrapper
Known bugs There are two known bugs in XPCNativeWrapper in the 1.5.0.x versions
Nie jest możliwy dostęp do nazwanych elementów określanych przy użyciu nazw w odniesieniu do obiektu XPCNativeWrapper opakowującego dokument HTML.
Przypisywanie wartości lub odczytywanie własności on* obiektu XPCNativeWrapper opakowującego węzeł DOM lub obiekt window spowoduje zgłoszenie wyjątku.
Assigning to or reading an on* property on an XPCNativeWrapper of a DOM node or Window object will throw an exception.
Utworzenie nowego jawnego obiektu XPCNativeWrapper dla tego samego potencjalnie niezabezpieczonego obiektu object spowoduje utworzenie nowego obiektu opakowującego; należy mieć to na uwadze przy ustawianiu własności "expando".
Explicit XPCNativeWrapper objects exist while they are referenced. Creating a new explicit XPCNativeWrapper for the same possibly-unsafe object will create a new wrapper object; something to watch out for when setting "expando" properties
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.