/
githubmirror
/
servo
ОбзорДокументацияВойти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
servo/
.../script/dom/
..
audio

script: Add message to IndexSizeError (#40463)

9 месяцев назад
bindings

script: Add message to HierarchyRequestError (#40366)

9 месяцев назад
bluetooth

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
canvas

Fix some typos in comments across various parts of the codebase (#40492)

9 месяцев назад
credentialmanagement

Initial credential management checks (#40388)

9 месяцев назад
css

script: Add message to HierarchyRequestError (#40366)

9 месяцев назад
gamepad

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
geolocation

script: Stubs for geolocation interfaces (#39584)

10 месяцев назад
html

Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)

9 месяцев назад
indexeddb

Fix some typos in comments across various parts of the codebase (#40492)

9 месяцев назад
media

html: Remove `canGC` argument from <media> internal `seek` method (#40587)

9 месяцев назад
performance

Add basic `IDL` implementation for `LargestContentfulPaint` (#39714)

9 месяцев назад
servoparser

script: servoparser line number pass to CSP (#40597)

9 месяцев назад
subtlecrypto

script: Correctly parse spki and pkcs8 of ECDH (#40605)

9 месяцев назад
svg

dom: Add the attribute mutation reason (#40527)

9 месяцев назад
testing

constellation: Reuse `InitialScriptState` and `InitialPipelineState` in `UnprivilegedPipelineContent` (#40529)

9 месяцев назад
webgl

script: Wrap remaining unsafe code and enable `unsafe_op_in_unsafe_fn` (#40499)

9 месяцев назад
webgpu

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
webrtc

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
webxr

script: Wrap remaining unsafe code and enable `unsafe_op_in_unsafe_fn` (#40499)

9 месяцев назад
workers

script: Use `ScriptEventLoopSender` for Runtime event loop callbacks (#40590)

9 месяцев назад
abortcontroller.rs

Add spec steps and comments for fetch abort steps (#39283)

год назад
abortsignal.rs

Add AbortSignal garbage collection (#40508)

9 месяцев назад
abstractrange.rs

cargo: Bump rustc to 1.89 (#36818)

год назад
activation.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
animationevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
attr.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
beforeunloadevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
blob.rs

Implement read looping using a read request following the spec (#39510)

9 месяцев назад
broadcastchannel.rs

script: Add message to InvalidStateError (#39535)

10 месяцев назад
bytelengthqueuingstrategy.rs

script: Wrap remaining unsafe code and enable `unsafe_op_in_unsafe_fn` (#40499)

9 месяцев назад
cdatasection.rs

script: Limit public exports. (#34915)

2 года назад
characterdata.rs

Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)

9 месяцев назад
client.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
clipboard.rs

Define conditional_malloc_size_of for all Rc (#39660)

10 месяцев назад
clipboardevent.rs

More miscellaneous script splitting changes (#36220)

год назад
clipboarditem.rs

Add CanGc argument to SafeFromJSValConvertible::safe_from_jsval (#40404)

9 месяцев назад
closeevent.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
comment.rs

script: Limit public exports. (#34915)

2 года назад
compositionevent.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
compressionstream.rs

script: Implement MallocSizeOf for (De)Compressor (#40420)

9 месяцев назад
console.rs

script: Wrap remaining unsafe code and enable `unsafe_op_in_unsafe_fn` (#40499)

9 месяцев назад
cookiestore.rs

script_bindings: Small USVString cleanup (#40537)

9 месяцев назад
countqueuingstrategy.rs

script: Wrap remaining unsafe code and enable `unsafe_op_in_unsafe_fn` (#40499)

9 месяцев назад
create.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
crypto.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
cryptokey.rs

script: Implement import key operation of X25519 (#40398)

9 месяцев назад
csp.rs

script: servoparser line number pass to CSP (#40597)

9 месяцев назад
csppolicyviolationreport.rs

Add support for Reporting-Endpoints (#37965)

год назад
customelementregistry.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
customevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
customstateset.rs

Script: Lazily transform the DOMString into Rust String instead of immediately. (#39509)

10 месяцев назад
datatransfer.rs

Script: len,is_empty and match for DOMString (#39866)

10 месяцев назад
datatransferitem.rs

Define conditional_malloc_size_of for all Rc (#39660)

10 месяцев назад
datatransferitemlist.rs

Define conditional_malloc_size_of for all Rc (#39660)

10 месяцев назад
debuggeradddebuggeeevent.rs

add CanGc as argument to safe_to_jsval (#40175)

10 месяцев назад
debuggergetpossiblebreakpointsevent.rs

devtools: Show clients where they can set breakpoints (#37667)

год назад
debuggerglobalscope.rs

Script: Do not double copy for javascript source (#40464)

9 месяцев назад
decompressionstream.rs

script: Implement MallocSizeOf for (De)Compressor (#40420)

9 месяцев назад
defaultteereadrequest.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
defaultteeunderlyingsource.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
dissimilaroriginlocation.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
dissimilaroriginwindow.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
document.rs

Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)

9 месяцев назад
document_embedder_controls.rs

script: Add context-based context menu options (#40501)

9 месяцев назад
document_event_handler.rs

Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)

9 месяцев назад
documentfragment.rs

Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)

9 месяцев назад
documentorshadowroot.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
documenttype.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
domexception.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
domimplementation.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
dommatrix.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
dommatrixreadonly.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
domparser.rs

script: Use CSP sandboxing flags for `<iframe>` and pass them to child `Document`s (#39610)

10 месяцев назад
dompoint.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
dompointreadonly.rs

Replace Hash Algorithm in HashMap/Set with FxHashMap/Set for simple types (#39166)

год назад
domquad.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
domrect.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
domrectlist.rs

Use Window in new methods instead of GlobalScope for interfaces with … (#36133)

год назад
domrectreadonly.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
domstringlist.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
domstringmap.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
domtokenlist.rs

script: Add message to InvalidCharacterError (#40169)

10 месяцев назад
dynamicmoduleowner.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
element.rs

Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)

9 месяцев назад
elementinternals.rs

add CanGc as argument to Validatable.satisfies_constraints (#40176)

10 месяцев назад
errorevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
event.rs

Properly initialize related_target in UI events (#40182)

10 месяцев назад
eventsource.rs

script: Have `FetchResponseListener::process_response_eof` consume the listener (#40556)

9 месяцев назад
eventtarget.rs

script: servoparser line number pass to CSP (#40597)

9 месяцев назад
extendableevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
extendablemessageevent.rs

feat: add can_gc argument to to_frozen_array (#36043)

год назад
fetchlaterresult.rs

Implement `fetchLater` (#39547)

10 месяцев назад
file.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
filelist.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
filereader.rs

Implement read looping using a read request following the spec (#39510)

9 месяцев назад
filereadersync.rs

Update rustfmt to the 2024 style edition (#35764)

год назад
focusevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
formdata.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
formdataevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
globalscope.rs

Add AbortSignal garbage collection (#40508)

9 месяцев назад
gpucanvascontext.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
hashchangeevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
headers.rs

cargo: Bump rustc to 1.89 (#36818)

год назад
history.rs

add CanGc as argument to structuredclone::read (#40157)

10 месяцев назад
inputevent.rs

script: Use InputEvent for input events (#39989)

9 месяцев назад
intersectionobserver.rs

script: Do not include transforms and inline boxes in ResizeObserver box area queries (#40323)

9 месяцев назад
intersectionobserverentry.rs

dom: Implement minimal IntersectionObserver workflow (#35551)

год назад
keyboardevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
location.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
macros.rs

script: Add message to IndexSizeError (#40463)

9 месяцев назад
messagechannel.rs

Update rustfmt to the 2024 style edition (#35764)

год назад
messageevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
messageport.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
mimetype.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
mimetypearray.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
mod.rs

html: Remove `canGC` argument from <media> internal `seek` method (#40587)

9 месяцев назад
mouseevent.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
mutationobserver.rs

script: Fix MutationObserver to use `Dom` instead of `DomRoot` (#40608)

9 месяцев назад
mutationrecord.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
namednodemap.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
navigationpreloadmanager.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
navigator.rs

script: Have `FetchResponseListener::process_response_eof` consume the listener (#40556)

9 месяцев назад
navigatorinfo.rs

libservo: Remove a couple `EmbedderMethods` (#36276)

год назад
node.rs

script: Fix MutationObserver to use `Dom` instead of `DomRoot` (#40608)

9 месяцев назад
nodeiterator.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
nodelist.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
notification.rs

script: Have `FetchResponseListener::process_response_eof` consume the listener (#40556)

9 месяцев назад
pagetransitionevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
paintsize.rs

Update rustfmt to the 2024 style edition (#35764)

год назад
paintworkletglobalscope.rs

constellation: Reuse `InitialScriptState` and `InitialPipelineState` in `UnprivilegedPipelineContent` (#40529)

9 месяцев назад
permissions.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
permissionstatus.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
pipelineid.rs

script: Rename DebuggerEvent to DebuggerAddDebuggeeEvent (#38571)

год назад
plugin.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
pluginarray.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
pointerevent.rs

script: Unify script-based "update the rendering" and throttle it to 60 FPS (#38431)

год назад
popstateevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
processinginstruction.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
processingoptions.rs

script: Have `FetchResponseListener::process_response_eof` consume the listener (#40556)

9 месяцев назад
progressevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
promise.rs

script: Wrap remaining unsafe code and enable `unsafe_op_in_unsafe_fn` (#40499)

9 месяцев назад
promisenativehandler.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
promiserejectionevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
quotaexceedederror.rs

Replace Hash Algorithm in HashMap/Set with FxHashMap/Set for simple types (#39166)

год назад
radionodelist.rs

Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)

9 месяцев назад
range.rs

script: Add message to HierarchyRequestError (#40366)

9 месяцев назад
raredata.rs

script: Move HTML DOM interfaces to `script/dom/html/` (#39046)

год назад
readablebytestreamcontroller.rs

cargo: Bump rustc to 1.89 (#36818)

год назад
readablestream.rs

Implement read looping using a read request following the spec (#39510)

9 месяцев назад
readablestreambyobreader.rs

Define conditional_malloc_size_of for all Rc (#39660)

10 месяцев назад
readablestreambyobrequest.rs

Cleanups for future script crate split (#35987)

год назад
readablestreamdefaultcontroller.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
readablestreamdefaultreader.rs

Implement read looping using a read request following the spec (#39510)

9 месяцев назад
readablestreamgenericreader.rs

Script implement TransformStream and TransformStreamDefaultController (#36739)

год назад
reportingendpoint.rs

script: Have `FetchResponseListener::process_response_eof` consume the listener (#40556)

9 месяцев назад
reportingobserver.rs

Script: len,is_empty and match for DOMString (#39866)

10 месяцев назад
request.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
resizeobserver.rs

script: Do not include transforms and inline boxes in ResizeObserver box area queries (#40323)

9 месяцев назад
resizeobserverentry.rs

feat: add can_gc argument to to_frozen_array (#36043)

год назад
resizeobserversize.rs

Update rustfmt to the 2024 style edition (#35764)

год назад
response.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
screen.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
scrolling_box.rs

script: Chain up `scrollIntoView()` scrolling to parent `<iframe>`s (#39475)

год назад
securitypolicyviolationevent.rs

Correct event_target for CSP violations (#36887)

год назад
selection.rs

script: Add message to IndexSizeError (#40463)

9 месяцев назад
servointernals.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
shadowroot.rs

script: Wrap remaining unsafe code and enable `unsafe_op_in_unsafe_fn` (#40499)

9 месяцев назад
staticrange.rs

cargo: Bump rustc to 1.89 (#36818)

год назад
storage.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
storageevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
submitevent.rs

script: Move HTML DOM interfaces to `script/dom/html/` (#39046)

год назад
subtlecrypto.rs

script: Implement sign operation of ECDSA (#40591)

9 месяцев назад
text.rs

script: Add message to IndexSizeError (#40463)

9 месяцев назад
textcontrol.rs

script: Add context-based context menu options (#40501)

9 месяцев назад
textdecoder.rs

`script/dom/`: Change some `#[allow]`s to `#[expect]`s (#40403)

9 месяцев назад
textdecodercommon.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
textdecoderstream.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
textencoder.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
textencoderstream.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
texttrack.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
texttrackcue.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
texttrackcuelist.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
texttracklist.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
timeranges.rs

script: Add message to IndexSizeError (#40463)

9 месяцев назад
toggleevent.rs

script: Implement `ToggleEvent` and use for `<details>` element (#40271)

9 месяцев назад
touch.rs

Update rustfmt to the 2024 style edition (#35764)

год назад
touchevent.rs

Set composed flag for `TouchEvent` (#39138)

год назад
touchlist.rs

Update rustfmt to the 2024 style edition (#35764)

год назад
trackevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
transformstream.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
transformstreamdefaultcontroller.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
transitionevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
treewalker.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
trustedhtml.rs

script: Fix script string transfered to mozjs with wrong encoding (#39799)

10 месяцев назад
trustedscript.rs

script: Fix script string transfered to mozjs with wrong encoding (#39799)

10 месяцев назад
trustedscripturl.rs

script: Fix script string transfered to mozjs with wrong encoding (#39799)

10 месяцев назад
trustedtypepolicy.rs

script_bindings: Small USVString cleanup (#40537)

9 месяцев назад
trustedtypepolicyfactory.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
uievent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
underlyingsourcecontainer.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
url.rs

Script: Lazily transform the DOMString into Rust String instead of immediately. (#39509)

10 месяцев назад
urlhelper.rs

script: Limit public exports. (#34915)

2 года назад
urlpattern.rs

Implement `URLPattern::{text, exec}` (#37044)

год назад
urlsearchparams.rs

Update rustfmt to the 2024 style edition (#35764)

год назад
userscripts.rs

script: Move HTML DOM interfaces to `script/dom/html/` (#39046)

год назад
validation.rs

add CanGc as argument to Validatable.satisfies_constraints (#40176)

10 месяцев назад
validitystate.rs

Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)

9 месяцев назад
values.rs

script: Limit public exports. (#34915)

2 года назад
videotrack.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
videotracklist.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
virtualmethods.rs

script: add `CanGc` as argument to `VirtualMethods.post_connection_steps` (#40329)

9 месяцев назад
visibilitystateentry.rs

script: Move performance DOM interfaces to `script/dom/performance/` (#40262)

9 месяцев назад
vttcue.rs

script: Add message to IndexSizeError (#40463)

9 месяцев назад
vttregion.rs

script: Add message to IndexSizeError (#40463)

9 месяцев назад
websocket.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
wheelevent.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
window.rs

script: Start preparation to use safer JSContext (#40465)

9 месяцев назад
windowproxy.rs

script: Consolidate more logic into `ScriptThread::spawn_pipeline` (#40586)

9 месяцев назад
worklet.rs

constellation: Reuse `InitialScriptState` and `InitialPipelineState` in `UnprivilegedPipelineContent` (#40529)

9 месяцев назад
workletglobalscope.rs

constellation: Reuse `InitialScriptState` and `InitialPipelineState` in `UnprivilegedPipelineContent` (#40529)

9 месяцев назад
writablestream.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
writablestreamdefaultcontroller.rs

script/dom/: Change some `#[allow]`s to `#[expect]`s (#40454)

9 месяцев назад
writablestreamdefaultwriter.rs

Define conditional_malloc_size_of for all Rc (#39660)

10 месяцев назад
xmldocument.rs

Turn all commented links before functions into doccomments (#40331)

9 месяцев назад
xmlhttprequest.rs

script: Introduce HtmlSerialize to support extensible node serialization (#40568)

9 месяцев назад
xmlhttprequesteventtarget.rs

script: Limit public exports. (#34915)

2 года назад
xmlhttprequestupload.rs

Propagate `CanGc` arguments through callers in constructors (#35541)

год назад
xmlserializer.rs

script: Introduce HtmlSerialize to support extensible node serialization (#40568)

9 месяцев назад
xpathevaluator.rs

xpath: Compare local names in html documents case-insensitively when there's no prefix (#40161)

10 месяцев назад
xpathexpression.rs

xpath: Enforce tree order in node sets during evaluation (#40451)

9 месяцев назад
xpathresult.rs

xpath: Enforce tree order in node sets during evaluation (#40451)

9 месяцев назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©