[Webkit-unassigned] [Bug 237513] [GTK][WPE] Add initial support for PDF documents using PDF.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 11:05:51 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=237513

--- Comment #14 from Tim Nguyen (:ntim) <ntim at apple.com> ---
Comment on attachment 453949
  --> https://bugs.webkit.org/attachment.cgi?id=453949
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=453949&action=review

> Tools/glib/generate-pdfjs-gresource-manifest.py:88
> +        if not filename.startswith('build/') and not filename.startswith('web/'):
> +            alias = 'extras/' + filename
> +            line += ' alias="%s"' % alias
> +        line += '>%s</file>\n' % filename

fwiw, pdfjs-extras is copied as as subfolder of the pdfjs folder called "extras" in the bundle. We don't do this type of aliasing based on the folder name.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220308/ad0b3c84/attachment-0001.htm>


More information about the webkit-unassigned mailing list