#instantbird log on 05 15 2010

All times are UTC.

01:35:17 <-- GeekShadow has quit (Quit: The cake is a lie !)
04:06:20 * Gizmokid2005 is now known as Gizmokid2005|AFK
04:12:08 <-- Gizmokid2005|AFK has quit (Quit: =-O The Gizmo is gone!!  Never fear for he shall return!!)
04:54:04 <-- vicnet has quit (Ping timeout)
04:54:21 --> vicnet has joined #instantbird
07:30:45 --> Ruyan has joined #instantbird
07:37:44 <flo> the fix for the JS strict warning we discussed a few days ago is in https://bugzilla.mozilla.org/show_bug.cgi?id=502307 in https://bugzilla.mozilla.org/attachment.cgi?id=394516&action=diff
08:46:55 <-- debiandebian has quit (Ping timeout)
09:12:34 --> GeekShadow has joined #instantbird
09:32:23 <-- flo has quit (Quit: Instantbird 0.2pre)
09:32:41 --> flo has joined #instantbird
09:32:41 * ChanServ sets mode +qo flo flo 
10:07:47 --> Mic has joined #instantbird
10:25:08 --> goulagman has joined #instantbird
11:08:52 --> debiandebian has joined #instantbird
11:40:19 <-- debiandebian has quit (Ping timeout)
11:57:23 <instantbot> New Instantbird (UI) bug 418 filed by leeraccount@yahoo.de.
11:57:25 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=418 enh, --, ---, nobody, NEW, Keyboard shortcut to open "Join chat" dialog from conversation windows
12:16:08 --> Gizmokid2005 has joined #instantbird
12:25:07 <-- goulagman has quit (Ping timeout)
12:40:55 <-- Ruyan has quit (Quit: Ex-Chat)
12:50:53 --> goulagman has joined #instantbird
12:51:02 <-- goulagman has left #instantbird ()
12:59:54 <-- Even has left #instantbird ()
16:49:08 --> Ruyan has joined #instantbird
16:49:24 <Ruyan> flo, from where is blist.xul called?
17:03:46 <Mic> http://lxr.instantbird.org/instantbird/source/instantbird/app/profile/all-instantbird.js#1
17:03:50 <Mic> https://developer.mozilla.org/en/toolkit.defaultChromeURI
17:03:56 <Mic> If that's of help for you
17:05:02 <Mic> http://mxr.mozilla.org/mozilla-central/source/toolkit/components/nsDefaultCLH.js#54
17:05:45 <Ruyan> don't know, i'll try it
17:05:48 <Mic> That's the code that apparantly is calling it
17:06:49 <flo> Mic: right :) It seems you've become trained to use mxr :)
17:07:18 <Mic> Yes, after long and tedious training, I learned to enter some text into an input box ;)
17:07:54 <Ruyan> I think blist.js is called before blist.xul, yes?
17:08:49 <flo> Mic: yeah, that required learning how to type, how to select the right input box, the right text, and then figuring out which of the result is interesting, then searching again to go a bit further in the code ;)
17:08:53 <flo> Ruyan: no
17:09:16 <Mic> It's the Javascript file that's included by the XUL file
17:09:33 <Ruyan> Then, when I open blist.xul up, It's should load buddyList at first
17:10:13 <Ruyan> but nothing happened
17:11:20 * Mic feels slightly insulted now ;)
17:11:40 <Ruyan> need normal window type, not singletonWindowType
17:12:03 <flo> Mic: there are people who can't seem to figure out what to type in the input box ;)
17:12:26 <Mic> I know for a long time how to track what's happening in code and where to proceed.
17:12:59 <Mic> Doing this in assembled code is far more difficult ;)
17:13:06 <Mic> *disassembled
17:13:37 <flo> yeah. It probably takes much more time too :)
17:13:37 <Mic> I've got to admit that I was cracking programs once when I was young and knew not better ;)
17:15:24 <flo> heh
17:16:58 <Mic> Ruyan: what do you want to do?
17:17:48 <Ruyan> dont't know why when I open the blist.xul but nothing was loaded
17:25:46 <-- GeekShadow has quit (Connection reset by peer)
17:28:46 <Mic> How does the singletonWindowType affect it if nothing is loaded in first place?
17:29:15 <flo> Ruyan: there's probably a JS error somewhere
17:30:31 <Ruyan> How can I call function load in blist.js when I open blist.xul
17:30:33 --> tymerkaev has joined #instantbird
17:31:35 <Mic> just call it ..
17:32:06 <Mic> the js file is loaded and run
17:32:09 <Mic> Add it there
17:32:25 <Mic> e.g. look at the last line here: https://hg.instantbird.org/instantbird/file/371e17562c99/instantbird/content/blist.js
17:34:12 <Ruyan> yes, I know, I think the function load was loaded immediately
17:34:53 <Ruyan> but when I type something into javascript shell, nothing happened
17:37:41 <Mic> flo: can messagestyles theme the buddy list?
17:37:50 <flo> no
17:38:51 <Mic> ok, "theme" was not the right word ..
17:39:04 <Mic> Basically: what does this mean: "Warning: Failed to load overlay from chrome://messagestyle/content/menu.xul. Source File: chrome://instantbird/content/blist.xul Line: 0"
17:39:05 <flo> in the future we may have a kind of themes for the buddy list, but I don't know enough yet about the future design of the buddy list to know for sure if it's possible without compromising too much our freedom (and extension authors' freedom) so add features
17:39:40 <flo> I hate errors that occur at line 0
17:40:20 <flo> is the chrome package "messagestyle" a part of add-on that you are developing?
17:40:22 <Mic> It happened as I tried opening the buddy list from the error console
17:40:41 <Mic> Not that I could remember .. let me check
17:40:55 <flo> I'm not away of any "menu.xul" file in our source code
17:41:00 <flo> *aware
17:41:02 <Ruyan> It's problem call blist.xul like this? window.open("chrome://instantbird/content/blist.xul", "Blist","chrome");
17:41:36 <flo> you have a ; before the first comma -> syntax error
17:43:32 --> GeekShadow has joined #instantbird
17:43:42 <Ruyan> where?
17:48:24 <Mic> Strange .. I'll investigate this later
17:54:07 <Ruyan> flo, can you look at this? don't know what is problem http://pastebin.com/dq3EG9qj
17:55:49 <flo> Ruyan: I suggest you read the error messages.
17:59:44 <Ruyan> yes, I see that initPurpleCore was not loaded
18:00:25 <flo> what about you take care of the error at line 1, then at line 3, ... ?
18:01:30 <flo> the error at line 5 is probably what breaks the buddy list
18:03:00 <Ruyan> warning like line 12 is also problem?
18:05:23 <flo> you can ignore the warnings from purpleGetText, they will only prevent libpurple from being translated
18:13:36 <Ruyan> it look ok, I am stupid, I didn't change path at stylesheet
18:18:23 <Ruyan> How can I make javascript works together, because they are separated into many files, and always shows error that some function is not defined
18:22:24 <-- vicnet has quit (Ping timeout)
18:24:19 --> vicnet has joined #instantbird
18:34:23 <-- Mic has left #instantbird ()
18:51:06 --> Mic has joined #instantbird
18:54:26 <-- vicnet has quit (Ping timeout)
18:57:49 <-- Mic has left #instantbird ()
18:59:42 <Ruyan> missing ; before statement at blist.js line 87, when I put them into one line, still this error
19:01:10 --> Mic has joined #instantbird
19:05:25 --> DGMurdockIII has joined #instantbird
19:08:18 <-- DGMurdockIII has quit (Quit: get satisfied! • :: www.unitedservers.de ««« (Gamers.IRC) »»» gamersirc.net ::)
19:08:32 <-- Mic has left #instantbird ()
19:10:46 --> DGMurdockIII has joined #instantbird
19:18:11 --> Mic has joined #instantbird
19:21:13 <Mic> Ruyan: have you changed something on this or the neighbouring lines?
19:21:40 <Ruyan> nop
19:22:09 <Mic> Then I think this is not the real problem
19:22:35 <Mic> Do you have some more information on this?
19:23:56 <Ruyan> http://pastebin.com/s6BaTfaz
19:24:32 <Mic> btw there should be a search plugin for the #instantbird-logfiles on AIO now
19:24:41 <Mic> Just if anyone like to have such a thing
19:25:03 <DGMurdockIII> have you guys been able to find the problem when showing offline buddies the turing them off
19:25:26 <DGMurdockIII> Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [purpleITag.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://instantbird/content/group.xml :: _animateCollapse :: line 254" data: no]
19:25:29 <flo> DGMurdockIII: no. I've still no way to reproduce your error :(
19:25:46 <DGMurdockIII> you even tryed it on windows
19:25:52 <flo> yes
19:26:11 <Mic> Ruyan: have you tried fixing the problems before already?
19:26:39 <DGMurdockIII> 'flo: do you think it could be realed to the plugin that i have
19:26:45 <Mic> ie do something about this unreadable pref file
19:27:02 <Ruyan> no, I found it now
19:27:03 <DGMurdockIII> 'flo: i dont have any addon for instantbird
19:27:39 <flo> DGMurdockIII: it's probably something related to the content of the buddy list of one of your accounts.
19:32:43 <Ruyan> Why I can't call menus.accounts() from blist.js, in blist.xul is menus.js already included?
19:33:32 <flo> Ruyan: Fix ALL the errors you see in your terminal before trying to call anything.
19:34:03 <flo> ignoring the errors is wasting both your and our time!
19:34:17 <Ruyan> I know :(
19:34:46 <Ruyan> but don't know why
19:34:59 <Ruyan> yield aEnumerator.getNext(); it's should works
19:38:05 <Ruyan> need to define js as version 1.7?
19:42:17 <Mic>  /nick Mic|away
19:42:23 * Mic is now known as Mic|away
20:10:44 <-- tymerkaev has quit (Connection reset by peer)
20:44:04 <Ruyan> What this line do? Components.utils.import("resource://app/modules/imWindows.jsm");
20:56:53 <Ruyan> flo: I defined js as version 1.7 and then no more missing ; statement error, but WARNING: NS_ENSURE_TRUE(!mInitialized) failed: file /home/ruan/instantbird/purple/purplexpcom/src/purpleCoreService.cpp, line 179
20:57:11 <Ruyan> when I want open blist.xul
20:59:14 <Ruyan> It means CoreService is initialized?
21:04:53 <flo> Ruyan: yes
21:06:05 <Ruyan> but i didn't call this twice :(
21:07:59 <Ruyan> last thing, why cannot call from blist.js function menus.account(), I added menus.js in blist.xul
21:12:05 --> Samy has joined #instantbird
21:14:02 * Samy Discounts!! Our Special Limited Time Offers Up To May,22!!! Brand New! Notebooks,Plasma and LCD TV's. Buy your electronic needs at our unique prices. Laptop Sony VAIO® VGN-FW590FFD-575,57$!!!Apple MacBook® Air MC234LL/A-695,27$!!! h t t p : / / w w w . e l p l a c e . c o m /
21:14:44 <-- Samy has quit (Z:lined (diaf))
21:17:21 --> Ornthalas has joined #instantbird
21:53:46 <flo> good night :)
22:14:33 <-- Mic|away has quit (Quit: Instantbird 0.2pre)
22:22:50 <-- Ruyan has quit (Quit: Ex-Chat)
22:34:23 <-- DGMurdockIII has quit (Quit: get satisfied! • :: www.unitedservers.de ««« (Gamers.IRC) »»» gamersirc.net ::)
23:12:04 --> vicnet has joined #instantbird
23:56:07 <-- Ornthalas has quit (Quit: KTHXBYE)