forked from mirrors/gecko-dev
Bug 1729276: Re-enable the use of internal link destinations in PDF output. r=jfkthame
We previously had to disable these due to a cairo issue that they sometimes triggered, but we're pulling in a cairo update with that issue fixed in bug 1892913, so there's no longer any reason for the pref to be disabled. Differential Revision: https://phabricator.services.mozilla.com/D209271
This commit is contained in:
parent
d3cb076959
commit
4113b741b8
1 changed files with 1 additions and 3 deletions
|
|
@ -13720,11 +13720,9 @@
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# Whether we attempt to generate and use document-internal PDF destinations.
|
# Whether we attempt to generate and use document-internal PDF destinations.
|
||||||
# This currently sometimes results in an internal cairo error, see bug 1725743;
|
|
||||||
# disabled by default until that is resolved.
|
|
||||||
- name: print.save_as_pdf.internal_destinations.enabled
|
- name: print.save_as_pdf.internal_destinations.enabled
|
||||||
type: RelaxedAtomicBool
|
type: RelaxedAtomicBool
|
||||||
value: false
|
value: true
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# Whether we use the CSS @page size as the paper size in PDF output.
|
# Whether we use the CSS @page size as the paper size in PDF output.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue