Skip to content

Commit

Permalink
Bug 1919071 - Remove the unused pdfjs.enableFloatingToolbar preferenc…
Browse files Browse the repository at this point in the history
…e. r=pdfjs-reviewers,calixte

This preference was removed upstream in mozilla/pdf.js#16605, which was uplifted in https://bugzilla.mozilla.org/show_bug.cgi?id=1840990, hence the override should also be removed now.

Differential Revision: https://phabricator.services.mozilla.com/D222306

UltraBlame original commit: 965b34035cba8ba94141f086158098e5e4d512d6
  • Loading branch information
marco-c committed Sep 20, 2024
1 parent 117fff9 commit 3a049c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
25 changes: 0 additions & 25 deletions toolkit/components/pdfjs/PdfJsOverridePrefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,31 +150,6 @@ annotationEditorMode
1
)
;
/
/
Enable
the
floating
PDF
.
js
toolbar
on
GeckoView
(
bug
1829366
)
pref
(
"
pdfjs
.
enableFloatingToolbar
"
true
)
;
#
else
#
Expand Down
8 changes: 0 additions & 8 deletions toolkit/components/pdfjs/test/test_pdf_file_in_iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,6 @@
"
false
]
[
"
pdfjs
.
enableFloatingToolbar
"
false
]
]
}
)
Expand Down

0 comments on commit 3a049c9

Please sign in to comment.