**** BEGIN LOGGING AT Mon Jun 06 02:59:58 2016 Jun 06 03:04:29 sweet. got a znc bouncer set up. Jun 06 03:05:39 On your own server? Jun 06 03:06:27 yeah Jun 06 03:07:03 still undergoing some testing to get the settings right. Jun 06 03:07:11 like, your message didn't replay into another client that i just logged in to Jun 06 03:09:10 i told it not to automatically clear the channel buffer. that should help. Jun 06 03:10:17 but feel free to say something else so i can test it again :P Jun 06 03:11:36 A/S/L ? :-)\ Jun 06 03:12:26 that worked ^^ Jun 06 03:15:56 currently merging 40 images into a massive panorama Jun 06 03:16:58 Cool. will it be viewable using Google Cardboard? Jun 06 03:17:40 nah Jun 06 03:17:49 i dunno how to insert those datapoints Jun 06 03:17:55 at least, when taking the photos from my DSLR Jun 06 03:18:14 but if you've got any ideas, i'm all ears. Jun 06 03:18:33 IIRC, there’s a utility. Jun 06 03:20:41 https://www.linkedin.com/pulse/pano2vr-converting-panorama-pic-google-cardboard-vr-sakari-castr%C3%A9n Jun 06 03:21:04 * DougReeder nods Jun 06 03:21:14 99 euro :\ Jun 06 03:21:39 A bit confusing, as Google shuffled the apps since Cardboard was released Jun 06 03:24:22 Does “photosphere” refer to a unique format? Jun 06 03:25:09 it's a pano with positional data attached Jun 06 03:25:19 so it knows where you're looking if you turn your head x degrees, etc Jun 06 03:26:54 Ah, that’s useful to know. Jun 06 03:28:44 I have a viewer for photospheres. Jun 06 03:50:45 ka6sox: ping Jun 06 03:51:16 morning btw Jun 06 03:51:45 DougReeder: CrossAppUI with windowParams seems broken for now. That causes various issues it seems Jun 06 03:52:16 I’ve never looked far into the details of how that operates Jun 06 03:52:25 Herrie, morning Jun 06 03:52:36 What did we have working with CrossAppUI? Jun 06 03:53:07 DougReeder: It's used for Accounts App (templates), but also FilePicker it seems and maybe it's also why Macaw Enyo doesn't work. Jun 06 03:53:30 Hrm Jun 06 03:54:04 ka6sox: Any idea what happened to http://git.webos-internals.org/ ? Jun 06 03:54:24 It has some code on there still but it doesn't seem accessible anymore? Jun 06 04:01:21 it should be RO Jun 06 04:05:27 RO? Jun 06 04:11:57 read only Jun 06 04:12:42 so you are saying that cgit is missing? Jun 06 04:14:34 ka6sox: It redirects to wiki Jun 06 04:14:40 And doesn't show the git contents Jun 06 04:14:49 I needed something from there y'day so found out... Jun 06 04:16:21 Like: http://git.webos-internals.org/applications/messaging-plugins/tree/3.0/MessagingPlugins-Dist/prephone/usr/palm/accounts Jun 06 04:17:32 okay let me see if I can sort this out, it maybe tomorrow morning as I'm pretty tired from working all weekend. Jun 06 04:18:19 ka6sox: No worries.... If you have an alternative URL where they're accesible that's also fine Jun 06 04:19:06 I do not Jun 06 04:30:39 ka6sox: OK Jun 06 07:57:20 Morning! Jun 06 07:59:44 Herrie: DOMWindow is a WebKit & Blink type, but that type isn't supposed to be used by web pages Jun 06 08:08:00 Tofe: morning Jun 06 08:08:13 Tofe: problem is that we seem to loose windowParams somewhere along the way Jun 06 08:08:52 For the IM plugins I can work around that for now by using the window.location and take the values from there, but we'd need a proper approach Jun 06 08:09:56 I added a ton of logging to CrossAppUI.js to debug and nothing really pops up there. I suspect it probably goes somewhere wrong in palm\system\windows\windows.js but would need to check in more detail. Jun 06 08:10:33 Ah, maybe there's a little piece missing or badly ported in WebEngine for the setWindowParams Jun 06 08:10:49 we already had some problems with the custom params a littl ewhile ago Jun 06 08:11:37 I won't be able to help with that this week, though Jun 06 08:13:34 Tofe: no worries. I'll create an issue for it Jun 06 08:13:40 It seems it's been broken for a long time already Jun 06 08:13:44 Probably already with webkit too Jun 06 08:13:56 Ah no wait, I'm confused with window.open issues Jun 06 08:13:58 Garfonso confirmed so. I suspect this is the cause of Macaw Enyo not working either Jun 06 08:14:28 Then it broke Jun 06 08:14:30 ok, setWindowParams just sends an Enyo event Jun 06 08:18:18 Could you track if the postMessage function actually calls some code? Jun 06 08:19:34 There should be a windowParamsChangeHandler somewhere Jun 06 08:23:09 Tofe: I forgot my phone and the open wifi is spotty here, so drop out every once in a while Jun 06 08:23:22 There are various postMessage, which one? Jun 06 08:23:30 The one in windows.js ? Jun 06 08:24:21 Or the manager.js one? Jun 06 08:24:39 There's another in CrossAppResults.js it seems Jun 06 08:24:50 I guess I can add debugging in all 3 and see where stuff breaks Jun 06 08:25:17 Currently I'm looking at https://github.com/webOS-ports/enyo-1.0/blob/webOS-ports/master/framework/source/palm/system/windows/events.js#L47 Jun 06 08:25:26 which should be called somehow I thnk Jun 06 08:26:12 Is there a way to debug that on a laptop with an Enyo app? Jun 06 08:27:43 Tofe: I guess I can, let me try in a bit Jun 06 08:28:47 I'm beautifying enyo-build.js, adding debug in there and pushing to emulator Jun 06 08:28:54 Quick way to test Jun 06 08:28:58 Give me 10 mins ;) Jun 06 08:29:32 okay :) Jun 06 08:47:10 Tofe: https://bpaste.net/show/b08711da42d1 Jun 06 08:48:10 This is my enyo-build.js: https://bpaste.net/show/025d7707b18f Jun 06 08:57:25 Herrie: what looks wrong ? The window params are {}, so maybe everything is fine? Jun 06 09:03:24 Or should params line 118 be found also line 126 ? Jun 06 09:15:45 Tofe: It should be on 151 and 152 Jun 06 09:16:00 152 on legacy has {"0":{all the params}} Jun 06 09:17:01 The ones on 118 are the ones that should appear Jun 06 09:17:13 And that appear after the "0" on 152 on legacy Jun 06 10:25:01 JaMa: ping, did this over the weekend: https://github.com/shr-distribution/meta-smartphone/pull/7 Jun 06 10:32:44 Herrie: ok will merge shortly Jun 06 12:24:38 JaMa: Thnx for merge :) Jun 06 12:25:42 Tofe: Still not sure what's up with IMAccountValidator, but I've updated luna-service2 to latest from upstream and will give it another go tonight. If that doesn't work I'll be adding some debugging. I tried the 3.0.5 Open Source version with the same problems. Could be something completely unrelated, not sure yet. Jun 06 12:29:59 morning Jun 06 14:54:03 Herrie, Tofe, I'm not sure if this is useful info, but window.postmessage() encounters a security snarl when used with file origins (like ours). You may need to fiddle with the targetOrigin (2nd arg) to get it to work. Jun 06 15:06:23 DougReeder: We seem to pass "*" in all cases, which should do I'd say? Jun 06 15:07:27 That should work. Jun 06 15:09:34 That opts out of the security measures, but I think we're okay, and I'm not sure sources can be properly set to make the security useful. Jun 06 15:28:04 DougReeder1: I'll probably add a bit more debug info tonight to enyo-build.js and compare legacy with LuneOS to see where stuff starts to go wrong. It's probably something small somewhere.... Jun 06 15:28:11 So far it looks pretty identical... Jun 06 15:28:32 Just forgot my phone today, so can only be on IRC every once in a while for a bit ;) Jun 06 16:47:45 Ok back home :) Jun 06 17:01:29 hey, there ya go. **** ENDING LOGGING AT Tue Jun 07 02:59:58 2016