Skip to content

Commit

Permalink
Bug 1917468 - Remove the unused pdfjs.enableHighlightEditor preferenc…
Browse files Browse the repository at this point in the history
…e. r=pdfjs-reviewers,robwu

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

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

UltraBlame original commit: c011b9b0def2c394bd90b1837935d502109db725
  • Loading branch information
marco-c committed Sep 16, 2024
1 parent e41d326 commit 6e54050
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
32 changes: 0 additions & 32 deletions toolkit/components/nimbus/FeatureManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10082,38 +10082,6 @@ displayed
.
variables
:
addHighlight
:
description
:
Set
to
true
to
highlight
some
text
or
something
else
in
an
existing
pdf
.
type
:
boolean
setPref
:
branch
:
default
pref
:
pdfjs
.
enableHighlightEditor
enableAltText
:
description
Expand Down
10 changes: 0 additions & 10 deletions toolkit/components/pdfjs/PdfJsOverridePrefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ true
;
#
else
pref
(
"
pdfjs
.
enableHighlightEditor
"
true
)
;
#
if
defined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1753,14 +1753,6 @@ annotationEditorMode
"
0
]
[
"
pdfjs
.
enableHighlightEditor
"
true
]
]
}
)
Expand Down

0 comments on commit 6e54050

Please sign in to comment.