aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Demonstrate using dictionary as callback this object.dictionary-callbackJosh Matthews2024-07-154-6/+31
* use dom in pull promise handlersgterzian2024-07-151-4/+7
* add queue with sizes conceptgterzian2024-07-154-18/+82
* clean-up js conversions in read req handlersgterzian2024-07-121-7/+2
* tidygterzian2024-07-122-10/+18
* fix read request promise resolvinggterzian2024-07-122-9/+51
* remove prototype setting on underlying source containergterzian2024-07-121-12/+3
* turn off SM streamsgterzian2024-07-122-2/+1
* clean-up docs, dispatch of controller in pull algo callgterzian2024-07-123-23/+35
* setup source container with prototype of source dictgterzian2024-07-122-25/+9
* add default controller init in stream constructorgterzian2024-07-111-4/+16
* remove rc around source typegterzian2024-07-111-6/+4
* add underlying source dom struct containergterzian2024-07-117-69/+179
* add todo for should pullgterzian2024-07-111-1/+11
* allow for more than one non-native underlying source typegterzian2024-07-111-1/+7
* read request and reader typinggterzian2024-07-113-50/+124
* add fulfill read request, clean-up warningsgterzian2024-07-114-47/+83
* more details on chunk enqueuinggterzian2024-07-111-0/+8
* add calling into pull algogterzian2024-07-112-13/+94
* re-implement native controller methodsgterzian2024-07-116-363/+142
* enum for controllergterzian2024-07-111-9/+40
* implement basic internal slots, with todosgterzian2024-07-113-65/+198
* Create safe wrapper for JSFunctions (#32620)Taym Haddadi2024-07-104-83/+81
* Add remaining WebIDLs of ReadableStream (#32605)Ngo Iok Ui (Wu Yu Wei)2024-06-278-6/+288
* Add QueuingStrategy and UnderlyingSource (#32572)Ngo Iok Ui (Wu Yu Wei)2024-06-2414-7/+607
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-19154-173/+131
* layout: Flatten inline box storage in InlineFormattingContexts (#32539)Martin Robinson2024-06-195-252/+224
* layout: Allocate inline box start space on segment (#32486)Martin Robinson2024-06-181-12/+12
* fix: codegen on callback (#32537)Ngo Iok Ui (Wu Yu Wei)2024-06-183-8/+24
* fonts: Clean up WebRender web fonts when they are no longer used (#32545)Martin Robinson2024-06-186-7/+181
* servoshell: Reset link status when loading a new document (#32518)webbeef2024-06-182-0/+5
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-1848-226/+228
* fonts: Respect emoji variation selector when selecting fonts (#32493)Martin Robinson2024-06-186-24/+85
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-1713-4/+617
* webgpu: Implement device lost (#32354)Samson2024-06-178-61/+133
* fonts: Fix loading SFNT tables on Windows (#32499)Martin Robinson2024-06-171-12/+11
* deps: Switch from `winapi` to `windows_sys` in Servo code (#32516)Martin Robinson2024-06-173-9/+10
* build: Fix build warnings on Windows (#32500)Martin Robinson2024-06-154-0/+10
* htmlmetaelement: improve parsing of meta http-equiv (#32508)shanehandley2024-06-151-1/+8
* Update WebIDL.py (#32495)Ngo Iok Ui (Wu Yu Wei)2024-06-154-14/+13
* layout: Linebreak the entire InlineFormattingContext at once (#32483)Martin Robinson2024-06-135-165/+321
* fonts: Merge Noto fallback lists (#32463)Martin Robinson2024-06-133-327/+247
* Implement HTMLImageElement decode (#31269)Taym Haddadi2024-06-133-1/+97
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-1212-19/+35
* DevTools: Display tabs and processes (#32475)eri2024-06-122-42/+104
* Fix table track offsets when there is `visibility: collapse` (#32469)Oriol Brufau2024-06-111-16/+20
* clippy: fix some leftover warnings in components/net (#32476)Peter Mikola2024-06-113-9/+20
* layout: Take into account `display: table` etc in offset* queries (#32448)Martin Robinson2024-06-106-31/+60
* script: Remove explicit reflow for web font loads (#32455)Martin Robinson2024-06-102-5/+8
* Fix and unify 'span' attribute for table columns (#32467)Oriol Brufau2024-06-101-34/+41