Commit 9d868c4
Fix mobile browser tombstoning detection with conservative approach to preserve user state (#90)
* Initial plan
* Fix mobile browser tombstoning detection for blob URLs
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
* Simplify tombstoning detection to avoid sandbox restrictions
- Replace direct document access with conservative blob URL detection
- Add health check message types to common messages (for future use)
- Always recreate blob URL sandboxes on visibility change to ensure mobile tombstoning recovery
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
* Address feedback: revert UMD file, remove half-implemented healthcheck, make restoration less aggressive
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
* Make tombstoning detection less aggressive to preserve user state during tab switching
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
* Revert packages/common/src/messages.ts to remove whitespace changes
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>1 parent 1cd7a45 commit 9d868c4
1 file changed
Lines changed: 21 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
| 292 | + | |
292 | 293 | | |
293 | 294 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
311 | 310 | | |
312 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
313 | 316 | | |
314 | 317 | | |
315 | 318 | | |
| |||
0 commit comments