{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":86466136,"defaultBranch":"master","name":"wpt","ownerLogin":"mrego","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2017-03-28T13:53:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11602?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714130738.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"66a6bb64d9bc94bbf6f4281e8095433c6cd61521","ref":"refs/heads/scroll-zoom","pushedAt":"2024-04-26T11:25:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"},"commit":{"message":"[css-viewport] Remove assert for offsetTop after modifying zoom property\n\nThere's no spec about what we should do with the scrollTop value\nafter applying zoom. Which makes Firefox fail the test:\ncss/css-viewport/zoom/scroll-top-test-with-zoom.html\n\nAnyway checking that intermediate value is not relevant for this test,\nthat is checking that the scrollTop value doesn't change\nwhen coming back to the initial zoom level.\nSo this patch removes the assert checking that value.\n\nSee https://bugzilla.mozilla.org/show_bug.cgi?id=1891910\nfor more details.","shortMessageHtmlLink":"[css-viewport] Remove assert for offsetTop after modifying zoom property"}},{"before":"7bbf8cc6c18b2e523c0b664ebc6022e9722f252d","after":"72fa84723dc77b424e7ce7517f5749561cc36b67","ref":"refs/heads/master","pushedAt":"2024-04-26T11:16:30.000Z","pushType":"push","commitsCount":213,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"},"commit":{"message":"Bump types-python-dateutil from 2.8.19.14 to 2.9.0.20240316 in /tools\n\nBumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.14 to 2.9.0.20240316.\n- [Commits](https://github.com/python/typeshed/commits)\n\n---\nupdated-dependencies:\n- dependency-name: types-python-dateutil\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump types-python-dateutil from 2.8.19.14 to 2.9.0.20240316 in /tools"}},{"before":"9fbd83e8456c1e3e49be76e6a4a8351adffba0c9","after":null,"ref":"refs/heads/zoom-tests","pushedAt":"2024-04-16T10:48:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"}},{"before":null,"after":"9fbd83e8456c1e3e49be76e6a4a8351adffba0c9","ref":"refs/heads/zoom-tests","pushedAt":"2024-04-15T12:01:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"},"commit":{"message":"[css] Move \"zoom\" property tests to \"css/css-viewport/zoom/\"","shortMessageHtmlLink":"[css] Move \"zoom\" property tests to \"css/css-viewport/zoom/\""}},{"before":"7e7527ccba8afd472bd49972a4ba0ae0c58208ac","after":"7bbf8cc6c18b2e523c0b664ebc6022e9722f252d","ref":"refs/heads/master","pushedAt":"2024-04-15T11:57:05.000Z","pushType":"push","commitsCount":1551,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"},"commit":{"message":"Focus visible programmatic focus test (#44873)\n\n* Add `:focus-visible` test for mouse/keyboard modality\r\n\r\n* Update test to handle failure\r\n\r\n* Lint fixes\r\n\r\n* Add color change\r\n\r\n* Formatting changes","shortMessageHtmlLink":"Focus visible programmatic focus test (web-platform-tests#44873)"}},{"before":"d1cd8c5a20ec99105e52becf7b97f43fa7249f4e","after":null,"ref":"refs/heads/remove-myself-reviewers","pushedAt":"2024-01-05T09:08:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"}},{"before":null,"after":"d1cd8c5a20ec99105e52becf7b97f43fa7249f4e","ref":"refs/heads/remove-myself-reviewers","pushedAt":"2024-01-05T09:00:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"},"commit":{"message":"Remove myself from suggested reviewers","shortMessageHtmlLink":"Remove myself from suggested reviewers"}},{"before":"b8acf5116c6c66d59abd7ddef8f0c08e8b7fa42d","after":"7e7527ccba8afd472bd49972a4ba0ae0c58208ac","ref":"refs/heads/master","pushedAt":"2024-01-05T08:52:24.000Z","pushType":"push","commitsCount":2629,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"},"commit":{"message":"Do not round the clipping region with mixed overflow clip\n\nThe CSSWG resolved [1] to not apply rounded border clipping when one of\noverflow-x or overflow-y computes to clip and the other computes to\nvisible (https://drafts.csswg.org/css-overflow/#corner-clipping). This\npatch updates our implementation to not create the inner border radius\nclip in this mixed clip/visible scenario.\n\n[1] https://github.com/w3c/csswg-drafts/issues/7434\n\nBug: 1416649\nChange-Id: I4d24ac82ecdafba5fa691efb1ce85892c734c717\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5171405\nReviewed-by: David Baron \nCommit-Queue: Philip Rogers \nCr-Commit-Position: refs/heads/main@{#1243240}","shortMessageHtmlLink":"Do not round the clipping region with mixed overflow clip"}},{"before":"84da7029ad428cefa25aa8ccecf79e1ed3bcc1c3","after":"b8acf5116c6c66d59abd7ddef8f0c08e8b7fa42d","ref":"refs/heads/master","pushedAt":"2023-06-30T11:55:25.000Z","pushType":"push","commitsCount":1065,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"},"commit":{"message":"Add boilerplate for 'position-fallback-bounds'\n\nThis patch adds standard handling code for 'position-fallback-bounds'\nunder the css/ directory.\n\nThis patch on its own doesn't introduce any new behavior, but is split\noff the main patch (crrev.com/c/4655384) simply to ease code review.\n\nSpec: https://drafts.csswg.org/css-anchor-position-1/#fallback-bounds\n\nBug: 1455557\nChange-Id: Ia334ffeb006ab158dfe442744b9f5400bfb19af7\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4652743\nCommit-Queue: Anders Hartvoll Ruud \nReviewed-by: Anders Hartvoll Ruud \nAuto-Submit: Xiaocheng Hu \nCr-Commit-Position: refs/heads/main@{#1164533}","shortMessageHtmlLink":"Add boilerplate for 'position-fallback-bounds'"}},{"before":"89f67a0fb750f2d91364b4fc484e24c863f15c82","after":"84da7029ad428cefa25aa8ccecf79e1ed3bcc1c3","ref":"refs/heads/master","pushedAt":"2023-04-21T05:33:08.000Z","pushType":"push","commitsCount":1369,"pusher":{"login":"mrego","name":"Manuel Rego Casasnovas","path":"/mrego","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602?s=80&v=4"},"commit":{"message":"Update periodicWave.html to test with 8192 elements\n\nThe Web Audio specification says the following:\n\"A conforming implementation MUST support PeriodicWave up to at least\n8192 elements.\"\n\nhttps://www.w3.org/TR/webaudio/#PeriodicWave\n\nThis CL increases the length of arrays used in the existing WPT from\n4096 to 8192.\n\nNote that it is ont clear what \"support\" means in this context:\nhttps://github.com/WebAudio/web-audio-api/issues/1415\n\nA different test may be requried if \"support\" means that all\nsupplied coefficients up to 8192 must be used to generate the waveform.\n\nBug: 773502\nChange-Id: I14d79616b94a65030c00ccba1245d9137e28a106\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4429796\nReviewed-by: Hongchan Choi \nCommit-Queue: Michael Wilson \nCr-Commit-Position: refs/heads/main@{#1133502}","shortMessageHtmlLink":"Update periodicWave.html to test with 8192 elements"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOxVgEAA","startCursor":null,"endCursor":null}},"title":"Activity ยท mrego/wpt"}