IRC log of webperf on 2011-05-18
Timestamps are in UTC.
- 19:53:14 [RRSAgent]
- RRSAgent has joined #webperf
- 19:53:15 [RRSAgent]
- logging to http://www.w3.org/2011/05/18-webperf-irc
- 19:53:24 [JatinderMann]
- rrsagent, set logs world-visible
- 19:53:31 [JatinderMann]
- scribe: JatinderMann
- 19:53:41 [JatinderMann]
- meeting: Web Performance WG Teleconference #33 Agenda 2011-05-18
- 19:53:52 [JatinderMann]
- agenda: http://lists.w3.org/Archives/Public/public-web-perf/2011May/0079.html
- 19:54:00 [JatinderMann]
- agenda+ 1. Feedback and discussion on Resource Timing updates.
- 19:54:04 [JatinderMann]
- agenda+ 2. Feedback and discussion on User Timing updates.
- 19:54:09 [JatinderMann]
- agenda+ 3. Feedback and discussion on Page Visibility privacy concerns.
- 19:54:13 [JatinderMann]
- agenda+ 4. Feedback and discussion on requestAnimationFrame.
- 19:54:17 [JatinderMann]
- zakim, save
- 19:54:17 [Zakim]
- I don't understand 'save', JatinderMann
- 19:54:35 [JatinderMann]
- present+ JatinderMann
- 19:54:41 [JatinderMann]
- present+ NicJansma
- 19:54:45 [JatinderMann]
- present+ Jason Weber
- 20:03:13 [Christian]
- Christian has joined #webperf
- 20:03:34 [JatinderMann]
- present+ Christian
- 20:03:38 [JatinderMann]
- present+ JamesS
- 20:03:51 [JatinderMann]
- present+ Anne
- 20:04:15 [JatinderMann]
- present+ Zhiheng
- 20:04:57 [zhihengw]
- zhihengw has joined #webperf
- 20:05:48 [tonyg]
- tonyg has joined #webperf
- 20:05:56 [JatinderMann]
- Present+ Tony
- 20:06:01 [JatinderMann]
- move to agenda 1
- 20:06:53 [JatinderMann]
- Jatinder: Per last week’s action items, Resource Timing Section 4.1 has been updated with reference to SVG, Section 4.2 now refers to “in-memory browser cache, Section 4.3 definitions of redirectStart and redirectEnd have been updated to refer to Timing-Allow-Origin, step 5 of the processing model has been updated to refer to Timing-Allow-Origin.
- 20:07:03 [JatinderMann]
- close ACTION-27
- 20:07:03 [trackbot]
- ACTION-27 Update the first example in Section 4.2 to make the cache item clear. closed
- 20:07:07 [JatinderMann]
- close ACTION-28
- 20:07:07 [trackbot]
- ACTION-28 Add SVG to Section 4.1 closed
- 20:07:12 [JatinderMann]
- close ACTION-29
- 20:07:12 [trackbot]
- ACTION-29 Update Section 4.3 and Processing Model to refer to Timing-Allow-Origin header section. closed
- 20:07:23 [JatinderMann]
- Jatinder: I have also updated Section 1 Introduction. Is there any feedback on these changes?
- 20:08:18 [JatinderMann]
- Chrisitian: Should assign a function directly instead of an anonymous function.
- 20:08:23 [JatinderMann]
- Jatinder: Let’s review Tony’s Resource Timing feedback: http://lists.w3.org/Archives/Public/public-web-perf/2011May/0078.html
- 20:09:26 [JatinderMann]
- Tony: Let's call out DataURI out in the example as not being reported.
- 20:09:32 [JatinderMann]
- Nic: Agreed, that's what we were thinking too.
- 20:12:09 [tonyg]
- http://dev.w3.org/html5/spec/Overview.html#fetch
- 20:12:30 [simonjam]
- simonjam has joined #webperf
- 20:13:14 [JatinderMann]
- Tony: I feel that the processing model should call out which resources should or shouldn't be included. Like the HTML5 Fetch spec.
- 20:14:39 [JatinderMann]
- ACTION Jatinder to update the processing model to make it more clear which resources are included or not included.
- 20:14:40 [trackbot]
- Created ACTION-30 - Update the processing model to make it more clear which resources are included or not included. [on Jatinder Mann - due 2011-05-25].
- 20:16:26 [JatinderMann]
- Tony: For examples, plugins aren't clear in the spec whether they do include resources or not.
- 20:17:17 [JatinderMann]
- Jatinder: We can update the spec around plugins to make it more clear.
- 20:17:34 [JatinderMann]
- Tony: What is the rationale for basing the type attribute on the initiator element rather than content-type of the resource?
- 20:18:23 [JatinderMann]
- Nic: If you only know the content type, it may not be clear where the resource came from. For example, XHR may cause a fetch of various types of resources. Without the intiator type, it may not be clear where the resources came from.
- 20:18:42 [JatinderMann]
- Christian: With images the content-type could be misleading.
- 20:19:35 [JatinderMann]
- Nic: Content-type is not available to script at all today. Not sure what the security background here is.
- 20:20:20 [JatinderMann]
- Tony: It makes sense to have the intiator type, based on this conversation.
- 20:20:33 [JatinderMann]
- Nic: We will send an email to the thread to make this point clear.
- 20:21:29 [JatinderMann]
- Tony: Video can add a resource with two ways, via the poster or source. Maybe it maybe fine to have both come from video intiator.
- 20:23:56 [JatinderMann]
- Tony: While we are fetching a resource that has a redirect, we could begin populating the attributes, but after the redirect occurs we would go back and make changes. It could be weird if someone would reference that in the meanwhile. For NT, javascript doesn't have a chance to observe things until the end. We should carefully think about when we want to populate things.
- 20:24:18 [JatinderMann]
- ...Another thing to consider, we may or may not want this interface to be abused as a download progress API
- 20:28:01 [JatinderMann]
- Nic: Our two options are to either add the attribute values after the download occurs at the end of the array, or write '0' values and then expose it in the very end.
- 20:29:02 [JatinderMann]
- Tony: There could be a usecase where a resource fails to download, and you would like to see which phase does the resource fail at.
- 20:29:10 [JatinderMann]
- Jatinder: Sounds like a good use case.
- 20:29:48 [JatinderMann]
- Zhiheng: If the download takes too long and fetchStart has started, but there is no fetchEnd, what should we see?
- 20:30:10 [JatinderMann]
- Nic: Either '0's or no values.
- 20:30:22 [JatinderMann]
- Jatinder: I like the '0's because it implies something is outstanding.
- 20:30:31 [JatinderMann]
- Zhiheng: That feels good to me.
- 20:31:08 [JatinderMann]
- Tony: I don't feel strongly. If something is in the array, they should be accurate when written. The way our network works, we fill in things as they occur anyway.
- 20:32:06 [JatinderMann]
- Christian: We should keep an integer, like zero, there as a return value.
- 20:35:22 [JatinderMann]
- Chrisitan: What about using something like -1?
- 20:35:36 [JatinderMann]
- Jatinder: Since 0 collides with the cross domain case, we should either use something clearly undefined, like -1, or do not add until we are done.
- 20:35:59 [JatinderMann]
- Tony: Since the data is defined as unsigned, maybe that means we should stick with not adding until we are done.
- 20:36:12 [JatinderMann]
- Nic: That will make the processing model easier too.
- 20:39:10 [JatinderMann]
- Jatinder: We can take a stab at this in our processing model action item, and discuss this further on the mailing list.
- 20:40:17 [JatinderMann]
- Zhiheng: resourceStart starts when the resources has been queued to download.
- 20:40:25 [JatinderMann]
- Jatinder: We can update the text here.
- 20:41:38 [JatinderMann]
- Jatinder: Let's discuss the onbufferful attribute. Tony mentioned whether we need this handler. Considering user agents can change the default size, a web developer may find this event useful. Otherwise, the web developer will need to explicitly set the maximum buffer size.
- 20:42:00 [JatinderMann]
- Tony: I'm not clear if the buffer is defined as a circular buffer or are resources dropped once it is filled.
- 20:42:20 [JatinderMann]
- Nic: We have defined this not as a circular buffer. Resources get dropped once the buffer is full.
- 20:46:05 [JatinderMann]
- Tony: One usecase could be setting the buffer to size 1, and then use the onbufferful event to know when the resources are getting downloaded.
- 20:49:40 [JatinderMann]
- Jatinder: We will update the spec with the rest of the smaller feedback points.
- 20:49:44 [JatinderMann]
- move to agenda 2
- 20:50:01 [JatinderMann]
- Jatinder: Let’s review Tony’s User Timing feedback: http://lists.w3.org/Archives/Public/public-web-perf/2011May/0081.html
- 21:00:10 [JatinderMann]
- Jatinder: Considering we plan to go to FPWD for Resource Timing by next Wednesday, we will aim to have these changes made available this week.
- 21:00:19 [JatinderMann]
- move to agenda 3
- 21:03:53 [heycam]
- Zakim, who is on the call?
- 21:03:53 [Zakim]
- sorry, heycam, I don't know what conference this is
- 21:03:54 [Zakim]
- On IRC I see tonyg, RRSAgent, Zakim, JatinderMann, trackbot, heycam
- 21:03:59 [heycam]
- Zakim, this is WPERF
- 21:03:59 [Zakim]
- ok, heycam; that matches RWC_web-per(WPWG)4:00PM
- 21:04:07 [heycam]
- Zakim, who is on the call?
- 21:04:07 [Zakim]
- On the phone I see [Microsoft], ??P0
- 21:04:11 [heycam]
- Zakim, ??P0 is me
- 21:04:11 [Zakim]
- +heycam; got it
- 21:04:39 [JatinderMann]
- present+ Cameron
- 21:05:44 [JatinderMann]
- Jatinder: I have made updates to the Page Visibility spec, per my mail on the mailing list: http://lists.w3.org/Archives/Public/public-web-perf/2011May/0063.html
- 21:05:58 [JatinderMann]
- Jatinder: Let’s discuss Page Visibility privacy concerns
- 21:06:02 [JatinderMann]
- Topic: Page Visibility Privacy Concerns
- 21:06:45 [JatinderMann]
- Jatinder: To recap, the privacy concern is that web applications can better deterministically know whether you are viewing their content then they could have done before.
- 21:06:50 [JatinderMann]
- Jatinder: Using window.onfocus and window.onblur already gives a website a good indication of the user presence. Page Visibility will give a more accurate indication of user presence; Page Visibility will correctly return the User agent is visible in the case that it is not minimized and another application is in focus, whereas onfocus and onblur won’t.
- 21:07:27 [JatinderMann]
- Jatinder: Our options are as so: (1) Determine that Page Visibility doesn’t significantly increase the privacy issue that is already present, (2) Allow User agents to specify a setting to disable Page Visibility APIs, (3) Page Visibility should be limited to same-origin unless specified via a meta-tag, (4) a combination of options 2 and 3.
- 21:08:17 [JatinderMann]
- Jatinder: I would argue against option 3. The convention is to allow scripts added to a page to have full access to properties on window/document; they are treated as if they were same origin scripts. For example, today a x-domain script added to a page has access to window.onfocus and window.onblur. We shouldn’t change this behavior.
- 21:11:38 [JatinderMann]
- Jatinder: Let's follow up on the mailing list with these two proposals and close on the list, as we don't have all concerned parties here.
- 21:12:08 [JatinderMann]
- move to agenda 4
- 21:12:45 [JatinderMann]
- Jatinder: As we have been evaluating this spec, the concept of a window.animationStartTime seems like a very reasonable property to standardize. This property will allow all animations to have the same starting point. Without standardizing this property, web developers will be forced to Date.now().
- 21:14:41 [JatinderMann]
- Jatinder: We think that both window.animationStartTime and the requestAnimationFrame() callback timestamp should be implemented as monotonically increasing clocks, in UTC format with millisecond resolution.
- 21:17:05 [JatinderMann]
- http://www.w3.org/2010/webperf/track/actions
- 21:18:13 [JatinderMann]
- Action Cameron to consider including window.animationStartTime and the requestAnimationFrame() callback timestamp as monotonically increasing clocks, in UTC format with millisecond resolution.
- 21:18:13 [trackbot]
- Created ACTION-31 - Consider including window.animationStartTime and the requestAnimationFrame() callback timestamp as monotonically increasing clocks, in UTC format with millisecond resolution. [on Cameron McCormack - due 2011-05-25].
- 21:18:38 [Zakim]
- -[Microsoft]
- 21:18:40 [Zakim]
- -heycam
- 21:18:41 [Zakim]
- RWC_web-per(WPWG)4:00PM has ended
- 21:18:43 [Zakim]
- Attendees were [Microsoft], +1.650.214.aaaa, +1.650.691.aabb, +44.207.184.aacc, [Google], heycam
- 21:25:54 [JatinderMann]
- rrsagent, stop log
- 21:25:54 [RRSAgent]
- I'm logging. I don't understand 'stop log ', JatinderMann. Try /msg RRSAgent help
- 21:26:07 [JatinderMann]
- rrsagent, create minutes
- 21:26:07 [RRSAgent]
- I have made the request to generate http://www.w3.org/2011/05/18-webperf-minutes.html JatinderMann