**** BEGIN LOGGING AT Sun Oct 11 02:59:58 2015 Oct 11 04:24:18 Hey, is the Testr app server from a web server somewhere? It would be interesting to see the Responsive Images tests run in the QTWebEngine browser Oct 11 04:37:33 I tried serving it from my laptop, and srcset is supported in IMG tags! Oct 11 04:38:24 So, when we’re using QTWebEngine for apps, they can take advantage of high-resolution screens! Oct 11 05:34:36 DougReeder: https://webos-ports.github.io/org.webosports.app.testr/debug.html Oct 11 05:35:05 And you can luna-send it with: luna-send -n 1 palm://com.palm.applicationManager/launch '{"id":"org.webosports.app.browser","params":{"scene":"page","target":"https://webos-ports.github.io/org.webosports.app.testr/debug.html"}}' Oct 11 05:37:46 DougReeder: I get 3 with purple background that say Responsive 1x Oct 11 05:39:12 DougReeder: Hosted version of our apps are all linked from: http://webos-ports.org/wiki/Human_Interface_Guidelines#Reference_Apps Oct 11 05:39:33 I try to keep the gh-pages branch (which serves the app) synced with master on each release Oct 11 08:04:02 Morning! Oct 11 08:48:29 Tofe: morning Oct 11 08:54:39 I'm making progress for PalmServiceBridge, however each rebuild of qtwebengine means 1h lost... pretty frustrating... Oct 11 08:55:53 Herrie: I guess you remarked that the contextual menu in browser opens a new card Oct 11 10:16:07 Tofe: Yes correct Oct 11 10:20:12 In general there seems to be some bugs in Qt code as well Oct 11 10:20:20 I think I saw some __menu reference in the logs Oct 11 10:20:31 Oct 05 16:24:48 mako LunaAppManager[1410]: file:///usr/lib/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null Oct 11 10:20:35 That's what I saw Oct 11 10:26:16 I think it would be best if we could handle ourself how the contextual menu gets displayed Oct 11 10:26:50 creating a new window seems just useless Oct 11 10:27:13 and we can't setup our own style Oct 11 10:37:29 mmmh api is quite hardcoded in C++... Oct 11 10:45:01 Tofe: Yeah and I haven't seen anything more flexible in 5.6 yet I think Oct 11 10:45:07 Could be it will come in 5.7 or something Oct 11 10:45:23 With webkit it was more flexible but it was hacky the way it was implemented Oct 11 10:45:51 Where we used onMessageReceived if I recall correctly Oct 11 10:47:51 https://github.com/webOS-ports/org.webosports.app.browser/blob/master/qml/BrowserWebView.qml#L63 Oct 11 10:49:24 Well, I can easily insert a little environment variable or a QML property to modify the hardcoded "QtWebEngine/DelegateUI" path Oct 11 10:50:28 but still, we would need to comply with the api they implicitely use (they modify QML properties that they expect to find) Oct 11 10:54:55 Tofe: Anyway it's not something to urgently worry about now I guess, but it's good if we get it sorted sometime Oct 11 10:55:06 yup Oct 11 11:27:28 Herrie: first "working" version of "onserviceresponse" ! Oct 11 11:27:49 I still get crashes here and there, but I'm not sure it's related to this precisely Oct 11 11:28:25 So we have a working version of Preware2, for instance Oct 11 11:30:17 :D Oct 11 11:37:13 Herrie, thanks! Oct 11 11:39:16 Can someone visit https://webos-ports.github.io/org.webosports.app.testr/debug.html with a device that has a 1.5x screen, and a browser that’s known to have proper support for srcset? Oct 11 11:40:36 If I understand the spec correctly, on the N4 running the QTWebEngine browser,we should see the green (2x) image, as that’s best for a 1.5x screen Oct 11 11:43:10 That we’re seeing the pink 1x image suggests the browser doesn’t know there’s a 1.5x screen Oct 11 11:57:14 DougReeder: I see the 1x images Oct 11 11:59:31 DougReeder: That could be because we don't do anything yet with UIscale, viewport etc I think Oct 11 12:01:08 And DevicePixelRatio Oct 11 12:03:34 Well, let me try setting devicepixelradio to something bigger Oct 11 12:06:00 Thanks! Oct 11 12:06:11 Gotta go. Oct 11 12:12:23 DougReeder: devicePixelRatio seems a bit buggy regarding user interaction, but I see a green image when I set a realistic value of "1.8" Oct 11 12:13:42 Yes, it seems the interactive area isn't scaled the same as the content, leading to a complete mess for the touch interactions Oct 11 12:14:26 But the responsive 2x image are shown, so that's good. Oct 11 14:38:45 Guys, I get "WARNING: Executing pending window params, but no params list found." for several Enyo 1 apps, is that normal, or should I investigate? Oct 11 14:41:20 i see this as well on very old release. not sure this is normal or not :) Oct 11 14:43:38 ok, so it's not my work on WebEngine that introduced it. Good. Oct 11 15:09:36 Tofe: On which ones? Oct 11 15:09:41 I can try with a webkit image Oct 11 17:03:34 Herrie: on nearly all of them Oct 11 17:10:21 * DougReeder retunrs Oct 11 17:17:06 Tofe, that warning sounds vaguely familiar. So, I’m guessing it’s not a new bug. Oct 11 17:34:04 Tofe: OK will flash my N4 downloading image now Oct 11 19:25:32 Tofe: I get the same message with WebKit based image Oct 11 19:54:55 ok, "good" **** ENDING LOGGING AT Mon Oct 12 02:59:58 2015