|
1 | | -- api |
2 | | - - DONE https://github.com/servo/servo/pull/39868 (@mrobinson, @atbrakhi, #39868) libservo: Rename `WebView::set_pinch_zoom` to `WebView::pinch_zoom` (#39868) |
3 | | - api; breaking change |
4 | | - - DONE https://github.com/servo/servo/pull/39943 (@jdm, @TimvdLippe, #39943) Add abort signal preference to experimental web features (#39421) (#39943) |
5 | | - api; part of abortsignal ship |
6 | | -- crash |
7 | | - - DONE https://github.com/servo/servo/pull/39771 (@mrobinson, #39771) servoshell: Reimplement "onClick" action on Android (#39771) |
8 | | - crash; fixed crash when clicking on web content on android |
9 | 1 | - dev |
10 | 2 | - https://github.com/servo/servo/pull/39625 (@delan, #39625) NixOS: bump nixpkgs and fix etc/devtools_parser.py (#39625) |
11 | 3 | dev; on nixos and nix, upgrade from LLVM 14 to 20, and fix some build issues |
12 | 4 | - https://github.com/servo/servo/pull/39789 (@jschwe, @sagudev, #39789) Add unittest code coverage to CI (#39789) |
13 | 5 | dev; unit tests now have code coverage in CI |
14 | 6 | - https://github.com/servo/servo/pull/39272 (@delan, #39272) ci: Run bencher jobs on self-hosted runners (#39272) |
15 | 7 | dev; CI jobs for runtime benchmarks now run on self-hosted runners |
16 | | -- devtools |
17 | | - - DONE https://github.com/servo/servo/pull/39892 (@simonwuelker, #39892) devtools: Support getting XPath selector for node actor (#39892) |
18 | | - devtools |
19 | 8 | - dom |
20 | 9 | - https://github.com/servo/servo/pull/39506 (@tharkum, #39506) html: Allow legacy referrer policies only for <meta> referrer (#39506) |
21 | 10 | dom |
|
37 | 26 | dom |
38 | 27 | - https://github.com/servo/servo/pull/39606 (@tharkum, #39606) html: Add missing 'width' and 'height' reflected IDL dimension attributes (#39606) |
39 | 28 | dom |
40 | | - - DONE https://github.com/servo/servo/pull/39717 (@tharkum, #39717) html: Support selecting <media> element source from children (#39717) |
41 | | - dom |
42 | | - - DONE https://github.com/servo/servo/pull/39751 (@simonwuelker, #39751) script: Restrict allowed node types for XPath context node (#39751) |
43 | | - dom; xpath |
44 | | - - DONE https://github.com/servo/servo/pull/39764 (@simonwuelker, #39764) xpath: Cast query result to desired type (#39764) |
45 | | - dom; xpath |
46 | 29 | - https://github.com/servo/servo/pull/40056 (@simonwuelker, #40056) script: Support observing "device-pixel-content-box" with ResizeObserver (#40056) |
47 | 30 | dom |
48 | 31 | - https://github.com/servo/servo/pull/39905 (@Gae24, #39905) script: use `run_a_classic_script` algorithm for worker scripts (#39905) |
|
65 | 48 | dom |
66 | 49 | - https://github.com/servo/servo/pull/40190 (@simonwuelker, #40190) script: Don't bail out of "assign slottables for a tree" when the target is a slot element (#40190) |
67 | 50 | dom |
68 | | - - DONE https://github.com/servo/servo/pull/40182 (@TimvdLippe, #40182) Properly initialize related_target in UI events (#40182) |
69 | | - dom |
70 | | - - DONE https://github.com/servo/servo/pull/40156 (@yerke, #40156) script: Add an implementation of `DedicatedWorkerGlobalScope.name` and `DedicatedWorkerGlobalScope.onmessageerror` (#40156) |
71 | | - dom |
72 | | - - DONE https://github.com/servo/servo/pull/40246 (@lukewarlow, #40246) Implement Document.parseHTMLUnsafe (#40246) |
73 | | - dom |
74 | 51 | - https://github.com/servo/servo/pull/40203 (@rayguo17, @yezhizhen, #40203) Media: Change of Volume of video tag should passed to player (#40203) |
75 | 52 | dom |
76 | 53 | - https://github.com/servo/servo/pull/40251 (@ZejunYu, #40251) script: Use new inserted node when performing slot checks (#40251) |
|
102 | 79 | - https://github.com/servo/servo/pull/40108 (@mrobinson, @atbrakhi, #40108) script: Have the renderer process root viewport handle keyboard scrolling (#40108) |
103 | 80 | input |
104 | 81 | - layout |
105 | | - - DONE https://github.com/servo/servo/pull/36322 (@Loirooriol, #36322) layout: Let min/max constraints avoid collapsing bottom margins (#36322) |
106 | | - layout |
107 | | - - DONE https://github.com/servo/servo/pull/39571 (@Loirooriol, #39571) layout: Avoid negative corner radii values for border-radius (#39571) |
108 | | - layout |
109 | | - - DONE https://github.com/servo/servo/pull/39519 (@minghuaw, #39519) fonts: Initial draft of synthetic bold face for FreeType (#39519) |
110 | | - layout |
111 | 82 | - https://github.com/servo/servo/pull/39591 (@mrobinson, @Loirooriol, #39591) layout: Clone static position rectangles when caching in `IndependentFormattingContext` (#39591) |
112 | 83 | layout; incremental |
113 | | - - DONE https://github.com/servo/servo/pull/39681 (@minghuaw, @mrobinson, #39681) fonts: Use OS/2 table to determine if font face is already bold when synthesizing bold face for FreeType platform (#39681) |
114 | | - layout |
115 | | - - DONE https://github.com/servo/servo/pull/39633 (@minghuaw, #39633) fonts: Add synthetic bold face support for Windows (#39633) |
116 | | - layout |
117 | | - - DONE https://github.com/servo/servo/pull/39691 (@minghuaw, #39691) fonts: Add synthetic bold face support for macos (#39691) |
118 | | - layout |
119 | | - - DONE https://github.com/servo/servo/pull/39713 (@minghuaw, #39713) fonts: Do not apply synthetic bold if font is already bold for webfont on FreeType platform (#39713) |
120 | | - layout |
121 | | - - DONE https://github.com/servo/servo/pull/39608 (@arayaryoma, #39608) fonts: Do not fall back to non-Japanese fonts for Han in Japanese language documents (#39608) |
122 | | - layout; better automatic font selection for japanese text on macOS and unix |
123 | | - - SKIP https://github.com/servo/servo/pull/39803 (@yezhizhen, #39803) fonts: Fix compilation warning due to added fallback mechanism (#39803) |
124 | | - layout; font fallback for japanese text |
125 | | - - DONE https://github.com/servo/servo/pull/40055 (@atbrakhi, @shubhamg13, @mrobinson, #40055) compositor: Have viewport meta tag affect the layout viewport (#40055) |
126 | | - layout |
127 | 84 | - https://github.com/servo/servo/pull/39930 (@longvatrong111, #39930) Box tree construction: only unset pseudo elements if the box is rebuilt (#39930) |
128 | 85 | layout |
129 | 86 | - https://github.com/servo/servo/pull/39970 (@Loirooriol, #39970) layout: Handle `<select>` as a widget (#39970) |
|
133 | 90 | - network |
134 | 91 | - https://github.com/servo/servo/pull/40067 (@rayguo17, #40067) fix http cache reconstruct response from cache after validation behaviour (#40067) |
135 | 92 | network |
136 | | -- ohos |
137 | | - - DONE https://github.com/servo/servo/pull/40071 (@jschwe, #40071) Linux: Detect JIT support (#40071) |
138 | | - ohos |
139 | | - - DONE https://github.com/servo/servo/pull/40130 (@jschwe, @sagudev, #40130) ohos: Fix JIT detection (#40130) |
140 | | - ohos |
141 | 93 | - perf |
142 | 94 | - https://github.com/servo/servo/pull/38991 (@mrobinson, @mukilan, #38991) script: Skip running layout when only updating images or canvas (#38991) |
143 | 95 | perf |
|
0 commit comments