/irc-logs / mozilla / #developers / 2014-12-30 / end
Options:
Previous day, Next day
- # Session Start: Tue Dec 30 00:00:00 2014
- # Session Ident: #developers
- # [00:00] * Quits: tomatoeblue (textual@moz-bpk.tq1.11.66.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [00:00] <sfink> ok, defaults to .
- # [00:00] * Quits: peterv (peterv@moz-6f8qv3.be.sixxs.net) (A TLS packet with unexpected length was received.)
- # [00:00] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
- # [00:00] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [00:00] <sfink> so you're asking to look at the changes made by the changeset your working directory is based on
- # [00:00] <Delta706> b2g/config/wasabi/sources.xml is in the output
- # [00:00] <Delta706> but I have not changed sources.xml at all
- # [00:00] * bnicholson2 is now known as bnicholson
- # [00:00] <sfink> and that changeset will never be empty. It also won't be very interesting to you.
- # [00:01] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Quit: ZNC - http://znc.in)
- # [00:01] <sfink> |hg export| is not showing what *you* changed. It's showing the changes in the last commit that you checked out.
- # [00:01] <sfink> if you want to see what you have changed and not yet committed, that's |hg diff|
- # [00:02] <Delta706> so I need to use "hg export -r 9353"?
- # [00:02] <sfink> what are you trying to do?
- # [00:02] * Quits: sewardj (sewardj@moz-pkrgrt.abo.wanadoo.fr) (Ping timeout: 121 seconds)
- # [00:03] <Delta706> I am trying to provide a patch. The web site says to use "hg export"
- # [00:03] <Delta706> so I want just my committed changes
- # [00:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5f4863975e24 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [00:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a98eca4c562f - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [00:03] <sfink> have you committed your changes or not?
- # [00:04] <Delta706> not yet, so I expected an empty output
- # [00:04] <Delta706> but now I am confused
- # [00:04] <sfink> so |hg diff| shows nonempty output?
- # [00:05] <Delta706> yes
- # [00:06] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:06] <Delta706> if I commit that change, "hg export" will show my change?
- # [00:06] <sfink> ys
- # [00:06] <sfink> yes
- # [00:06] <Delta706> if there is no change, then it shows other people's changes
- # [00:07] <Delta706> right. I think I understand now
- # [00:08] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:08] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
- # [00:09] <sfink> well, it's not really if there is no change. It just always shows the changeset that your checkout is based on, whether or not you've made any local changes.
- # [00:10] * Joins: raniere (raniere@moz-flpp29.telesp.net.br)
- # [00:10] <sfink> but if you commit, your checkout is now based on that commit, so it'll show that.
- # [00:10] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [00:10] * Joins: twi (Adium@moz-82e.3n7.150.122.IP)
- # [00:10] <rillian> lsblakk: ok :(
- # [00:11] <Delta706> yes, so it all relates to the last change
- # [00:11] * Quits: florent (Thunderbird@moz-1h4dlb.abo.wanadoo.fr) (Client exited)
- # [00:11] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:13] <Delta706> if I do two commits, can I get export to provide output covering both?
- # [00:14] * Joins: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [00:16] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [00:16] <seth> hmm, what's the channel for firefox for android?
- # [00:16] <seth> #fennec is empty
- # [00:16] <rillian> #mobile?
- # [00:16] <KWierso|sheriffduty> seth: #mobile seems good
- # [00:16] <seth> thanks!
- # [00:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=54c85be89886 - 15 changesets
- # [00:17] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:17] * Quits: mahdi (mahdi@moz-rlk.ded.244.151.IP) (Connection closed)
- # [00:17] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [00:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fa6a73897e55 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [00:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fdad48b0e5b5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [00:18] <KWierso|sheriffduty> Delta706: I believe you can do | hg export -r xxx:xxx |
- # [00:19] <KWierso|sheriffduty> which should export everything in the range from the first specified revision to the second
- # [00:21] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [00:23] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:24] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [00:25] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
- # [00:27] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Connection closed)
- # [00:28] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [00:29] * Quits: raniere (raniere@moz-flpp29.telesp.net.br) (Ping timeout: 121 seconds)
- # [00:29] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:30] * Quits: chmanchester (Chris@moz-cbt.jf0.246.96.IP) (Ping timeout: 121 seconds)
- # [00:31] * Quits: ferjm (textual@moz-ovmbvf.dynamicIP.rima-tde.net) (Connection closed)
- # [00:32] * Quits: rednaks (rednaks@moz-hmo.fml.227.41.IP) (Quit: Leaving)
- # [00:32] * Joins: cpearce (chatzilla@moz-kgevj0.xtra.co.nz)
- # [00:33] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [00:35] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:35] * Quits: @ehsan (ehsan@moz-2k7l32.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [00:36] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:37] * coop|buildduty is now known as coop|afk
- # [00:37] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [00:39] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [00:41] * Joins: Kabaka (kabaka@moz-keitk8.vacantminded.com)
- # [00:42] * Quits: Archaeopteryx (Archaeopter@moz-ucv924.cust.telecolumbus.net) (Quit: Goodbye)
- # [00:44] * Joins: raniere (raniere@moz-eak2kc.telesp.net.br)
- # [00:45] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:46] * Joins: jchaulk (jchaulk@moz-o2j0ce.dsl.teksavvy.com)
- # [00:48] * Quits: nrc (nrc@moz-1crlv1.xtra.co.nz) (Connection closed)
- # [00:48] * Quits: Delta706 (xx@moz-6cfjsa.as13285.net) (Quit: Leaving)
- # [00:50] * Joins: nrc (nrc@moz-1crlv1.xtra.co.nz)
- # [00:50] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [00:50] * Quits: kgrandon (Adium@moz-tmqq60.dc.cox.net) (Ping timeout: 121 seconds)
- # [00:50] * Joins: kgrandon (Adium@moz-tmqq60.dc.cox.net)
- # [00:51] * Quits: jchaulk (jchaulk@moz-o2j0ce.dsl.teksavvy.com) (Ping timeout: 121 seconds)
- # [00:51] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b8947f95021d - Gregory Szorc - NO BUG - Remove deleted python/codegen from Sphinx docs
- # [00:53] * Quits: bnicholson (bnicholson@moz-2c58n0.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [00:53] * Quits: kgrandon (Adium@moz-tmqq60.dc.cox.net) (Quit: Leaving.)
- # [00:56] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [00:57] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [00:58] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [00:58] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
- # [01:02] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [01:02] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [01:02] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [01:02] * Quits: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [01:02] * Joins: sicking_ (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [01:02] * Quits: sicking_ (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [01:03] * Joins: sicking_ (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [01:03] * Quits: sicking_ (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [01:03] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
- # [01:04] * Quits: dark-knight (dark-knight@moz-vjb.r8r.42.192.IP) (A TLS packet with unexpected length was received.)
- # [01:04] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
- # [01:04] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [01:04] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (A TLS packet with unexpected length was received.)
- # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9878f361d7f7 - Brian Hackett - Bug 1115246 - Assertion failure: !cx->isExceptionPending(), at js/src/jscntxtinlines.h, r=jandem
- # [01:06] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [01:06] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [01:07] * Quits: mwobensmith (mwobensmith@moz-rgnoag.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [01:07] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
- # [01:08] * Joins: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [01:09] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [01:10] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [01:10] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [01:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c603370ae39d - Bobby Holley - Bug 1115749 - Rename mIndexMonitor to mDemuxerMonitor. r=rillian
- # [01:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5640e21c2544 - Bobby Holley - Bug 1115749 - Hold the demuxer monitor in MP4Reader::Seek. r=rillian
- # [01:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ed1950e4c697 - Bobby Holley - Bug 1115749 - Hold the demuxer lock while accessing metadata. r=rillian
- # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/30c89bc08ce5 - Bobby Holley - Bug 1115749 - Assert that we hold the monitor at all the MP4Demuxer API entry points. r=rillian
- # [01:14] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [01:14] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [01:15] * Quits: philor|away (philor@moz-2jkon0.my-nick.name) (Ping timeout: 121 seconds)
- # [01:16] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [01:17] * Joins: philor|away (philor@moz-2jkon0.my-nick.name)
- # [01:18] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [01:19] * Quits: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [01:19] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [01:20] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [01:20] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [01:21] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [01:22] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [01:23] * Parts: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
- # [01:23] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [01:24] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [01:24] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [01:27] <KWierso|sheriffduty> gkw: bustage
- # [01:27] <gkw> KWierso|sheriffduty: looking
- # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a90291c04e5b - Mike Hommey - Bug 1115481 - Move 'window' variable declaration in the #ifdef it's used from. r=karlt
- # [01:28] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [01:28] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [01:29] <markh> anyone know of a technique or example of getting some info about what the error was when an xhr onerror handler is called?
- # [01:29] <gkw> KWierso|sheriffduty: it got busted in mozbuild?? IOError: [Errno 2] No such file or directory: '/tmp/tmpLALOC6.zip'
- # [01:29] <markh> from chrome code
- # [01:29] <gkw> The patch was js-only
- # [01:31] <gkw> KWierso|sheriffduty: maybe https://hg.mozilla.org/integration/mozilla-inbound/rev/b8947f95021d sounds more likely, but that build hasn't finished
- # [01:31] <gkw> KWierso|sheriffduty: (the changeset prior)
- # [01:32] <gkw> gps: ping about m-i burning, maybe related to https://hg.mozilla.org/integration/mozilla-inbound/rev/b8947f95021d ?
- # [01:32] <KWierso|sheriffduty> gkw: gps's push seems to be building at least enough to kick off tests...
- # [01:33] * Joins: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com)
- # [01:33] <gkw> KWierso|sheriffduty: ok, back it out and see if it resolves the problem then
- # [01:33] <gkw> KWierso|sheriffduty: or shall I do it?
- # [01:34] <KWierso|sheriffduty> gkw: I can do it
- # [01:34] <gkw> great, thanks
- # [01:34] <gkw> let me first make a comment
- # [01:34] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [01:34] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [01:35] * Quits: bdahl (bdahl@moz-3mp70p.orj3.fg2v.0001.2601.IP) (A TLS packet with unexpected length was received.)
- # [01:35] * Joins: bdahl (bdahl@moz-vl0r78.co.comcast.net)
- # [01:35] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [01:37] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [01:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c139cf2e487d - Wes Kocher - Backed out changeset 9878f361d7f7 (bug 1115246) to see if it fixes linux builds on a CLOSED TREE
- # [01:38] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [01:38] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [01:38] <glandium> gkw, KWierso|sheriffduty: fwiw, that build error means that running xpcshell with MOZ_STARTUP_CACHE doesn't work properly
- # [01:39] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Quit: Leaving)
- # [01:39] <gkw> glandium: I see. Thanks!
- # [01:39] * Quits: loveless (loveless@moz-ha6.mg6.56.172.IP) (A TLS packet with unexpected length was received.)
- # [01:40] * Quits: bdahl (bdahl@moz-vl0r78.co.comcast.net) (Ping timeout: 121 seconds)
- # [01:40] * Fallen is now known as Fallen|away
- # [01:40] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [01:40] <glandium> gkw: my guess is that everything is going to turn red or orange, on all platforms
- # [01:40] <Unfocused> markh: GMPInstallManager.jsm has something like that
- # [01:41] <glandium> there's already an orange test on b2g desktop linux
- # [01:41] <KWierso|sheriffduty> gkw: looks like you broke several spidermonkey tests as well, though
- # [01:41] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [01:42] <markh> Unfocused: awesome, thanks - looks like it only has a bad cert handler, but that's a good start :)
- # [01:42] <KWierso|sheriffduty> https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4987349&repo=mozilla-inbound
- # [01:42] <gkw> KWierso|sheriffduty: yes, saw
- # [01:42] * jlund is now known as jlund|bbl
- # [01:43] * Joins: loveless (loveless@moz-ha6.mg6.56.172.IP)
- # [01:43] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:44] <gps> thgere is no way b8947f95021d broke the build
- # [01:44] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [01:45] <gkw> gps: yeah, initially it wasn't clear, IOError: [Errno 2] No such file or directory: '/tmp/tmpLALOC6.zip' seemed not be related to JS initially
- # [01:45] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [01:46] <Unfocused> markh: AddonInstall in XPIProvder.jsm has a lot of error handling, but it uses http channels/requests directly, so ends up being a lot more verbose
- # [01:46] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [01:48] <glandium> 9878f361d7f7 has an impressive (orange+red)/patch_size ratio
- # [01:50] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [01:53] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: )
- # [01:53] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [01:54] * Quits: loveless (loveless@moz-ha6.mg6.56.172.IP) (A TLS packet with unexpected length was received.)
- # [01:55] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [01:56] * geekboy is now known as geekboy|afk
- # [01:56] * Quits: arasbm (zooby@moz-3rmc9b.ok.shawcable.net) (Ping timeout: 121 seconds)
- # [01:57] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=62e3a9f26d21 - 13 changesets
- # [01:57] * yzen is now known as yzen_
- # [02:01] * Joins: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com)
- # [02:01] * Quits: ato (sid16069@moz-8qssdp.irccloud.com) (Ping timeout: 121 seconds)
- # [02:01] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [02:01] * Quits: twi (Adium@moz-82e.3n7.150.122.IP) (Quit: Leaving.)
- # [02:01] * Quits: ferjm_away (sid16658@moz-r4h.lg2.184.192.IP) (Error in the push function.)
- # [02:01] * Quits: flod|away (sid43236@moz-r4h.lg2.184.192.IP) (Error in the push function.)
- # [02:01] * Quits: janx (sid16602@moz-r4h.lg2.184.192.IP) (Error in the push function.)
- # [02:01] * Quits: erahm_ (uid33946@moz-r4h.lg2.184.192.IP) (Connection closed)
- # [02:02] <nigelb> morning
- # [02:02] * Quits: jlund|bbl (sid36036@moz-r4h.lg2.184.192.IP) (Connection closed)
- # [02:02] * Joins: erahm_ (uid33946@moz-j28pep.charlton.irccloud.com)
- # [02:02] * Joins: ferjm_away (sid16658@moz-7r9jcv.charlton.irccloud.com)
- # [02:02] * Joins: janx (sid16602@moz-ujb573.charlton.irccloud.com)
- # [02:02] * Quits: mbrubeck (sid17036@moz-r4h.lg2.184.192.IP) (Connection closed)
- # [02:02] * Quits: jandem (sid16255@moz-r4h.lg2.184.192.IP) (Error in the push function.)
- # [02:02] * Quits: mdoglio|pto (sid15662@moz-r4h.lg2.184.192.IP) (Error in the push function.)
- # [02:02] * Joins: jlund (sid36036@moz-mk8iig.charlton.irccloud.com)
- # [02:02] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [02:02] * Quits: mmc (uid16596@moz-r4h.lg2.184.192.IP) (Connection closed)
- # [02:02] * Joins: mbrubeck (sid17036@moz-39486n.charlton.irccloud.com)
- # [02:02] * Joins: ato (sid16069@moz-rk7vld.charlton.irccloud.com)
- # [02:02] * Joins: mdoglio|afk (sid15662@moz-3lou68.charlton.irccloud.com)
- # [02:02] * Joins: flod (sid43236@moz-pvn7su.charlton.irccloud.com)
- # [02:02] * Joins: jandem|away (sid16255@moz-8edcg2.charlton.irccloud.com)
- # [02:02] * Joins: mmc (uid16596@moz-rb9ith.charlton.irccloud.com)
- # [02:04] * Quits: jgilbert (jgilbert@moz-co9f2q.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [02:04] * Quits: ckitching (ckitching@moz-o4vv6i.plus.com) (Ping timeout: 121 seconds)
- # [02:05] <gkw> KWierso|sheriffduty: yes, the backout seems to work
- # [02:05] * yzen is now known as yzen_
- # [02:08] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [02:09] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [02:09] * Joins: Mano (mano@moz-mitr40.red.bezeqint.net)
- # [02:09] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [02:09] * Joins: brsun (chatzilla@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:09] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [02:11] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [02:12] * Joins: loveless (loveless@moz-ha6.mg6.56.172.IP)
- # [02:12] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [02:13] * Quits: Mano (mano@moz-mitr40.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [02:13] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [02:14] * terrence is now known as terrence-afk
- # [02:14] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [02:14] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [02:14] * Joins: arasbm (zooby@moz-3rmc9b.ok.shawcable.net)
- # [02:15] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [02:16] * Quits: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:16] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [02:18] <KWierso|sheriffduty> bholley, glandium: was this either of yours? https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4988786&repo=mozilla-inbound
- # [02:18] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [02:18] <bholley> KWierso|sheriffduty: doesn't look like mine
- # [02:18] <glandium> KWierso|sheriffduty: can't be mine
- # [02:19] <glandium> KWierso|sheriffduty: could be a bug in talos
- # [02:19] * KWierso|sheriffduty retriggers to victory
- # [02:20] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [02:21] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [02:22] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [02:23] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [02:23] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [02:24] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [02:24] * Joins: Morris (Morris@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:24] * Joins: Delta706 (xx@moz-6cfjsa.as13285.net)
- # [02:25] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:25] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [02:26] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [02:26] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [02:28] * Quits: mastizada1 (Thunderbird@moz-pg3.p2d.196.46.IP) (Connection closed)
- # [02:28] * Joins: mastizada (Thunderbird@moz-pg3.p2d.196.46.IP)
- # [02:29] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=67872ce17918 - 41 changesets
- # [02:30] * Quits: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [02:30] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [02:30] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [02:30] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [02:31] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [02:31] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [02:34] * Joins: kepta (kepta@moz-r4i.vom.59.120.IP)
- # [02:34] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [02:34] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [02:34] * Joins: redwood (chatzilla@moz-b78.don.96.24.IP)
- # [02:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=dc98810c5b0f - 27 changesets
- # [02:35] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [02:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=fad6382c01fb - 55 changesets
- # [02:36] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [02:36] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Ping timeout: 121 seconds)
- # [02:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=c0d25f0788a8 - 55 changesets
- # [02:37] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [02:38] * Quits: kepta (kepta@moz-r4i.vom.59.120.IP) (Ping timeout: 121 seconds)
- # [02:38] * Quits: loveless (loveless@moz-ha6.mg6.56.172.IP) (A TLS packet with unexpected length was received.)
- # [02:38] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Client exited)
- # [02:38] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [02:39] <nigelb> KWierso|sheriffduty: all good for re-open?
- # [02:41] <KWierso|sheriffduty> nigelb: yeah, done
- # [02:41] * Parts: marco (marco@moz-9tj9ef.retail.telecomitalia.it) ("")
- # [02:41] * KWierso|sheriffduty is now known as KWierso
- # [02:42] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [02:45] * Quits: myk (myk@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
- # [02:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=f1fb6e0260a8 - 27 changesets
- # [02:49] * Joins: arthuredelstein (arthur@moz-5t7rh8.oc.cox.net)
- # [02:52] * Joins: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com)
- # [02:52] * jchen|away is now known as jchen
- # [02:52] * nigelb is now known as nigelb|sheriffduty
- # [02:52] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [02:54] <Delta706> what is sheriffduty?
- # [02:56] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [02:56] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [02:57] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [02:57] <KWierso> Delta706: the person who is watching the test results come in from people's pushes to mozilla-inbound and the other repositories
- # [02:58] <KWierso> and is responsible for ensuring that the tests are passing, or reverting/backing out the cause of the failures
- # [02:58] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [02:58] <Delta706> so no shooting involved
- # [02:58] * Quits: tanvi (tanvi@moz-t8v33q.ca.charter.com) (Quit: Leaving.)
- # [02:59] <KWierso> we only *want* to shoot everyone ;)
- # [03:00] * KWierso may be somewhat jaded at this point...
- # [03:00] <Delta706> does it also apply to changes in nightly? or only inbound?
- # [03:00] <Delta706> users on wikipedia have wikiholidays to recharge their batteries
- # [03:01] * Quits: redwood (chatzilla@moz-b78.don.96.24.IP) (Ping timeout: 121 seconds)
- # [03:03] * Joins: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [03:03] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:04] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [03:04] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:04] <nigelb|sheriffduty> KWierso: are the talos bustages fixed by the backout or is that unrelated failure during the bustage?
- # [03:05] * Joins: bdahl (bdahl@moz-vl0r78.co.comcast.net)
- # [03:07] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [03:07] * Joins: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:09] <KWierso> nigelb|sheriffduty: I believe so
- # [03:09] * Quits: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [03:09] <KWierso> nigelb|sheriffduty: or at least, that's how I was starring them until the backout results prove me right ;)
- # [03:10] <KWierso> Delta706: the sheriffs are typically the ones that merge new commits from inbound and fx-team into mozilla-central
- # [03:10] <nigelb|sheriffduty> I just did what you did
- # [03:10] <nigelb|sheriffduty> Let's hope that's right :)
- # [03:10] <KWierso> and Nightlies are built from mozilla-central
- # [03:10] <KWierso> so in a roundabout kind of way, yeah :)
- # [03:10] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:11] * KWierso is now known as KWierso|afk
- # [03:11] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:13] * Quits: bholley (bholley@moz-qus.mc5.75.170.IP) (Quit: Textual IRC Client: www.textualapp.com)
- # [03:13] * Joins: boris (boris@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:14] * Parts: boris (boris@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:15] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [03:16] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:17] * Joins: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP)
- # [03:17] * Joins: edenchuang (uid46829@moz-g8d4rq.uxbridge.irccloud.com)
- # [03:17] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:18] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [03:18] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [03:18] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Connection closed)
- # [03:18] * Joins: redwood (chatzilla@moz-b78.don.96.24.IP)
- # [03:19] * Quits: mixedpuppy (mixedpuppy@moz-6g3.e1a.42.179.IP) (Client exited)
- # [03:19] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [03:20] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [03:20] * philor|away is now known as philor
- # [03:20] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [03:22] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:23] * Joins: tomatoeblue (textual@moz-bpk.tq1.11.66.IP)
- # [03:23] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:24] * Joins: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net)
- # [03:24] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Quit: Leaving)
- # [03:24] * Joins: chewey_ (chewey@moz-pel12m.dip0.t-ipconnect.de)
- # [03:24] * Joins: vicamo (vicamo@moz-184ts7.dynamic.hinet.net)
- # [03:25] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [03:25] * Joins: boris (boris@moz-2hf62a.HINET-IP.hinet.net)
- # [03:26] * Quits: boris (boris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [03:26] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [03:26] * Joins: boris (boris@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:27] * Quits: chewey (chewey@moz-cb734e.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [03:28] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:28] * Quits: mastizada (Thunderbird@moz-pg3.p2d.196.46.IP) (Ping timeout: 121 seconds)
- # [03:28] * heycam is now known as heycam|away
- # [03:30] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:31] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [03:33] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:34] * yzen is now known as yzen_
- # [03:35] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:35] * Joins: maxli1 (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [03:35] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Ping timeout: 121 seconds)
- # [03:37] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:37] * Quits: maxli1 (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [03:37] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [03:38] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [03:39] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [03:41] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:42] * Quits: KaiRo (robert@moz-12mvg0.highway.telekom.at) (A TLS packet with unexpected length was received.)
- # [03:42] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [03:43] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:46] * Quits: cpearce (chatzilla@moz-kgevj0.xtra.co.nz) (Ping timeout: 121 seconds)
- # [03:46] * Quits: larsg (larsg@moz-vm4.j2b.165.46.IP) (Ping timeout: 121 seconds)
- # [03:47] * Joins: cpearce (chatzilla@moz-kgevj0.xtra.co.nz)
- # [03:47] * Quits: pcwalton (pcwalton@moz-v7ku9i.dsl.bell.ca) (Connection closed)
- # [03:47] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/afa20a9be850 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1e90d497fc37 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [03:49] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:50] * Joins: larsg (larsg@moz-kc1.jst.162.178.IP)
- # [03:50] * Quits: tomatoeblue (textual@moz-bpk.tq1.11.66.IP) (Quit: Textual IRC Client: www.textualapp.com)
- # [03:52] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Connection closed)
- # [03:54] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [03:54] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [03:55] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [03:59] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [04:00] * darkowlzz|afk is now known as darkowlzz
- # [04:01] * Joins: Mano (mano@moz-mitr40.red.bezeqint.net)
- # [04:01] * kamidphish is now known as kamidphish|pto
- # [04:01] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [04:02] * Joins: mahdi (mahdi@moz-rlk.ded.244.151.IP)
- # [04:04] * Joins: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:04] * Joins: lsumar (lsumar@moz-tbv1d5.xtra.co.nz)
- # [04:05] * heycam|away is now known as heycam
- # [04:07] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [04:07] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:07] * jhlin is now known as jhlin|away
- # [04:07] * jhlin|away is now known as jhlin
- # [04:07] * Joins: bnicholson (bnicholson@moz-2c58n0.fios.verizon.net)
- # [04:08] * Joins: StevenLee (Adium@moz-og2lu6.dynamic.hinet.net)
- # [04:11] * Joins: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [04:13] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [04:14] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [04:14] * Joins: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net)
- # [04:15] * Quits: Delta706 (xx@moz-6cfjsa.as13285.net) (Quit: Leaving)
- # [04:16] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [04:16] * Quits: azakai (alon@moz-pi0v03.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/aa63497b2eba - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7b81a4e37e4e - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [04:18] * Joins: azakai (alon@moz-pi0v03.ujol.1ibb.0101.2620.IP)
- # [04:18] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
- # [04:19] * Quits: larsg (larsg@moz-kc1.jst.162.178.IP) (Ping timeout: 121 seconds)
- # [04:19] * Joins: emtwo (Adium@moz-8jatfa.dsl.teksavvy.com)
- # [04:21] * Joins: larsg (larsg@moz-kc1.jst.162.178.IP)
- # [04:21] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [04:23] * Joins: garvank_ (Garvan@moz-9va.bv2.141.95.IP)
- # [04:25] * Quits: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com) (Ping timeout: 121 seconds)
- # [04:28] * Quits: mahdi (mahdi@moz-rlk.ded.244.151.IP) (Connection closed)
- # [04:30] * Quits: larsg (larsg@moz-kc1.jst.162.178.IP) (Ping timeout: 121 seconds)
- # [04:30] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [04:32] * Joins: pcwalton (pcwalton@moz-v7ku9i.dsl.bell.ca)
- # [04:34] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [04:35] * Quits: pcwalton (pcwalton@moz-v7ku9i.dsl.bell.ca) (Client exited)
- # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c9116dac8ce4 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/03b905b3641d - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [04:39] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [04:40] * Quits: vicamo (vicamo@moz-184ts7.dynamic.hinet.net) (Client exited)
- # [04:42] * Quits: redwood (chatzilla@moz-b78.don.96.24.IP) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2/20100222071121])
- # [04:44] * Joins: larsg (larsg@moz-k50.h5r.162.178.IP)
- # [04:44] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [04:45] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [04:47] * Joins: mastizada (Thunderbird@moz-ihb.dc9.233.178.IP)
- # [04:48] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [04:50] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [04:50] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Connection closed)
- # [04:50] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [04:51] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [04:51] * Quits: arthuredelstein (arthur@moz-5t7rh8.oc.cox.net) (Client exited)
- # [04:52] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [04:52] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [04:52] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:54] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [04:55] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Quit: Leaving)
- # [04:58] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [05:02] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
- # [05:02] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [05:03] <philor> masayuki: nonunified bustage
- # [05:03] * Joins: tedders1_ (tedders1@moz-i5m.05u.207.66.IP)
- # [05:06] * Quits: tedders1 (tedders1@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [05:08] * Quits: tedders1_ (tedders1@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [05:08] <nigelb|sheriffduty> right.
- # [05:08] <nigelb|sheriffduty> I'm about 5 mins late :)
- # [05:09] * Joins: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com)
- # [05:13] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [05:16] <nigelb|sheriffduty> philor: is the mulet failure on fx-team something to do with infra or an intermittent?
- # [05:16] <nigelb|sheriffduty> I'm never sure how to mark those
- # [05:17] <philor> by asking glandium which part of the messaging is real, and which is not, would be my approach to it
- # [05:18] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [05:18] <philor> since that's either "here's some noise, and I can't write to a file" or "something's wrong with this build of ffi, and here's some noise about not being able to write something as a distraction"
- # [05:19] <nigelb|sheriffduty> Hopefully, he'll respond to your ping when he gets online later.
- # [05:19] * Quits: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
- # [05:20] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [05:20] * Joins: avp (avp@moz-t0p.j20.199.203.IP)
- # [05:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0cb97323a1bd - Jean-Yves Avenard - Bug 1115594: Fix indentation in AppleVDADecoder. r=rillian
- # [05:20] <glandium> the ffi message is a warning, it's a red herring
- # [05:21] <glandium> the relevant message in the log is "can't write to output file: XUL, errno=5"
- # [05:21] <nigelb|sheriffduty> okay, so it's infra
- # [05:21] <glandium> and errno 5 seems to be I/O error on mac
- # [05:21] <glandium> so, more than infra, it's likely to be a slave problem
- # [05:22] <philor> nigelb|sheriffduty: convenient, you get to kill two with one tracking-bug-reopen and slave disable!
- # [05:22] <philor> since https://secure.pub.build.mozilla.org/builddata/reports/slave_health/slave.html?name=bld-lion-r5-009, that's your b-i red too
- # [05:23] * nigelb|sheriffduty does the enter ldap creds a thousand times dance
- # [05:24] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
- # [05:24] * Quits: mt_ (mt@moz-q5mdp9.ca.comcast.net) (Quit: Leaving.)
- # [05:24] <nigelb|sheriffduty> philor: how do I disable a slave?
- # [05:25] <nigelb|sheriffduty> the slavealoc links are greyed out for me.
- # [05:25] * Joins: mconley (mconley@moz-etl.e5t.246.24.IP)
- # [05:25] <nigelb|sheriffduty> I'm guessing I don't have the powers.
- # [05:25] * Quits: StevenLee (Adium@moz-og2lu6.dynamic.hinet.net) (Quit: Leaving.)
- # [05:26] <nigelb|sheriffduty> appologies for starring without bugs. I should be less lazy.
- # [05:27] <nigelb|sheriffduty> philor: bld-lion-r5-066 suffers from the same problem, I think?
- # [05:27] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Ping timeout: 121 seconds)
- # [05:28] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:29] <philor> nigelb|sheriffduty: next to the word "slavealloc" there's a button with a pencil on it, if you have the power then you can click it to make the checkbox editable
- # [05:29] * Quits: mconley (mconley@moz-etl.e5t.246.24.IP) (Ping timeout: 121 seconds)
- # [05:29] <nigelb|sheriffduty> nope, can't
- # [05:29] * Joins: loveless (loveless@moz-6jo.mg6.56.172.IP)
- # [05:30] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [05:30] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [05:30] * philor gives them 39 whacks and diagnostics bugs, then
- # [05:31] <nigelb|sheriffduty> I wonder if I should backout the offending non-unified patch.
- # [05:31] <nigelb|sheriffduty> masayuki: ping?
- # [05:32] * ewong|away is now known as ewong
- # [05:35] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [05:35] * Joins: myk (myk@moz-3pu.64p.36.70.IP)
- # [05:36] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [05:36] * joshua-s is now known as joshua-s|zzz
- # [05:37] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:37] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
- # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e3bf031aca53 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
- # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cb102ab5125d - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [05:38] * Quits: Mano (mano@moz-mitr40.red.bezeqint.net) (Connection closed)
- # [05:41] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Ping timeout: 121 seconds)
- # [05:42] <glandium> nigelb|sheriffduty: it's just a missing header in nsWindowBase.cpp, likely windows.h
- # [05:43] <nigelb|sheriffduty> ah
- # [05:43] <nigelb|sheriffduty> bah, my tree needs updating before I can try to fix
- # [05:43] * Joins: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com)
- # [05:45] * Joins: Mano (mano@moz-mitr40.red.bezeqint.net)
- # [05:46] * Quits: zimio (zimio@moz-k0u.paq.88.200.IP) (Ping timeout: 121 seconds)
- # [05:46] * Joins: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com)
- # [05:47] * Joins: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [05:48] <nigelb|sheriffduty> I just typed git pull instead of hg pull and wondered why it didn't work :\
- # [05:48] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [05:49] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [05:49] <glandium> nigelb|sheriffduty: git pull works for me ;)
- # [05:49] <nigelb|sheriffduty> glandium: Heh, I've been tempted by your posts to try it out.
- # [05:50] <glandium> nigelb|sheriffduty: it's not completely useful to sheriffs, yet, because it can't push merges
- # [05:50] <nigelb|sheriffduty> ahh, yeah.
- # [05:50] <nigelb|sheriffduty> I do backouts as well but maintaining 4 trees is painful enough, maintaining copies of it isn't going to be fun :D
- # [05:51] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [05:52] * Quits: myk (myk@moz-3pu.64p.36.70.IP) (Ping timeout: 121 seconds)
- # [05:52] <nigelb|sheriffduty> I really need a larger SSD. 64GB wasn't the best idea.
- # [05:52] * Quits: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [05:53] <tanner> nigelb|sheriffduty: crucial has bigger ones for a good price. i think my 240GB was about $110. not sure if they're available in India, though.
- # [05:54] <nigelb|sheriffduty> tanner: I had a dead HDD at one point with my old computer and I just wanted something to get back up again.
- # [05:54] <nigelb|sheriffduty> I thought I'd upgrade after getting the new laptop, still haven't yet :)
- # [05:55] <tanner> ah, yeah i've done that :P
- # [05:55] * Joins: masayuki1 (Thunderbird@moz-1gqv2s.zaq.ne.jp)
- # [05:55] <nigelb|sheriffduty> masayuki1: hi!
- # [05:55] <tanner> i still have this crazy setup on my desktop where i mount my entire old Arch install as my home directory because i was too lazy to proprely format the old hard drive and transfer files over
- # [05:55] * Joins: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [05:55] <masayuki1> Hi, can I land a bustage fix by myself?
- # [05:56] <nigelb|sheriffduty> Yep, please add CLOSED TREE to your commit message
- # [05:56] <masayuki1> Okay.
- # [05:57] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [05:57] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [05:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2f51262d2cab - Masayuki Nakano - Bug 865561 Fix bustage of non-unified r=me CLOSED TREE
- # [05:59] <masayuki1> nigelb|sheriffduty: I believe that this must fix the bustage except I have another mistake in the patch! https://treeherder.mozilla.org/ui/#/jobs?repo=mozilla-inbound&revision=2f51262d2cab
- # [05:59] <nigelb|sheriffduty> masayuki1: er, what's wrong? It's going to break something else?
- # [06:00] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:00] * Joins: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com)
- # [06:00] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [06:01] <masayuki1> nigelb|sheriffduty: I meant that e.g., I typo the file name or do something wront in the patch. I.e., it shouldn't occur.
- # [06:01] <nigelb|sheriffduty> ah, cheers
- # [06:01] <nigelb|sheriffduty> :)
- # [06:02] <nigelb|sheriffduty> I thought you were trying to say that you made a mistake in the new patch before pushing.
- # [06:02] * Joins: arthuredelstein (arthur@moz-5t7rh8.oc.cox.net)
- # [06:02] * Quits: gandi (zbraniecki@moz-gtc1n1.ca.comcast.net) (Ping timeout: 121 seconds)
- # [06:02] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [06:03] * Quits: garvank_ (Garvan@moz-9va.bv2.141.95.IP) (Ping timeout: 121 seconds)
- # [06:03] <masayuki1> Yes. I couldn't test to build with non-unified build setting for landing that quickly.
- # [06:03] * Quits: arthuredelstein (arthur@moz-5t7rh8.oc.cox.net) (Client exited)
- # [06:04] <nigelb|sheriffduty> philor: should I trigger a non-unified build or will that happen automatically?
- # [06:05] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [06:05] <nigelb|sheriffduty> trigger, I guess.
- # [06:06] <glandium> nigelb|sheriffduty: those builds are periodic, every n hours
- # [06:06] <philor> unless you want to wait 90 minutes, yeah, trigger
- # [06:06] <glandium> n=4 I think
- # [06:06] * Quits: ddahl (ddahl@moz-40a6g5.il.comcast.net) (Ping timeout: 121 seconds)
- # [06:07] * Quits: bdahl (bdahl@moz-vl0r78.co.comcast.net) (A TLS packet with unexpected length was received.)
- # [06:07] <masayuki1> Although, I'm building it with non-unified settings locally.
- # [06:07] * Joins: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP)
- # [06:08] * Quits: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP) (A TLS packet with unexpected length was received.)
- # [06:09] <nigelb|sheriffduty> glandium: that was my guess as well from looking at similar builds, thanks :)
- # [06:12] * Joins: vicamo (vicamo@moz-ss07s8.dynamic.hinet.net)
- # [06:19] * Quits: wlach (wlach@moz-5tlj2g.vif.net) (Ping timeout: 121 seconds)
- # [06:19] * Joins: ddahl (ddahl@moz-km5.kll.29.185.IP)
- # [06:25] * Joins: koderok (koderok@moz-f2s.bnr.141.14.IP)
- # [06:25] * Quits: koderok (koderok@moz-f2s.bnr.141.14.IP) (Client exited)
- # [06:26] <nigelb|sheriffduty> tree re-opened
- # [06:26] * Quits: Mano (mano@moz-mitr40.red.bezeqint.net) (Connection closed)
- # [06:28] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: )
- # [06:32] * Quits: loveless (loveless@moz-6jo.mg6.56.172.IP) (A TLS packet with unexpected length was received.)
- # [06:34] * jlund is now known as jlund|away
- # [06:35] * Joins: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/470c550c782b - Masatoshi Kimura - Bug 1115668 - Fix inappropriate mixed content warning messages. r=tanvi
- # [06:41] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [06:42] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [06:43] * Joins: mt_ (mt@moz-q5mdp9.ca.comcast.net)
- # [06:46] <masayuki1> FYI: I succeeded to build the patch locally.
- # [06:47] * darkowlzz is now known as darkowlzz|afk
- # [06:47] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [06:48] * Quits: larsg (larsg@moz-k50.h5r.162.178.IP) (Quit: Ex-Chat)
- # [06:48] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [06:49] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:49] * Joins: Mano (mano@moz-mitr40.red.bezeqint.net)
- # [06:50] * darkowlzz|afk is now known as darkowlzz
- # [06:52] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
- # [06:52] * Quits: arasbm (zooby@moz-3rmc9b.ok.shawcable.net) (Ping timeout: 121 seconds)
- # [06:52] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [06:53] * Quits: Mano (mano@moz-mitr40.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [06:54] * Joins: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net)
- # [06:55] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [07:02] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [07:03] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
- # [07:03] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
- # [07:07] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [07:09] * Quits: masayuki1 (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
- # [07:09] * Joins: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP)
- # [07:10] * Quits: &dbaron (dbaron@moz-iojnqc.fios.verizon.net) (Ping timeout: 121 seconds)
- # [07:12] * Joins: WeirdAl (chatzilla@moz-3f3s98.ca.comcast.net)
- # [07:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f3a35d16540 - Dan Gohman - Bug 1116367 - SpiderMonkey: Use mozilla/IntegerPrintfMacros.h instead of inttypes.h r=Waldo
- # [07:13] * Joins: garvank_ (Garvan@moz-cpaagl.dsl.teksavvy.com)
- # [07:13] * Quits: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com) (Connection closed)
- # [07:13] * Quits: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP) (Ping timeout: 121 seconds)
- # [07:14] * Quits: emtwo (Adium@moz-8jatfa.dsl.teksavvy.com) (Quit: Leaving.)
- # [07:14] * Joins: loveless (loveless@moz-6jo.mg6.56.172.IP)
- # [07:18] * Quits: mcomella (mcomella@moz-igsdu8.ca.comcast.net) (Quit: Leaving)
- # [07:19] * Quits: garvank_ (Garvan@moz-cpaagl.dsl.teksavvy.com) (Quit: )
- # [07:25] * Joins: StevenLee (Adium@moz-og2lu6.dynamic.hinet.net)
- # [07:25] * Quits: StevenLee (Adium@moz-og2lu6.dynamic.hinet.net) (Connection closed)
- # [07:25] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [07:26] * Joins: cornel_ionce (Mibbit@moz-662.esi.231.62.IP)
- # [07:27] * Joins: CristinaM (Instantbird@moz-662.esi.231.62.IP)
- # [07:27] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
- # [07:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0bc70a92b047 - Dan Gohman - Bug 1115742 - OdinMonkey: Don't canonicalize NaNs in asm.js mode r=luke
- # [07:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6fb6a530e257 - Dan Gohman - Bug 1115766 - SpiderMonkey: Don't give LMulI an extra non-use-at-start use when it doesn't need one r=bbouvier
- # [07:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e6d8db11ed44 - Dan Gohman - Bug 1115766 - SpiderMonkey: Eliminate a copy in shuffleFloat32 with AVX r=bbouvier
- # [07:34] * Quits: mt_ (mt@moz-q5mdp9.ca.comcast.net) (Quit: Leaving.)
- # [07:34] * Joins: mt_ (mt@moz-q5mdp9.ca.comcast.net)
- # [07:35] * Quits: mt_ (mt@moz-q5mdp9.ca.comcast.net) (Quit: Leaving.)
- # [07:37] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [07:38] * Quits: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com) (Quit: )
- # [07:38] <nigelb|sheriffduty> gah
- # [07:38] * Quits: jduell (jduell@moz-nms4vb.tukw.qwest.net) (Ping timeout: 121 seconds)
- # [07:40] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [07:45] * whimboo|afk is now known as whimboo
- # [07:46] * Joins: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com)
- # [07:46] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Client exited)
- # [07:46] <nigelb|sheriffduty> glandium: are you still around? Can you help with https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4992258&repo=mozilla-inbound
- # [07:47] <nigelb|sheriffduty> Fairly sure it's from the new patch in https://bugzilla.mozilla.org/show_bug.cgi?id=998863
- # [07:47] * Quits: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [07:47] * jhlin is now known as jhlin|away
- # [07:49] * jhlin|away is now known as jhlin
- # [07:50] <glandium> nigelb|sheriffduty: missing include: mozilla/UniquePtr.h
- # [07:51] <nigelb|sheriffduty> glandium: is there a particular order I need to add it in?
- # [07:52] <glandium> nigelb|sheriffduty: use best judgement :)
- # [07:53] <nigelb|sheriffduty> ha!
- # [07:54] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:56] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [07:56] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [07:57] * Quits: loveless (loveless@moz-6jo.mg6.56.172.IP) (Quit: Leaving...)
- # [07:59] * Tomcat|afk is now known as Tomcat|sheriffduty
- # [07:59] <Tomcat|sheriffduty> good morning :)
- # [07:59] <Tomcat|sheriffduty> oh nigel is having fun :)
- # [07:59] <nigelb|sheriffduty> indeed :)
- # [08:00] <nigelb|sheriffduty> just pushing that non-unified fix and then triggering them again on my push
- # [08:02] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [08:02] * nigelb|sheriffduty is now known as nigelb
- # [08:03] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [08:03] * Joins: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net)
- # [08:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8bcdfb7d47af - Nigel Babu - Bug 998863 - Include mozilla/UniquePtr.h to fix non-unified bustage, r=bustage
- # [08:03] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [08:04] <nigelb> Tomcat|sheriffduty: That should fix the current bustage and I've triggered non-unified windows builds on my push. Let's hope that's about it for now :)
- # [08:04] <Tomcat|sheriffduty> :)
- # [08:05] * heycam is now known as heycam|away
- # [08:05] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [08:06] <Tomcat|sheriffduty> nigelb: will take care of the backout of 470c550c782b
- # [08:06] * Joins: ehugg_ (ehugg@moz-63sj5i.wa.comcast.net)
- # [08:07] <nigelb> Tomcat|sheriffduty: I hadn't even noticed it yet, heh
- # [08:07] <Tomcat|sheriffduty> :)
- # [08:07] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [08:07] <Tomcat|sheriffduty> yeah snow plowing in the morning refreshes brain :)
- # [08:08] <nigelb> lol
- # [08:08] <nigelb> Did you have a good Christmas with gifts other than snow?
- # [08:08] <Tomcat|sheriffduty> yeah :)
- # [08:08] <Tomcat|sheriffduty> also lots of snow since friday
- # [08:09] <Tomcat|sheriffduty> and more snow comming when i trust the weather warnings :)
- # [08:09] <nigelb> oh dear.
- # [08:09] <nigelb> we've had lots of fog.
- # [08:09] <nigelb> Very low visibility until about 9 am or so.
- # [08:09] * philor is now known as philor|away
- # [08:10] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [08:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/db233d1e9887 - Carsten "Tomcat" Book - Backed out changeset 470c550c782b (bug 1115668) for breaking dt tests on a CLOSED TREE
- # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a52390c7545 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
- # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e96b2bda0803 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [08:13] * Joins: bholley (bholley@moz-qus.mc5.75.170.IP)
- # [08:14] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [08:14] <bholley> Tomcat|sheriffduty: is inbound about to reopen? Just wondering whether to go to bed or wait a few minutes to push :-)
- # [08:15] <Tomcat|sheriffduty> bholley: will reopen now
- # [08:15] <bholley> Tomcat|sheriffduty: w00t! Thanks :-)
- # [08:15] <Tomcat|sheriffduty> bholley: done
- # [08:16] <Tomcat|sheriffduty> nigelb: yeah fog is normal for ths area of munich but another 30cm of snow today sounds like fun, my car already looks like i was traveling to northpole :)
- # [08:17] <nigelb> heh
- # [08:17] <nigelb> helping santa
- # [08:17] * Joins: Mano (mano@moz-kji1k1.dynamic.barak-online.net)
- # [08:18] * jchen is now known as jchen|away
- # [08:18] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
- # [08:18] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [08:19] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1970000ba96c - Bobby Holley - Bug 1114840 - Make MediaDecoderStateMachine::Play run on the state machine thread. r=cpearce
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d16ba565676 - Bobby Holley - Bug 1114840 - Use StartDecoding() rather than SetState in PlayInternal. r=cpearce
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac707520d75e - Bobby Holley - Bug 1114840 - Hoist arms-length conditions and rename StartPlayback() to MaybeStartPlayback(). r=cpearce
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0f80e83ac9e5 - Bobby Holley - Bug 1114840 - Dynamically compute preroll thresholds. r=cpearce
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb7e862569a1 - Bobby Holley - Bug 1114840 - Don't start playback during prerolling. r=cpearce
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1f3c8d40cdf - Bobby Holley - Bug 1116355 - Throw when setting SourceBuffer mode to 'sequence'. r=karlt
- # [08:24] * Quits: ehugg_ (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [08:25] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [08:25] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [08:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b427c8bc6809 - Mats Palmgren - Bug 1116236 - Fix a typo. r=me
- # [08:32] * Quits: bholley (bholley@moz-qus.mc5.75.170.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:33] * Quits: avp (avp@moz-t0p.j20.199.203.IP) (Ping timeout: 121 seconds)
- # [08:36] * Joins: twi (Adium@moz-82e.3n7.150.122.IP)
- # [08:46] * Quits: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net) (Quit: sleep)
- # [08:47] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [08:47] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [08:49] * Joins: Dexter (Dexter@moz-c506s3.retail.telecomitalia.it)
- # [08:52] * Joins: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP)
- # [08:55] * Quits: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [08:57] * Quits: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP) (Ping timeout: 121 seconds)
- # [08:57] * julienw_afk is now known as julienw
- # [08:57] * Joins: cosmin-malutan (cosmin_malu@moz-ohb.65e.79.82.IP)
- # [08:58] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (A TLS packet with unexpected length was received.)
- # [09:01] * Quits: WeirdAl (chatzilla@moz-3f3s98.ca.comcast.net) (Quit: ChatZilla 0.9.91 [Firefox 34.0/20141201111728])
- # [09:07] * Joins: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net)
- # [09:07] * Quits: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net) (Quit: sleep)
- # [09:08] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:13] * Joins: avp (avp@moz-520.cjc.175.203.IP)
- # [09:14] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [09:15] * mgerva|afk is now known as mgerva
- # [09:16] * Joins: gsvelto (gsvelto@moz-h8i.p8o.234.95.IP)
- # [09:16] * Joins: peterv (peterv@moz-6f8qv3.be.sixxs.net)
- # [09:19] * Joins: sewardj (sewardj@moz-pkrgrt.abo.wanadoo.fr)
- # [09:19] * Quits: @roc (chatzilla@moz-ktvdnu.5h0u.b0fh.0cb0.2001.IP) (Connection closed)
- # [09:21] * Quits: cpearce (chatzilla@moz-kgevj0.xtra.co.nz) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [09:22] * Joins: givanica (Thunderbird@moz-g4j.rug.121.86.IP)
- # [09:23] * Joins: h4writer_ (h4writer@moz-lcj9pu.access.telenet.be)
- # [09:25] * Quits: sewardj (sewardj@moz-pkrgrt.abo.wanadoo.fr) (Ping timeout: 121 seconds)
- # [09:26] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
- # [09:27] <Tomcat|sheriffduty> sir nigelb ping :)
- # [09:28] <Tomcat|sheriffduty> nigelb: hm was your backout supposed to fix the broken non unified builds ?
- # [09:29] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [09:29] * baku|away is now known as baku
- # [09:29] <Tomcat|sheriffduty> glandium: ping
- # [09:30] <glandium> pong
- # [09:30] <Tomcat|sheriffduty> hey glandium first happy new year if we don't talk again, and second seems bug 998863 still cause a non unified bustage
- # [09:30] <Tomcat|sheriffduty> https://treeherder.mozilla.org/logviewer.html#?job_id=4994756&repo=mozilla-inbound is from nigel's follow up push
- # [09:31] * cosmin-malutan is now known as cosmin-malutan|CI_duty
- # [09:31] <nigelb> Tomcat|sheriffduty: crap, I thought it was.
- # [09:31] <nigelb> it wasn't a backout too
- # [09:32] <Tomcat|sheriffduty> yeah i realizied
- # [09:32] <glandium> Tomcat|sheriffduty: heh, namespace fun. needs either a "using namespace mozilla;" or replacing UniquePtr with mozilla::UniquePtr
- # [09:32] * Quits: vicamo (vicamo@moz-ss07s8.dynamic.hinet.net) (Client exited)
- # [09:32] <glandium> i'd go for the former, since that's what the other files in the same dir do
- # [09:32] <glandium> (and why unified builds aren't broken)
- # [09:32] <Tomcat|sheriffduty> nigelb: ^
- # [09:33] <Tomcat|sheriffduty> nigelb: do you want to push another follow up with this changes or shall we backout ?
- # [09:33] <nigelb> I'd rather push a followup. That patch has been backout once already.
- # [09:33] * Quits: capella (chatzilla@moz-a6lqme.res.rr.com) (Ping timeout: 121 seconds)
- # [09:33] * Joins: gabor (gabor@moz-tfiocm.net-tv.hu)
- # [09:34] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Ping timeout: 121 seconds)
- # [09:34] * Joins: roc (chatzilla@moz-q82c9g.orcon.net.nz)
- # [09:34] * killer sets mode: +o roc
- # [09:34] <Tomcat|sheriffduty> nigelb: ok cool :)
- # [09:35] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [09:35] <Tomcat|sheriffduty> nigelb: closing the tree there is a new regression also
- # [09:35] * Joins: vicamo (vicamo@moz-ss07s8.dynamic.hinet.net)
- # [09:35] * Joins: Ms2ger (Ms2ger@moz-nlf2uf.access.telenet.be)
- # [09:36] * Quits: vicamo (vicamo@moz-ss07s8.dynamic.hinet.net) (Client exited)
- # [09:36] <nigelb> glandium: can you point me to an example file? I can't find 'using namespace' in the folder.
- # [09:36] * Joins: capella (chatzilla@moz-a6lqme.res.rr.com)
- # [09:37] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [09:39] <nigelb> oh, I need to learn to grep. sigh.
- # [09:39] * Joins: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
- # [09:46] * Quits: boris (boris@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [09:46] * Joins: boris (boris@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a90439cbd92 - Carsten "Tomcat" Book - Backed out changeset d1f3c8d40cdf (bug 1116355) for breaking w-4 tests on a CLOSED TREE
- # [09:51] * Joins: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP)
- # [09:52] * Joins: ProgramFOX (ProgramFOX@moz-oa9.f5i.176.91.IP)
- # [09:53] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Ping timeout: 121 seconds)
- # [09:57] * Quits: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [09:57] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [09:58] * nigelb drums fingers waiting for hg
- # [10:01] * darkowlzz is now known as darkowlzz|afk
- # [10:05] <arai> is PromiseUtils.jsm already a standard code module?
- # [10:05] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [10:06] <arai> if so, I'd like to add it to https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules
- # [10:06] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [10:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d850c0d21fed - Nigel Babu - Bug 998863 - Add mozilla namespace, r=bustage
- # [10:07] <Tomcat|sheriffduty> nigelb: thx
- # [10:08] <nigelb> Tomcat|sheriffduty: I hope that works, if it doesn't, backout the whole thing :(
- # [10:08] <Tomcat|sheriffduty> ok will backout m-i then ;)
- # [10:09] * Quits: Mano (mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
- # [10:09] <nigelb> lol
- # [10:10] <Tomcat|sheriffduty> a=nigel :P
- # [10:10] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [10:10] <nigelb> I've triggered non-unified windows builds on that push.
- # [10:11] <Tomcat|sheriffduty> nice finally managed to install vs2013 on that vm
- # [10:12] * Quits: cornel_ionce (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [10:13] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
- # [10:13] <glandium> Tomcat|sheriffduty: it's easy if you use chocolatey
- # [10:16] * Joins: Manny (quassel@moz-bgt.6kh.139.14.IP)
- # [10:16] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [10:17] <Tomcat|sheriffduty> glandium: managed to break windows updated somehow on that crash test vm and so the vs 2013 install failed everytime with a kb hotfix install
- # [10:18] * Joins: Mano (mano@moz-kji1k1.dynamic.barak-online.net)
- # [10:22] * Joins: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP)
- # [10:22] * Joins: Jackneill (Jackneill@moz-dtrpi0.pool.digikabel.hu)
- # [10:24] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Ping timeout: 121 seconds)
- # [10:27] * bobowen|afk is now known as bobowen
- # [10:28] <Tomcat|sheriffduty> erm nigelb i guess backout it is
- # [10:29] <nigelb> damn
- # [10:29] <nigelb> oh well
- # [10:30] <nigelb> I tried :)
- # [10:30] <Tomcat|sheriffduty> yeah
- # [10:30] <Tomcat|sheriffduty> ++++
- # [10:30] * darkowlzz|afk is now known as darkowlzz
- # [10:30] <glandium> namespace problem, still
- # [10:30] <glandium> missing mozilla::plugins
- # [10:32] <glandium> nigelb: ^
- # [10:36] * Joins: DevHC (devhc@moz-9h6j0n.teteny.elte.hu)
- # [10:36] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [10:37] * Quits: Manny (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
- # [10:37] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [10:37] <nigelb> Tomcat|sheriffduty: hang on
- # [10:38] <nigelb> glandium: should we go on or let the dev do it himself/herself?
- # [10:38] <nigelb> I don't even have the build setup to test so I'm pretty much using inbound as my builder
- # [10:38] <DevHC> what is the reason for the "Unable to process the backup file." error when attempting to restore bookmarks from a previously (just today) saved JSON file?
- # [10:39] <glandium> nigelb: those builds are not /that/ important
- # [10:39] <glandium> not anymore
- # [10:39] <glandium> so my vote is, keep trying
- # [10:39] <glandium> nigelb: note, you could use try
- # [10:40] <Tomcat|sheriffduty> yeah i hold the backout
- # [10:40] <glandium> I don't think it's worth backing out or even closing the tree (if that's the only thing holding the tree closed)
- # [10:41] <arai> DevHC: http://dxr.mozilla.org/mozilla-central/source/browser/components/places/content/places.js#524
- # [10:41] <arai> DevHC: and http://dxr.mozilla.org/mozilla-central/source/toolkit/components/places/BookmarkJSONUtils.jsm#89
- # [10:41] * Joins: mahdi (mahdi@moz-rlk.ded.244.151.IP)
- # [10:41] <arai> DevHC: in some case, error message about the exception will be shown in browser console
- # [10:41] * Joins: ferjm (textual@moz-ovmbvf.dynamicIP.rima-tde.net)
- # [10:42] <nigelb> glandium: okay, let me keep trying but I'll push to try until it's green.
- # [10:42] * Joins: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP)
- # [10:42] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [10:42] <Tomcat|sheriffduty> glandium: yeah i agree re: tree closing- will reopen the trees
- # [10:42] * nigelb wonders how complicated it is to get non-unified on try
- # [10:42] * bobowen is now known as bobowen|afk
- # [10:44] <DevHC> Error: DEPRECATION WARNING: PlacesBackups.entries is deprecated and will be removed in a future version
- # [10:44] <DevHC> You may find more details about this deprecation at: https://bugzilla.mozilla.org/show_bug.cgi?id=859695
- # [10:44] * Joins: evanxd1 (Adium@moz-duop4g.dynamic.hinet.net)
- # [10:45] <nigelb> glandium: I need to add a new line or update the existing line?
- # [10:46] * Quits: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP) (Ping timeout: 121 seconds)
- # [10:47] <arai> DevHC: I guess it's a warning message, and not a reason for the import error. try clearing the error messages, and import the bookmark again, to see the error message for it
- # [10:47] <DevHC> the error persists
- # [10:48] <glandium> nigelb: new line
- # [10:48] <arai> DevHC: no other errors?
- # [10:48] * Quits: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [10:48] <DevHC> yes
- # [10:49] <DevHC> not sure i understand... did someone break the "restore bookmarks from backup" functionality by adding a deprecation warning?
- # [10:50] <nigelb> glandium: that file does have mozilla::plugins line
- # [10:50] <nigelb> errr
- # [10:50] <nigelb> ignore me
- # [10:52] * Quits: rillian (giles@moz-84unpo.osuosl.org) (Ping timeout: 121 seconds)
- # [10:52] * Joins: rillian (giles@moz-84unpo.osuosl.org)
- # [10:52] <DevHC> hmm, even weirder:
- # [10:54] <DevHC> ∙ when restoring from a "chosen" JSON file, the error message is "Unable to process the backup file."
- # [10:54] <DevHC> ∙ when restoring from a date-based backup, the error message is "Unsupported file type." :S
- # [10:55] * Joins: browndawg (browndawg@moz-4bm.a90.59.120.IP)
- # [10:55] <browndawg> Hey. What skills would I need to add some extra keyboard navigation to firefox?
- # [10:55] <browndawg> C++?
- # [10:55] <arai> DevHC: do you see any corruption in the JSON file?
- # [10:56] <DevHC> is there a mini-utility with which i can validate the JSON-ness of a file?
- # [10:56] <DevHC> maybe a Perl-based or Python-based one-liner?
- # [10:57] * Joins: mak (uid24946@moz-7ljuor.highgate.irccloud.com)
- # [10:57] <browndawg> DevHC: Just try to parse it in any language?
- # [10:57] <browndawg> In ruby it would mean require 'json' JSON.parse
- # [10:57] <DevHC> gimme the one-liner
- # [10:58] <browndawg> no one liner
- # [10:58] <browndawg> more like 3 liner
- # [10:59] * Quits: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:00] <browndawg> https://pastee.org/5qgkr
- # [11:00] <browndawg> this is how I'd do it in ruby
- # [11:00] * ewong is now known as ewong|away
- # [11:00] <DevHC> OK according to a mini Python progra,
- # [11:00] <gaston> DevHC: http://jsonlint.com/ ?
- # [11:01] <browndawg> just import a json parser in any language and try parsing it!
- # [11:01] * Joins: steveofthestow (steveofthes@moz-b6t1bc.range86-177.btcentralplus.com)
- # [11:02] <browndawg> uhhh can anyone tell me if I need C++ skills to add some keyboard navigation to firefox?
- # [11:02] <arai> DevHC: import json; json.load(open(PATH_TO_TILE))
- # [11:02] <arai> browndawg: JavaScript and (maybe) some XUL
- # [11:02] <arai> depends on where to add the keyboard navigation
- # [11:03] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [11:03] <browndawg> arai: So I can attempt it. And I'm sort of confused as to how I would get that patch accepted?
- # [11:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/356dc333f095 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [11:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/513dd904a1d6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [11:03] <browndawg> arai: to the share button in firefox
- # [11:03] <browndawg> eg ctrl + something opens the share thing
- # [11:03] * baku is now known as baku|away
- # [11:03] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
- # [11:03] <DevHC> also OK according to the Ruby script
- # [11:04] <browndawg> arai: doable?
- # [11:04] <browndawg> without Cpp skills?
- # [11:06] * Quits: Morris (Morris@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:06] <arai> browndawg: try finding other button which has a keyboard shortcut, and find out how it implements the shortcut
- # [11:06] <browndawg> arai: that's what I was thinking
- # [11:06] <browndawg> cya
- # [11:06] <browndawg> thanks
- # [11:07] <arai> I guess it's implemented with XUL "command" element (not sure)
- # [11:07] * Quits: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [11:07] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Ping timeout: 121 seconds)
- # [11:08] <arai> DevHC: which version of firefox are you using? I'll try to reproduce it
- # [11:09] * Quits: steveofthestow (steveofthes@moz-b6t1bc.range86-177.btcentralplus.com) (Client exited)
- # [11:09] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:10] <DevHC> SeaMonkey 2.31
- # [11:10] <arai> wow, sorry I thought firefox
- # [11:10] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [11:11] * baku|away is now known as baku
- # [11:11] <browndawg> arai: Yeah looks like it. There's some xml that has the modifier, shortcut, and command.
- # [11:11] <arai> in that case, the links I posted before is wrong.
- # [11:12] * Joins: nattokirai (nattokirai@moz-0epqvj.east.verizon.net)
- # [11:12] <arai> DevHC: http://dxr.mozilla.org/comm-central/source/suite/common/bookmarks/bookmarksManager.js#439
- # [11:12] <arai> browndawg: nice :)
- # [11:13] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [11:14] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
- # [11:14] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:14] * DevHC tries to disable NoScript, etc.
- # [11:15] <DevHC> didn't help
- # [11:15] <arai> DevHC: http://mxr.mozilla.org/comm-release/source/suite/common/bookmarks/bookmarksManager.js#439
- # [11:15] <arai> and I couldn't find the implementation of restoreBookmarksFromJSONFile...
- # [11:16] <arai> I guess SeaMonkey does not follow the change to mozilla-central
- # [11:16] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [11:17] <DevHC> that IS the said function, apparently
- # [11:17] <DevHC> or?
- # [11:17] <arai> restoreBookmarksFromJSONFile was defined in PlacesUtils.jsm in Firefox24
- # [11:17] <arai> but not now
- # [11:17] <arai> http://mxr.mozilla.org/mozilla-esr24/source/toolkit/components/places/PlacesUtils.jsm#1563
- # [11:17] * Joins: espadrine` (ttyl@moz-qfr4fg.abo.wanadoo.fr)
- # [11:18] <mak> arai: that function was deprecated from a long time
- # [11:18] * Joins: steveofthestow (steveofthes@moz-b6t1bc.range86-177.btcentralplus.com)
- # [11:18] <arai> mak: thanks
- # [11:18] <mak> arai: See BookmarkJSONUtils.jsm
- # [11:18] <arai> in that case it should be better to file a bug for SeaMonkey
- # [11:19] * Quits: seanlee (seanlee@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
- # [11:19] * Joins: lvf (smuxi@moz-3sntvp.pppoe.mtu-net.ru)
- # [11:20] <arai> yeah, it's changed in bug 852034
- # [11:20] <browndawg> are there any guides to the source tree?
- # [11:21] <browndawg> what is where and stuff?
- # [11:21] * Joins: Sander (chatzilla@moz-e23q0f.dip0.t-ipconnect.de)
- # [11:21] <DevHC> arai: but what is the bug?
- # [11:22] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:22] <browndawg> nvm found it
- # [11:22] * DevHC checks what happens with a new profile
- # [11:23] <arai> DevHC: it's a bug of SeaMonkey itself, which uses obsolete function
- # [11:24] <NeilAway> bah, krijn's logs are in conference mode too now :s
- # [11:24] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [11:25] <DevHC> new profile didn't help :P
- # [11:25] <arai> DevHC: yes, it does not depend on profile
- # [11:25] <Sander> NeilAway: just pinged him to fix that
- # [11:26] <Ms2ger> NeilAway, there's still a checkbox
- # [11:26] <NeilAway> Ms2ger: oh, I need script for that?
- # [11:26] <DevHC> so uhm, any tips to get bookmarks loaded?
- # [11:27] * Quits: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP) (Client exited)
- # [11:28] <Ms2ger> NeilAway, ah
- # [11:28] <Ms2ger> NeilAway, user stylesheet, li.hide { display: list-item }
- # [11:29] <arai> DevHC: run previous version of SeaMonkey with other profile, and restore the bookmark, and copy the restored bookmark to current profile?
- # [11:30] * Quits: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:30] <arai> (not sure how the bookmark is stored in profile...)
- # [11:31] <arai> is it in sqlite database these days?
- # [11:31] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [11:32] <NeilAway> Ms2ger: thanks :-)
- # [11:32] <Ms2ger> Sander, ^
- # [11:32] * Quits: boris (boris@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:32] <Sander> There's also a checkbox at the top to toggle
- # [11:33] <Ms2ger> Yeah
- # [11:33] <Sander> he switched the default for that based on request; but could change it back for this channel
- # [11:33] <mak> arai: yes, bookmarks are in places.sqlite
- # [11:33] * Quits: DevHC (devhc@moz-9h6j0n.teteny.elte.hu) (Ping timeout: 121 seconds)
- # [11:34] <arai> mak: wow, so, it's hard to import bookmark manually...
- # [11:35] * arai is going to make the severity of the bug "major"
- # [11:35] * Joins: NeilZZZ (neil@moz-7uauc5.cable.virginm.net)
- # [11:36] * Joins: DevHC (devhc@moz-9h6j0n.teteny.elte.hu)
- # [11:36] <mak> arai: I'm not sure what do you mean by "manually", there are APIs to do the work
- # [11:36] <mak> if by manually you mean with a text editor, well sure, it's hard :)
- # [11:36] <DevHC> arai: does FF use the same bookmark database format?
- # [11:37] <arai> SeaMonkey uses old API, which is already removed, so currently there is no way to import bookmark on SeaMonkey
- # [11:37] <arai> I thought doing it on sqlite shell ;)
- # [11:37] * Joins: florent (Thunderbird@moz-1h4dlb.abo.wanadoo.fr)
- # [11:38] <arai> DevHC: sorry, I don't know much about it
- # [11:38] <DevHC> i'm saying: i doubt i can easily get my hands on an old version of SM
- # [11:40] <arai> https://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/
- # [11:40] <DevHC> OMFGBBQ WTF is "mozLz4"?
- # [11:42] <DevHC> arai: life sux
- # [11:42] <DevHC> no FreeBSD release
- # [11:42] * Quits: browndawg (browndawg@moz-4bm.a90.59.120.IP) (Quit: Leaving.)
- # [11:43] * Joins: rednaks (rednaks@moz-hmo.fml.227.41.IP)
- # [11:44] <arai> DevHC: filed as bug 1116446.
- # [11:46] <DevHC> gwd
- # [11:47] <DevHC> btw, wtf is all this shit in the profile directory?
- # [11:47] <DevHC> for example, what is 117MiB-sized netpredictions.sqlite file?
- # [11:48] * julienw is now known as julienw_afk
- # [11:49] <arai> DevHC: do you want to work on the bug?
- # [11:50] * Quits: Sander (chatzilla@moz-e23q0f.dip0.t-ipconnect.de) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [11:50] * Joins: browndawg (browndawg@moz-4bm.a90.59.120.IP)
- # [11:51] <DevHC> arai: ~no time
- # [11:51] * Joins: larsg (larsg@moz-6is.f3t.165.46.IP)
- # [11:51] <DevHC> OMFG WTF
- # [11:52] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:53] <DevHC> what idiots allowed a thing such as "Seer" in the code base? :S
- # [11:54] * Joins: KaiRo (robert@moz-mfrsta.highway.telekom.at)
- # [11:56] * Quits: browndawg (browndawg@moz-4bm.a90.59.120.IP) (Quit: Leaving.)
- # [11:56] <Ms2ger> DevHC, if you're not going to be civil, I suggest you leave
- # [11:56] * Quits: DevHC (devhc@moz-9h6j0n.teteny.elte.hu) (Quit: Received SIGPWNT)
- # [11:58] <Tomcat|sheriffduty> Ms2ger: seems he took your advice
- # [12:02] <Ms2ger> Good
- # [12:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2875249e4226 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [12:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9220c29104da - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [12:04] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [12:05] * Quits: brsun (chatzilla@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:05] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [12:11] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [12:11] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [12:13] * Joins: jviereck (Adium@moz-agcs03.dip0.t-ipconnect.de)
- # [12:14] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
- # [12:15] * Quits: jviereck (Adium@moz-agcs03.dip0.t-ipconnect.de) (Quit: Leaving.)
- # [12:16] * Joins: kapy (uid59173@moz-b31lhs.uxbridge.irccloud.com)
- # [12:16] * jandem|away is now known as jandem
- # [12:18] * h4writer_ is now known as h4writer
- # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/99305902e4e6 - Yoshi Huang - Bug 1115468 - Some attrubites of MozNFCTag are null. r=dimi
- # [12:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9598ec9b1574 - Yoshi Huang - Bug 1115674 - manifest for NfcContentHelper. r=dimi
- # [12:23] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
- # [12:24] * Quits: nattokirai (nattokirai@moz-0epqvj.east.verizon.net) (Client exited)
- # [12:27] * darkowlzz is now known as darkowlzz|afk
- # [12:27] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [12:30] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [12:30] * Joins: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP)
- # [12:32] * Quits: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP) (Ping timeout: 121 seconds)
- # [12:33] * Joins: timdream (timdream@moz-hf0ee7.dynamic.hinet.net)
- # [12:34] * Quits: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP) (Ping timeout: 121 seconds)
- # [12:35] * Joins: jviereck (Adium@moz-agcs03.dip0.t-ipconnect.de)
- # [12:35] * Joins: techgaun (techgaun@moz-o9o.u6e.34.110.IP)
- # [12:36] * Quits: techgaun (techgaun@moz-o9o.u6e.34.110.IP) (Connection closed)
- # [12:36] * Quits: jviereck (Adium@moz-agcs03.dip0.t-ipconnect.de) (Quit: Leaving.)
- # [12:38] * julienw_afk is now known as julienw
- # [12:40] * Quits: azakai (alon@moz-pi0v03.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [12:43] * Joins: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP)
- # [12:45] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Ping timeout: 121 seconds)
- # [12:48] * baku is now known as baku|away
- # [12:48] * Quits: larsg (larsg@moz-6is.f3t.165.46.IP) (Ping timeout: 121 seconds)
- # [12:49] * Quits: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [12:49] <Tomcat|sheriffduty> nigelb: did you got a green try run ? :)
- # [12:49] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [12:50] * Quits: steveofthestow (steveofthes@moz-b6t1bc.range86-177.btcentralplus.com) (Client exited)
- # [12:50] * Joins: nattokirai (nattokirai@moz-0epqvj.east.verizon.net)
- # [12:51] * Joins: azakai (alon@moz-pi0v03.ujol.1ibb.0101.2620.IP)
- # [12:52] * Quits: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [12:53] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [12:53] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [12:56] * Quits: Mano (mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
- # [12:58] * Quits: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [13:01] * Joins: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP)
- # [13:01] * Quits: evanxd1 (Adium@moz-duop4g.dynamic.hinet.net) (Quit: Leaving.)
- # [13:02] * ProgramFOX is now known as ProgramFOX|afk
- # [13:02] * Joins: larsg (larsg@moz-6is.f3t.165.46.IP)
- # [13:03] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Ping timeout: 121 seconds)
- # [13:05] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [13:06] * whimboo is now known as whimboo|afk
- # [13:06] * mgerva is now known as mgerva|lunch
- # [13:07] <Ms2ger> Better to laugh than to cry: https://mxr.mozilla.org/mozilla-central/search?string=Sun+Fortran+8&find=&findi=&filter=^[^\0]*%24&hitlimit=&tree=mozilla-central
- # [13:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/aaa4202d0fbf - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [13:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bc2309cdd701 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [13:08] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [13:09] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [13:10] * Joins: vicamo (vicamo@moz-184ts7.dynamic.hinet.net)
- # [13:10] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Ping timeout: 121 seconds)
- # [13:11] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [13:14] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [13:16] * Quits: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP) (Ping timeout: 121 seconds)
- # [13:16] * Joins: Mano (mano@moz-kji1k1.dynamic.barak-online.net)
- # [13:18] <nigelb> Ms2ger: I.. I'm not sure what that means.
- # [13:19] <nigelb> (http://dxr.mozilla.org/mozilla-central/search?q=%22Sun+Fortran+8%22&redirect=true looks prettier)
- # [13:19] * bbouvier is now known as bbouvier|pto
- # [13:21] <Ms2ger> nigelb, a check for some fortran compiler that made its way into what looks like some hundreds of oss projects
- # [13:21] <Ms2ger> Try https://duckduckgo.com/?q=%22Sun+Fortran+8.3%22
- # [13:22] <Ms2ger> Can't be bad, even NASA has that code: http://hesperia.gsfc.nasa.gov/ssw/stereo/secchi/cpp/scraytrace/configure
- # [13:22] <nigelb> I wonder if it's part of whatever generates a default configure file
- # [13:24] <tbsaunde> nigelb: it seems likke it might well be in one of the standard m4 files, and has just been coppied around
- # [13:25] * Joins: steveofthestow (steveofthes@moz-b6t1bc.range86-177.btcentralplus.com)
- # [13:30] * Quits: mahdi (mahdi@moz-rlk.ded.244.151.IP) (Ping timeout: 121 seconds)
- # [13:30] * flod is now known as flod|afk
- # [13:31] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [13:31] * Joins: bdahl (bdahl@moz-vl0r78.co.comcast.net)
- # [13:32] * Ms2ger wonders what btek was
- # [13:33] <nigelb> that's my feeling as well.
- # [13:35] * Quits: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [13:35] * Dexter is now known as Dexter|afk
- # [13:35] * Quits: bdahl (bdahl@moz-vl0r78.co.comcast.net) (Ping timeout: 121 seconds)
- # [13:35] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [13:36] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [13:37] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [13:38] * whimboo|afk is now known as whimboo
- # [13:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/25223e21a350 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [13:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fff0439d7dc0 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [13:38] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [13:38] * Quits: timdream (timdream@moz-hf0ee7.dynamic.hinet.net) (Client exited)
- # [13:42] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Connection closed)
- # [13:43] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
- # [13:43] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [13:43] * Joins: timdream (timdream@moz-hf0ee7.dynamic.hinet.net)
- # [13:44] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [13:44] * Quits: edenchuang (uid46829@moz-g8d4rq.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [13:44] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [13:44] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [13:47] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [13:48] * Joins: amoghbl1 (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [13:48] * Quits: timdream (timdream@moz-hf0ee7.dynamic.hinet.net) (Client exited)
- # [13:48] * Quits: Luqman (laden@moz-qhp202.csclub.uwaterloo.ca) (Ping timeout: 121 seconds)
- # [13:48] * Joins: timdream (timdream@moz-hf0ee7.dynamic.hinet.net)
- # [13:50] * ProgramFOX|afk is now known as ProgramFOX
- # [13:51] * Joins: Enn (enn@moz-dp5vlc.ckpj.s0pt.0450.2001.IP)
- # [13:52] * Quits: steveofthestow (steveofthes@moz-b6t1bc.range86-177.btcentralplus.com) (Client exited)
- # [13:53] * Joins: steveofthestow (steveofthes@moz-b6t1bc.range86-177.btcentralplus.com)
- # [13:54] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [13:54] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [13:59] * Quits: rednaks (rednaks@moz-hmo.fml.227.41.IP) (Ping timeout: 121 seconds)
- # [14:01] * Quits: raniere (raniere@moz-eak2kc.telesp.net.br) (Ping timeout: 121 seconds)
- # [14:01] * mgerva|lunch is now known as mgerva
- # [14:02] * Quits: nattokirai (nattokirai@moz-0epqvj.east.verizon.net) (Client exited)
- # [14:02] * Quits: jkitch (Thunderbird@moz-ot6kqo.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
- # [14:05] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [14:05] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [14:06] * Joins: rednaks (rednaks@moz-hmo.fml.227.41.IP)
- # [14:07] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [14:08] * Joins: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
- # [14:08] * Parts: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
- # [14:08] * Joins: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
- # [14:11] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [14:15] * Joins: raniere (raniere@moz-5rd2mt.telesp.net.br)
- # [14:15] * Quits: kaze (kaze@moz-8ion1q.fbx.proxad.net) (Quit: WeeChat 1.0.1)
- # [14:15] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Ping timeout: 121 seconds)
- # [14:16] * flod|afk is now known as flod
- # [14:16] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [14:16] * Joins: zimio (zimio@moz-k0u.paq.88.200.IP)
- # [14:19] * Joins: givanica (Thunderbird@moz-g4j.rug.121.86.IP)
- # [14:19] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [14:20] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [14:23] * Quits: timdream (timdream@moz-hf0ee7.dynamic.hinet.net) (Client exited)
- # [14:23] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [14:25] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [14:27] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [14:30] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [14:30] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
- # [14:32] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [14:32] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [14:33] * Quits: lsumar (lsumar@moz-tbv1d5.xtra.co.nz) (Quit: This computer has gone to sleep)
- # [14:34] * Joins: timdream (timdream@moz-hf0ee7.dynamic.hinet.net)
- # [14:34] * Dexter|afk is now known as Dexter
- # [14:35] * Quits: timdream (timdream@moz-hf0ee7.dynamic.hinet.net) (Client exited)
- # [14:37] * Quits: avp (avp@moz-520.cjc.175.203.IP) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045])
- # [14:39] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [14:41] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Ping timeout: 121 seconds)
- # [14:42] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
- # [14:44] * Joins: jviereck (Adium@moz-agcs03.dip0.t-ipconnect.de)
- # [14:44] * Joins: mukilan (mukilan@moz-peo.tal.164.122.IP)
- # [14:45] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Connection closed)
- # [14:45] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [14:46] * Joins: timdream (timdream@moz-hf0ee7.dynamic.hinet.net)
- # [14:47] * kripton is now known as Kripton
- # [14:47] * Joins: Luqman (laden@moz-qhp202.csclub.uwaterloo.ca)
- # [14:47] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
- # [14:47] * Quits: timdream (timdream@moz-hf0ee7.dynamic.hinet.net) (Client exited)
- # [14:49] * Joins: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com)
- # [14:49] * Joins: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com)
- # [14:50] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [14:51] * Quits: jtcranmer (jcranmer@moz-a7sf9i.csl.tjhsst.edu) (Ping timeout: 121 seconds)
- # [14:52] * Joins: dbaron (dbaron@moz-iojnqc.fios.verizon.net)
- # [14:52] * killer sets mode: +ao dbaron dbaron
- # [14:53] * joshua-s|zzz is now known as joshua-s
- # [14:54] * Quits: larsg (larsg@moz-6is.f3t.165.46.IP) (Ping timeout: 121 seconds)
- # [14:54] * Joins: Edgar (Thunderbird@moz-2a2ho0.dynamic.hinet.net)
- # [14:54] * Joins: timdream (timdream@moz-hf0ee7.dynamic.hinet.net)
- # [14:55] * Quits: timdream (timdream@moz-hf0ee7.dynamic.hinet.net) (Client exited)
- # [14:56] * Quits: twi (Adium@moz-82e.3n7.150.122.IP) (Quit: Leaving.)
- # [14:56] * Joins: mahdi (mahdi@moz-rlk.ded.244.151.IP)
- # [14:57] * Quits: victorporof (victorporof@moz-3ofrgn.dsl.bell.ca) (Ping timeout: 121 seconds)
- # [14:58] * Joins: timdream (timdream@moz-hf0ee7.dynamic.hinet.net)
- # [14:58] <KaiRo> glandium: when jemalloc3 gets enabled by default, it might be a good idea to send a reminder to stability@m.o with what platforms are affected and what issues we could see wrt crashes and changes in OOM, just so everyone there is aware
- # [14:59] * Quits: timdream (timdream@moz-hf0ee7.dynamic.hinet.net) (Client exited)
- # [15:00] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [15:02] * Joins: till (till@moz-ph1jj7.adsl.alicedsl.de)
- # [15:02] * Joins: victorporof (victorporof@moz-3ofrgn.dsl.bell.ca)
- # [15:02] * Joins: timdream (timdream@moz-hf0ee7.dynamic.hinet.net)
- # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c9c64027cac - Nicolas B. Pierron - Bug 1115387 - Create templateObject for SIMD constructors. r=jandem
- # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d8a111f0fb64 - Nicolas B. Pierron - Bug 1115388 - Make Simd instructions, accepting Float32 operands, valid Float32 consumers. r=bbouvier
- # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/94a046dfcb49 - Nicolas B. Pierron - Bug 1115388 - Use shift instead of switch case to extract SIMD type properties. r=bbouvier
- # [15:03] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
- # [15:05] * Quits: victorporof (victorporof@moz-3ofrgn.dsl.bell.ca) (Quit: ☠)
- # [15:06] * Joins: victorporof (victorporof@moz-3ofrgn.dsl.bell.ca)
- # [15:07] * Joins: larsg (larsg@moz-por.gsu.217.151.IP)
- # [15:07] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [15:07] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [15:08] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [15:08] * Joins: hunboy_ (hunboy@moz-04tj8n.pool.invitel.hu)
- # [15:08] * Quits: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [15:09] * jmaher|afk is now known as jmaher
- # [15:09] * Joins: koderok (koderok@moz-p6o.ntd.6.103.IP)
- # [15:09] * Quits: koderok (koderok@moz-p6o.ntd.6.103.IP) (Client exited)
- # [15:10] * Quits: hunboy (hunboy@moz-rv6.5aa.120.79.IP) (Ping timeout: 121 seconds)
- # [15:10] * hunboy_ is now known as hunboy
- # [15:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ecc306809984 - Masatoshi Kimura - Bug 1115668 - Fix inappropriate mixed content warning messages. r=tanvi
- # [15:12] * bc|bbl is now known as bc
- # [15:12] * darkowlzz|afk is now known as darkowlzz
- # [15:12] * Joins: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com)
- # [15:13] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [15:13] * baku|away is now known as baku
- # [15:14] <nigelb> when I push a patch that's based on top of m-i tip, does the difference between try and m-i tip get pushed along as well?
- # [15:14] <nigelb> I'm trying to fix an inbound non-unified bustage
- # [15:14] * Quits: Edgar (Thunderbird@moz-2a2ho0.dynamic.hinet.net) (Client exited)
- # [15:14] <nigelb> but it happened several commits below my push
- # [15:14] <nigelb> My try push certaily doesn't show that commit https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=efcad73ef57c
- # [15:15] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
- # [15:16] <Tomcat|sheriffduty> nbp: ping :)
- # [15:16] <Tomcat|sheriffduty> nbp: fireworks err bustage on inbound
- # [15:17] <nigelb> lol
- # [15:17] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [15:17] <nbp> Tomcat|sheriffduty: not on js tests?
- # [15:18] <Tomcat|sheriffduty> nbp: nope - https://treeherder.mozilla.org/logviewer.html#?job_id=4999780&repo=mozilla-inbound
- # [15:18] <nbp> Tomcat|sheriffduty: ok let's backout then :/
- # [15:18] <Tomcat|sheriffduty> all 3 csets right ?
- # [15:19] <nbp> yes, let keep it simple, and I will figure out the rest
- # [15:19] <Tomcat|sheriffduty> ok will do
- # [15:19] <nbp> weird … I had a try run which was green.
- # [15:20] * Joins: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP)
- # [15:20] <nbp> otherwise this looks like a merge issue from Bug 1115387
- # [15:21] <Tomcat|sheriffduty> yeah
- # [15:21] <nbp> for the record https://treeherder.mozilla.org/#/jobs?repo=try&revision=83a45c697e94
- # [15:21] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Ping timeout: 121 seconds)
- # [15:22] <Tomcat|sheriffduty> yeah strange
- # [15:22] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [15:22] * Quits: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [15:23] <nbp> I have no idea what git did but the tiny modification went into another function after the rebase.
- # [15:24] <Tomcat|sheriffduty> btw nbp since you are here, could you take a look at nigelb question re:try
- # [15:24] * Quits: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP) (Ping timeout: 121 seconds)
- # [15:24] <nbp> about the ~5% regression?
- # [15:24] <Tomcat|sheriffduty> nbp: nope- 06:13 < nigelb> when I push a patch that's based on top of m-i tip, does the difference between try and m-i tip get pushed along as well?
- # [15:25] <Tomcat|sheriffduty> since you know try better than i do
- # [15:25] * Joins: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com)
- # [15:25] <Tomcat|sheriffduty> :)
- # [15:25] <nbp> nigelb: yes, you push all the changesets which are missing on try.
- # [15:26] <nbp> nigelb: so hg should apply all your qtip patches on top of the tip and send them to the try server, unless somebody else pushed them before you.
- # [15:27] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [15:27] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [15:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d075ae34162c - J. Ryan Stinnett - Bug 1115957 - Protect DevTools from empty browsers array. r=ochameau
- # [15:29] <nigelb> nbp: so, the failure I'm trying to reproduce will happen unless I fixed it already.
- # [15:29] * Quits: raniere (raniere@moz-5rd2mt.telesp.net.br) (Ping timeout: 121 seconds)
- # [15:29] <nigelb> excellent, thank you.
- # [15:30] <nbp> nigelb: if you have any doubt, you can look at the pushlog and look which changeset is the parent of your changeset
- # [15:32] <nigelb> aha!
- # [15:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8380f052db41 - Carsten "Tomcat" Book - Backed out changeset 94a046dfcb49 (bug 1115388)
- # [15:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d28603f938a - Carsten "Tomcat" Book - Backed out changeset d8a111f0fb64 (bug 1115388)
- # [15:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bbb0b9dffd36 - Carsten "Tomcat" Book - Backed out changeset 1c9c64027cac (bug 1115387) for bustage on a CLOSED TREE
- # [15:35] * Quits: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [15:35] * Joins: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com)
- # [15:39] * Joins: smaug (chatzilla@moz-hiqkgl.bb.dnainternet.fi)
- # [15:39] * killer sets mode: +o smaug
- # [15:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/88af20920b2b - Joel Maher - Bug 1116234 - test_bug437844.xul fails when run as a standalone directory. r=RyanVM a=test-only DONTBUILD
- # [15:41] * Joins: milan (milan@moz-oljp8t.ckpj.s0pt.0450.2001.IP)
- # [15:41] * Quits: larsg (larsg@moz-por.gsu.217.151.IP) (Ping timeout: 121 seconds)
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c1dc4e9356f8 - Kartikaya Gupta - Bug 1098654 - Improve layerization of display items when dealing with async scrollable layers. r=tnikkel
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f971784902fe - Kartikaya Gupta - Bug 1098654 - Add a cache for animated geometry roots on the display list builder. r=roc
- # [15:41] * kats|away is now known as kats
- # [15:41] * Quits: mastizada (Thunderbird@moz-ihb.dc9.233.178.IP) (Ping timeout: 121 seconds)
- # [15:42] * Joins: chmanchester (Chris@moz-cbt.jf0.246.96.IP)
- # [15:42] * Joins: raniere (raniere@moz-rvp6tf.telesp.net.br)
- # [15:43] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [15:43] * davidb is now known as davidb|afk
- # [15:44] * Joins: mastizada (Thunderbird@moz-ihb.dc9.233.178.IP)
- # [15:47] * davidb|afk is now known as davidb
- # [15:48] * Joins: tromey (tromey@moz-2d91tj.hlrn.qwest.net)
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e5141b939184 - Benjamin Chen - Bug 1094678 - MediaCodecReader::CreateTaskQueues() runs at main thread. r=cpearce, r=brsun
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/96a98f1d5aa8 - Jan Beich - Bug 1115793 - Chase jemalloc3 version for MOZ_NATIVE_JEMALLOC after bug 1094275. r=glandium
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0c04156cefc1 - ziyunfei - Bug 1115817 - Implement %TypedArray%.prototype.join. r=evilpie
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1869a533edc4 - JW Wang - Bug 1116006 - add debugging logs. r=cpearce
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ba4af8531c9 - Prashant Baisla - Bug 1091269 - Removed ZipFileReader class from automationutils.py and changed automation.py.in to use zipfile.extractall. r=jgriffin
- # [15:51] * Quits: Sushant94 (Sushant@moz-m6b.qn1.202.116.IP) (Quit: Leaving)
- # [15:54] * Joins: larsg (larsg@moz-1md.f3t.165.46.IP)
- # [15:54] * Quits: CristinaM (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
- # [15:55] <@smaug> what does the clock mean next to a search autocomplete hint?
- # [15:56] <mak> smaug: it comes from form history
- # [15:56] <@smaug> aha
- # [15:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e2d5ec4286aa - Hannes Verschore - Bug 1114981 - IonMonkey: Don't increase the return typeset during inlining, r=jandem
- # [15:58] <@smaug> I thought it was a hint from the search provider that user had searched the same thing before
- # [15:58] * Fallen|away is now known as Fallen
- # [16:01] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [16:01] <nigelb> Is there something I need to do to get non-unified builds on try?
- # [16:01] <nigelb> I mean, besides trigger it.
- # [16:02] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [16:04] * Quits: mastizada (Thunderbird@moz-ihb.dc9.233.178.IP) (Ping timeout: 121 seconds)
- # [16:04] <Tomcat|sheriffduty> Ms2ger: ^ do you know
- # [16:05] <Ms2ger> No idea
- # [16:05] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [16:05] * nigelb checks if releng peeps are around
- # [16:07] <&dbaron> nigelb, you can do that by pushing a mozconfig change in the try push, for example:
- # [16:08] <nigelb> oh no :(
- # [16:08] <nigelb> I need to push again :(
- # [16:08] <&dbaron> nigelb, see the mozconfig changes at the bottom of https://hg.mozilla.org/users/dbaron_mozilla.com/patches/raw-file/db1a9d4809c1/disable-try-platforms (you'd need to uncomment the relevant one)
- # [16:08] <nigelb> dbaron: thank you!
- # [16:09] <nigelb> Can I add this to the wiki for Try?
- # [16:09] <&dbaron> nigelb, sure... though you probably want a written explanation rather than a link to a patch in my patch queue
- # [16:09] <nigelb> Link to your patch queue is better than nothing right now :)
- # [16:10] * philor|away is now known as philor
- # [16:11] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [16:12] <nigelb> dbaron: I'm enabling the line that says --disable-unified so I can enable unified builds?
- # [16:12] <nigelb> (It's a little confusing)
- # [16:12] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
- # [16:12] * killer sets mode: +o ehsan
- # [16:13] <@ehsan> lsblakk: ping
- # [16:13] <&dbaron> nigelb, you want to disable unified builds
- # [16:14] <&dbaron> nigelb, since you want non-unified
- # [16:14] <nigelb> OH.
- # [16:14] <nigelb> right.
- # [16:14] <nigelb> sorry
- # [16:14] <nigelb> long day :)
- # [16:14] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [16:16] * Joins: jtcranmer (jcranmer@moz-a7sf9i.csl.tjhsst.edu)
- # [16:19] * Joins: Delta706 (xx@moz-2o1abr.as13285.net)
- # [16:19] * Joins: kgrandon (Adium@moz-oj9gio.fios.verizon.net)
- # [16:20] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [16:21] * Joins: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP)
- # [16:21] * Tomcat|sheriffduty is now known as Tomcat|afk
- # [16:21] <nigelb> dbaron: A bit ugly wording, but at least it's documented - https://wiki.mozilla.org/ReleaseEngineering/TryServer#HOWTO:_Building_a_non-unified_build
- # [16:23] * Joins: glazou (glazou@moz-9p7t85.abo.wanadoo.fr)
- # [16:24] <glazou> !seend WeirdAl
- # [16:24] <glazou> argl
- # [16:24] * Parts: steveofthestow (steveofthes@moz-b6t1bc.range86-177.btcentralplus.com)
- # [16:24] <glazou> !seen WeirdAl
- # [16:24] <firebot> I've never seen a 'WeirdAl', sorry.
- # [16:24] * darkowlzz is now known as darkowlzz|afk
- # [16:25] * Quits: bdahl (bdahl@moz-jm28h5.orj3.fg2v.0001.2601.IP) (Ping timeout: 121 seconds)
- # [16:30] * Joins: gcp (gpascutto@moz-kchhp4.beqe.9i1r.1812.2a02.IP)
- # [16:32] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [16:33] * Quits: amoghbl1 (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [16:33] <lsblakk> ehsan: pong
- # [16:34] <@ehsan> lsblakk: so I have a fix for bug 1109465, I think (in the process of testing it)
- # [16:34] <@ehsan> lsblakk: how quickly should I land it?
- # [16:35] * Quits: zimio (zimio@moz-k0u.paq.88.200.IP) (Ping timeout: 121 seconds)
- # [16:37] * davidb is now known as davidb|afk
- # [16:37] * darkowlzz|afk is now known as darkowlzz
- # [16:37] * Quits: glazou (glazou@moz-9p7t85.abo.wanadoo.fr) (Client exited)
- # [16:39] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [16:40] * Joins: Edgar (Thunderbird@moz-2a2ho0.dynamic.hinet.net)
- # [16:43] <lsblakk> ehsan: if tests are enough to feel confident and it's low risk enough we can put it in the RC next Monday
- # [16:44] <@ehsan> lsblakk: it is very low risk, and I'm writing a test for it as we speak
- # [16:44] <@ehsan> lsblakk: I'll try to find a reviewer to land it on trunk today
- # [16:44] * geekboy|afk is now known as geekboy
- # [16:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=ef7a85ec6595 - 23 changesets
- # [16:47] * Quits: Jan\ (kvirc@moz-hqq.4pj.13.198.IP) (Ping timeout: 121 seconds)
- # [16:47] * coop|afk is now known as coop|buildduty
- # [16:52] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [16:53] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [16:53] * Joins: sir_none (Thunderbird@moz-r2j.ds5.41.212.IP)
- # [16:53] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [16:54] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [16:54] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [16:55] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [16:56] * Quits: timdream (timdream@moz-hf0ee7.dynamic.hinet.net) (Client exited)
- # [16:56] * davidb|afk is now known as davidb
- # [16:58] * Joins: milan_ (milan@moz-3jl4pf.ckpj.s0pt.0450.2001.IP)
- # [16:58] * Joins: kaze (kaze@moz-8ion1q.fbx.proxad.net)
- # [17:00] * Quits: Edgar (Thunderbird@moz-2a2ho0.dynamic.hinet.net) (Client exited)
- # [17:01] * Joins: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com)
- # [17:02] * Quits: milan (milan@moz-oljp8t.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [17:02] * Joins: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com)
- # [17:02] * Joins: mt_ (mt@moz-q5mdp9.ca.comcast.net)
- # [17:04] <lsblakk> thanks ehsan
- # [17:04] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [17:04] * Quits: milan_ (milan@moz-3jl4pf.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [17:04] <@ehsan> np
- # [17:04] * Joins: milan (milan@moz-7qe633.ckpj.s0pt.0450.2001.IP)
- # [17:07] * Quits: gabor (gabor@moz-tfiocm.net-tv.hu) (Connection closed)
- # [17:07] * sheppy-offline is now known as sheppy
- # [17:09] * Quits: jviereck (Adium@moz-agcs03.dip0.t-ipconnect.de) (Quit: Leaving.)
- # [17:12] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [17:12] * Quits: sir_none (Thunderbird@moz-r2j.ds5.41.212.IP) (Client exited)
- # [17:16] * yzen is now known as yzen_
- # [17:18] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
- # [17:20] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [17:21] * Joins: jviereck (Adium@moz-agcs03.dip0.t-ipconnect.de)
- # [17:23] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [17:23] * darkowlzz is now known as darkowlzz|afk
- # [17:25] * Joins: wlach (wlach@moz-5tlj2g.vif.net)
- # [17:25] * Quits: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [17:30] * jchen|away is now known as jchen
- # [17:31] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [17:31] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [17:33] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Client exited)
- # [17:33] * Joins: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP)
- # [17:34] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [17:34] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [17:38] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [17:39] * Joins: zimio (zimio@moz-k0u.paq.88.200.IP)
- # [17:40] * Parts: cosmin-malutan|CI_duty (cosmin_malu@moz-ohb.65e.79.82.IP)
- # [17:43] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [17:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/86b1a437e59e - Paolo Amadini - Bug 1115791 - Developer Edition profile switching feature broken when in-content preferences are disabled. r=jaws
- # [17:44] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [17:44] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [17:48] * Quits: jviereck (Adium@moz-agcs03.dip0.t-ipconnect.de) (Quit: Leaving.)
- # [17:48] * philor is now known as philor|away
- # [17:51] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [17:51] * Quits: garvank (Garvan@moz-cpaagl.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:51] * Joins: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
- # [17:52] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [17:52] * darkowlzz|afk is now known as darkowlzz
- # [17:52] * Quits: mt_ (mt@moz-q5mdp9.ca.comcast.net) (Quit: Leaving.)
- # [17:53] <NeilAway> aargh
- # [17:53] * Quits: @smaug (chatzilla@moz-hiqkgl.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [17:55] * davidb is now known as davidb|afk
- # [17:55] * Joins: mt_ (mt@moz-q5mdp9.ca.comcast.net)
- # [17:58] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [17:59] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
- # [17:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82953efdb40e - Ehsan Akhgari - Bug 1109465 - Fix the interface maps of IMETextTxn and InsertTextTxn; r=smaug
- # [17:59] * Quits: Dexter (Dexter@moz-c506s3.retail.telecomitalia.it) (Quit: Leaving)
- # [18:00] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [18:00] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [18:02] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [18:04] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
- # [18:04] * Joins: jduell (jduell@moz-c1m.mpt.251.50.IP)
- # [18:05] * Joins: Sushant94 (Sushant@moz-m6b.qn1.202.116.IP)
- # [18:05] * Quits: Mano (mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
- # [18:05] * Quits: jduell (jduell@moz-c1m.mpt.251.50.IP) (Connection closed)
- # [18:06] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [18:06] * Joins: jduell_ (jduell@moz-c1m.mpt.251.50.IP)
- # [18:06] * Joins: Mano (mano@moz-kji1k1.dynamic.barak-online.net)
- # [18:06] * Quits: Alessar (Alessar@moz-mfn.qfs.104.79.IP) (Ping timeout: 121 seconds)
- # [18:08] * Joins: jduell (jduell@moz-c1m.mpt.251.50.IP)
- # [18:08] * yzen is now known as yzen_
- # [18:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f46c2220f91b - Dan Gohman - Bug 1115766 - IonMonkey: Generalize the regalloc constraints for LSimdShuffle r=bbouvier
- # [18:08] * Quits: jduell_ (jduell@moz-c1m.mpt.251.50.IP) (A TLS packet with unexpected length was received.)
- # [18:09] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
- # [18:10] * Quits: Mano (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
- # [18:11] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [18:12] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [18:12] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [18:13] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [18:13] * Joins: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com)
- # [18:13] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [18:14] * jdm is now known as jdm|busy
- # [18:15] * Joins: askalski (akuda@moz-13v24t.adsl.tpnet.pl)
- # [18:17] * Quits: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [18:17] * Quits: Delta706 (xx@moz-2o1abr.as13285.net) (Quit: Leaving)
- # [18:17] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [18:18] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Ping timeout: 121 seconds)
- # [18:18] <jez> Firebug gives me this message: "The Components object is deprecated. It will soon be removed." Does this just apply to webpages, or addons too?
- # [18:18] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [18:19] * coop|buildduty is now known as coop|lunch
- # [18:20] * darkowlzz is now known as darkowlzz|afk
- # [18:20] * Joins: ehugg_ (ehugg@moz-63sj5i.wa.comcast.net)
- # [18:21] * Quits: ehugg_ (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [18:21] * Joins: alexbardas (alexbardas@moz-vcm.3nt.100.109.IP)
- # [18:21] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [18:24] <jdm|busy> jez: just web pages
- # [18:24] * jdm|busy is now known as jdm
- # [18:24] <jez> ok
- # [18:25] * Quits: nrc (nrc@moz-1crlv1.xtra.co.nz) (Connection closed)
- # [18:25] * bnicholson is now known as bnicholson|pto
- # [18:26] * davidb|afk is now known as davidb
- # [18:26] * Joins: nrc (nrc@moz-1crlv1.xtra.co.nz)
- # [18:26] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
- # [18:30] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [18:31] * jlund|away is now known as jlund
- # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/64cadfdf55f1 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1d9ecea73a1e - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:34] * Joins: mwobensmith (mwobensmith@moz-rgnoag.2rkg.9kg1.0101.2620.IP)
- # [18:35] * terrence-afk is now known as terrence
- # [18:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/09c3bfc70592 - Mark Finkle - Bug 1072997 - Check for a disabled System Download Manager before trying to use it r=margaret
- # [18:36] * mgerva is now known as mgerva|afk
- # [18:37] * Joins: gustavold (gustavold@moz-bdfq45.brasiltelecom.net.br)
- # [18:37] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [18:38] * Quits: GinaYeh (uid27703@moz-6ms.lg2.184.192.IP) (Quit: Connection closed for inactivity)
- # [18:39] * Quits: askalski (akuda@moz-13v24t.adsl.tpnet.pl) (Quit: Wychodzi)
- # [18:41] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c63cf613373 - Ehsan Akhgari - Bug 1083694 follow-up: Mark two constructors as explicit in order to fix the build bustage
- # [18:41] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
- # [18:42] * Joins: amoghbl1 (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [18:42] * Joins: mcomella (mcomella@moz-igsdu8.ca.comcast.net)
- # [18:43] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Client exited)
- # [18:48] * Quits: gcp (gpascutto@moz-kchhp4.beqe.9i1r.1812.2a02.IP) (Quit: Make a new plan, Stan!)
- # [18:49] * Joins: tanvi (tanvi@moz-t8v33q.ca.charter.com)
- # [18:49] * Joins: bdahl (bdahl@moz-5142fr.mycingular.net)
- # [18:49] * Joins: Delta706 (xx@moz-2o1abr.as13285.net)
- # [18:50] * Quits: jduell (jduell@moz-c1m.mpt.251.50.IP) (Ping timeout: 121 seconds)
- # [18:50] * Quits: alexbardas (alexbardas@moz-vcm.3nt.100.109.IP) (A TLS packet with unexpected length was received.)
- # [18:50] <Delta706> I now have a patch. I want to open a bug on bugzilla so I can get feedback on it
- # [18:51] <Ms2ger> Well, do it :)
- # [18:51] <Delta706> how can I arrange for the bug to be assigned to me?
- # [18:51] <Ms2ger> Ask here
- # [18:51] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
- # [18:52] <Delta706> in terms of text for the bug, I was thinking of "general improvement in comments to aid understanding for src for beginners"
- # [18:52] <@ehsan> Delta706: what's your bugzilla name?
- # [18:52] <@ehsan> I can give you the privs
- # [18:52] <Delta706> gideon425xx@gmail.com
- # [18:53] * Joins: bholley (bholley@moz-qus.mc5.75.170.IP)
- # [18:53] <Delta706> does that text seem okay?
- # [18:53] <@ehsan> Delta706: yes, done. try again
- # [18:53] <Delta706> so I now have privs to assign to me?
- # [18:53] <@ehsan> yes
- # [18:54] * Quits: gustavold (gustavold@moz-bdfq45.brasiltelecom.net.br) (Ping timeout: 121 seconds)
- # [18:56] <mcomella> Anyone else getting "ssl required" when pushing to m-c?
- # [18:56] <Delta706> domo arigato
- # [18:56] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [18:56] <@ehsan> mcomella: make sure you have a default-push entry in .hg/hgrc that points to ssh://hg.mozilla.org/...
- # [18:56] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
- # [18:56] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [18:56] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [18:56] <@ehsan> mcomella: there's some examples here: https://developer.mozilla.org/en-US/docs/Mercurial_FAQ
- # [18:56] <Delta706> what component should I use?
- # [18:57] * Joins: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net)
- # [18:57] <@ehsan> Delta706: where in the tree is your patch touching?
- # [18:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef3f759cc0b4 - Aaron Klotz - Bug 998863: Fix non-unified build bustage r=bustage
- # [18:57] <Delta706> xpcom/glue
- # [18:57] <Ms2ger> Oh poor soul
- # [18:57] <Ms2ger> Core::XPCOM
- # [18:57] <@ehsan> use the Core product, and the XPCOM component
- # [18:57] * Joins: ckitching (ckitching@moz-o4vv6i.plus.com)
- # [18:57] <@ehsan> you can ask review from :froydnj
- # [18:58] <Delta706> but I am adding things essentially to code I get to understand so I may do more
- # [18:58] <Delta706> outside that area
- # [18:58] <@ehsan> that sounds wonderful :) thanks for doing this
- # [18:58] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Connection closed)
- # [18:58] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
- # [18:58] <mcomella> ehsan: ty, I'm not sure how the hell this worked before. o_o
- # [18:58] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [18:58] <@ehsan> mcomella: it didn't
- # [18:58] <@ehsan> :)
- # [18:58] <Delta706> my goal is to make the code more understanable to new people
- # [18:59] <@ehsan> Delta706: that is a fine goal!
- # [18:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a493807760da - Michael Comella - Bug 1116369 - Remove new tablet toggle settings strings. r=margaret
- # [18:59] <Delta706> Core is not in the Components list
- # [18:59] <@ehsan> Core is a product
- # [18:59] <@ehsan> what page are you on?
- # [18:59] <Delta706> I have product firefox
- # [18:59] <Delta706> but that must be wrong
- # [19:00] <@ehsan> you're in the wrong product
- # [19:00] <@ehsan> Delta706: try https://bugzilla.mozilla.org/enter_bug.cgi?product=Core
- # [19:00] <Ms2ger> Any ircops for attack in #build?
- # [19:00] <Ms2ger> fox2mike?
- # [19:00] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [19:00] <Ms2ger> Thanks, gavin
- # [19:01] <Delta706> okay I am fixed up now
- # [19:01] <Delta706> what version?
- # [19:01] * kgrandon is now known as kgrandon|lunch
- # [19:01] <@ehsan> doesn't matter :)
- # [19:01] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [19:01] <@ehsan> use trunk
- # [19:01] * kgrandon|lunch is now known as kgrandon
- # [19:02] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [19:02] * Joins: gustavold (gustavold@moz-bdfq45.brasiltelecom.net.br)
- # [19:03] * Quits: mt_ (mt@moz-q5mdp9.ca.comcast.net) (Quit: Leaving.)
- # [19:05] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [19:07] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Quit: Leaving)
- # [19:07] * Joins: Waldo (waldo@moz-uhmkk3.dim.wideopenwest.com)
- # [19:08] * Joins: mt_ (mt@moz-q5mdp9.ca.comcast.net)
- # [19:08] * Quits: matt-r (mattr@moz-a4f.7e4.194.74.IP) (Ping timeout: 121 seconds)
- # [19:10] * Quits: espadrine` (ttyl@moz-qfr4fg.abo.wanadoo.fr) (Ping timeout: 121 seconds)
- # [19:12] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [19:16] <Delta706> how do I request feedback?
- # [19:17] * Joins: mastizada1 (Thunderbird@moz-pg3.p2d.196.46.IP)
- # [19:18] * julienw is now known as julienw_afk
- # [19:18] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
- # [19:19] * whimboo is now known as whimboo|afk
- # [19:20] * KWierso|afk is now known as KWierso
- # [19:21] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:21] <KWierso> Delta706: assuming you've already uploaded a patch to your bug, click the "Details" link next to your attachment, and then there should be several flags you can set on the page that loads.
- # [19:21] <KWierso> one of those flags is 'f' for feedback
- # [19:22] <Delta706> It has options ?, *, -
- # [19:23] <Ms2ger> Use ?
- # [19:23] <Delta706> I have a new box
- # [19:23] * Joins: gcp (gpascutto@moz-ejshue.beqe.9i1r.1812.2a02.IP)
- # [19:23] <till> Delta706: you should also mark your attachment as a patch
- # [19:23] <Delta706> " :froydnj"?
- # [19:24] * Quits: mukilan (mukilan@moz-peo.tal.164.122.IP) (A TLS packet with unexpected length was received.)
- # [19:24] <till> Delta706: plus, there are more than a couple of lines of code in Firefox (or just XPCOM), so your description should be more detailed regarding what code you're changing
- # [19:26] <Delta706> do I put ":froydnj" in the requestee?
- # [19:26] * coop|lunch is now known as coop|buildduty
- # [19:26] <till> Delta706: yes
- # [19:27] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [19:27] * Joins: Jan\ (kvirc@moz-hqq.4pj.13.198.IP)
- # [19:28] <Delta706> okay I see how to mark as patch
- # [19:29] <Delta706> The change is a one line change which is pretty self-explanatory
- # [19:29] <Ms2ger> Still needs a good commit message
- # [19:30] <Delta706> at this point, I was just thinking about getting feedback, not applying it to anything
- # [19:30] * Joins: bent (chatzilla@moz-vici2u.ca.comcast.net)
- # [19:31] <Delta706> but I suppose he may want to push it straight into central
- # [19:32] <till> Delta706: the thing is that lots and lots of people get emails about all bugs that get created. If the bug doesn't contain any information that helps those people to decide whether the bug is of interest to them, that creates additional work. Hence a good description is important even while just trying to get feedback
- # [19:32] <Ms2ger> And froydnj may want to give feedback on the commit message too
- # [19:33] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [19:35] <Delta706> at this point, all my change is to add this one line
- # [19:35] <Delta706> / This is implemented in nsThreadUtils.cpp
- # [19:36] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
- # [19:37] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [19:37] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [19:39] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [19:40] <Delta706> perhaps I should do a new patch, with a better checkin message
- # [19:40] <Delta706> is there anything more I can provide?
- # [19:42] * Quits: mt_ (mt@moz-q5mdp9.ca.comcast.net) (Quit: Leaving.)
- # [19:43] * Joins: mt_ (mt@moz-q5mdp9.ca.comcast.net)
- # [19:43] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
- # [19:45] <Delta706> I see someone has modified the bug to make it specifically about the one change. perhaps that implies I should do each change in a separate bug
- # [19:45] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [19:46] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [19:47] <till> Delta706: if you want to do multiple similar changes in one bug, you should at least make that clear. But if the changes are each just small cleanups, then you can also just do them in one patch, at least for related files
- # [19:48] <Delta706> till: Should I do another attachment with a better checkin msg?
- # [19:48] <Delta706> and flag that one the same?
- # [19:48] <till> Delta706: yes, and mark the current one as obsolete. You can do that in the attachment form for the new one
- # [19:49] <Delta706> okay, will do
- # [19:50] <Delta706> can you point me at a doc about style of the msg?
- # [19:50] * Quits: vicamo (vicamo@moz-184ts7.dynamic.hinet.net) (Client exited)
- # [19:51] * Quits: ckitching (ckitching@moz-o4vv6i.plus.com) (Ping timeout: 121 seconds)
- # [19:51] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
- # [19:51] <Delta706> I am searching on dev.moz.org but not found it
- # [19:51] * Joins: pcwalton (pcwalton@moz-v7ku9i.dsl.bell.ca)
- # [19:51] * baku is now known as baku|away
- # [19:52] <jdm> Delta706: https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#Commit_Message_Conventions
- # [19:52] <Delta706> thanks
- # [19:53] <Delta706> do I put r=froydnj in the msg just in case?
- # [19:55] <Delta706> I will leave it out
- # [19:55] * Joins: Alessar (Alessar@moz-mfn.qfs.104.79.IP)
- # [19:55] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Ping timeout: 121 seconds)
- # [19:56] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [19:58] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [19:58] <@ehsan> sheppy: how does one delete an MDN article?
- # [19:58] * Joins: Archaeopteryx (Archaeopter@moz-1lavu0.cust.telecolumbus.net)
- # [19:59] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
- # [19:59] <Ms2ger> ehsan, 'ask sheppy'
- # [20:00] <bholley> jgraham: yt?
- # [20:00] <bholley> what's the appropriate way to disable a web-platform test?
- # [20:00] <bholley> remove it from manifest.txt?
- # [20:00] <@ehsan> sheppy: this is the article in question, the interface doesn't exist any more: https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIProfile
- # [20:00] <Ms2ger> bholley, no
- # [20:00] <Ms2ger> bholley, disabled: bug #### in the /ini
- # [20:00] <Ms2ger> .ini
- # [20:01] <sheppy> ehsan: on that.
- # [20:01] * Quits: zimio (zimio@moz-k0u.paq.88.200.IP) (Ping timeout: 121 seconds)
- # [20:01] <@ehsan> sheppy: thanks
- # [20:01] <sheppy> ehsan: When did it cease to exist?
- # [20:01] * bholley doesn't see an ini file
- # [20:01] <@ehsan> sheppy: I don't know
- # [20:01] <sheppy> We won't actually delete it but mark it as obsolete and having been removed in Gecko X.
- # [20:01] * Quits: wlach (wlach@moz-5tlj2g.vif.net) (Quit: Ex-Chat)
- # [20:01] <sheppy> OK, I will have to look into that.
- # [20:01] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [20:01] <Ms2ger> bholley, then you'd have to create it
- # [20:01] <bholley> Ms2ger: is it per-test?
- # [20:01] <Ms2ger> Yep
- # [20:02] <Ms2ger> Like...
- # [20:02] <Ms2ger> https://mxr.mozilla.org/servo/source/tests/wpt/metadata/old-tests/submission/Opera/script_scheduling/030.html.ini
- # [20:02] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Connection closed)
- # [20:03] <bholley> Ms2ger: hm. I don't see a single .ini file in testing/web-platform/tests
- # [20:03] <bholley> Ms2ger: so I'm having trouble believing that's the right thing to do
- # [20:03] <KWierso> sheppy, ehsan: mxr for esr17 shows the file, esr24 doesn't
- # [20:03] * Quits: Kabaka (kabaka@moz-keitk8.vacantminded.com) (Connection closed)
- # [20:03] <KWierso> if that helps
- # [20:03] <sheppy> KWierso: Yep, I just got that same conclusion.
- # [20:03] <Ms2ger> bholley, testing/web-platform/meta/*
- # [20:03] * Joins: kip (kip@moz-2pbhbo.stc.novuscom.net)
- # [20:03] <sheppy> Now I just need to whittle it down. :)
- # [20:03] <bholley> Ms2ger: ah! Thanks
- # [20:03] <Ms2ger> Np
- # [20:03] * Quits: bdahl (bdahl@moz-5142fr.mycingular.net) (Connection closed)
- # [20:03] * Quits: gustavold (gustavold@moz-bdfq45.brasiltelecom.net.br) (Ping timeout: 121 seconds)
- # [20:04] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
- # [20:06] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [20:06] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Quit: Blah blah blah)
- # [20:06] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [20:09] <Delta706> do I need to say anything about where the patch should be pushed?
- # [20:09] <gps> kats: did your inbound push just now go through OK?
- # [20:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5b8d66893f5a - Kushan Joshi - Bug 1116008 - Make FrameMetrics::mCriticalDisplayPort private. r=kats
- # [20:09] * Joins: Shrooms (Shrooms@moz-7srl5t.ip.windstream.net)
- # [20:09] <kats> gps: yup
- # [20:09] <gps> cool
- # [20:10] <kats> gps: anything special about it?
- # [20:10] <gps> nope :)
- # [20:10] * Joins: bdahl (bdahl@moz-7p6pi4.static.qwest.net)
- # [20:10] <Ms2ger> gps, hey, I'm just certain you feel like figuring out what broke my builds at https://tbpl.mozilla.org/?tree=Try&rev=0f12b3435147 :)
- # [20:10] <kats> ok
- # [20:11] * Joins: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP)
- # [20:12] * kats is now known as kats-afk
- # [20:12] <gps> Ms2ger: 10:44:23 INFO - Can't locate Moz/Milestone.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/msys /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/msys /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl . c:/builds/moz2_slave/try-w32-0000000000000000000000/build/src/config/) at c:/builds/moz2_slave/try-w32-0000000000000000000000/build/src/config/version_win.pl line 12.
- # [20:12] * Quits: pcwalton (pcwalton@moz-v7ku9i.dsl.bell.ca) (Client exited)
- # [20:12] * Quits: mixedpuppy (mixedpuppy@moz-70n.jbh.65.186.IP) (Client exited)
- # [20:12] <Ms2ger> Dammit
- # [20:12] <Ms2ger> gps, thanks
- # [20:13] <gps> looks like config/version.mk is your culprit
- # [20:13] * Joins: ckitching (ckitching@moz-o4vv6i.plus.com)
- # [20:13] <gps> can't wait to kill the build dependency on Perl
- # [20:13] <Ms2ger> gps, well, excluding all our deps :)
- # [20:13] <gps> bah
- # [20:14] <Ms2ger> But that does explain why this was a pm
- # [20:15] * Ms2ger just leaves it be for now
- # [20:15] <@ted> that version_win.pl doesn't look hard to replace
- # [20:16] <@ted> could file that as a mentored bug
- # [20:16] <@ted> (if it's not already filed)
- # [20:16] <@ted> probably has a ton of options we're not using anyway
- # [20:16] <bholley> Ms2ger: is there a way to add a bug # annotation to expected: FAIL ?
- # [20:16] <Ms2ger> # starts a comment
- # [20:16] * bholley tries
- # [20:17] <Ms2ger> ted, please do file
- # [20:17] * Ms2ger takes bug 739601 for good measure
- # [20:17] * Joins: emtwo (Adium@moz-vfev0l.cable.rogers.com)
- # [20:18] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [20:18] * Quits: emtwo (Adium@moz-vfev0l.cable.rogers.com) (Connection closed)
- # [20:18] <bholley> Ms2ger: http://pastebin.mozilla.org/8147722 r?
- # [20:18] <Ms2ger> rs+
- # [20:18] <bholley> Ms2ger: thanks
- # [20:20] * Quits: Ms2ger (Ms2ger@moz-nlf2uf.access.telenet.be) (Quit: nn)
- # [20:22] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [20:24] * Joins: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP)
- # [20:26] * Quits: RealRaven (Thunderbird@moz-6ec.gps.129.212.IP) (Ping timeout: 121 seconds)
- # [20:26] * Quits: larsg (larsg@moz-1md.f3t.165.46.IP) (Ping timeout: 121 seconds)
- # [20:28] <@ted> https://bugzilla.mozilla.org/show_bug.cgi?id=1116553
- # [20:29] * Quits: ProgramFOX (ProgramFOX@moz-oa9.f5i.176.91.IP) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045])
- # [20:30] * Joins: sir_none (Thunderbird@moz-ia5ebf.stat.salzburg-online.at)
- # [20:32] * kats-afk is now known as kats
- # [20:35] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (A TLS packet with unexpected length was received.)
- # [20:36] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
- # [20:37] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [20:37] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [20:39] * mdoglio|afk is now known as mdoglio|pto
- # [20:39] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
- # [20:41] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [20:41] * Quits: Sushant94 (Sushant@moz-m6b.qn1.202.116.IP) (Quit: Leaving)
- # [20:41] * Joins: wlach (wlach@moz-8d34ac.ckpj.s0pt.0450.2001.IP)
- # [20:42] * Quits: Shrooms (Shrooms@moz-7srl5t.ip.windstream.net) (Connection closed)
- # [20:43] * Quits: mt_ (mt@moz-q5mdp9.ca.comcast.net) (Quit: Leaving.)
- # [20:44] * Joins: capella-s3 (capella-s3@moz-a6lqme.res.rr.com)
- # [20:45] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [20:48] * Quits: Delta706 (xx@moz-2o1abr.as13285.net) (Quit: Leaving)
- # [20:49] * Joins: alexbardas (alexbardas@moz-vcm.3nt.100.109.IP)
- # [20:50] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [20:51] * Quits: mahdi (mahdi@moz-rlk.ded.244.151.IP) (Connection closed)
- # [20:51] * Joins: mt_ (mt@moz-q5mdp9.ca.comcast.net)
- # [20:52] <bholley> karlt: you around?
- # [20:52] <karlt> hi bholley
- # [20:52] <bholley> karlt: got a moment?
- # [20:52] * Joins: larsg (larsg@moz-inl.j2b.165.46.IP)
- # [20:52] <karlt> yep
- # [20:53] <bholley> karlt: so I've been looking through the bugs, and I _think_ that timestampOffset is probably the highest priority unowned thing to work on - are you aware of anything higher?
- # [20:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/28af302f47f4 - Ehsan Akhgari - Bug 1116358 - Directly call Release() on |this| when closing a GMP encoder/decoder proxies; r=cpearce
- # [20:54] <karlt> bholley: i'm not aware of anything higher, if your latest patches are likely to fix most of the crashes
- # [20:54] <bholley> karlt: that's my hope - it'll take a few days to see
- # [20:54] <karlt> bholley: does youtube use timestampOffset?
- # [20:54] <bholley> karlt: the youtube conformance suite does
- # [20:54] <bholley> actually, I never checked youtube itself
- # [20:54] * bholley checks
- # [20:55] <bholley> karlt: it's just html5player.js right? Or are there dependent js files?
- # [20:55] <karlt> perhaps it could throw for now if set to non-zero
- # [20:55] <karlt> bholley: i don't know
- # [20:56] <bholley> karlt: yes, they do use it
- # [20:56] <bholley> karlt: so yeah, we should implement it
- # [20:56] <bholley> karlt: ok. As for implementation strategy
- # [20:56] <karlt> that would make it a top priority, yes
- # [20:56] <bholley> karlt: I think that the demuxer is going to need to know the timestamp offset
- # [20:57] <bholley> karlt: which means that we'll need to spin up a new subdecoder each time we get an append with a different offset
- # [20:57] * Quits: bdahl (bdahl@moz-7p6pi4.static.qwest.net) (A TLS packet with unexpected length was received.)
- # [20:57] <bholley> karlt: does that seem reasonable to you?
- # [20:58] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Ping timeout: 121 seconds)
- # [20:58] * Joins: mahdi (mahdi@moz-rlk.ded.244.151.IP)
- # [20:59] * Joins: capella-s3 (capella-s3@moz-a6lqme.res.rr.com)
- # [21:00] <karlt> bholley: i think so; i assume it will usually only be changed on distinct portions of video, though i guess you could craft some weird key frame dependencies
- # [21:00] * karlt looks at spec
- # [21:02] * flod is now known as flod|away
- # [21:02] * Quits: gcp (gpascutto@moz-ejshue.beqe.9i1r.1812.2a02.IP) (Quit: Make a new plan, Stan!)
- # [21:02] * Joins: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com)
- # [21:03] <sicking> baku|away: ping
- # [21:04] * Joins: marco (marco@moz-09t4bl.retail.telecomitalia.it)
- # [21:05] * terrence is now known as terrence-afk
- # [21:05] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [21:05] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [21:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [21:08] * Quits: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com) (Connection closed)
- # [21:08] * Joins: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com)
- # [21:10] <karlt> bholley: its difficult to do anything else in our implementation because of the way the data is in the resource; i think a new subdecoder will cover the sane use cases
- # [21:10] * bc is now known as bc|bbl
- # [21:11] <bholley> yeah. I guess the demuxer could ask the resource for the timestampoffset of whatever it's reading
- # [21:11] <bholley> hm...
- # [21:12] * jlund is now known as jlund|lunch
- # [21:13] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [21:13] <bholley> but then I guess we run into issues if the demuxer calls ReadAt and gets data spanning two different timestampOffsets
- # [21:13] <karlt> bholley: i was never clear on whether we can always assume that a media segment has a key frame if it is webm or mp4
- # [21:14] <karlt> yes, it would need quite a different api
- # [21:14] <bholley> karlt: well, random access points are basically keyframes, right?
- # [21:14] <bholley> and we're allowed to just skip to random access points
- # [21:15] <karlt> bholley: yes, keyframe = random access
- # [21:15] <karlt> bholley: we're allowed to skip to radom access points in certain situations of discontigous timestamps
- # [21:16] * Joins: Delta706 (xx@moz-2o1abr.as13285.net)
- # [21:16] <karlt> timestampOffset is likely, but not necessarily one of those situations
- # [21:16] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [21:17] <bholley> karlt: ok. I'll just stick the timestamp on the abstract decoder
- # [21:18] <bholley> karlt: and push that data into the demuxer when it's spinning up
- # [21:18] <karlt> makes sense
- # [21:20] * Joins: Yuhong (chatzilla@moz-fb7n5q.vc.shawcable.net)
- # [21:21] <Yuhong> Just filed https://bugzilla.mozilla.org/show_bug.cgi?id=1116409.
- # [21:22] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [21:22] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Connection closed)
- # [21:22] * Joins: mconley_ (mconley@moz-os98q9.cable.teksavvy.com)
- # [21:22] * Joins: tedders1 (tedders1@moz-i5m.05u.207.66.IP)
- # [21:23] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [21:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d227893d3204 - Bobby Holley - Bug 1116355 - Throw when setting SourceBuffer mode to 'sequence'. r=karlt,rs=Ms2ger
- # [21:24] <Delta706> why are sha1 intermediates bad?
- # [21:26] <Yuhong> App update uses pinned intermediates, and next time they renew the certificates the CA will likely use a new SHA2 intermediate that don't match the pinned ones.
- # [21:27] <Delta706> so we should move to sha2 now?
- # [21:27] <Delta706> you could add this to the details
- # [21:27] <Yuhong> No, this is to prepare for the next time they renew the certificates.
- # [21:28] <Yuhong> Which is late 2016 for aus4.mozilla.org and late 2017 for app3.mozilla.org BTW.
- # [21:29] <Yuhong> Which is late 2016 for aus4.mozilla.org and late 2017 for aus3.mozilla.org BTW.
- # [21:29] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:30] <Yuhong> Given this is the app update server, doing it now will save a lot of pain later.
- # [21:30] <rstrong> Yuhong: the custom pinning which was implemented a long time ago for app update is being removed in favor of mar signing so the app.update.certs.* prefs are going away. They are already not used on Windows where mar signing is already implemented.
- # [21:31] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [21:31] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [21:32] <Yuhong> Thanks.
- # [21:32] <rstrong> the nss pinning of certs won't be used due to issues with pinning that affect both the custom implementation and the standard implementation since mar signing covers exploiting the ssl cert
- # [21:32] * Joins: dria (dria@moz-am5.1q4.171.192.IP)
- # [21:32] <rstrong> not to say that aus shouldn't use sha 2 at some point though.
- # [21:34] <Yuhong> So WONTFIX the bug when it is implemented on Mac?
- # [21:34] * Quits: tanvi (tanvi@moz-t8v33q.ca.charter.com) (Connection closed)
- # [21:34] <rstrong> Yuhong: not at all. It just should be dependent on the certs.
- # [21:34] * Joins: RealRaven (Thunderbird@moz-qli.rg1.125.109.IP)
- # [21:35] <rstrong> I'm sorry the app update cert prefs
- # [21:35] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
- # [21:35] <rstrong> those can change by adding the prefs for the new cert
- # [21:35] * Quits: RealRaven1 (Thunderbird@moz-6ec.gps.129.212.IP) (Ping timeout: 121 seconds)
- # [21:36] <Yuhong> Yea, this is what the bugs aim to do.
- # [21:36] <Yuhong> Yea, this is what this bug aim to do.
- # [21:36] * Quits: ferjm (textual@moz-ovmbvf.dynamicIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:36] <rstrong> we just point new clients with the new prefs to a new host record and keep the old certs for the old host record. They both point to the same physical machine.
- # [21:37] * Quits: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [21:38] <rstrong> and when the customm cert pinning is removed it will still just work. Last time iirc this was a releng driven effort since they need to set all of that up and as far as the clients go it is just changing a couple of prefs
- # [21:38] <Yuhong> So aus5.mozilla.org or something like that?
- # [21:39] <rstrong> right... just a new host record with the new certs associated to it.
- # [21:39] * Quits: mahdi (mahdi@moz-rlk.ded.244.151.IP) (Connection closed)
- # [21:41] * Joins: mahdi (mahdi@moz-rlk.ded.244.151.IP)
- # [21:41] * Quits: bholley (bholley@moz-qus.mc5.75.170.IP) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:42] <Yuhong> There is also media.gmp-manager.certs.*, I wonder what that is for?
- # [21:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c69a53cb9a04 - Alexander Surkov - Bug 1113389 - loading google creates accessibles without firing show events, r=tbsaunde
- # [21:43] <rstrong> That is for the gmp plugin. Same sort of thing except it doesn't have the additional signing that app update relies on so it will continue to rely on the ssl cert
- # [21:44] <Yuhong> Should I add it to https://bugzilla.mozilla.org/show_bug.cgi?id=1116409
- # [21:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a1977b998946 - Marco Bonardo - Bug 1081108 - Implement reorder in Bookmarks.jsm. r=Mano
- # [21:46] * sheppy is now known as sheppy-offline
- # [21:46] <rstrong> Yuhong: also, the add-ons manager does a cert check as well for the add-on hotfix as shown by extensions.hotfix.cert.checkAttributes and extensions.hotfix.certs.1.sha1Fingerprint
- # [21:47] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
- # [21:48] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:48] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [21:48] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [21:49] * Joins: tanvi (tanvi@moz-t8v33q.ca.charter.com)
- # [21:55] * Quits: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com) (Connection closed)
- # [21:55] * Joins: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com)
- # [21:55] <Yuhong> This is against the signature on the downloaded hotfix itself, right?
- # [21:56] <rstrong> right
- # [21:59] * Joins: zimio (zimio@moz-k0u.paq.88.200.IP)
- # [22:02] * Joins: gandalf (zbraniecki@moz-e3i6jd.hfc.comcastbusiness.net)
- # [22:04] * Joins: arasbm (zooby@moz-3rmc9b.ok.shawcable.net)
- # [22:06] * Parts: marco (marco@moz-09t4bl.retail.telecomitalia.it) ("")
- # [22:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5ce51f227425 - Paolo Amadini - Bug 480169 - Remove unused tree view test for the Clear Recent History dialog. r=mak
- # [22:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5ff375efac3c - Paolo Amadini - Bug 432425 - Remove unused test for downloads in the Clear Recent History dialog. r=gavin
- # [22:06] * Joins: matt-r (mattr@moz-a4f.7e4.194.74.IP)
- # [22:08] * Quits: alexbardas (alexbardas@moz-vcm.3nt.100.109.IP) (A TLS packet with unexpected length was received.)
- # [22:09] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=1d9ecea73a1e - 29 changesets
- # [22:10] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
- # [22:11] <Bas> Does anyone know what the fast way to get a checkout of moz-aurora is on windows, if you already have an inbound tree locally?
- # [22:12] <@gavin> hg clone path/to/inbound path/to/newauroraclone
- # [22:12] <@gavin> then fiddle with path/to/newauroraclone/.hg/hgrc to change the paths
- # [22:12] <@gavin> the hg pull
- # [22:12] <@gavin> and hg strip "roots(outgoing())"
- # [22:12] <KWierso> Bas: http://jlebar.com/2011/5/20/Faster_and_smaller_clones_of_branches.html
- # [22:12] <Bas> KWierso gavin: Much appreciated guys
- # [22:13] <@gavin> or, ping gps and have him argue with you to use megaclones
- # [22:14] * Quits: gsvelto (gsvelto@moz-h8i.p8o.234.95.IP) (A TLS packet with unexpected length was received.)
- # [22:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3e11dd35ac2c - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [22:15] * Quits: Yuhong (chatzilla@moz-fb7n5q.vc.shawcable.net) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
- # [22:16] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [22:17] <gps> Bas: https://mozilla-version-control-tools.readthedocs.org/en/latest/hgmozilla/firefoxtree.html
- # [22:17] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
- # [22:17] <gps> https://mozilla-version-control-tools.readthedocs.org/en/latest/hgmozilla/unifiedrepo.html
- # [22:18] * Quits: arasbm (zooby@moz-3rmc9b.ok.shawcable.net) (Ping timeout: 121 seconds)
- # [22:19] * Quits: Enn (enn@moz-dp5vlc.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [22:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/666f58ca30f4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [22:20] * Joins: marco (marco@moz-09t4bl.retail.telecomitalia.it)
- # [22:24] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [22:26] * philor|away is now known as philor
- # [22:26] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [22:28] * Quits: larsg (larsg@moz-inl.j2b.165.46.IP) (Ping timeout: 121 seconds)
- # [22:28] * Quits: milan (milan@moz-7qe633.ckpj.s0pt.0450.2001.IP) (Quit: )
- # [22:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4912606fb9c7 - Geoff Brown - Bug 1113754 - Wait for view in robocop getToolbarView; r=mcomella
- # [22:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f93e28755637 - Geoff Brown - Bug 1114655 - Increase robocop WaitHelper default wait time; r=mcomella
- # [22:29] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [22:29] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [22:29] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [22:30] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [22:30] * Quits: mwobensmith (mwobensmith@moz-rgnoag.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [22:30] * Joins: mwobensmith (mwobensmith@moz-g84uge.2rkg.9kg1.0101.2620.IP)
- # [22:30] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [22:32] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
- # [22:33] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/a275c8158e78 - Wes Johnston - Bug 1064669 - Use a Viewless Fragment for managing MediaPlayer lifecycle. r=mfinkle
- # [22:33] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/de7d50fd87f8 - wesj - Bug 1100100 - "Downloaded file can't be opened from "Downloads" page" [r=wjohnston]
- # [22:33] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c0d25f0788a8 - Wes Kocher - Merge m-c to fx-team a=merge
- # [22:33] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/d075ae34162c - J. Ryan Stinnett - Bug 1115957 - Protect DevTools from empty browsers array. r=ochameau
- # [22:33] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/69b64e65fbb2 - Wes Kocher - Merge fx-team to m-c a=merge
- # [22:34] * Joins: DGMurdockIII (dgmurdockii@moz-q9d.n20.213.98.IP)
- # [22:35] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [22:37] * Quits: mwobensmith (mwobensmith@moz-g84uge.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [22:37] * Joins: mwobensmith (mwobensmith@moz-g84uge.2rkg.9kg1.0101.2620.IP)
- # [22:38] * KaiRo is now known as KaiRo_away
- # [22:40] * Joins: RealRaven1 (Thunderbird@moz-qli.rg1.125.109.IP)
- # [22:42] * Quits: RealRaven (Thunderbird@moz-qli.rg1.125.109.IP) (Ping timeout: 121 seconds)
- # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/af6aa5d204c4 - Mark Capella - Bug 1115370 - TextSelection lost abruptly on unrelated Tab:pagehide messages, r=margaret
- # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2329a689ff1b - Mark Capella - Bug 1106800 - Refactor out string constants in favor of existing Enums, r=margaret
- # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/120ddf617de1 - Mark Capella - Bug 1106800 - Rename Selection Handle Names, r=margaret
- # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5f6fb643ebee - Mark Capella - Bug 1106800 - Rename Selection Cache Handle Names, r=margaret
- # [22:44] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [22:45] * Joins: Jesse (jruderman@moz-pqc1f5.ca.comcast.net)
- # [22:47] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [22:48] * philor is now known as philor|away
- # [22:50] * Joins: alexbardas (alexbardas@moz-vcm.3nt.100.109.IP)
- # [22:50] * Joins: x2 (xx@moz-2o1abr.as13285.net)
- # [22:51] * Quits: x2 (xx@moz-2o1abr.as13285.net) (Quit: Leaving)
- # [22:52] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
- # [22:52] * jlund|lunch is now known as jlund
- # [22:56] * Quits: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com) (Connection closed)
- # [22:56] * Joins: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com)
- # [22:57] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ff14356d2024 - Ryan VanderMeulen - Backed out changeset 56df12474ac2 (bug 1097321) for causing the Windows crash rate to spike.
- # [22:58] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Ping timeout: 121 seconds)
- # [22:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0365efa5999a - Aaron Klotz - Bug 1100360: Convert ChromeHang annotations to use UniquePtr; r=vladan
- # [22:59] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [23:00] * Joins: bholley (bholley@moz-qus.mc5.75.170.IP)
- # [23:00] * Quits: rednaks (rednaks@moz-hmo.fml.227.41.IP) (Ping timeout: 121 seconds)
- # [23:01] * Joins: jesup|laptop (chatzilla@moz-15n93u.fios.verizon.net)
- # [23:02] * geekboy is now known as geekboy|afk
- # [23:06] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Ping timeout: 121 seconds)
- # [23:06] * Joins: rednaks (rednaks@moz-hmo.fml.227.41.IP)
- # [23:06] * Quits: azakai (alon@moz-pi0v03.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [23:06] * Quits: chmanchester (Chris@moz-cbt.jf0.246.96.IP) (Quit: Leaving)
- # [23:08] * Quits: RealRaven1 (Thunderbird@moz-qli.rg1.125.109.IP) (Client exited)
- # [23:08] * Joins: RealRaven (Thunderbird@moz-qli.rg1.125.109.IP)
- # [23:09] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [23:09] * kats is now known as kats|away
- # [23:10] * Joins: azakai (alon@moz-58epag.mh2d.1ibb.0101.2620.IP)
- # [23:11] * Quits: mahdi (mahdi@moz-rlk.ded.244.151.IP) (Connection closed)
- # [23:12] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
- # [23:13] * Quits: @roc (chatzilla@moz-q82c9g.orcon.net.nz) (Connection closed)
- # [23:13] <seth> do_QueryInterface(nullptr) == nullptr, right?
- # [23:15] <bent> yes
- # [23:15] * Quits: gandalf (zbraniecki@moz-e3i6jd.hfc.comcastbusiness.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:15] * Quits: jesup|laptop (chatzilla@moz-15n93u.fios.verizon.net) (Ping timeout: 121 seconds)
- # [23:16] <seth> thanks
- # [23:18] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [23:22] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
- # [23:24] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [23:24] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
- # [23:25] <@ehsan> wtf
- # [23:25] <@ehsan> "Comments cannot be longer than 65535 characters."
- # [23:26] <@ehsan> how am I supposed to review this patch? :(
- # [23:26] * Quits: kgrandon (Adium@moz-oj9gio.fios.verizon.net) (Quit: Leaving.)
- # [23:27] * @ehsan panicks
- # [23:28] <Unfocused> well, i guess that's one way to enforce more granular patches
- # [23:28] <@ehsan> I have been working on this review for more than a week...
- # [23:29] * Joins: jkitch (Thunderbird@moz-rours5.k4n0.vhij.44b8.2001.IP)
- # [23:30] <Waldo> try reviewlonger.com
- # [23:30] <Waldo> wonder if Splinter gets you around the limit, either
- # [23:30] * Waldo is now known as Waldo|awol
- # [23:31] * Joins: serge (Thunderbird@moz-7q5pbf.dsl.teksavvy.com)
- # [23:32] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
- # [23:32] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [23:32] <@ehsan> this is with splinter :(
- # [23:33] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [23:33] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Client exited)
- # [23:34] * Quits: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com) (Quit: )
- # [23:34] * Quits: bholley (bholley@moz-qus.mc5.75.170.IP) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:34] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [23:35] * Quits: dria (dria@moz-am5.1q4.171.192.IP) (Client exited)
- # [23:36] * Joins: dria (dria@moz-am5.1q4.171.192.IP)
- # [23:39] * Joins: jesup|laptop (chatzilla@moz-15n93u.fios.verizon.net)
- # [23:40] <bent> holy review ehsanman
- # [23:40] <@ehsan> bent: I know
- # [23:41] <@ehsan> bent: good luck doing your turn :P
- # [23:41] <bent> what i really want is a way to turn a splinter review into text so that you can attach separately
- # [23:41] <bent> or, you know, a better tool
- # [23:41] <@ehsan> in this case, I just posted the general patch comments separately and it worked
- # [23:41] <@ehsan> but boy was I lucky
- # [23:42] <@ehsan> there's no way I could have split the actual review comments into two chunks!
- # [23:43] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0c9bed169769 - Jordan Lund - Bug 1113460 - test jobs that use minidump stackwalk should get it from tooltool - adds minidump manifests, r=jgriffin, a=testing DONTBUILD
- # [23:43] * Joins: gandalf (zbraniecki@moz-u3dg2t.sfo1.mozilla.com)
- # [23:43] * Quits: lvf (smuxi@moz-3sntvp.pppoe.mtu-net.ru) (Connection closed)
- # [23:44] * jmaher is now known as jmaher|afk
- # [23:44] <Delta706> are there any regression in nightly at the moment?
- # [23:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/7ee021371caf - Jordan Lund - Bug 1113460 - test jobs that use minidump stackwalk should get it from tooltool - adds minidump manifests, r=jgriffin, a=testing DONTBUILD
- # [23:45] * Quits: tromey (tromey@moz-2d91tj.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.0.50.7))
- # [23:45] * Quits: RealRaven (Thunderbird@moz-qli.rg1.125.109.IP) (Client exited)
- # [23:46] * Joins: RealRaven (Thunderbird@moz-qli.rg1.125.109.IP)
- # [23:46] <seth> Delta706: are there ever *not* any regressions in nightly?
- # [23:46] <Delta706> I am getting some weird stuff and wanted to check
- # [23:47] * Joins: Lewoco (Lewoco@moz-gb3oa0.tpgi.com.au)
- # [23:47] * Joins: francois (francois@moz-cnggv3.fmarier.org)
- # [23:47] <Lewoco> Where do I get 'ac_add_options' from?
- # [23:48] <Lewoco> It's not in the mozilla-build directory, not in the source tree, not in autoconf...
- # [23:48] <Lewoco> I also tried the bootstrap script but this dies =(
- # [23:50] <Lewoco> I don't see it in android-sdk/android-ndk or jdk either.
- # [23:50] * Quits: Jackneill (Jackneill@moz-dtrpi0.pool.digikabel.hu) (A TLS packet with unexpected length was received.)
- # [23:50] * Quits: serge (Thunderbird@moz-7q5pbf.dsl.teksavvy.com) (Client exited)
- # [23:51] * Quits: janv (varga@moz-ujvnm4.dynamic.orange.sk) (Quit: This computer has gone to sleep)
- # [23:52] * Joins: tomer (tomer@moz-to490c.012.net.il)
- # [23:53] <KWierso> Delta706: what kind of weird stuff
- # [23:53] * Quits: &dbaron (dbaron@moz-iojnqc.fios.verizon.net) (Ping timeout: 121 seconds)
- # [23:53] <KWierso> builds and tests are all passing on mozilla-central at the moment
- # [23:54] <KWierso> Lewoco: not sure I understand the question
- # [23:54] * coop|buildduty is now known as coop|afk
- # [23:58] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # Session Close: Wed Dec 31 00:00:00 2014
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn