**** BEGIN LOGGING AT Tue Jan 21 02:59:59 2014 Jan 21 03:56:16 * DougReeder waves hello Jan 21 06:11:56 morphis: ping Jan 21 06:12:22 * Herrie waves back to DougReeder Jan 21 06:57:03 morning Jan 21 09:26:27 morning Jan 21 09:34:51 morning Jan 21 09:34:53 Herrie: I didn't tried yet Jan 21 09:34:55 came home too late yesterday Jan 21 09:47:04 morphis: OK. wrt PDF app and webkit crash, was this on Gnexus? I wasn't able to get it to crash on emu? Suspect it might be related to QT 5.2 or kernel instability somehow? Jan 21 09:47:43 Herrie|Work|Pre3: it's a problem on gnexus and n7 Jan 21 09:47:53 but it's related to the java script runtime inside webkit Jan 21 09:49:23 I'm not sure how I could see a crash in the emu? For me it keeps running and doesn't act abnormal on emu except for the display update issue that we also have for settings app. Jan 21 09:53:29 Herrie|Work|Pre3: you can't Jan 21 09:53:41 it's an arm specifc issue Jan 21 09:54:31 Ah ok :) But it's not the app causing it most likely but something else? Jan 21 09:54:46 Nothing Roshan should worry about to fix? Jan 21 09:58:35 right Jan 21 09:58:47 I saw a report from OLPC Jan 21 09:58:52 ? Jan 21 09:59:04 On webkit tracker about ajavscript Jan 21 09:59:09 sorry Pre 3 Jan 21 09:59:31 javascript heavy pages causing segmentation fault Jan 21 09:59:49 From april last year. Jan 21 10:00:20 85076 is bugID but no resolution it seems. This should occur with other JS heavy pages as well then? Jan 21 10:00:39 They wrote is happened to them on Gmail and GDocs as well. Jan 21 10:03:46 They used --disable-jit as workaround but that's nasty and not sure would work for us? Jan 21 10:07:53 we're already disabling a part of the jit compiler because it's causing crashes for every javascript page Jan 21 10:08:14 --disable-jit is an option but would reduce the performance a lot Jan 21 10:11:05 Yeah that's what I figured :'( Seems to be around for a while but no fix yet :'( Jan 21 10:11:40 A "remedy" could be the rumoured Intel based Nexus 8 tablet which is x86 :P Jan 21 10:12:22 :D Jan 21 10:14:28 that'd be an odd solution. ;) Jan 21 10:14:59 Garfonso: disabling the jit? Jan 21 10:15:29 no, using x86 devices. Jan 21 10:15:37 Herrie|Work|Pre3: I know ubuntu had the same problem and they changed the jit the same we did too Jan 21 10:15:42 Garfonso: hehe Jan 21 10:15:54 disabling jit sounds like slow... don't like it. Jan 21 10:15:56 I agree.... Someone should fix it properly... Been around for almost 2 years without fix it seems :'( Jan 21 10:17:09 for the future we will switch to qtwebengine (which is based on chromium) anyway Jan 21 10:18:50 Define "future" :P ? Jan 21 10:20:57 that on the other hand sounds like "fast". ;) Does it mean we also the the VP8 engine for webapps? Jan 21 10:21:14 v8 that is.. Jan 21 11:21:19 Herrie|Work|Pre3: qtwebengine doesn't support yet all features we need Jan 21 11:21:37 at first release of it is planed together with qt 5.3 Jan 21 11:22:46 another option would be https://launchpad.net/oxide Jan 21 11:24:02 might be the best option short term? Integration should be fairly straight forward? Jan 21 11:24:51 Will probably work better compared to disabled JIT and will keep up happy until QT 5.3 is out and qtwebengine does what we need? Jan 21 12:28:22 Herrie|Work|Pre3: possible but its not a just plugging the first one out and the other one in Jan 21 12:43:04 morphis: Understand that! If it was only that easy we'd have a fully working Port by now :P Jan 21 18:04:36 morphis: had any chance to give me some additional rights in the bug tracker? Jan 21 18:05:04 For the apps with missing license, should I just copy the one from filemanager? Jan 21 18:05:09 Apache 2.0 Jan 21 19:19:59 Herrie: will look at this now Jan 21 19:20:05 Herrie: which apps are missing a license? Jan 21 19:22:24 Herrie: can you try again? Jan 21 19:35:23 Let me see Jan 21 19:35:31 morphis: Quite some, calc, memos I think Jan 21 19:35:43 settings Jan 21 19:35:44 Herrie: we have to ask the authors if that is ok Jan 21 19:36:07 OK, I can ask Roshan for the PDF Jan 21 19:36:17 Memo's is ShiftyAxel + fixes from Roshan Jan 21 19:36:20 Settings = You? Jan 21 19:36:27 Calc = Doug? Jan 21 19:36:39 Testr also missing Jan 21 19:36:49 contacts as well Jan 21 19:36:53 you can check with "git log --format='%aN' | sort -u" who are the authors for each repository Jan 21 19:37:36 Ok my first time using Git Shell, need some mor ehelp :P Jan 21 19:39:02 Herrie: can you create a list with all components without license Jan 21 19:39:18 OK can do... Jan 21 19:39:32 I can update issues, but not close? Or I look at the wrong place Jan 21 19:39:40 Should I just check apps? Jan 21 20:04:07 Issues works now! Jan 21 20:41:23 Herrie: if you have time it would be great if you can check all other components too Jan 21 21:05:04 Herrie|Laptop: ping Jan 21 21:05:50 Herrie: I need someone implementing the license service: https://github.com/webOS-ports/org.webosports.service.licenses Jan 21 21:06:14 the service needs three methods Jan 21 21:06:36 listPackages, listLicensesForPackage and getLicenseTextForPackage Jan 21 21:06:52 morphis: OK... no clue how to do this, but OK can have a look when I got time Jan 21 21:06:58 in our rootfs all licenses are stored in /usr/share/licenses Jan 21 21:07:16 Herrie|Laptop: mainly I thought you can forward it to one of the other guys Jan 21 21:07:31 the licenses in /usr/share/licenses are storted by package name Jan 21 21:07:32 It's Javascript right? Jan 21 21:07:43 in every directory is a file per license for the package Jan 21 21:07:43 Might be able to do something there myself ;) Jan 21 21:07:44 right Jan 21 21:07:53 As long as it's no C, I'm OK ;) Jan 21 21:08:36 hehe Jan 21 21:08:57 Herrie|Laptop: when we have the service we need to add a new page to the settings app Jan 21 21:09:01 displaying a list of all packages Jan 21 21:09:29 when clicking on one package a new page should open which just displays the text of all licenses for the selected package Jan 21 21:09:46 it would be great if we could have it for the release Jan 21 21:35:08 How do we get the app id? Jan 21 21:35:42 Or that's something you'll take care of elsewhere? **** ENDING LOGGING AT Wed Jan 22 02:59:59 2014