/srv/irclogs.ubuntu.com/2010/09/30/#ubuntu-mozillateam.txt

micahgchrisccoulson: anything else before I go00:10
chrisccoulsonmicahg - i don't think so. do you want me to upload gnash if it checks out ok?00:10
micahgchrisccoulson: sure, one less thing for me to do this weekend :)00:10
chrisccoulsoncool. it's built now anyway, i just need to get around to testing it ;)00:11
micahgI still have 2 merges and a merge request :)00:11
micahgchrisccoulson: k, in that case talk to you next week00:16
chrisccoulsoncool, enjoy your time off :)00:16
micahgchrisccoulson: thanks00:16
=== davida is now known as davidascher
ftadpm, hi, I have a problem with my pot translator. in my grd file (~pot), which is an xml file, i have a bunch of &xx; codes, but minidom (python) turns them into utf8, while i need them to stay untouched, any idea?13:39
dpmhi fta, no, sorry, I haven't got much experience with minidom :/13:44
fta>>> s1='<x>&#x300c;&#x300d;&#xff0f;</x>'13:55
fta>>> m=minidom.parseString(s1)13:55
fta>>> m.toxml().encode("ascii", "xmlcharrefreplace")13:55
fta'<?xml version="1.0" ?><x>&#12300;&#12301;&#65295;</x>'13:55
ftadamn, almost it13:55
ftathe string is supposed to be the key. won't work if it changes with the encoding13:56
cyphermoxchrisccoulson, what's your plan for the fixing the seamonkey RenderBadPicture bug? micahg mentioned you wanted to remove mThebesSurface from xulrunner?15:10
chrisccoulsoni still need to look at that when i get the chance15:10
cyphermoxah ok15:10
cyphermoxwas it something specific to xulrunner 1.9.1 or also for 1.9.2? I can take a look at it myself15:11
chrisccoulsoncyphermox, i think it's specific to 1.9.1. feel free to take a look at it if you like :)15:11
cyphermoxchrisccoulson, I'm asking because I can reproduce this with 1.9.2 :/15:12
cyphermoxwait, not true15:12
chrisccoulsonit *should* be fixed in 1.9.2 already15:12
chrisccoulsonhopefully ;15:13
chrisccoulson)15:13
cyphermoxright, but I think seamonkey also uses it's own xulrunner, if i remember what i saw in rules correctly.15:13
chrisccoulsonyeah, seamonkey uses it's own copy (it's built statically too)15:18
lfaraonechrisccoulson: did you get a chance to look it over last night?15:27
chrisccoulsonlfaraone, yeah, i did. i couldn't get it to launch firefox though15:28
chrisccoulsonit seems it's still trying to launch the bundled copy15:28
chrisccoulsonff = [ './firefox' ]15:29
chrisccoulsonthat might not work ;)15:29
lfaraonechrisccoulson: sorry, I might have updated it since you downloaded it.15:31
lfaraonechrisccoulson: rather, I'm sure I have. I looked at http://people.sugarlabs.org/~lfaraone/debian/sugar-firefox-activity_6+dfsg-1_all.deb as it exists right now (mtime 28-Sep-2010 13:13), and it calls on /usr/bin/firefox.15:32
chrisccoulsonlfaraone, cool, will try that again in a minute15:43
lfaraonechrisccoulson: thanks!15:46
=== bdrung_ is now known as bdrung
ftadpm, starting to take shape, i mostly have the mapping in place: http://paste.ubuntu.com/503390/17:55
ftadpm, need to figure out what's wrong with some of those ~400 or so strings then i'll just need to create the pot/po, that should be easy17:56
dpmfta, ooooh, that's awesome!17:56
dpmreally17:56
dpmgood work17:57
ftadpm, it's less trivial than i thought.. my code so far: http://paste.ubuntu.com/503394/18:02
ftai'm a noob in python, that's just my 3rd program so it could probably be improved a lot18:03
dpmI need to run now, but I think it's very cool, though!18:27
ftajdstrand, fyi, chromium beta just jumped to v7: [Branch ~chromium-team/chromium-browser/channels] Rev 329: linux/beta (6.0.472.63 -> 7.0.517.24)18:34
jdstrandack18:50
Dimmuxxwill the beta ppa be updated tonight?18:50
ftaDimmuxx, probably.. it's a big jump so some manual merges are needed (something my bot can't do)18:56
lfaraonechrisccoulson: if the resulting package looks good, will I be able to upload it? (assuming ~ubuntu-release ACKs?)19:20
chrisccoulsonlfaraone, yeah, should be ok19:45
chrisccoulsonone thing i noticed though is that firefox was running pretty slowly, but i didn't figure out why :/19:45
chrisccoulsonand we'll probably need to update the apparmor profile to allow it to write to the profile too19:46
lfaraonechrisccoulson: okay, I'm not too familiar with apparmor. Can I help with that?19:59
chrisccoulsonlfaraone, no need to worry about that, the profile is off by default (and jdstrand works on that usually)20:00
chrisccoulsonwe can fix it next time we do a firefox upload20:00
lfaraonechrisccoulson: cool, it'll land in NEW in an hour or so.20:59
ftaDimmuxx, done21:18
Dimmuxxfta: nice :)21:19
=== yofel_ is now known as yofel
BUGabundoevening everyone23:00
ftahi23:03
BUGabundofta getting a new android for my bday in two weeks23:06
BUGabundodesire hd23:06
ftanice23:06
cyphermoxchrisccoulson, aha! the patch applies cleanly and it's finally done building and works!23:07
chrisccoulsonexcellent, thanks23:07
chrisccoulsoni will upload that tomorrow then23:07
cyphermoxchrisccoulson, I'll push a new branch to the bug and propose a merge again23:08
chrisccoulsonthanks23:08
cyphermoxchrisccoulson, nah, thanks to you.23:20
cyphermoxpushed and requested merge, now it's time to go back to the Big Blue Room23:21
ftahttp://www.ubuntuvibes.com/2010/09/2-simple-chromium-extensions-for-ubuntu.html23:29
Dimmuxxhmm shouldn't chromium 7 support webgl and all that stuff?23:45
Dimmuxxthe chrome demos complain about that it doesn't support it23:46
ftaDimmuxx, works by default in trunk, and in -dev since a few minutes: http://googlechromereleases.blogspot.com/2010/09/dev-channel-update_30.html23:51
ftaotherwise you need to enable it23:51
ftai've updated the -dev ppa too23:51
Dimmuxxahh okay23:52
ftawebgl worked for me several months ago23:52
Dimmuxxyeah I just thought it was on by default in 723:54
Dimmuxxnice 1 fps on my netbook in the aquarium demo ;)23:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!