**** BEGIN LOGGING AT Sun Mar 13 02:59:56 2022 Mar 13 07:22:36 Morning! Mar 13 08:21:04 morning Mar 13 09:54:19 Morning! Mar 13 18:56:55 Herrie: so if I understand correctly our enyo issue, it looks like when enyo does "window.open" it loads it in the current context instead of a new window Mar 13 20:24:02 Tofe: I'm not sure, I didn't check it in that much detail yet Mar 13 20:26:37 Well, when I do "window.open" in the console, it doesn't open a new card, but it opens the url in the current card; in Testr we can see it does the same Mar 13 20:27:33 So for apps like Calendar, which need to be multi-window (a headless window for managing the core things, and other windows to view the calendars and such), it erases the context of the headless window Mar 13 20:28:10 because basically what Enyo does it that it remembers all the windows that the app opens, and it carries the enyo.application object across all the new windows Mar 13 20:29:02 My guess is that WAM somehow has disabled the opening of new cards from any JS call Mar 13 20:29:35 I do hope there's an easy flag to switch that off Mar 13 20:31:22 Herrie: and I just discovered this, about CORS: https://github.com/webosose/chromium91/commit/1c2e7d69114f3928ab30eb28eb6a905ce4753e31 Mar 13 20:31:37 => we should try "vendorExtension":{ "allowCrossDomain":true } in appinfo.json Mar 13 20:37:46 ^ doesn't seem to help that much with the Accounts app, at least Mar 13 20:46:10 Tofe: I see some is_webos checks in the code Mar 13 20:46:17 Could be we don't set is_webos somehow? Mar 13 20:46:42 Herrie: I think it's there, otherwise we wouldn't get any PalmSystem support for instance Mar 13 21:10:56 Tofe: OK, seems we might want to try this app somehow if we can find it? https://github.com/webosose/com.webos.app.home/blob/376ca57e279cf6dccb76d2cb741456596f785c76/src/service/providers/mockdata/listApps.json#L297 Mar 13 21:11:13 This is also a bit curious": https://github.com/webosose/wam/blob/31924dad273542ba6a59bbd8a0258b08676fdd6e/src/tests/bcp47_test.cc#L17-L23 Mar 13 21:12:01 Seems that app is not there Mar 13 21:12:29 Only references on whole GitHub are for the mockdata there Mar 13 21:13:23 the "trustLevel" property looks quite important too Mar 13 21:13:39 Yes **** ENDING LOGGING AT Mon Mar 14 02:59:56 2022