/irc-logs / w3c / #webapps / 2008-09-26 / end
Options:
- # Session Start: Fri Sep 26 00:00:00 2008
- # Session Ident: #webapps
- # [00:18] * Quits: aroben (aroben@71.58.76.69) (Connection reset by peer)
- # [00:29] * Quits: heycam (cam@203.217.88.112) (Quit: bye)
- # [01:14] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [01:43] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
- # [01:44] * Joins: marcos (marcos@87.196.174.22)
- # [01:52] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
- # [01:53] * Joins: marcos (marcos@87.196.174.22)
- # [01:54] * Joins: heycam (cam@130.194.72.84)
- # [02:22] * Joins: mjs_ (mjs@17.244.16.193)
- # [02:23] * Quits: mjs (mjs@17.203.14.158) (Connection reset by peer)
- # [02:23] * Joins: mjs (mjs@17.203.14.158)
- # [02:25] * Quits: mjs_ (mjs@17.244.16.193) (Ping timeout)
- # [02:32] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
- # [02:36] * Quits: smaug (chatzilla@91.154.40.198) (Quit: ChatZilla 0.9.83 [Firefox 3.1b1pre/20080914212630])
- # [02:43] * Joins: marcos (marcos@87.196.174.22)
- # [02:44] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
- # [03:28] * Joins: harry (kcome@58.213.221.83)
- # [03:34] * Joins: marcos (marcos@87.196.174.22)
- # [03:36] <marcos> Timeless, can you please keep pushing Roy Fielding? (and make sure you CC the WebApps list).
- # [03:42] <marcos> mjs, great work on Acid3 :)
- # [03:42] <mjs> marcos: thanks, though I can't claim most of the credit
- # [03:44] <marcos> Well, congrats to all the Webkit developers then... and thank you for posting the news :)
- # [03:56] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
- # [05:21] * Joins: mjs_ (mjs@17.203.14.158)
- # [05:21] * Quits: mjs (mjs@17.203.14.158) (Connection reset by peer)
- # [06:58] * Quits: mjs_ (mjs@17.203.14.158) (Connection reset by peer)
- # [06:59] * Joins: mjs (mjs@17.244.16.193)
- # [07:12] * Quits: mjs (mjs@17.244.16.193) (Connection reset by peer)
- # [08:32] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [08:35] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Client exited)
- # [08:38] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [08:47] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
- # [08:48] * Joins: mjs (mjs@69.181.42.194)
- # [08:49] * Joins: mjs_ (mjs@69.181.42.194)
- # [08:49] * Quits: mjs (mjs@69.181.42.194) (Connection reset by peer)
- # [09:00] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [09:45] * Joins: heycam (cam@203.217.88.112)
- # [10:46] * Joins: tlr (tlr@128.30.52.30)
- # [10:53] * Joins: smaug (chatzilla@91.154.40.198)
- # [12:04] * Quits: mjs_ (mjs@69.181.42.194) (Ping timeout)
- # [12:13] * Quits: anne (annevk@213.236.208.22) (Client exited)
- # [12:14] * Joins: anne (annevk@213.236.208.22)
- # [12:16] * Joins: ArtB (ce846302@128.30.52.43)
- # [12:36] <smaug> anne: FYI in gecko the constructor of XHR is bound to a window
- # [12:40] <anne> so how would the examples work?
- # [12:40] <anne> and how would we define it in the spec?
- # [12:42] <smaug> anne: at some point it was defined so that XHR is bound to a window, right?
- # [12:49] <anne> bound to the window it was constructed upon
- # [12:49] <anne> the problem is what Sam came up with examples where it was not constructed on a window
- # [12:50] <smaug> what was such example?
- # [12:51] <smaug> well, in gecko we do support such thing too
- # [12:51] <smaug> and then it is bound to the script context
- # [12:51] <anne> ah
- # [12:51] <anne> hmm
- # [12:51] <smaug> or, if really needed, in C++ (without any JS) one can pass the right principals etc
- # [12:51] <smaug> but that is gecko internal
- # [12:52] <anne> http://www.w3.org/2008/webapps/track/issues/75 has samples
- # [12:53] <smaug> I saw those
- # [12:53] <smaug> I need to do some testing
- # [12:54] <smaug> but IIRC because the constructor is bound to the window, moving constructor doesn't change anything
- # [12:54] <smaug> s/moving/copying/ to some other object
- # [12:57] * Joins: mjs (mjs@69.181.42.194)
- # [13:09] * Quits: gavin (gavin@63.245.208.169) (Ping timeout)
- # [13:10] <smaug> anne: verified. Moving the constructor doesn't change anything in gecko
- # [13:11] <smaug> anne: so should the spec say that the constructor is bound to ...
- # [13:11] <mjs> smaug: did you test in IE?
- # [13:11] <smaug> no
- # [13:11] <smaug> it doesn't run on linux ;)
- # [13:11] <mjs> I think that's the unknown quantity
- # [13:11] <mjs> we're happy to do whatever (more or less) in WebKit
- # [13:13] * Joins: gavin (gavin@63.245.208.169)
- # [13:26] <anne> if someone has a URI I can figure out the rest
- # [13:26] <anne> well, except for spec phrasing
- # [13:26] <anne> but i can get IE results
- # [13:29] * ArtB wonders if any MS guys are in this channel atm
- # [13:32] * Quits: anne (annevk@213.236.208.22) (Client exited)
- # [13:32] * Joins: anne (annevk@213.236.208.22)
- # [13:47] * Joins: timeless (timeless@65.75.195.122)
- # [13:47] <timeless> help?
- # [13:47] <timeless> i'm not an 'ac rep', right?
- # [13:48] * timeless is trying to fill in the tpac registration
- # [13:48] <mjs> timeless: if you were one, you would know
- # [13:48] <mjs> generally there is one per org
- # [13:48] <mjs> I believe dbaron is mozilla's AC rep
- # [13:48] <anne> ArtB is your AC rep, timeless
- # [13:48] <timeless> ok
- # [13:48] <timeless> so why is this form bothering me w/ irrelevant stuff?
- # [13:48] <ArtB> timeless, what's the prob?
- # [13:48] <timeless> trying to figure ou the form
- # [13:48] <timeless> http://www.w3.org/2002/09/wbs/35125/TPAC2008/
- # [13:49] <timeless> i guess i can basically attend the
- # [13:49] <timeless> 10. Wednesday 22 October Technical Plenary Attendance
- # [13:49] <timeless> 11. Wednesday 22 October Technical Plenary Reception Attendance
- # [13:49] <timeless> bits?
- # [13:49] <ArtB> what about WebApps/Widgets Oct 20 and 21?
- # [13:50] <timeless> i already checked those in 5 and 6
- # [13:50] <ArtB> good
- # [13:50] <timeless> what about 12. Thursday 23 October All Group Meetings Attendance
- # [13:50] <timeless> note: i have to call for a taxi *now* i think
- # [13:50] <timeless> flight's @4p
- # [13:50] <timeless> it's 2:45pm now
- # [13:50] <timeless> and i'm not packed
- # [13:51] <ArtB> check the list of WGs on thur and friday
- # [13:51] <timeless> htmlwg ~ html5?
- # [13:51] <ArtB> yes, afaik
- # [13:52] <timeless> ok, i'll mark that for thur/fri
- # [13:52] <ArtB> yeah; you can always pull a "no show"
- # [13:52] <timeless> ok, what about the hotel
- # [13:52] <ArtB> I wouldn't count on a registration extension
- # [13:52] <timeless> is there a cheap recommonation?
- # [13:53] <ArtB> the hotel reservation is done separately
- # [13:53] <timeless> 15. Hotel requirements
- # [13:53] <ArtB> and it ain't cheap :-(
- # [13:53] <timeless> Will you stay at the Pullman Cannes Mandelieu Royal Casino?
- # [13:53] <timeless> choose one
- # [13:53] <timeless> i guess i mark no
- # [13:53] <ArtB> yes
- # [13:53] <timeless> Your answers have been successfully registered, thank you.
- # [13:53] <ArtB> cool; now get that taxi :-)!
- # [13:54] <timeless> yeah
- # [13:54] <timeless> bye
- # [13:54] * Quits: mjs (mjs@69.181.42.194) (Ping timeout)
- # [14:01] * Joins: mjs (mjs@69.181.42.194)
- # [14:43] * Joins: marcos (marcos@87.196.174.22)
- # [15:05] * Joins: mjs_ (mjs@69.181.42.194)
- # [15:05] * Quits: mjs (mjs@69.181.42.194) (Connection reset by peer)
- # [16:23] * Joins: aroben (aroben@71.58.76.69)
- # [16:26] * ArtB is now known as ArtB_
- # [16:35] <anne> wow, encoding messed up again on http://www.w3.org/TR/WebIDL/
- # [16:36] <anne> really, people should stop using non-ASCII characters and just switch to entities
- # [16:37] * Quits: harry (kcome@58.213.221.83) (Ping timeout)
- # [16:43] <marcos> Just switch you browser to UTF8, and all is good.
- # [16:45] <marcos> The problem is that the W3C server is not serving the thing as application/xhtml+xml.
- # [16:52] <mjs_> the problem is that it's not serving a charset with the content-type
- # [16:52] * mjs_ is now known as mjs
- # [17:10] * Joins: inimino_ (weechat@67.207.138.202)
- # [17:17] * Quits: inimino_ (weechat@67.207.138.202) (Quit: WeeChat 0.2.1)
- # [17:18] * Quits: inimino (weechat@67.207.138.202) (Quit: WeeChat 0.2.1)
- # [17:18] * Joins: inimino (weechat@67.207.138.202)
- # [17:20] <marcos> mjs, that too :)
- # [17:49] * ArtB_ is now known as ArtB
- # [17:58] * Joins: mjs_ (mjs@69.181.42.194)
- # [17:58] * Quits: mjs (mjs@69.181.42.194) (Connection reset by peer)
- # [18:41] * Quits: mjs_ (mjs@69.181.42.194) (Ping timeout)
- # [18:52] * Joins: mjs (mjs@69.181.42.194)
- # [19:21] * Joins: inimino_ (weechat@67.207.138.202)
- # [19:21] * Quits: inimino (weechat@67.207.138.202) (Quit: WeeChat 0.2.1)
- # [19:23] * inimino_ is now known as inimino
- # [19:52] * Quits: mjs (mjs@69.181.42.194) (Quit: mjs)
- # [20:48] * tlr is now known as tlr-off
- # [21:05] * tlr-off is now known as tlr
- # [21:22] * Joins: mjs (mjs@17.203.14.158)
- # [21:48] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [21:56] * Joins: tlr (tlr@128.30.52.30)
- # [21:58] * Quits: ArtB (ce846302@128.30.52.43) (Quit: CGI:IRC)
- # [22:18] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [22:54] * Quits: aroben (aroben@71.58.76.69) (Connection reset by peer)
- # [23:18] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
- # [23:28] * Joins: aroben (adamroben@68.63.174.35)
- # Session Close: Sat Sep 27 00:00:00 2008
The end :)