<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/pdf, branch 51470-webide-default-commit</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Remove pdf.js deprecation warnings</title>
<updated>2019-07-30T13:52:56+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-29T19:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c34138e09e964bd8c141d9ae7d360c7085affd16'/>
<id>c34138e09e964bd8c141d9ae7d360c7085affd16</id>
<content type='text'>
1. `page.getViewpoint()` now takes in JSON instead of an integer.
2. Promises are returned from loading and rendering tasks.

See https://mozilla.github.io/pdf.js/examples/index.html for more
details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. `page.getViewpoint()` now takes in JSON instead of an integer.
2. Promises are returned from loading and rendering tasks.

See https://mozilla.github.io/pdf.js/examples/index.html for more
details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-add-cmaps-for-pdfjs' into 'master'</title>
<updated>2019-07-29T18:56:06+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-29T18:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0a0b442f149334c970cb45387467c2ec6ea484a7'/>
<id>0a0b442f149334c970cb45387467c2ec6ea484a7</id>
<content type='text'>
Make pdf.js render CJK characters

Closes #62152

See merge request gitlab-org/gitlab-ce!31220</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make pdf.js render CJK characters

Closes #62152

See merge request gitlab-org/gitlab-ce!31220</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify pdf.js logic</title>
<updated>2019-07-29T16:04:00+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-07-29T16:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5246626d2cf8bb23e4fb9a7172542573a6e17ba3'/>
<id>5246626d2cf8bb23e4fb9a7172542573a6e17ba3</id>
<content type='text'>
Instead of complicated splicing, we can simply return all pages.
Promise.all will take care of the correct ordering for us.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of complicated splicing, we can simply return all pages.
Promise.all will take care of the correct ordering for us.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pdf.js rendering pages in the wrong order</title>
<updated>2019-07-29T15:33:53+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-28T15:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6d3b203dd8c0d18535b62eb65054342a5c9cd96c'/>
<id>6d3b203dd8c0d18535b62eb65054342a5c9cd96c</id>
<content type='text'>
There was an implicit assumption that the pages returned from the
Promise of `pdf.getPage(num)` would return in order, but no such
guarantee exists. To handle this, we explicitly set which array index
based on the page number and then trigger a Vue update via `splice`.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64467
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was an implicit assumption that the pages returned from the
Promise of `pdf.getPage(num)` would return in order, but no such
guarantee exists. To handle this, we explicitly set which array index
based on the page number and then trigger a Vue update via `splice`.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64467
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pdf.js render CJK characters</title>
<updated>2019-07-28T07:28:33+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-28T05:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb3290a1a3deed5db6a5361ef3963a5eb83ef2aa'/>
<id>cb3290a1a3deed5db6a5361ef3963a5eb83ef2aa</id>
<content type='text'>
As mentioned in
https://github.com/wojtekmaj/react-pdf/blob/master/README.md,
pdf.js needs the bundled cMaps files to work.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As mentioned in
https://github.com/wojtekmaj/react-pdf/blob/master/README.md,
pdf.js needs the bundled cMaps files to work.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to pdf.js distributed with npm</title>
<updated>2019-05-10T20:07:41+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-05-06T23:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2674c2d37a55ad489392e4dd62feefad7bc8fae'/>
<id>c2674c2d37a55ad489392e4dd62feefad7bc8fae</id>
<content type='text'>
pdf.js is available on npm. Importing the dependency from there instead
of vendoring it has certain benefits, e.g. the discoverability of
updates (especially security fixes).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pdf.js is available on npm. Importing the dependency from there instead
of vendoring it has certain benefits, e.g. the discoverability of
updates (especially security fixes).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: changed PDFJS prop to GlobalWorkerOptions</title>
<updated>2019-03-13T11:55:42+00:00</updated>
<author>
<name>Natalia Tepluhina</name>
<email>tarya.se@gmail.com</email>
</author>
<published>2019-03-13T11:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c89742b1be27d09773a1ea98a7da3079ba321ca7'/>
<id>c89742b1be27d09773a1ea98a7da3079ba321ca7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettify all the things</title>
<updated>2018-11-20T15:30:01+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-11-16T20:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b9495c5db851ec8d1ca2cc6da0da12d6b161130'/>
<id>5b9495c5db851ec8d1ca2cc6da0da12d6b161130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettify additional modules (I through Z)</title>
<updated>2018-10-16T18:01:19+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-10-10T07:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c559bcca03a83db3e6ce66d4ae3cd98f8b9d1cb0'/>
<id>c559bcca03a83db3e6ce66d4ae3cd98f8b9d1cb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates eslint vue plugin version</title>
<updated>2018-06-11T14:36:54+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-06-11T09:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=647a4d6a3bac6eb8380dc0fcba03f0524f6de27d'/>
<id>647a4d6a3bac6eb8380dc0fcba03f0524f6de27d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
