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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script/storage: Switch remaining instances of bincode to postcard (#42236)

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

bluetooth: Use GenericChannel (#41809)

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

script: Add basic memory pressure reporting to SpiderMonkey (#42180)

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

script: Finish converting all error message enum variants to Option<String> (#40750)

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

css: Enable registered custom properties with CSSOM but stay unanimatable (#42136)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Stubs for geolocation interfaces (#39584)

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

script: Do not consider a node an ancestor of itself in `Node::is_ancestor_of` (#42263)

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

script/storage: Switch remaining instances of bincode to postcard (#42236)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

7 месяцев назад
security

script: Check same-origin-domain when evaluating javscript: URLs. (#41969)

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

script: Add about_base_url (#42104)

7 месяцев назад
stream

painter: Insert a cache for animation with smarter updates (#41956)

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

script: Add error messages for cSHAKE and HKDF (#41964)

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

script: Evict stale SVGs from image cache (#41675)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Add basic memory pressure reporting to SpiderMonkey (#42180)

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

script: Add basic memory pressure reporting to SpiderMonkey (#42180)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

webxr: Switch most of the uses of `ipc-channel` to `GenericChannel` (#41774)

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

script: Handle when debugger global is active in `DedicatedWorkerGlobalScope` interrupt (#42159)

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

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

год назад
abortsignal.rs

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

7 месяцев назад
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: Don't rely on Attr nodes when communicating with layout (#40657)

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

Replace some #[allow] with #[expect] (#40865)

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

script: move stream-related files into `script/dom/stream` (#42010)

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

script: Add message to InvalidStateError (#39535)

год назад
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

Script: Convert routed_promise to GenericCallback (#41380)

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

More miscellaneous script splitting changes (#36220)

год назад
clipboarditem.rs

script: Pass &mut CurrentRealm in callbacks (#41536)

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

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

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

Refactor allow to expect (#41586)

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

script: Limit public exports. (#34915)

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

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

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

devtools: Remove unsupported serde annotations from `shared/devtools.rs` (#42219)

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

26488 - Moves CookieStore drop logic to a separate struct (#41783)

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

script: Implement customElementRegistry support for document.importNode (#41385)

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

script: Use rooted typed arrays in generated code and buffer source APIs (#41228)

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

script: Move AES-KW to individual submodule (#41949)

7 месяцев назад
customelementregistry.rs

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

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

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

script: Make a Layout-safe version of `Element::each_custom_state` (#40743)

8 месяцев назад
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 месяцев назад
debuggerclearbreakpointevent.rs

devtools: implement `clearBreakpoint` (#42154)

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

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

год назад
debuggerglobalscope.rs

devtools: implement `clearBreakpoint` (#42154)

7 месяцев назад
debuggerpauseevent.rs

devtools: Handle pause in the debugger (#42007)

7 месяцев назад
debuggersetbreakpointevent.rs

devtools: Handle the `setBreakpoint` message. (#41925)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

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

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

script: Fix timing of frozen base URL (#42255)

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

script: Consider a selection collapsed when the edit point equals the selection origin (#41978)

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

script: Ignore platform mouse move events that do not change the cursor location (#42034)

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

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

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

change some allows to expects (#41040)

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

script: Add about_base_url (#42104)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Add about_base_url (#42104)

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

change some allows to expects (#41040)

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

change some allows to expects (#41040)

8 месяцев назад
domquad.rs

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

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

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

год назад
domrectreadonly.rs

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

7 месяцев назад
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 месяцев назад
element.rs

script: Add support for `:open` pseudo-class (#42195)

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

script: Make a Layout-safe version of `Element::each_custom_state` (#40743)

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

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

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Fix EventSourceContext using too-fresh last_event_id when reconnecting (#42103)

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

change some allows to expects (#41040)

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

change some allows to expects (#41040)

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

change some allows to expects (#41040)

8 месяцев назад
fetchlaterresult.rs

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Pass `&mut JSContext` to tasks (#41756)

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

script: Use rooted typed arrays in generated code and buffer source APIs (#41228)

8 месяцев назад
focusevent.rs

change #[allow]s to #[expect]s (#41635)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

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

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

script: support JSON modules (#42138)

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

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

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

change #[allow]s to #[expect]s (#41635)

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

cargo: Bump rustc to 1.89 (#36818)

год назад
history.rs

script: Implement navigate to fragment algorithm (#41834)

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

change #[allow]s to #[expect]s (#41635)

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

layout: Add unit types to most layout queries (#42002)

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

dom: Implement minimal IntersectionObserver workflow (#35551)

год назад
keyboardevent.rs

change #[allow]s to #[expect]s (#41635)

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

script: Add about_base_url (#42104)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Update rustfmt to the 2024 style edition (#35764)

год назад
messageevent.rs

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Pass `&CStr` insted of `&str` in `{set,get}_dictionary_property` (#42125)

7 месяцев назад
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

devtools: implement `clearBreakpoint` (#42154)

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

script: Set `MouseEvent` properties according to the UI Events specification (#42013)

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

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

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

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

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Some failed requests should record resource timing entries (#41804)

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

change some allows to expects (#41040)

8 месяцев назад
node.rs

script: Do not consider a node an ancestor of itself in `Node::is_ancestor_of` (#42263)

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

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

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Change some HashSets to FxHashSet (#42257)

6 месяцев назад
origin.rs

script: Implement Origin API (#41712)

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

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

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

Update rustfmt to the 2024 style edition (#35764)

год назад
paintworkletglobalscope.rs

script: Take &CStr instead of &str in get_property_jsval (#42132)

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

change some allows to expects (#41040)

8 месяцев назад
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

change #[allow]s to #[expect]s (#41635)

7 месяцев назад
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: Some failed requests should record resource timing entries (#41804)

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

change #[allow]s to #[expect]s (#41635)

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

script: Add basic memory pressure reporting to SpiderMonkey (#42180)

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

script: Pass &mut CurrentRealm in callbacks (#41536)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

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

год назад
radionodelist.rs

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

layout: Add unit types to most layout queries (#42002)

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

layout: Add unit types to most layout queries (#42002)

7 месяцев назад
reportingendpoint.rs

script: Some failed requests should record resource timing entries (#41804)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

script: Use global's origin in Request constructor. (#42207)

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

layout: Add unit types to most layout queries (#42002)

7 месяцев назад
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: move stream-related files into `script/dom/stream` (#42010)

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

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

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

layout: Add unit types to most layout queries (#42002)

7 месяцев назад
selection.rs

script: Finish converting all error message enum variants to Option<String> (#40750)

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

Script: Convert routed_promise to GenericCallback (#41380)

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

script: Ensure web fonts in shadow root stylesheets are downloaded (#42151)

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

change some allows to expects (#41040)

8 месяцев назад
storage.rs

libservo: Add initial `SiteDataManager::site_data` API (#41378)

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

change some allows to expects (#41040)

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

change some allows to expects (#41040)

8 месяцев назад
subtlecrypto.rs

script: Pass `&CStr` insted of `&str` in `{set,get}_dictionary_property` (#42125)

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

script: Add message to IndexSizeError (#40463)

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

layout: Handle selection during display list construction (#41963)

7 месяцев назад
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: move stream-related files into `script/dom/stream` (#42010)

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

script: Use rooted typed arrays in generated code and buffer source APIs (#41228)

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

script: move stream-related files into `script/dom/stream` (#42010)

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

change #[allow]s to #[expect]s (#41635)

7 месяцев назад
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

change #[allow]s to #[expect]s (#41635)

7 месяцев назад
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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

7 месяцев назад
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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

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

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

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

script: Use document origin instead of URL when manipulating blobs. (#41966)

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

change some allows to expects (#41040)

8 месяцев назад
urlpattern.rs

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

7 месяцев назад
urlsearchparams.rs

Update rustfmt to the 2024 style edition (#35764)

год назад
userscripts.rs

script: Expose a single interface to run js code on globalscope (#41078)

8 месяцев назад
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

Replace allow(crown::unrooted_must_root) with expect(crown::unrooted_must_root) (#41815)

7 месяцев назад
visualviewport.rs

script: Notify `PinchZoom` resizes to `ScriptThread`'s `VisualViewport` (#41754)

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

script: Add message to IndexSizeError (#40463)

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

script: Add message to IndexSizeError (#40463)

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

script: Pass `&mut JSContext` to tasks (#41756)

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

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

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

script: Notify `PinchZoom` resizes to `ScriptThread`'s `VisualViewport` (#41754)

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

script: Add basic memory pressure reporting to SpiderMonkey (#42180)

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

chore: suppress warnings when building without the testbinding feature (#42003)

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

script: More &mut JSContext in codegen (#41808)

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

script: Add about_base_url (#42104)

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

script: Add about_base_url (#42104)

7 месяцев назад
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

script: Finish converting all error message enum variants to Option<String> (#40750)

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

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

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