ayumi yu
ayumi yu
The sample rack file config.ru wasn't runnable because it lacked a rack app. This adds a simple rack app so you can copy paste and rackup as intended.
We added a pending records queue to browser-laptop which confirms when records have been sent; we should check this in tests to confirm record upload instead of `.pause(t)` which is...
Relevant code: client/recordUtil.js L187 in resolve() Related to #111 Was worked around in https://github.com/brave/browser-laptop/pull/9614 cc @diracdeltas
Log release version or commit to help debugging/auditing.
Currently clearing Synced data categories on a device: - Clears local data. - Clears category from S3. Effects on other Synced devices: - Retains local data is retained - Data...
Repro: 0. open browser-laptop 1. visit a page, then immediately / before the next sync interval: i. bookmark it ii. give it a custom Title 2. bookmark reverts to original...
both directions, webview browser client
Test plan: 1. Pyramid 0: Enable Sync and make some bookmarks. 2. Pyramid 1: Enable Sync and add to existing sync profile. 3. Pyramid 1: Bookmarks bar looks like {Pyramid...
Sync gets AWS credentials from the Sync server so it can read and write encrypted data to AWS S3. These credentials are valid for 36 hours, and when they expire...