Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions config/scripts/mobile-web-app-browser-pane-render.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -319,14 +319,14 @@ async function visibleLayerIndex(page) {
/**
* Waits for the page's own applied-frame signal: the double buffer's flip.
*
* `applyFrame` writes the next frame's URI onto the hidden layer as soon as the frame lands and
* The pacer writes the next frame's URI onto the hidden layer as soon as the frame lands and
* only flips the opacity once the decode resolves, so "some painted layer carries a new digest" is
* true before the frame is on screen. Measured here on 2026-09-20: the write landed at 80.7 ms
* after the emit and the flip at 85.7 ms, a 5 ms window in which a wait on the digest returns and
* the visible layer is still the previous frame. That is what made this file fail once in CI with
* the second frame's digest equal to the first's and no console errors.
*
* The flip is one opacity write, at `settleBrowserFrameLayer`, and it is the behaviour under test
* The flip is one opacity write, at the pacer's `flip`, and it is the behaviour under test
* rather than a proxy for it, so waiting on it can neither return early nor depend on how long a
* decode takes. Asserting the exact layer, not merely a change, keeps a pane with nothing visible
* from reading as a flip.
Expand Down Expand Up @@ -374,7 +374,7 @@ describePane('the browser pane in a page', () => {
await waitForPaint(view.page, 1)

const layers = await readPaintedLayers(view.page)
// Both layers, because a render repaints both from `renderedFrameSource`, and one visible.
// Both layers, because the first frame is painted on both, and one visible.
// This does not prove the decode-then-flip ran: with the probe removed entirely, the first
// frame still paints and a layer is still visible, because the visible layer starts at 0 and
// never needed to move. The flip is the next case's to prove.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,14 @@ const MERMAID_PACKAGE = 'node_modules/mermaid/'
*
* modules 4220 -> 4219 (-1)
* local modules 1034 -> 1033 (-1)
*
* The browser pane's double buffer then moved into one pacer module, replacing the frame-apply
* hook, the pane-layers hook and the layer-flip module. Measured.
*
* modules 4219 -> 4217 (-2)
* local modules 1033 -> 1031 (-2)
*/
const SESSION_ROUTE_MODULES = 4219
const SESSION_ROUTE_MODULES = 4217

/** What the page enters this route through once the route is a switch with a `.web.tsx` sibling. */
const ROUTE_ENTRY = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.history",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "ec16931c5431d3dbb05729d4670c381a434bff71648d334b7b5224db188fdccb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.history",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "ec16931c5431d3dbb05729d4670c381a434bff71648d334b7b5224db188fdccb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.history",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "ec16931c5431d3dbb05729d4670c381a434bff71648d334b7b5224db188fdccb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.history-screen",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "c78ab47eea594b7e1988403321ff9ba135ca60c513bb9d5848bdde26c0ffe3c3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.history-screen",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "c78ab47eea594b7e1988403321ff9ba135ca60c513bb9d5848bdde26c0ffe3c3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.resume-launch",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "2f43211e4084c0493bd02ec98868acf53a4c748f89a70cd9657c9c3ee87b12fb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.resume-launch",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "2f43211e4084c0493bd02ec98868acf53a4c748f89a70cd9657c9c3ee87b12fb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.resume-launch",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "2f43211e4084c0493bd02ec98868acf53a4c748f89a70cd9657c9c3ee87b12fb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.resume-launch",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "2f43211e4084c0493bd02ec98868acf53a4c748f89a70cd9657c9c3ee87b12fb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.resume-preparation",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "2f43211e4084c0493bd02ec98868acf53a4c748f89a70cd9657c9c3ee87b12fb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.resume-preparation",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "2f43211e4084c0493bd02ec98868acf53a4c748f89a70cd9657c9c3ee87b12fb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.resume-preparation",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "2f43211e4084c0493bd02ec98868acf53a4c748f89a70cd9657c9c3ee87b12fb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "aiVault.resume-preparation",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "2f43211e4084c0493bd02ec98868acf53a4c748f89a70cd9657c9c3ee87b12fb",
Expand Down
2 changes: 1 addition & 1 deletion mobile/rpc-foundation/goldens/b1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "legacy-inventory",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "262eaad263a45aa13ec5b27c12b59946b12c202474229fff7a5727dba6d702ca",
Expand Down
2 changes: 1 addition & 1 deletion mobile/rpc-foundation/goldens/b2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "project-explicit-false",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "d3b7f33d810e1fa420ac41a628cde9fe4a9e65fd57f89fbca0a40fc7d74951ab",
Expand Down
2 changes: 1 addition & 1 deletion mobile/rpc-foundation/goldens/b3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "linear-detail-barrier",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "d3b7f33d810e1fa420ac41a628cde9fe4a9e65fd57f89fbca0a40fc7d74951ab",
Expand Down
2 changes: 1 addition & 1 deletion mobile/rpc-foundation/goldens/browser-dialog-accepted.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "browser.dialog",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "55971752f963202d30160851197a301089b0f3ebd0c46725af1a461d8310d658",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "browser.dialog",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "55971752f963202d30160851197a301089b0f3ebd0c46725af1a461d8310d658",
Expand Down
2 changes: 1 addition & 1 deletion mobile/rpc-foundation/goldens/browser-keyboard-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "browser.keyboard",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "55971752f963202d30160851197a301089b0f3ebd0c46725af1a461d8310d658",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "browser.pointer-click",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "55971752f963202d30160851197a301089b0f3ebd0c46725af1a461d8310d658",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"family": "browser.pointer-click",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "55971752f963202d30160851197a301089b0f3ebd0c46725af1a461d8310d658",
"scenarioSha256": "20779e28880cf62340bc34cef8f40a49311e11262ac069df909743da9b5500ff",
"scenarioSha256": "34efd4d8568ac15d4e67d475e28194522d6413ad27dce1d6850718af15b3f874",
"platform": "darwin",
"scenarioVersion": 1,
"projectionVersion": 2,
Expand Down Expand Up @@ -207,7 +207,7 @@
"scenario": "browser-pointer-click-fallback",
"checkpoints": [
{
"id": "clicked-by-fallback",
"id": "tap-settled",
"observation": {
"sender": ["d333a2a9fd72", "dbfbacf8be29", "e3ae5f4e0dc4", "82ccdef1369f"],
"payloads": ["002a5bcbde42", "125a546c8a77", "08224c934905", "71b83de9e4d3"],
Expand Down
2 changes: 1 addition & 1 deletion mobile/rpc-foundation/goldens/browser-wheel-scrolled.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "browser.wheel",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "55971752f963202d30160851197a301089b0f3ebd0c46725af1a461d8310d658",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-attachment",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-attachment",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-attachment",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-attachment",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-attachment",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-upload",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-upload",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-upload",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "clipboard.image-upload",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "16779b663f4faec8cbccdb42efd7b568a2912845b161f8a4827754687eb4235c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "components.codex-reset-credit",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "76b53dea504a688493843e23e8e7d052fc196f559bb1e2579d0fd38bf3156d0e",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "components.codex-reset-credit",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "76b53dea504a688493843e23e8e7d052fc196f559bb1e2579d0fd38bf3156d0e",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "components.codex-reset-capability",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "5cfbce3c7d97d908fbd447646d611e41a8aa1f61f684b9b710c4b67d6ff023a7",
Expand Down
2 changes: 1 addition & 1 deletion mobile/rpc-foundation/goldens/components-setup-ask.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"family": "components.setup-script",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "37820f9683527becf68d8d4d4fb564f32c49e72d",
"baseline": "2c2b84ce9e830db478615d41771fc1f94f8b12b0",
"lockfileSha256": "1327605e77b3fed83c7410635d39fdab40c49380e5cbf483ec6ff1b404b4e1d1",
"recorderSha256": "f67c2f5b753d2a4f572599f6861fae8e6e917fe89ac75b58288f8e84be609d86",
"adapterSha256": "5cfbce3c7d97d908fbd447646d611e41a8aa1f61f684b9b710c4b67d6ff023a7",
Expand Down
Loading
Loading