Add Servo page zoom support

This commit is contained in:
2026-05-09 12:32:44 -04:00
parent 088d1166c4
commit 1faa7423c1
26 changed files with 697 additions and 280 deletions
+3
View File
@@ -41,6 +41,9 @@ pub enum DomainError {
#[error("invalid reading progress percent: {value}")]
InvalidReadingProgressPercent { value: String },
#[error("invalid tab zoom percent: {value} (expected {min}-{max})")]
InvalidZoomPercent { value: u16, min: u16, max: u16 },
#[error("invalid plugin manifest: {reason}")]
InvalidPluginManifest { reason: String },