Alf Eaton
0eb99b2eff
Switch pdf.js default version to 213 ( #7952 )
...
GitOrigin-RevId: 476c37c14e665ecc07394a0fadebca5b79487d78
2022-05-17 08:04:19 +00:00
Jakob Ackermann
52073a13a9
Merge pull request #7867 from overleaf/jpa-compile-group
...
[web] pass compileGroup to clsi-lb
GitOrigin-RevId: c15adbff27e702b3e0f29be5b57f7a9520d8d02f
2022-05-16 08:03:36 +00:00
Alf Eaton
37218bce59
Attach PDF highlights to the viewer element ( #7728 )
...
GitOrigin-RevId: 918dfd8c43dfea4e64fbb5a1437ea8532cbac7ec
2022-04-28 08:03:35 +00:00
Alf Eaton
24a317a836
Catch navigator.serviceWorker.getRegistrations() Promise rejection ( #7708 )
...
GitOrigin-RevId: 4c68e4272ea9618503ad655dd6c24841486601b2
2022-04-28 08:03:31 +00:00
Alf Eaton
69a2283984
Upgrade to webpack v5 ( #7249 )
...
GitOrigin-RevId: 69dc5f9aad3e045cc6904e3663e9965094eced76
2022-04-07 08:03:46 +00:00
Alf Eaton
439ba17bd5
[web] Fetch and parse compile log files asynchronously ( #6220 )
...
GitOrigin-RevId: 91b4c3551b705e7c07205b1bced3ae4768b10edb
2022-03-28 08:04:01 +00:00
Alf Eaton
74b76c853d
Increase the maximum size of the pdf.js canvas ( #7207 )
...
GitOrigin-RevId: 699c4ded7a783e37f655e05452943de7443f1012
2022-03-28 08:03:51 +00:00
Eric Mc Sween
6061e09ab9
Merge pull request #7180 from overleaf/em-missing-pdf-download-domain
...
Handle missing PDF_DOWNLOAD_DOMAIN setting
GitOrigin-RevId: 3f022ec1637f7f38ca98503b1ab08748f6bbf87d
2022-03-24 09:03:57 +00:00
Alf Eaton
65e71714b8
Upgrade pdf.js via split test framework ( #7053 )
...
GitOrigin-RevId: dffe1f5bec07cba0914e3bd18ff5332dfe204f33
2022-03-21 09:03:16 +00:00
Alf Eaton
9d9bf8b9d0
Import Promise.allSettled from core-js ( #7099 )
...
GitOrigin-RevId: e7c1da844c3c7e8caec386b06f3b8393ea79529c
2022-03-21 09:03:07 +00:00
Alf Eaton
9f969d07e0
Delete unused PDF-related code ( #6334 )
...
* Remove new logs UI code
* Remove unused preview components
* Move metrics file
* Remove Angular PDF controllers
* Move the service worker util functions
* Remove the ide/pdfng folder
* Remove vendored pdf.js
* Remove showNewPdfPreview
* Use mockCompile
* Remove split test code
GitOrigin-RevId: 723b7440c62cda51f6ad8bb9c691900882166d21
2022-03-16 09:03:04 +00:00
Timothée Alby
5ba970b81e
Merge pull request #6986 from overleaf/ta-compile-button-disabled
...
Disable Compile Button when Compiling
GitOrigin-RevId: c25cbaab3547695919ba62385cffef2a44665fec
2022-03-04 09:03:37 +00:00
Alf Eaton
1dd62570a6
Merge pull request #6390 from overleaf/ae-is-visible-binary
...
[web] Only run updateOnResize when the PDF viewer is visible
GitOrigin-RevId: 90b5632f45406b66af7710c6e8346cf73ffbebea
2022-01-20 09:03:28 +00:00
Miguel Serrano
56d826f255
Force Promise.allSettled
polyfill ( #6192 )
...
* Force `Promise.allSettled` polyfill
`Promise.allSettled` is required by `pdf.js`, but the polyfill is not available in the bundle. This forces babel to include the polyfill without having to process `pdf.js` with webpack/babel, which causes issues loading documents.
* Updated core.js version for test config
GitOrigin-RevId: 981da187352ffc8c59cb77ba55a0a9643bd7cc9a
2022-01-12 09:04:06 +00:00
Miguel Serrano
35396ab61a
Add limit to log parsing for react log viewer ( #6213 )
...
* Add limit to log parsing for react log viewer
GitOrigin-RevId: e2e5ffd6eaf1c207cc4f49fb5c637457990c328e
2022-01-12 09:03:59 +00:00
Timothée Alby
6319455e91
Merge pull request #6236 from overleaf/ta-project-context-strict
...
Strict Project Context
GitOrigin-RevId: a0f7f2b3dcb29fbd0102dcb920cf5424a921d583
2022-01-11 09:05:03 +00:00
Alf Eaton
341d012cea
Remove paywall-prompt event tracking from compile controller ( #6241 )
...
GitOrigin-RevId: cab36fd1f2a79166c39b801a29155f1ef64edc00
2022-01-11 09:04:07 +00:00
Alf Eaton
5b560ad8ab
Only store/restore PDF scroll position when visible ( #6218 )
...
GitOrigin-RevId: c2023b5173fe4668f52da3e096c3dfc0124a7248
2022-01-11 09:03:55 +00:00
Timothée Alby
b11d4b002c
Merge pull request #6056 from overleaf/msm-remove-unnecessary-pdf-event-tracking
...
Cleanup PDF Preview event tracking
GitOrigin-RevId: 8fadaee2759f60e70e27ac417593d35cc73e8b68
2021-12-22 09:03:27 +00:00
Miguel Serrano
9ce9b0e8d7
Merge pull request #6021 from overleaf/ae-pdf-preview-horizontal-scroll
...
[web] Store left offset of PDF position
GitOrigin-RevId: 77d6b52a8485a427bb59618bf42b5f4a300c260a
2021-12-08 09:03:05 +00:00
Miguel Serrano
e8c645bf28
Using uuid for compilation logs ( #6003 )
...
GitOrigin-RevId: 96646870da597881a6e8b26564be4dee26385bb8
2021-12-08 09:03:02 +00:00
Alf Eaton
d7efa156f9
[web] Account for page border when restoring scroll position in PDF preview ( #5955 )
...
GitOrigin-RevId: a5c74151e085db2e413ff27b46c67bff8c28487f
2021-12-03 09:03:50 +00:00
Alf Eaton
bab4d5d58f
Extend AUTO_COMPILE_DEBOUNCE to allow for increased SINGLE_USER_FLUSH_DELAY ( #5883 )
...
GitOrigin-RevId: f65113b2dea901fb757dafb08acc32c770960bf2
2021-11-26 09:03:21 +00:00
Miguel Serrano
9ce51f9f2f
Prevent compilation request from being ignored in compiler.js ( #5818 )
...
GitOrigin-RevId: 1442ad0890b73134e6f563a1b474e4bc9e8a6ecd
2021-11-26 09:03:14 +00:00
Miguel Serrano
7de1e6f979
Update log error ordering and wording on tips ( #5873 )
...
* Show bibtex errors with compile errors
* Update wording on error log tips
GitOrigin-RevId: 0e25a05418b241526958016f1b525334d33ad741
2021-11-26 09:03:07 +00:00
Miguel Serrano
ec065147fb
Ignore bib parse errors ( #5874 )
...
GitOrigin-RevId: 05c214762585b4d3d35ed055e1764d472b9cc861
2021-11-26 09:03:01 +00:00
Miguel Serrano
26eb5d7cdc
Cleanup compile results on compilation error ( #5663 )
...
- pdfUrl, pdfDownloadUrl and log entries are now cleared up after a compilation error.
- Added a new hook, useScopeValueSetterOnly that limits how changes in React components are propagated to Angular. Since the compilation process happens entirely within compile-context it make sense that compilation results are solely managed by compile-context itself.
GitOrigin-RevId: 2003be03bab6753bb9a88194c7a6163cfd36f9c2
2021-11-04 09:04:05 +00:00
Miguel Serrano
a5fd363938
Protect pdf-js-wrapper from NPE error ( #5658 )
...
GitOrigin-RevId: 55bdc27afb7dd9ea55751ae0bd89a2498f9f2ce6
2021-11-04 09:03:58 +00:00
Alf Eaton
913a62fbc8
Migrate synctex controls to React ( #5503 )
...
GitOrigin-RevId: 80362a00ae6b73616a6fa9b3193b9b9974b5fd35
2021-10-22 08:03:43 +00:00
Alf Eaton
684efaaf5f
Use pdfDownloadDomain when fetching certain files in the new PDF preview ( #5524 )
...
GitOrigin-RevId: d8796d9f86ba87824438f4bd7dcb1a79643654c3
2021-10-22 08:03:36 +00:00
Alf Eaton
2bf422b76d
Merge pull request #5522 from overleaf/ae-compile-feature-flag
...
Only use the React compiler when showNewPdfPreview is set
GitOrigin-RevId: 24bf8dc6a830e670ee8dc30b8e0329127de1a1a8
2021-10-22 08:03:31 +00:00
June Kelly
4f29ca5cbd
Merge pull request #5395 from overleaf/msm-pdf-metrics
...
Added PdfJsMetrics to React PDF Viewer
GitOrigin-RevId: ff749d67baec243ca2c8e51409754716f4cef62c
2021-10-21 08:03:07 +00:00
Alf Eaton
9ffe28649c
Improve rendering of errors from pdf.js ( #5448 )
...
GitOrigin-RevId: 69836ba213b124e2442b2d0083531dd95be2bf4e
2021-10-18 08:04:06 +00:00
Alf Eaton
7f5200da8c
Report filtered pdf.js errors to Sentry ( #5438 )
...
GitOrigin-RevId: 7ab5a6fd61d271037ee33bbeadfad00b389812d6
2021-10-18 08:03:59 +00:00
Alf Eaton
f7ef2532e0
Handle PDF preview on toggle between split and full-width views ( #5470 )
...
* Only hide the compile logs pane when toggled off
* Handle PDF preview on toggle between split and full-width views
GitOrigin-RevId: 9ceca8a06a22abfa78f245e1ae5d24af98215906
2021-10-18 08:03:26 +00:00
Alf Eaton
2f835144c8
Upgrade pdfjs-dist to v2.10.377 ( #5436 )
...
* Upgrade pdfjs-dist
* Explicitly disable XFA in PDF.js
GitOrigin-RevId: 6987fe6e6f87a05d8f71d83a8b09b33caeade712
2021-10-13 08:03:45 +00:00
Alf Eaton
9c0b6f0fa7
Remove clsiserverid
query parameter from compile request ( #5408 )
...
* Remove clsiserverid query parameter from compile request
* Rename buildQueryParams to buildPostCompileParams
GitOrigin-RevId: 4448179e910eeb664cece2b9384f8e7197f3185c
2021-10-13 08:03:14 +00:00
Alf Eaton
ce3b304ec8
Remove chktex fetching and parsing from migrated PDF preview ( #5409 )
...
GitOrigin-RevId: 3c6721a1272d809679ec1e2f2fcd1a7251e1321b
2021-10-13 08:03:08 +00:00
Alf Eaton
adf8828860
Fix a few minor test issues ( #5415 )
...
* Remove signal.abort()
* Fix usage of .toString
* Fix requests for files
* Fix story
GitOrigin-RevId: 37ab4be34a8975881aed2329d4b67f8df74837d8
2021-10-12 08:03:58 +00:00
Alf Eaton
b902bd9265
Refactor compile-related code from PDF preview context provider into a separate class ( #5341 )
...
GitOrigin-RevId: 96b8bb527fa3d60a5fb84eee2b8f4fabc1726875
2021-10-11 08:02:56 +00:00
June Kelly
1e7dbeeb94
Merge pull request #5180 from overleaf/msm-pdf-js-viewer-tests
...
Unit Tests for `pdf-js-viewer.js`
GitOrigin-RevId: 4bd38cf98c598e2ea30791052b9c24568d92c6b8
2021-10-07 08:03:30 +00:00
Alf Eaton
73bc3418a2
Add React version of the PDF preview pane ( #5135 )
...
GitOrigin-RevId: fcc88a362c3e97c9fddf85d47c3a83a0a0b89432
2021-10-01 08:03:12 +00:00