{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":6161909,"defaultBranch":"master","name":"pdf.js","ownerLogin":"timvandermeij","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2012-10-10T18:16:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1993262?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717252893.0","currentOid":""},"activityList":{"items":[{"before":"53dfb5a6baebe7ceff49f702366ae55963cd4f17","after":"6a71f692bf765015f1ac3574dd5c95a5b4f3f93a","ref":"refs/heads/master","pushedAt":"2024-06-06T13:29:34.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18205 from calixteman/openjpeg_bsd2\n\nChange openjpeg.js license from Apache 2 to BSD 2-clause","shortMessageHtmlLink":"Merge pull request mozilla#18205 from calixteman/openjpeg_bsd2"}},{"before":"4d9c25a41aa50f1fcf8b74399d4cdc596b75c23c","after":"53dfb5a6baebe7ceff49f702366ae55963cd4f17","ref":"refs/heads/master","pushedAt":"2024-06-01T14:42:22.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18197 from timvandermeij/gulp-5\n\nUpgrade `gulp` to version 5.0.0","shortMessageHtmlLink":"Merge pull request mozilla#18197 from timvandermeij/gulp-5"}},{"before":"d25b52702a6fc6021a5a4ef5e0cef247992768eb","after":null,"ref":"refs/heads/gulp-5","pushedAt":"2024-06-01T14:41:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"}},{"before":"61b823f50e9bd290761ea60f2ed9b32391d8af76","after":"d25b52702a6fc6021a5a4ef5e0cef247992768eb","ref":"refs/heads/gulp-5","pushedAt":"2024-05-31T13:09:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Upgrade `gulp` to version 5.0.0\n\nThis is a major version bump, and the changelog at\nhttps://github.com/gulpjs/gulp/releases/tag/v5.0.0 indicates one\nbreaking change that impacts us, namely that streams are now by default\ninterpreted/transformed to UTF-8 encoding. This breaks `gulp.src` calls\nthat work on binary files such as images or CMaps, but is fortunately\neasy to fix for us by disabling re-encoding for all `gulp.src` calls\n(see https://github.com/gulpjs/gulp/issues/2764#issuecomment-2063415792\nfor more information). This restores the previous behavior of copying\nthe files as-is without Gulp performing any transformations to it, which\nis what we want because Gulp is only used for bundling and we make sure\nthat the source files have the right encoding.","shortMessageHtmlLink":"Upgrade gulp to version 5.0.0"}},{"before":"d25b52702a6fc6021a5a4ef5e0cef247992768eb","after":"61b823f50e9bd290761ea60f2ed9b32391d8af76","ref":"refs/heads/gulp-5","pushedAt":"2024-05-31T13:07:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"TEST","shortMessageHtmlLink":"TEST"}},{"before":"51a432a0e3162a8b4cfe006e6ee2630a83aa530e","after":"d25b52702a6fc6021a5a4ef5e0cef247992768eb","ref":"refs/heads/gulp-5","pushedAt":"2024-05-31T12:59:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Upgrade `gulp` to version 5.0.0\n\nThis is a major version bump, and the changelog at\nhttps://github.com/gulpjs/gulp/releases/tag/v5.0.0 indicates one\nbreaking change that impacts us, namely that streams are now by default\ninterpreted/transformed to UTF-8 encoding. This breaks `gulp.src` calls\nthat work on binary files such as images or CMaps, but is fortunately\neasy to fix for us by disabling re-encoding for all `gulp.src` calls\n(see https://github.com/gulpjs/gulp/issues/2764#issuecomment-2063415792\nfor more information). This restores the previous behavior of copying\nthe files as-is without Gulp performing any transformations to it, which\nis what we want because Gulp is only used for bundling and we make sure\nthat the source files have the right encoding.","shortMessageHtmlLink":"Upgrade gulp to version 5.0.0"}},{"before":null,"after":"51a432a0e3162a8b4cfe006e6ee2630a83aa530e","ref":"refs/heads/gulp-5","pushedAt":"2024-05-31T12:51:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Upgrade `gulp` to version 5.0.0\n\nThis is a major version bump, and the changelog at\nhttps://github.com/gulpjs/gulp/releases/tag/v5.0.0 indicates one\nbreaking change that impacts us, namely that streams are now by default\ninterpreted/transformed to UTF-8 encoding. This breaks `gulp.src` calls\nthat work on binary files such as images or CMaps, but is fortunately\neasy to fix for us by disabling re-encoding for all `gulp.src` calls\n(see https://github.com/gulpjs/gulp/issues/2764#issuecomment-2063415792\nfor more information). This restores the previous behavior of copying\nthe files as-is without Gulp performing any transformations to it, which\nis what we want because Gulp is only used for bundling and we make sure\nthat the source files have the right encoding.","shortMessageHtmlLink":"Upgrade gulp to version 5.0.0"}},{"before":"0ac4b34c667f65313b350e7c28e4aa1608ff6374","after":"4d9c25a41aa50f1fcf8b74399d4cdc596b75c23c","ref":"refs/heads/master","pushedAt":"2024-05-31T12:36:09.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18193 from calixteman/rm_observer\n\nDisconnect the resize observer and remove scroll listener when unbinding window events","shortMessageHtmlLink":"Merge pull request mozilla#18193 from calixteman/rm_observer"}},{"before":"24e12d515dce2f11b392410dd6e6e9926270ac65","after":"0ac4b34c667f65313b350e7c28e4aa1608ff6374","ref":"refs/heads/master","pushedAt":"2024-05-30T13:48:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18183 from timvandermeij/updates\n\nUpdate dependencies and translations to the most recent versions","shortMessageHtmlLink":"Merge pull request mozilla#18183 from timvandermeij/updates"}},{"before":"ea0d2126eafc0345026b29bc8b54a90fef9b5350","after":null,"ref":"refs/heads/updates","pushedAt":"2024-05-30T13:46:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"}},{"before":null,"after":"ea0d2126eafc0345026b29bc8b54a90fef9b5350","ref":"refs/heads/updates","pushedAt":"2024-05-28T17:36:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Update translations to the most recent versions","shortMessageHtmlLink":"Update translations to the most recent versions"}},{"before":"0cec644372c38756474eb45c4e2aa0058960464a","after":"24e12d515dce2f11b392410dd6e6e9926270ac65","ref":"refs/heads/master","pushedAt":"2024-05-28T16:48:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18182 from timvandermeij/bump\n\nBump the stable version in `pdfjs.config`","shortMessageHtmlLink":"Merge pull request mozilla#18182 from timvandermeij/bump"}},{"before":"fcea7e7b4b4a2d3f31276077b3c3835197ad1fa0","after":null,"ref":"refs/heads/bump","pushedAt":"2024-05-28T16:48:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"}},{"before":null,"after":"fcea7e7b4b4a2d3f31276077b3c3835197ad1fa0","ref":"refs/heads/bump","pushedAt":"2024-05-28T16:45:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Bump the stable version in `pdfjs.config`","shortMessageHtmlLink":"Bump the stable version in pdfjs.config"}},{"before":"08bf96865d81b2388219bc4a8cc18c9e5bc1ea49","after":"0cec644372c38756474eb45c4e2aa0058960464a","ref":"refs/heads/master","pushedAt":"2024-05-28T15:41:21.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18179 from nicolo-ribaudo/zooming-utilities\n\n[api-minor] Simplify API to implement zoom in custom viewers","shortMessageHtmlLink":"Merge pull request mozilla#18179 from nicolo-ribaudo/zooming-utilities"}},{"before":"0c562f0a98a16bf46ada0da9f62cd76f1b3a0f45","after":"08bf96865d81b2388219bc4a8cc18c9e5bc1ea49","ref":"refs/heads/master","pushedAt":"2024-05-23T17:28:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18154 from timvandermeij/integration-test-rect\n\nIntroduce a `getRect` utility function for the integration tests","shortMessageHtmlLink":"Merge pull request mozilla#18154 from timvandermeij/integration-test-…"}},{"before":"145d66090f304b651670b30bf75e054e51ffea7f","after":null,"ref":"refs/heads/integration-test-rect","pushedAt":"2024-05-23T17:27:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"}},{"before":null,"after":"145d66090f304b651670b30bf75e054e51ffea7f","ref":"refs/heads/integration-test-rect","pushedAt":"2024-05-23T16:44:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Introduce a `getRect` utility function for the integration tests\n\nOver time the number of integration tests that get the rectangle for a\ngiven selector has increased quite a bit, and the code to do so has\nconsequently become duplicated.\n\nThis commit refactors the integration tests to move the rectangle\nfetching code to a single place, which reduces the code by over 400\nlines and makes the individual tests simpler.","shortMessageHtmlLink":"Introduce a getRect utility function for the integration tests"}},{"before":"1c3195b86f6f70f1400efdc9f286e7eb419f1ffb","after":"0c562f0a98a16bf46ada0da9f62cd76f1b3a0f45","ref":"refs/heads/master","pushedAt":"2024-05-23T15:59:38.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18153 from timvandermeij/updates\n\nUpdate dependencies and translations to the most recent versions","shortMessageHtmlLink":"Merge pull request mozilla#18153 from timvandermeij/updates"}},{"before":"af5d7908fe18ffa4146f78bcf4bd7a1c229a77e7","after":null,"ref":"refs/heads/updates","pushedAt":"2024-05-23T15:35:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"}},{"before":null,"after":"af5d7908fe18ffa4146f78bcf4bd7a1c229a77e7","ref":"refs/heads/updates","pushedAt":"2024-05-23T14:02:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Update translations to the most recent versions","shortMessageHtmlLink":"Update translations to the most recent versions"}},{"before":"b7b8e5ef788313451e869c2816a87f943bba35c3","after":"1c3195b86f6f70f1400efdc9f286e7eb419f1ffb","ref":"refs/heads/master","pushedAt":"2024-05-23T13:45:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18152 from Snuffleupagus/TextLayerBuilder-shorter\n\nShorten the code in the `web/text_layer_builder.js` file","shortMessageHtmlLink":"Merge pull request mozilla#18152 from Snuffleupagus/TextLayerBuilder-…"}},{"before":"821f3a1ef35248f4eb8410f5e3c97db0aa7fb3e9","after":"b7b8e5ef788313451e869c2816a87f943bba35c3","ref":"refs/heads/master","pushedAt":"2024-05-22T14:49:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18145 from timvandermeij/merge-stream\n\nRemove the `merge-stream` dependency in favor of the `ordered-read-streams` dependency","shortMessageHtmlLink":"Merge pull request mozilla#18145 from timvandermeij/merge-stream"}},{"before":"723e5b27790ddad29d6f5404655c54cb35a14952","after":null,"ref":"refs/heads/merge-stream","pushedAt":"2024-05-22T14:48:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"}},{"before":null,"after":"723e5b27790ddad29d6f5404655c54cb35a14952","ref":"refs/heads/merge-stream","pushedAt":"2024-05-22T13:15:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Remove the `merge-stream` dependency in favor of the `ordered-read-streams` dependency\n\nThe `merge-stream` dependency is no longer maintained and doesn't work\nin combination with Gulp 5 anymore (for more information refer to\nhttps://github.com/gulpjs/gulp/issues/2802#issuecomment-2094130656).\n\nFortunately the Gulp team maintains a drop-in replacement dependency\ncalled `ordered-read-streams` with the same API as `merge-stream`.\nIndeed, running all affected Gulp targets and comparing build artifacts\nwith `diff -r ` confirms that no unexpected changes are made.\n\nFixes a part of #17922.","shortMessageHtmlLink":"Remove the merge-stream dependency in favor of the `ordered-read-st…"}},{"before":"14942271d1438e2954a5b80f87ca5dad78543524","after":"821f3a1ef35248f4eb8410f5e3c97db0aa7fb3e9","ref":"refs/heads/master","pushedAt":"2024-05-22T12:08:17.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18143 from Snuffleupagus/issue-18138\n\nImprove /Page validation for linearized documents (issue 18138)","shortMessageHtmlLink":"Merge pull request mozilla#18143 from Snuffleupagus/issue-18138"}},{"before":"2ad4601d042f055ec57fac1259ffd7f4104584ea","after":"14942271d1438e2954a5b80f87ca5dad78543524","ref":"refs/heads/master","pushedAt":"2024-05-21T18:54:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #17974 from timvandermeij/integration-tests-timeout-scripting\n\nRemove most `waitForTimeout` usage from the scripting integration tests","shortMessageHtmlLink":"Merge pull request mozilla#17974 from timvandermeij/integration-tests…"}},{"before":"23de3fd549803bcc9c1bbb50f9c7cb7d3b356c0f","after":null,"ref":"refs/heads/integration-tests-timeout-scripting","pushedAt":"2024-05-21T18:53:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"}},{"before":"eb2edb4f95825eece977711fb654ffe8c94d015d","after":"23de3fd549803bcc9c1bbb50f9c7cb7d3b356c0f","ref":"refs/heads/integration-tests-timeout-scripting","pushedAt":"2024-05-21T16:36:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Remove most `waitForTimeout` usage from the scripting integration tests\n\nThis commit replaces most `waitForTimeout` occurrences with calls to\n`waitForFunction` or `waitForSandboxTrip`. Note that the occurrences in\nthe \"must check that focus/blur callbacks aren't called\" test remain\nuntil we find a good way to ensure that nothing happened after the tab\nswitches (because currently we can't be sure that nothing happens since\nthere is nothing to await).","shortMessageHtmlLink":"Remove most waitForTimeout usage from the scripting integration tests"}},{"before":"661a62bb308a0f8a1695a2214854c231023bf472","after":"2ad4601d042f055ec57fac1259ffd7f4104584ea","ref":"refs/heads/master","pushedAt":"2024-05-21T16:35:57.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"timvandermeij","name":"Tim van der Meij","path":"/timvandermeij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993262?s=80&v=4"},"commit":{"message":"Merge pull request #18129 from nicolo-ribaudo/test-css-only-zoom\n\nAdd test for drawing delay with CSS-only zoom","shortMessageHtmlLink":"Merge pull request mozilla#18129 from nicolo-ribaudo/test-css-only-zoom"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXjqPcQA","startCursor":null,"endCursor":null}},"title":"Activity · timvandermeij/pdf.js"}