JSI and shared worker code that allows calling the operations from JS.
Depends on D14448
https://linear.app/comm/issue/ENG-10334/update-jsi-and-web-worker-code-to-support-new-db-operations
Paths
| Differential D14449 Authored by tomek on Mon, Mar 17, 6:53 AM.
Tags None Referenced Files
Subscribers
Details
Summary JSI and shared worker code that allows calling the operations from JS. Depends on D14448 https://linear.app/comm/issue/ENG-10334/update-jsi-and-web-worker-code-to-support-new-db-operations Test Plan Tested the whole stack on both native and web:
unshimDMOperations( state, dmOperationTypes.CREATE_THREAD, handleReduxMigrationFailure, ): MigrationFunction<WebNavInfo, AppState>),
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMon, Mar 17, 6:53 AM2025-03-17 06:53:15 (UTC-7) tomek added a child revision: D14450: [web] Add SQLite query executor tests.Mon, Mar 17, 6:55 AM2025-03-17 06:55:27 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Mon, Mar 17, 7:09 AM2025-03-17 07:09:39 (UTC-7) Harbormaster completed remote builds in B33737: Diff 47427.Mon, Mar 17, 8:02 AM2025-03-17 08:02:49 (UTC-7) This revision is now accepted and ready to land.Tue, Mar 18, 7:40 AM2025-03-18 07:40:57 (UTC-7) Comment Actions Update WASM
Harbormaster completed remote builds in B33763: Diff 47455.Wed, Mar 19, 5:46 AM2025-03-19 05:46:49 (UTC-7) Closed by commit rCOMM5a3d21073c3e: [native][web] Expose new store to the JS layer (authored by tomek). · Explain WhyWed, Mar 19, 9:56 AM2025-03-19 09:56:59 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47455 lib/ops/dm-operations-store-ops.js
lib/types/store-ops-types.js
native/cpp/CommonCpp/NativeModules/CommCoreModule.h
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
|