{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3618133,"defaultBranch":"master","name":"wpt","ownerLogin":"web-platform-tests","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-03-04T12:58:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/37226233?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726791623.0","currentOid":""},"activityList":{"items":[{"before":"52768c0ac584d5266510776a5844c038a22e3e8a","after":null,"ref":"refs/heads/gecko/1916685","pushedAt":"2024-09-20T00:16:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"2574834459a09a6ad761c9bc110186737317ae78","after":"48771115c3deb66bd345c95cf5e8d8d2c41a556e","ref":"refs/heads/master","pushedAt":"2024-09-20T00:16:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"[wdspec] Update several network bidi tests to assert timings\n\nDepends on D221033\n\nDifferential Revision: https://phabricator.services.mozilla.com/D221034\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1916685\ngecko-commit: e1aade50c0eb0a2bf43c77266ebf7cc15afbab77\ngecko-reviewers: webdriver-reviewers, whimboo","shortMessageHtmlLink":"[wdspec] Update several network bidi tests to assert timings"}},{"before":null,"after":"bae78e8f19353c81e1839ec725d6a4f252498bde","ref":"refs/heads/chromium-export-cl-5854985","pushedAt":"2024-09-20T00:09:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"chromium-wpt-export-bot","name":"Blink WPT Bot","path":"/chromium-wpt-export-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25752892?s=80&v=4"},"commit":{"message":"DOM: Implement abortable async iterable Observables\n\nThe IteratorRecord#return() function exists as an optional method that\nsync and async iterator records can supply [1] [2]. They allow for the\nlanguage, or any consumer of an iterable, to signal to the iterable that\nthe consumer will stop consuming values prematurely (i.e., before\nexhaustion).\n\nThis method must be invoked when the consumer aborts its subscription\nto an Observable that was derived from an iterable. The abort reason is\nsupplied to the `return()` iterator function for completeness. This CL:\n 1. Adds tests for sync & async iterables\n 2. Implements this for async iterables\n\nA follow-up CL will implement this for sync iterables.\n\nThe semantics are specified in\nhttps://github.com/WICG/observable/pull/160.\n\n[1]:\nhttps://tc39.es/ecma262/#table-iterator-interface-optional-properties\n[2]: https://tc39.es/ecma262/#table-async-iterator-optional\n\nBug: 40282760\nChange-Id: Ie1091b24b233afecdec572feadc129bcc8a2d4d3","shortMessageHtmlLink":"DOM: Implement abortable async iterable Observables"}},{"before":"0d06dea32652990eae78794d20b52eee68b54914","after":null,"ref":"refs/heads/gecko/1919220","pushedAt":"2024-09-20T00:07:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"f9e28d79502bc6542ed5eae287012c201854619e","after":"2574834459a09a6ad761c9bc110186737317ae78","ref":"refs/heads/master","pushedAt":"2024-09-20T00:07:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"patch 2 - Also pass percentage basis when computing intrinsic contribution for fieldset contents.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222591\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1919220\ngecko-commit: b51d80a6a0c4c1064f62a9e39c9752b58aec2131\ngecko-reviewers: dshin","shortMessageHtmlLink":"patch 2 - Also pass percentage basis when computing intrinsic contrib…"}},{"before":"cd574ee043846c4029f39f442401beba5b6b6321","after":"ab75748092bf8d7e42cba91d33f416afb6b42981","ref":"refs/heads/gh-pages","pushedAt":"2024-09-20T00:04:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wpt-pr-bot","name":"wpt-pr-bot","path":"/wpt-pr-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16780864?s=80&v=4"},"commit":{"message":"Build documentation\n\nThese files were generated from commit f9e28d79502bc6542ed5eae287012c201854619e","shortMessageHtmlLink":"Build documentation"}},{"before":"0a477cb81a95bae2aaa1a494efdce8dd8c5cd6de","after":"f9e28d79502bc6542ed5eae287012c201854619e","ref":"refs/heads/master","pushedAt":"2024-09-20T00:02:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonathan-j-lee","name":"Jonathan Lee","path":"/jonathan-j-lee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16431277?s=80&v=4"},"commit":{"message":"[wptrunner] Generalize WebDriver-based print-reftest implementation (#48238)\n\nMost of the implementation is lifted verbatim from an existing\r\n`chromedriver` one, except the nonstandard CDP call in `render_as_pdf()`\r\nis replaced by an equivalent one to WebDriver's \"print page\" [0].\r\n\r\n`shrinkToFit` is actually a WebDriver parameter, not a CDP one, so this\r\nPR also fixes some incorrectly scaled screenshots [1].\r\n\r\n[0]: https://www.w3.org/TR/webdriver/#print-page\r\n[1]: https://crbug.com/366293137","shortMessageHtmlLink":"[wptrunner] Generalize WebDriver-based print-reftest implementation (#…"}},{"before":null,"after":"0d06dea32652990eae78794d20b52eee68b54914","ref":"refs/heads/gecko/1919220","pushedAt":"2024-09-19T23:07:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"patch 2 - Also pass percentage basis when computing intrinsic contribution for fieldset contents.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222591\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1919220\ngecko-commit: b51d80a6a0c4c1064f62a9e39c9752b58aec2131\ngecko-reviewers: dshin","shortMessageHtmlLink":"patch 2 - Also pass percentage basis when computing intrinsic contrib…"}},{"before":"6386ed8ba461149a20d43a814b19e0aaf9bb0bec","after":null,"ref":"refs/heads/gecko/1917703","pushedAt":"2024-09-19T22:56:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"c6483acf38617b0da77f300284cfe22950687b2e","after":"0a477cb81a95bae2aaa1a494efdce8dd8c5cd6de","ref":"refs/heads/master","pushedAt":"2024-09-19T22:56:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Make sure visited style computation color-scheme matches unvisited style.\n\nPlumb it via the StyleBuilder like we do for the writing_mode for the\nsame reasons.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222328\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1917703\ngecko-commit: 67633c2f0a9c228f5c93b815a753fdc45d3024f0\ngecko-reviewers: dshin","shortMessageHtmlLink":"Make sure visited style computation color-scheme matches unvisited st…"}},{"before":"6b8fe3ff2b74d4f99dc66424bc399c2235e444ce","after":null,"ref":"refs/heads/gecko/1918838","pushedAt":"2024-09-19T22:54:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"3939cbfd5454fcecc7ad20798af01116dfb5442e","after":"c6483acf38617b0da77f300284cfe22950687b2e","ref":"refs/heads/master","pushedAt":"2024-09-19T22:54:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Make CSS zoom apply to themed widgets properly.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222320\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1918838\ngecko-commit: 4b595e1843aa64b05f111f363838f3adea239f3a\ngecko-reviewers: dshin","shortMessageHtmlLink":"Make CSS zoom apply to themed widgets properly."}},{"before":null,"after":"52768c0ac584d5266510776a5844c038a22e3e8a","ref":"refs/heads/gecko/1916685","pushedAt":"2024-09-19T22:44:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"[wdspec] Update several network bidi tests to assert timings\n\nDepends on D221033\n\nDifferential Revision: https://phabricator.services.mozilla.com/D221034\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1916685\ngecko-commit: e1aade50c0eb0a2bf43c77266ebf7cc15afbab77\ngecko-reviewers: webdriver-reviewers, whimboo","shortMessageHtmlLink":"[wdspec] Update several network bidi tests to assert timings"}},{"before":null,"after":"6b8fe3ff2b74d4f99dc66424bc399c2235e444ce","ref":"refs/heads/gecko/1918838","pushedAt":"2024-09-19T22:19:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Make CSS zoom apply to themed widgets properly.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222320\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1918838\ngecko-commit: 4b595e1843aa64b05f111f363838f3adea239f3a\ngecko-reviewers: dshin","shortMessageHtmlLink":"Make CSS zoom apply to themed widgets properly."}},{"before":null,"after":"b7c80059dd7c98242e6bb4c59b62cafbf53ff25f","ref":"refs/heads/gecko/1917805","pushedAt":"2024-09-19T21:38:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"[wdspec] Add cached stylesheet network tests @import and duplicated stylesheets\n\nThe initial Firefox support for network events for cached stylesheets fails in 2 known cases:\n- when the stylesheet is loaded via @import (no event emitted)\n- when the stylesheet is duplicated in several link tags (too many events emitted)\n\nNew tests are added to cover those use cases, which should all be fixed by Bug 1916960 on Firefox side.\nAll the added tests already pass on Chrome canary.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D221685\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1917805\ngecko-commit: 26bbaffc60227b5aa78392429c957e8598aaf582\ngecko-reviewers: webdriver-reviewers, arai, whimboo","shortMessageHtmlLink":"[wdspec] Add cached stylesheet network tests @import and duplicated s…"}},{"before":"203d2ac45900139633d4f3f29750ea4b5e06d6f5","after":"07506cf82b434714b00cc111bfca12ab566b0dcc","ref":"refs/heads/epochs/three_hourly","pushedAt":"2024-09-19T21:23:33.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Part 2 - Mark a flex item's intrinsic inline size dirty if we override its block size.\n\nIn a column-oriented flex container, if a flex item's intrinsic inline size or\nits descendants' inline size contributions depend on the item's block size,\n`NS_FRAME_DESCENDANT_INTRINSIC_ISIZE_DEPENDS_ON_BSIZE` will be set. In this\ncase, when determining the flex item's cross-size, we need to mark the flex\nitem's intrinsic inline size as dirty such that its (auto) inline size is\nrecomputed when constructing its `ReflowInput`.\n\n`testing/web-platform/tests/css/css-sizing/intrinsic-percent-replaced-017.html`\nis the test coverage for this patch.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222231\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1918576\ngecko-commit: 51fd81b5ced0f6cec53b3b475fa50a9a48010848\ngecko-reviewers: dholbert","shortMessageHtmlLink":"Part 2 - Mark a flex item's intrinsic inline size dirty if we overrid…"}},{"before":"dc428fadd8b6a29f02328e9970b6dddf1538c550","after":null,"ref":"refs/heads/gecko/1916508","pushedAt":"2024-09-19T21:10:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"8169e18c02b161edca3e46b0b7e80245c50ac978","after":"3939cbfd5454fcecc7ad20798af01116dfb5442e","ref":"refs/heads/master","pushedAt":"2024-09-19T21:10:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Add more tests about h264 codec strings.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D221050\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1916508\ngecko-commit: 12b22d6a5e24b656422b71ffe4f0a8ff8dc54a7b\ngecko-reviewers: media-playback-reviewers, alwu","shortMessageHtmlLink":"Add more tests about h264 codec strings."}},{"before":"760ba3993717e0713d0d6ce9e59dba3d786af7b9","after":null,"ref":"refs/heads/gecko/1916646","pushedAt":"2024-09-19T21:05:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"3416ef9920a9a809796590a3fcf41992254f677b","after":"8169e18c02b161edca3e46b0b7e80245c50ac978","ref":"refs/heads/master","pushedAt":"2024-09-19T21:05:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Floor right/bottom values of inset()/rect() to make sure that width and height of the rectangle are valid.\n\nPer spec of `rect()`, the second (right) and third (bottom) values are\nfloored by the fourth (left) and second (top) values, respectively. This\nis to avoid that they don't cross over the other edge. In our\nimplementation, we just clamp width and height to make sure they are not\nnegative. The both ways should be identical.\n\nNote that the spec also mentions another way to handle the similar case\nin `inset()`, which would like to apply the algorithm mentioned in\n\"CSS Backgrounds 3 § 4.5 Overlapping Curves rules\" to proportionally reduce\nthe inset effect to 100%. This may cause a different result from\nflooring the values. I suspect this is a spec issue:\nhttps://github.com/w3c/csswg-drafts/issues/10870.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222536\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1916646\ngecko-commit: 3c43f092dbbf3d5cab1e39e2b450fee1751407e9\ngecko-reviewers: dshin","shortMessageHtmlLink":"Floor right/bottom values of inset()/rect() to make sure that width a…"}},{"before":"44bde8365ab6416cf7ca1d69d1339bc6281489b8","after":null,"ref":"refs/heads/gecko/1917579","pushedAt":"2024-09-19T21:03:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"e872f92c8bd6f6da2117235cb92bb639f8fcfbf4","after":"3416ef9920a9a809796590a3fcf41992254f677b","ref":"refs/heads/master","pushedAt":"2024-09-19T21:03:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Add a test for flac decoding.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D221655\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1917579\ngecko-commit: 8a55e8eb5a286c5961ffdb347bc633fbc0e4964b\ngecko-reviewers: chunmin","shortMessageHtmlLink":"Add a test for flac decoding."}},{"before":"b524bede279ca46b2866d86f42b8ef68b8d462b9","after":null,"ref":"refs/heads/gecko/1919229","pushedAt":"2024-09-19T21:00:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"07506cf82b434714b00cc111bfca12ab566b0dcc","after":"e872f92c8bd6f6da2117235cb92bb639f8fcfbf4","ref":"refs/heads/master","pushedAt":"2024-09-19T21:00:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"change to create securitypolicyviolation event on javascript URL execution.\n\nPreviously, the securitypolicyviolation was created because an inline\nevent handler was attempted to be executed. The inline event handler's\ncode didn't matter.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222424\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1919229\ngecko-commit: 4349180baf89c9539fb7b7d77ab1be3a4feb2353\ngecko-reviewers: tschuster","shortMessageHtmlLink":"change <to-javascript-parent-initiated-parent-csp.html> to create sec…"}},{"before":"873fa1784da38311d41f646f01c5f67b4f392dfe","after":null,"ref":"refs/heads/gecko/1918576","pushedAt":"2024-09-19T20:51:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"7e5dfb8e9ebfdebfbeff9c7ac19c1df6d68b2440","after":"07506cf82b434714b00cc111bfca12ab566b0dcc","ref":"refs/heads/master","pushedAt":"2024-09-19T20:51:46.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Part 2 - Mark a flex item's intrinsic inline size dirty if we override its block size.\n\nIn a column-oriented flex container, if a flex item's intrinsic inline size or\nits descendants' inline size contributions depend on the item's block size,\n`NS_FRAME_DESCENDANT_INTRINSIC_ISIZE_DEPENDS_ON_BSIZE` will be set. In this\ncase, when determining the flex item's cross-size, we need to mark the flex\nitem's intrinsic inline size as dirty such that its (auto) inline size is\nrecomputed when constructing its `ReflowInput`.\n\n`testing/web-platform/tests/css/css-sizing/intrinsic-percent-replaced-017.html`\nis the test coverage for this patch.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222231\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1918576\ngecko-commit: 51fd81b5ced0f6cec53b3b475fa50a9a48010848\ngecko-reviewers: dholbert","shortMessageHtmlLink":"Part 2 - Mark a flex item's intrinsic inline size dirty if we overrid…"}},{"before":null,"after":"6386ed8ba461149a20d43a814b19e0aaf9bb0bec","ref":"refs/heads/gecko/1917703","pushedAt":"2024-09-19T20:50:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Make sure visited style computation color-scheme matches unvisited style.\n\nPlumb it via the StyleBuilder like we do for the writing_mode for the\nsame reasons.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D222328\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1917703\ngecko-commit: 67633c2f0a9c228f5c93b815a753fdc45d3024f0\ngecko-reviewers: dshin","shortMessageHtmlLink":"Make sure visited style computation color-scheme matches unvisited st…"}},{"before":"f2766311565feee908327f50ad439f2b7bddb58f","after":null,"ref":"refs/heads/gecko/1876636","pushedAt":"2024-09-19T20:45:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}},{"before":"a13b4c62a7513fafca28858c23914349b79b53e2","after":"7e5dfb8e9ebfdebfbeff9c7ac19c1df6d68b2440","ref":"refs/heads/master","pushedAt":"2024-09-19T20:45:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"},"commit":{"message":"Update WPT MediaStreamTrack-getSettings.https.html to verify deviceId & groupId of initial gUM call.\n\nDifferential Revision: https://phabricator.services.mozilla.com/D220945\n\nbugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1876636\ngecko-commit: e85bbde80dd818783d861032877d45b5c59333a4\ngecko-reviewers: karlt","shortMessageHtmlLink":"Update WPT MediaStreamTrack-getSettings.https.html to verify deviceId…"}},{"before":"1e56f5904615db4b691a085ddc46bdaa993b3e82","after":null,"ref":"refs/heads/gecko/1915143","pushedAt":"2024-09-19T20:27:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"moz-wptsync-bot","name":null,"path":"/moz-wptsync-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32546304?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu2yVnAA","startCursor":null,"endCursor":null}},"title":"Activity · web-platform-tests/wpt"}