index
:
servo.git
2020-background-images
SimonSapin-patch-1
android_libstd
as-of-2024-08-12
attrs
auto
autoraf
backtrace
bump-raqote
cb_split
checks
dependabot/cargo/git2-0.20.1
devtools-replay-tool
devtools-testing
dictionary-callback
dom-protos
end-of-the-line
fail-on-winit-minimal-build-errors
fix-docs3
fix-legacy-layout-paths-in-wpt
fix-nightly-build-mozjs-issue
fix-windows-nightly
fix-wpt-sync-testroot-issue
fix_webgpu_error_handling
flexbox-column-layout
fonts-fast-ipc-turnaround
gfx-base-reorganization-part2
gh-readonly-queue/main/pr-34687-11424f90b3cb0fe5688fce68139744f919c5be21
github-actions-dev
gone
gonk
http_network_or_cache_fetch
iframe-load-hack
indefinite-containing-block
inert
input
jdm-patch-1
jdm-patch-10
jdm-patch-11
jdm-patch-12
jdm-patch-13
jdm-patch-14
jdm-patch-15
jdm-patch-16
jdm-patch-17
jdm-patch-18
jdm-patch-19
jdm-patch-2
jdm-patch-20
jdm-patch-21
jdm-patch-22
jdm-patch-23
jdm-patch-24
jdm-patch-25
jdm-patch-26
jdm-patch-27
jdm-patch-28
jdm-patch-29
jdm-patch-3
jdm-patch-30
jdm-patch-31
jdm-patch-32
jdm-patch-33
jdm-patch-34
jdm-patch-35
jdm-patch-36
jdm-patch-37
jdm-patch-38
jdm-patch-39
jdm-patch-4
jdm-patch-40
jdm-patch-41
jdm-patch-42
jdm-patch-43
jdm-patch-44
jdm-patch-45
jdm-patch-46
jdm-patch-47
jdm-patch-48
jdm-patch-49
jdm-patch-5
jdm-patch-50
jdm-patch-51
jdm-patch-52
jdm-patch-53
jdm-patch-54
jdm-patch-6
jdm-patch-7
jdm-patch-8
jdm-patch-9
jdm-revert1
jdm-revert2
jdm-revert3
jdm-revert4
layout-2020-borrow-mut-independent-contexts
layout-2020-fix-rule-tree-drop
layout-revamp-prototype
layout-thread-2020
macos-ci-failure
main
make-column-distribution-more-generic
multi-tlbc
multiple-concurrent-tlbc
named-getter
nightlies
offscreen-rendering
osmesa-up
paulrouget-patch-1
perfetto-metrics-and-navigation-start
plumb-time-profiler-into-tracing
port-minibrowser-to-delegate
pr-20330
rcdom
revert
revert-29964-enable-merge-queue-action
revert-31409-style-config
revert-remaining-stylo-changes
revert-webrender
rustc-nightly-update
sagudev-patch-1
sagudev-patch-2
sagudev-patch-3
self-hosted-github-sha-upstream
separate-libservo-build-job
servoshell-tabs
squeeze
test
test-wpt
test_branch
tmp
try
try-android
try-wpt-mac
typed-arrays
typed-arrays-heap
update-linux-runner-image-version
upgrade-rustc-to-03-25-nightly
url-quirks-module-inlined
wpt_update_01-12-2024
wpt_update_02-12-2024
wpt_update_03-12-2024
wpt_update_04-12-2024
wpt_update_05-05-2024
wpt_update_16-03-2025
wpt_update_23-02-2025
wpt_update_23-03-2025
xrtest
…
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add prefs to limit threadpool sizes (#34478)
Jonathan Schwender
2024-12-07
5
-13
/
+40
*
Remove some unused dependencies (#34355)
Jonathan Schwender
2024-11-25
1
-1
/
+0
*
Fork Stylo's `malloc_size_of` into Servo (#34332)
Martin Robinson
2024-11-22
1
-83
/
+56
*
Remove referrer policy from document (#34263)
shanehandley
2024-11-19
3
-37
/
+46
*
Implement PolicyContainer and update the default ReferrerPolicy (#33977)
shanehandley
2024-11-08
1
-22
/
+60
*
net: Ensure that origin serialization is consistent (#34081)
Martin Robinson
2024-10-31
2
-8
/
+42
*
Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)
Simon Wülker
2024-10-18
3
-9
/
+9
*
net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...
Martin Robinson
2024-10-16
7
-259
/
+112
*
Implement fetch metadata headers (#33830)
Simon Wülker
2024-10-16
4
-4
/
+388
*
doc(resources): `Preferences`, `HstsPreloadList`, `RippyPNG` (#33775)
Ngo Iok Ui (Wu Yu Wei)
2024-10-10
1
-2
/
+5
*
compositor: Create a single cross-process compositor API (#33619) (#33660)
Martin Robinson
2024-10-09
1
-16
/
+17
*
Fix Clippy warning: Replace map().flatten() with and_then() in http_loader.rs...
chickenleaf
2024-10-09
1
-2
/
+1
*
Fix handling of `__Secure-` and `__Host-` Cookie prefixes (#33717)
Simon Wülker
2024-10-09
2
-41
/
+150
*
Bring `http_network_or_cache_fetch` closer to the spec (#33531)
Simon Wülker
2024-10-08
1
-159
/
+293
*
Revert "compositor: Create a single cross-process compositor API (#33619)" (#...
Martin Robinson
2024-10-04
1
-17
/
+16
*
compositor: Create a single cross-process compositor API (#33619)
Martin Robinson
2024-10-03
1
-16
/
+17
*
net: Refactor `Decoder` (#33611)
Cristian Brinza
2024-10-02
5
-406
/
+239
*
Create HttpStatus to safely deal with HTTP responses status. (#33581)
webbeef
2024-09-29
9
-161
/
+98
*
Let protocol handlers decide if they are fetchable (#33573)
webbeef
2024-09-28
3
-5
/
+30
*
Simplify the data: protocol handler (#33500)
webbeef
2024-09-28
1
-67
/
+27
*
fetch: header tweaks to improve compliance with fetch spec (#33562)
shanehandley
2024-09-27
1
-5
/
+20
*
fix many clippy warnings (#33510)
Gae24
2024-09-21
1
-1
/
+1
*
fetch: add an accept encoding header when the range header exists (#33496)
shanehandley
2024-09-19
1
-13
/
+32
*
Append the Sec-Purpose header for prefetch requests (#33490)
shanehandley
2024-09-18
1
-23
/
+51
*
Add `rust-version` to all `Cargo.toml` files (#33483)
Martin Robinson
2024-09-17
1
-0
/
+1
*
Replace .map_or(false with Option::is_some_and (#33468)
Simon Wülker
2024-09-16
3
-16
/
+16
*
Improve spec conformance around request header validation (#33418)
shanehandley
2024-09-14
1
-149
/
+2
*
Stop using `time@0.1` in Servo (#33394)
Martin Robinson
2024-09-11
4
-30
/
+23
*
Initial support for `<link rel="prefetch">` (#33345)
Simon Wülker
2024-09-09
2
-35
/
+26
*
net: use saturating_sub when substracting durations to prevent underflows (#3...
webbeef
2024-09-08
1
-5
/
+2
*
script: Create a `CrossProcessInstant` to enable serializable monotonic time ...
Martin Robinson
2024-09-05
1
-16
/
+15
*
Make all platforms use a delay during cookie tests. (#33279)
Josh Matthews
2024-09-01
1
-4
/
+0
*
net: Stop using both versions of the `time` crate in the cookie code (#33260)
Martin Robinson
2024-08-30
3
-34
/
+26
*
net: Stop using legacy time in the HTTP and CORS caches (#33259)
Martin Robinson
2024-08-30
3
-65
/
+53
*
make protocol handlers registrable (#33104)
webbeef
2024-08-22
10
-219
/
+431
*
Remove unused constant from `components/net/fetch/methods.rs` (#33054)
Martin Robinson
2024-08-14
1
-4
/
+1
*
Replace the lazy_static crate with std::sync::LazyLock in components/net (#33...
Hayashi Mikihiro
2024-08-14
5
-25
/
+15
*
Fix warnings after latest rust upgrade (#33043)
Martin Robinson
2024-08-14
1
-0
/
+1
*
Dedupliate `syn` (#33038)
Martin Robinson
2024-08-13
1
-1
/
+1
*
clippy: Fix various clippy warnings throughout the code (#33003)
Ashwin Naren
2024-08-13
1
-6
/
+2
*
Allow navigations that include cross-origin redirects to succeed. (#32996)
Josh Matthews
2024-08-12
1
-7
/
+18
*
Update to rust 1.80.0 (#32896)
Hayashi Mikihiro
2024-08-07
1
-0
/
+3
*
dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...
Martin Robinson
2024-07-26
9
-173
/
+169
*
DevTools: Replace camel case variable names (#32726)
eri
2024-07-08
3
-6
/
+6
*
clippy: Fix a bunch of warnings in `script` (#32680)
Martin Robinson
2024-07-04
2
-8
/
+8
*
Add a directory listing feature for `file` URLs (#32580)
Martin Robinson
2024-06-26
4
-8
/
+165
*
Use workspace definitions for all crates and update to the 2021 edition (#32544)
Martin Robinson
2024-06-18
1
-5
/
+5
*
clippy: fix some leftover warnings in components/net (#32476)
Peter Mikola
2024-06-11
3
-9
/
+20
*
compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)
Mukilan Thiyagarajan
2024-05-20
2
-11
/
+10
*
Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)
Martin Robinson
2024-05-17
5
-5
/
+5
[prev]
[next]