#instantbird log on 11 08 2014

All times are UTC.

00:00:12 <clokep> Most likely.
00:00:17 * clokep is doing a build right now.
00:07:39 <-- myk has quit (Ping timeout: 121 seconds)
00:13:32 <-- mconley has quit (Ping timeout: 121 seconds)
00:22:10 <-- aleth has quit (Quit: :tuiQ)
00:22:42 --> aleth has joined #instantbird
00:22:42 * ChanServ sets mode +o aleth 
00:22:57 --> mconley has joined #instantbird
00:30:59 --> clokep_work has joined #instantbird
00:30:59 * ChanServ sets mode +o clokep_work 
00:31:00 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
00:46:54 --> BWMerlin has joined #instantbird
00:56:27 <-- mconley has quit (Ping timeout: 121 seconds)
01:04:22 <-- aleth has quit (Ping timeout: 121 seconds)
01:07:39 --> aleth has joined #instantbird
01:07:39 * ChanServ sets mode +o aleth 
01:16:52 <-- unghost has quit (A TLS packet with unexpected length was received.)
01:38:17 <-- Bollebib has quit (Connection closed)
01:40:36 * Fallen is now known as Fallen|away 
01:44:20 <clokep> aleth: Well my bisect finished.
01:44:26 <clokep> Apparently RC4 is what was offered...
01:44:41 <aleth> RC4?
01:44:56 <clokep> A ciphersuite.
01:45:29 <aleth> ah.
01:48:23 <aleth> Well, that would have been hard to guess as the cause ;)
01:48:37 <clokep> It was actually my first guess hahah.
01:48:40 <clokep> I just couldn't find the bug for it.
01:53:40 <aleth> :D
01:55:48 <aleth> How did you guess it was a cipher suite mismatch?
01:56:34 <clokep> It's one of the "big things" now -- disabling old ciphersuites.
01:57:17 <aleth> Good thing too.
01:57:36 <aleth> But I would have thought that wouldn't affect Google. Stupid me...
01:59:11 <clokep> aleth: https://www.ssllabs.com/ssltest/analyze.html?d=talk.google.com
02:00:45 <aleth> and there it is :-|
02:00:55 <aleth> Not sure what we do about that...
02:01:44 <aleth> Talk to whoever patched it I guess.
02:07:20 <clokep> aleth: Is bug 1084109 checkin-needed?
02:07:26 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1084109 nor, --, ---, nobody, NEW, displayStatusText() is not implemented in Thunderbird
02:07:26 <clokep> aleth: Yes, I needinfo'ed that person.
02:07:33 <aleth> clokep: No
02:07:58 <aleth> Paenglab requested changes, and based on what I discovered porting I might request some too.
02:08:45 * Fallen|away is now known as Fallen 
02:10:03 <clokep> Cool.
02:10:12 <aleth> "the RC4 fallback logic works only if the NSS error code was SSL_ERROR_NO_CYPHER_OVERLAP" which isn't what you were getting
02:17:23 <clokep> Probably not, yeah.
02:18:23 --> clokep_work has joined #instantbird
02:18:23 * ChanServ sets mode +o clokep_work 
02:18:36 <clokep_work> aleth: So is LinkTargetDisplay copied from browser?
02:18:40 <aleth> Yes
02:19:32 <aleth> There's a comment above XULBrowserWindow, // Copied from mozilla/browser/base/content/browser.js
02:22:16 <clokep> Got it.
02:22:26 * clokep is scared to review this, but would like to get it in. :)
02:22:28 <aleth> Hmm, I guess I should put a copy of that comment further down too
02:24:35 <clokep> Sorry. :-\
02:25:17 <-- sherief has quit (A TLS packet with unexpected length was received.)
02:25:24 --> sonny has joined #instantbird
02:27:40 * Fallen is now known as Fallen|away 
02:28:09 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
02:28:13 --> clokep_work has joined #instantbird
02:28:13 * ChanServ sets mode +o clokep_work 
02:29:09 <aleth> Btw, best to test with all three patches applied of course.
02:29:20 <clokep_work> I'm trying to convince someone to type to me.
02:29:50 <aleth> Good idea, I couldn't test that part other than by faking typing notifications :-|
02:30:08 * clokep has no friends though apparently. ;)
02:30:12 <aleth> Since gtalk doesn't seem to syndicate them...
02:31:25 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
02:32:03 <-- sonny has quit (Ping timeout: 121 seconds)
02:33:17 <-- Mook_as has quit (Client exited)
02:33:52 --> clokep_work has joined #instantbird
02:33:52 * ChanServ sets mode +o clokep_work 
02:34:02 <clokep_work> aleth: So after these, does displayStatusText still exist?
02:34:27 <aleth> Yes - for showing the "Replying to..." text when replying to a tweet.
02:34:40 <clokep_work> Hmm...OK.
02:34:45 <clokep_work> I don't know my Twitter password. :-\
02:35:09 <aleth> It looks vaguely like this mockup https://bug1084109.bugzilla.mozilla.org/attachment.cgi?id=8510825
02:35:11 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1084109 nor, --, ---, nobody, NEW, displayStatusText() is not implemented in Thunderbird
02:36:33 <clokep_work> Alright. . .
02:37:47 <aleth> Basically, it's only used by http://dxr.mozilla.org/comm-central/source/im/content/conversation.xml?from=conversation.xml#1850
02:40:29 <aleth> Thanks for the quick reviews :-) Let's see what happens...
02:41:29 <aleth> Probably a bunch of edge cases especially on Windows and Linux
02:44:08 <aleth> 25 minutes to the nightlies :D
02:45:09 <instantbot> clokep@gmail.com changed the Resolution on bug 954845 from --- to FIXED.
02:45:10 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954845 enh, --, ---, aleth, RESO FIXED, Replace status bar with Firefox-like panels in the corners over the conversation content
02:46:28 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
02:47:48 <-- arlolra has quit (Client exited)
02:51:40 <-- aleth has quit (Quit: :tuiQ)
02:57:52 <-- BWMerlin has quit (Client exited)
02:58:33 <clokep> aleth: Ah, I thought of the ciphers cause that's why Pidgin is spinning a 2.10.11, IIRC. :)
02:59:29 --> BWMerlin has joined #instantbird
03:44:05 <-- clokep has quit (Ping timeout: 121 seconds)
03:53:57 <-- Rym has quit (Ping timeout: 121 seconds)
03:54:28 --> Rym has joined #instantbird
03:56:21 <-- BWMerlin has quit (Client exited)
04:27:09 <instant-buildbot> build #1568 of win32-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/win32-nightly-default/builds/1568
04:53:49 <instant-buildbot> build #1220 of linux-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1220
05:03:57 <instant-buildbot> build #2416 of macosx-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2416
06:22:55 <instant-buildbot> build #116 of linux64-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/116
06:33:01 --> mpmc has joined #instantbird
06:37:24 --> flo-retina has joined #instantbird
06:37:24 * ChanServ sets mode +qo flo-retina flo-retina 
06:38:29 <-- flo-retina has quit (Connection closed)
06:38:33 --> flo-retina has joined #instantbird
06:38:33 * ChanServ sets mode +qo flo-retina flo-retina 
06:40:31 --> clokep has joined #instantbird
06:40:31 * ChanServ sets mode +o clokep 
06:45:23 <-- Rym has quit (Ping timeout: 121 seconds)
06:45:36 <-- clokep has quit (Ping timeout: 121 seconds)
07:12:13 --> Rym has joined #instantbird
07:16:44 <-- Rym has quit (Ping timeout: 121 seconds)
08:06:22 --> Rym has joined #instantbird
08:10:50 <-- Rym has quit (Ping timeout: 121 seconds)
08:56:36 --> mikk_s has joined #instantbird
09:00:33 --> Rym has joined #instantbird
09:05:02 <-- Rym has quit (Ping timeout: 121 seconds)
09:29:11 <-- EionRobb has quit (Quit: Leaving.)
09:30:10 * Fallen|away is now known as Fallen 
09:34:55 --> aleth has joined #instantbird
09:34:55 * ChanServ sets mode +o aleth 
09:35:18 <-- aleth has quit (Quit: :tuiQ)
09:35:21 --> aleth has joined #instantbird
09:35:21 * ChanServ sets mode +o aleth 
09:50:42 <-- aleth has quit (Ping timeout: 121 seconds)
09:52:46 --> aleth has joined #instantbird
09:52:47 * ChanServ sets mode +o aleth 
09:54:42 --> Rym has joined #instantbird
09:54:55 <-- Tonnes has quit (Quit: ChatZilla 0.9.91 [Firefox 33.0.3/20141105223254])
09:56:21 --> Tonnes has joined #instantbird
09:58:48 <-- mikk_s has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
09:59:12 <-- Rym has quit (Ping timeout: 121 seconds)
10:22:59 <-- aleth has quit (Ping timeout: 121 seconds)
10:48:53 --> Rym has joined #instantbird
10:53:20 <-- Rym has quit (Ping timeout: 121 seconds)
10:53:48 --> Armada has joined #instantbird
11:23:33 --> aleth has joined #instantbird
11:23:33 * ChanServ sets mode +o aleth 
11:26:31 * Fallen is now known as Fallen|away 
11:43:01 --> Rym has joined #instantbird
11:47:32 <-- Rym has quit (Ping timeout: 121 seconds)
11:48:32 --> ogi has joined #instantbird
12:05:03 --> Bollebib has joined #instantbird
12:12:31 <instantbot> aleth@instantbird.org changed the Resolution on bug 1059290 from --- to FIXED.
12:12:32 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1059290 nor, --, 1.6, aleth, RESO FIXED, CAP END sent twice
12:12:41 <instantbot> aleth@instantbird.org changed the Resolution on bug 1085150 from --- to FIXED.
12:12:43 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1085150 nor, --, 1.6, aleth, RESO FIXED, Handle NickServ "You are already identified" messages on nick change
12:37:09 --> Rym has joined #instantbird
12:41:41 <-- Rym has quit (Ping timeout: 121 seconds)
12:42:48 --> clokep has joined #instantbird
12:42:48 * ChanServ sets mode +o clokep 
13:15:39 --> sherief has joined #instantbird
13:31:19 --> Rym has joined #instantbird
13:35:48 <-- Rym has quit (Ping timeout: 121 seconds)
13:54:05 <-- aleth has quit (Ping timeout: 121 seconds)
14:11:59 --> unghost has joined #instantbird
14:16:14 --> aleth has joined #instantbird
14:16:14 * ChanServ sets mode +o aleth 
14:17:08 --> mikk_s has joined #instantbird
14:25:29 --> Rym has joined #instantbird
14:26:00 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
14:29:59 <-- Rym has quit (Ping timeout: 121 seconds)
14:32:08 <-- Bollebib has quit (Connection closed)
14:56:05 <-- aleth has quit (Ping timeout: 121 seconds)
15:00:52 --> aleth has joined #instantbird
15:00:52 * ChanServ sets mode +o aleth 
15:19:38 --> Rym has joined #instantbird
15:24:07 <-- Rym has quit (Ping timeout: 121 seconds)
15:27:05 --> iamjayakumars has joined #instantbird
15:29:35 --> gerard-majax has joined #instantbird
15:35:39 <-- aleth has quit (Ping timeout: 121 seconds)
15:37:06 <-- iamjayakumars has quit (Quit: )
15:48:14 <-- mikk_s has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
16:00:30 --> aleth has joined #instantbird
16:00:30 * ChanServ sets mode +o aleth 
16:13:47 --> Rym has joined #instantbird
16:18:16 <-- Rym has quit (Ping timeout: 121 seconds)
16:20:21 --> iamjayakumars has joined #instantbird
16:33:01 <-- aleth has quit (Quit: :tuiQ)
16:50:20 --> aleth has joined #instantbird
16:50:20 * ChanServ sets mode +o aleth 
17:07:57 --> Rym has joined #instantbird
17:10:46 <-- sherief has quit (Ping timeout: 121 seconds)
17:12:27 <-- Rym has quit (Ping timeout: 121 seconds)
17:14:39 --> sonny has joined #instantbird
17:55:13 * Fallen|away is now known as Fallen 
17:56:41 --> nhnt11 has joined #instantbird
18:00:34 <-- iamjayakumars has quit (Connection closed)
18:02:05 --> Rym has joined #instantbird
18:06:37 <-- Rym has quit (Ping timeout: 121 seconds)
18:06:55 --> Rym has joined #instantbird
18:08:00 --> hadi has joined #instantbird
18:27:32 <-- ogi has quit (Ping timeout: 121 seconds)
18:44:48 --> mpmc has joined #instantbird
18:54:00 <-- aleth has quit (Ping timeout: 121 seconds)
19:00:24 --> aleth has joined #instantbird
19:00:24 * ChanServ sets mode +o aleth 
19:04:27 <-- gerard-majax has quit (Ping timeout: 121 seconds)
19:21:48 <-- Tonnes has quit (Connection closed)
19:23:16 --> Tonnes has joined #instantbird
19:36:23 <nhnt11> Hmm, emk suggests we contact Google first in bug 1092701...
19:36:25 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1092701 nor, --, ---, nobody, NEW, Cannot connect to Google Talk with Instantbird 1.6a1pre
19:36:50 <nhnt11> Do we want to contact google before we land something upstream, or before we land some kind of fix for Ib nightlies?
19:36:56 <nhnt11> upstream in m-c I mean.
19:37:12 <clokep> nhnt11: What would we land? :-S
19:37:22 <aleth> nhnt11: I guess what he means is that ideally they would update their out of date cyper suites
19:37:29 <clokep> nhnt11: I'd like to contact Google, yes. Likely we can renable that cipher with a pref change though.
19:37:35 <nhnt11> Right,  but who knows how long it can take?
19:37:44 <clokep> Yes.
19:37:54 <clokep> I need to ask people if they have any contacts at Google.
19:37:54 <nhnt11> clokep: Yeah, that's what I meant, is there something we can do to temporarily fix it or whatever.
19:37:56 <clokep> I think Bron said he did.
19:38:06 <clokep> nhnt11: If so, we'd want to do that, yes. :)
19:38:22 <nhnt11> (if nothing else, build Ib with that m-c change backed out maybe?)
19:38:44 <nhnt11> Cool. I think I may go ahead and revert to a stable build (or perhaps the last working nightly) for now...
19:39:35 <clokep> nhnt11: If you want to check those bugs if there's a pref, that'd be appreciated.
19:39:43 <nhnt11> I'm doing that right now actually :)
19:40:00 <nhnt11> (can't spend more than maybe 10 minutes on this at the moment though unfortunately)
19:44:49 <-- Rym has quit (Ping timeout: 121 seconds)
19:47:02 <nhnt11> Ok, so from the comment from line 808 here, looks like changing a pref won't help... https://bugzilla.mozilla.org/attachment.cgi?id=8514623&action=diff#a/security/manager/ssl/src/nsNSSComponent.cpp_sec4
19:47:28 <nhnt11> I found it faster to look at the code for hints than sift through the bug comments, but maybe that was a bad decision?
19:47:48 <aleth> It's generally what I do as well
19:48:11 <aleth> It's a gamble I suppose
19:48:37 <nhnt11> I didn't see any other pref-related stuff in the patch that seemed relevant..
19:49:31 <nhnt11> Anyway, that's all the time I have for now. :(
19:50:00 <aleth> It's possible that we could fix things somehow so we end up using the fallback mechanism
19:55:45 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
19:55:52 --> nhnt11 has joined #instantbird
19:56:31 --> Bollebib has joined #instantbird
20:01:33 <-- chrisccoulson has quit (Quit: OSError: [Errno 130] Owner died)
20:05:14 <-- hadi has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
20:11:28 <clokep> aleth: Looks like a couple things got bakced out by Magnus.
20:14:24 <-- aleth has quit (Ping timeout: 121 seconds)
20:20:25 <-- Bollebib has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
20:25:24 --> aleth has joined #instantbird
20:25:25 * ChanServ sets mode +o aleth 
20:28:06 <aleth> clokep: yes, some TB guys wrote patches that broke their tests ;)
20:28:27 <clokep> Good thing we don't have tests to break...
20:29:34 <aleth> well, some!
20:29:42 <aleth> Just not enough :D
20:47:44 --> rosonline has joined #instantbird
20:53:08 --> EionRobb has joined #instantbird
21:13:23 --> myk has joined #instantbird
21:19:58 * Fallen is now known as Fallen|away 
21:30:10 <-- Suiseiseki has quit (Connection closed)
21:38:19 --> Suiseiseki has joined #instantbird
21:55:55 <-- myk has quit (Ping timeout: 121 seconds)
22:05:36 <-- unghost has quit (Quit: Ухожу я от вас (xchat 2.4.5 или старше))
22:11:34 <-- rosonline has quit (Connection closed)
22:17:20 <-- nhnt11 has quit (Connection closed)
22:17:23 --> nhnt11 has joined #instantbird
22:18:14 --> BWMerlin has joined #instantbird
22:22:57 --> rosonline has joined #instantbird
22:28:59 <-- rosonline has quit (Ping timeout: 121 seconds)
22:44:43 --> Bollebib has joined #instantbird
23:16:48 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
23:17:01 <-- aleth has quit (Ping timeout: 121 seconds)
23:24:51 --> aleth has joined #instantbird
23:24:52 * ChanServ sets mode +o aleth 
23:25:45 <-- aleth has quit (Quit: :tuiQ)
23:30:09 --> rosonline has joined #instantbird
23:35:07 <-- Bollebib has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
23:53:19 --> mconley has joined #instantbird