public-webapps-github@w3.org from March 2015 by thread

[streams] Implement teeing, plus a bunch of stage-setting tweaks (#311) Domenic Denicola (Tuesday, 31 March)

[permissions] Fix typo around Promise.all (#21) Domenic Denicola (Tuesday, 31 March)

[permissions] Version of the API that should be simple, extensible and ready for MVP. (#20) Mounir Lamouri (Tuesday, 31 March)

[fetch] Clear response body under certain conditions (#31) Anne van Kesteren (Tuesday, 31 March)

Re: [ServiceWorker] Serialize the steps of Update/Install/Activate algorithms instead of running them 'atomically' in parallel. (240054c) Jungkee Song (Tuesday, 31 March)

[ServiceWorker] Service Worker doesn't catch favicon requests (#668) Lewis Phạm (Tuesday, 31 March)

[ServiceWorker] Service Worker doesn (#667) Lewis Phạm (Tuesday, 31 March)

[manifest] Support for Actionable Notifications in the manifest (#347) Rahul Ravikumar (Tuesday, 31 March)

[streams] Introduce readable stream controller class (#310) Domenic Denicola (Tuesday, 31 March)

[fetch] Add support for federated token binding to fetch (#30) balfanz (Monday, 30 March)

[streams] Making the "queue manipulator (#309) Domenic Denicola (Monday, 30 March)

[manifest] The use of the `.manifest` file extension may be problematic / confusing ? (#346) Cătălin Mariș (Monday, 30 March)

Re: [push-api] Push events should Soft Update service worker (#115) Jake Archibald (Monday, 30 March)

[streams] ReadableStream.getReader name is a bit misleading (#308) youennf (Monday, 30 March)

[ServiceWorker] Not Found Error instead of undefined response (#666) Lewis Phạm (Monday, 30 March)

[manifest] difference between lang and default_locale (#345) Walle Cyril (Monday, 30 March)

[ServiceWorker] what should Cache put operations do if the body errors out after resolving promise? (#665) Ben Kelly (Friday, 27 March)

[fetch] consider different default context value than "fetch" for new Request() (#29) Ben Kelly (Friday, 27 March)

[ServiceWorker] Cache should sanitize the stored Request in put/add/addAll (#664) Ben Kelly (Friday, 27 March)

[fetch] Deprecate fetch (#28) Arthur Stolyar (Friday, 27 March)

[manifest] Add related_applications and prefer_related_applications. (#344) Mounir Lamouri (Thursday, 26 March)

[streams] consider allowing a stream to be removed from a pipeline (#307) Ben Kelly (Thursday, 26 March)

Re: [ServiceWorker] service-worker.d.ts.... (#576) wintersommer (Thursday, 26 March)

Re: [screen-orientation] Natural shouldn't be equivalent to *-secondary. Fixes #83 (#84) Mounir Lamouri (Thursday, 26 March)

Re: [screen-orientation] The orientation type 'Natural' should only lock to x-primary (#83) Mounir Lamouri (Thursday, 26 March)

[fetch] Aborting a fetch (#27) Anne van Kesteren (Thursday, 26 March)

[fetch] URLs with username/password (#26) hiroshige-g (Thursday, 26 March)

[ServiceWorker] Remove "parsed" state mention (#663) Fernando Jiménez Moreno (Thursday, 26 March)

Re: [ServiceWorker] Backpressure on fetch integrated with Streams (#452) Yutaka Hirano (Thursday, 26 March)

[permissions] Add Promise.all() example for multiple queries (#19) Mounir Lamouri (Wednesday, 25 March)

[push-api] Nit: Any -> any (#133) Nikhil Marathe (Wednesday, 25 March)

[manifest] Add requirements when the Manifest is used by crawlers (#343) Mounir Lamouri (Wednesday, 25 March)

[permissions] Have an instance of Permissions on Navigator and WorkerNavigator. (#18) Mounir Lamouri (Wednesday, 25 March)

Re: [streams] Defined behavior of each method on ByobByteStreamReader without detailed algorithm (5056a21) Yutaka Hirano (Wednesday, 25 March)

[push-api] Describe process for subscription updates (#132) Martin Thomson (Wednesday, 25 March)

[push-api] Add a PushSubscriptionOptions dictionary with a userVisible option. (#131) Peter Beverloo (Tuesday, 24 March)

Re: [streams] can streams be transferred via postMessage()? (#276) Ben Kelly (Tuesday, 24 March)

[manifest] typo found (#342) Walle Cyril (Tuesday, 24 March)

[streams] Made "Multiple readers can access the stream in sequence" test robust (#306) Xabier Rodríguez (Tuesday, 24 March)

[ServiceWorker] Equivalent of Shared Worker Port in Service Worker? (#662) Hawk (Tuesday, 24 March)

[ServiceWorker] Do we need InstallEvent's activeWorker? (#661) Kenji Baheux (Tuesday, 24 March)

[ServiceWorker] Service Worker constructor instead of navigator.serviceWorker (#660) Hawk (Tuesday, 24 March)

[ServiceWorker] A worker that fails to activate should relinquish its controllees (#659) Matt Falkenhagen (Tuesday, 24 March)

[manifest] Incorrect argument (#341) Giovanni Ortuno (Monday, 23 March)

[manifest] Are "hosted apps" in scope? (#340) Marcos Caceres (Monday, 23 March)

[manifest] Graceful handling of no network connectivity in hosted apps (#339) David Von Lehman (Monday, 23 March)

[streams] Implementation of net.Socket (#305) Trevor Norris (Monday, 23 March)

[ServiceWorker] https should not be mandatory (#658) Hawk (Monday, 23 March)

Re: [ServiceWorker] "conforming to ECMAScript 6 Map objects"? (#491) Jungkee Song (Monday, 23 March)

Re: [ServiceWorker] Resources shared across documents controlled by different service workers (#244) Jungkee Song (Monday, 23 March)

[streams] Performance Check vs. Node Streams (#304) Bradley Meck (Friday, 20 March)

Re: [permissions] Permission states (#3) Mounir Lamouri (Friday, 20 March)

Re: [permissions] Redundant assertion (#2) Mounir Lamouri (Friday, 20 March)

[manifest] i18n: No localization model (#338) Kenneth Rohde Christiansen (Friday, 20 March)

[manifest] i18n: No localized examples (#337) Kenneth Rohde Christiansen (Friday, 20 March)

[manifest] i18n: No means of obtaining correctly localized manifest (#336) Kenneth Rohde Christiansen (Friday, 20 March)

[manifest] i18n: No language metadata for 'name' (#335) Kenneth Rohde Christiansen (Friday, 20 March)

[manifest] No direction metadata for 'name' (#334) Kenneth Rohde Christiansen (Friday, 20 March)

Re: [streams] Update ReadableByteStream to follow the style rule employed for the main... (#283) Domenic Denicola (Friday, 20 March)

[fetch] Distinguishing between errors (#25) David Frank (Friday, 20 March)

[spec-reviews] Update CSS Regions.md (#48) Alex Russell (Thursday, 19 March)

[spec-reviews] Revise CSS regions draft based on outcome of 19-March discussion (#47) Daniel Appelquist (Thursday, 19 March)

Re: [fetch] Add timeout option (#20) Alexander Abashkin (Thursday, 19 March)

Re: [ServiceWorker] Allowing multiple scopes (& should scopes be primary key?) (#566) Ben Kelly (Thursday, 19 March)

[streams] Throw on underlying source double-close or double-error (#303) Domenic Denicola (Thursday, 19 March)

Re: [streams] Define "tee"ing a stream (#271) Takeshi Yoshino (Thursday, 19 March)

Re: [push-api] Consider exposing meta-information on push message (#81) rektide (Wednesday, 18 March)

[streams] First draft at tee algorithms, for critique (#302) Domenic Denicola (Wednesday, 18 March)

Re: [streams] Move algorithms to Ecmarkup/Ecmarkdown (02e0a64) Domenic Denicola (Wednesday, 18 March)

[streams] Generalized and precise flow/buffer control (#301) Takeshi Yoshino (Wednesday, 18 March)

[ServiceWorker] Pattern for handling fingerprinted assets? (#657) .DS_Storoz (Wednesday, 18 March)

[push-api] Straw man for encryption (#130) Martin Thomson (Wednesday, 18 March)

[push-api] Move to using just endpoint (#129) Martin Thomson (Tuesday, 17 March)

[push-api] Delete the 'master' branch please (#127) Martin Thomson (Tuesday, 17 March)

[push-api] Push service definition (#128) Martin Thomson (Tuesday, 17 March)

[push-api] Fixing definition of push message (#126) Martin Thomson (Tuesday, 17 March)

[ServiceWorker] should Cache support VARY:*,otherheader or only VARY:* (#656) Ben Kelly (Tuesday, 17 March)

[gamepad] Specification (#1) Piotr Kowalski (Tuesday, 17 March)

Re: [manifest] Clarified opening deep link (closes #301) (#302) Kenneth Rohde Christiansen (Tuesday, 17 March)

Re: [spec-reviews] CSS Regions Review Draft (#44) Daniel Appelquist (Tuesday, 17 March)

Re: [ServiceWorker] Add Quota Management APIs to the SW Global Execution Scope (#229) Anne van Kesteren (Tuesday, 17 March)

Re: [ServiceWorker] Interacting with HTTP/2 push (#215) Anne van Kesteren (Tuesday, 17 March)

Re: [ServiceWorker] Define security policy (#113) Anne van Kesteren (Tuesday, 17 March)

[ServiceWorker] HEAD request on Cache API should not return response with body (#655) Anne van Kesteren (Tuesday, 17 March)

[manifest] Echidna (#333) Marcos Caceres (Tuesday, 17 March)

Re: [streams] ReadableByteStreams: missing APIs (#176) Takeshi Yoshino (Tuesday, 17 March)

[streams] Byte streams (#300) Takeshi Yoshino (Tuesday, 17 March)

[push-api] Define a serializer for PushSubscription (#125) Peter Beverloo (Tuesday, 17 March)

Re: [streams] Do we need error-after-drain functionality? (#172) Takeshi Yoshino (Tuesday, 17 March)

Re: [manifest] Defined identity based on manifest URL (closes #272) (853182c) Janusz Majnert (Tuesday, 17 March)

[dom] Convert DOM to use bikeshed (#15) Anne van Kesteren (Tuesday, 17 March)

[dom] Indicate GitHub issues can now be used (#14) Anne van Kesteren (Tuesday, 17 March)

[permissions] Extensibility: make sure we have it right (#17) Mounir Lamouri (Tuesday, 17 March)

[permissions] Exposition (Window,Worker) should be explicit (#16) Mounir Lamouri (Tuesday, 17 March)

[permissions] Should we add a global change event? (#15) Mounir Lamouri (Tuesday, 17 March)

[permissions] Specify how to behave when an extended Permission dictionary doesn't match requirements (#14) Mounir Lamouri (Tuesday, 17 March)

[permissions] Should we have a more explicit enumerating process? (#13) Mounir Lamouri (Tuesday, 17 March)

[permissions] Should 'prompt' be renamed as 'default'? (#12) Mounir Lamouri (Tuesday, 17 March)

[permissions] Should Permissions be an interface with static objects? (#11) Mounir Lamouri (Tuesday, 17 March)

[ServiceWorker] Navigate and redirects (#654) Anne van Kesteren (Tuesday, 17 March)

Re: [manifest] Move to using Echidna (#315) Kenneth Rohde Christiansen (Tuesday, 17 March)

[streams] Add some more texts to Requirements.md about byte streams (#299) Takeshi Yoshino (Tuesday, 17 March)

Re: [streams] Byte streams: write up design rationales and vision for how they are used/what they enable (#177) Domenic Denicola (Tuesday, 17 March)

Re: [streams] Investigate (F)RP literature (#88) Domenic Denicola (Tuesday, 17 March)

Re: [streams] simpler, less stateful basic streams? (#104) Domenic Denicola (Tuesday, 17 March)

Re: [streams] Add BufferFeedableReadableByteStream (#282) Domenic Denicola (Tuesday, 17 March)

Re: [streams] Factor out portions of a test suite that can be run against already-constructed streams (#264) Domenic Denicola (Tuesday, 17 March)

Re: [streams] Requirement on promises equality (#266) Domenic Denicola (Tuesday, 17 March)

Re: [spec-reviews] http-problem (#37) Mark Nottingham (Tuesday, 17 March)

[fullscreen] Add transform:none to the UA style sheet (#1) Philip Jägenstedt (Tuesday, 17 March)

[spec-reviews] Fixed typos (#46) Marcos Caceres (Monday, 16 March)

[ServiceWorker] Remove ignoreMethod (#653) Ehsan Akhgari (Monday, 16 March)

Re: [selection-api] Selection.toString is under specified (#7) Viktor (Monday, 16 March)

[streams] Warning misbehaving underlying sources (#298) Takeshi Yoshino (Monday, 16 March)

Re: [streams] Initial job, with hacks, that seems to work! Some algorithms converted! (7937dc0) Domenic Denicola (Monday, 16 March)

[manifest] shouldn't the default scope be bounded? (#332) Kenneth Rohde Christiansen (Monday, 16 March)

Re: [ServiceWorker] Cancelling HTTP fetch (#592) Takeshi Yoshino (Monday, 16 March)

Re: [streams] Add readableAmount getter to ReadableByteStream (#279) Aaron (Saturday, 14 March)

[ServiceWorker] Association between a service worker and global objects (#652) Cătălin Badea (Friday, 13 March)

[fetch] Prevent modifying headers on Responses (#24) Nikhil Marathe (Friday, 13 March)

[fetch] Operate on internal response (#23) Anne van Kesteren (Friday, 13 March)

[manifest] For `lang`, add formal defintion of language tag (#331) Marcos Caceres (Friday, 13 March)

[manifest] Resolve start_url against manifest URL (#330) Ben Francis (Friday, 13 March)

Re: [manifest] Defined identiy based on manifest URL (closes #272) (27cdbb5) Janusz Majnert (Friday, 13 March)

[streams] getting and releasing reader (#297) Yutaka Hirano (Friday, 13 March)

Re: [ServiceWorker] Prefetch/prerender & Client id (#210) Kenji Baheux (Friday, 13 March)

[manifest] Defined identiy based on manifest URL (closes #272) (#329) Marcos Caceres (Thursday, 12 March)

[ServiceWorker] Response streaming and SW lifetime (#651) Anne van Kesteren (Thursday, 12 March)

Re: [streams] Is Node's "unshift" necessary? (#3) Domenic Denicola (Thursday, 12 March)

Re: [streams] Ensure the JS thread doesn't have to get hit when piping two streams to each other (#97) Domenic Denicola (Thursday, 12 March)

Re: [streams] Should readable streams start right away? (#269) Domenic Denicola (Thursday, 12 March)

[streams] Change the model for ReadableStream to have async read() (#296) Domenic Denicola (Thursday, 12 March)

[ServiceWorker] Send a changelog to the UA (#650) Brian Blakely (Wednesday, 11 March)

[push-api] Removed NoInterfaceObject from PushMessageData (closes #123) (#124) Marcos Caceres (Wednesday, 11 March)

[push-api] Remove [NoInterfaceObject] from PushMessageData (#123) Marcos Caceres (Wednesday, 11 March)

Re: [manifest] Define identity of a web app. (#272) Marcos Caceres (Wednesday, 11 March)

Re: [manifest] Integration with service workers (#161) Marcos Caceres (Wednesday, 11 March)

Re: [streams] Maybe giving async readInto (and read?) another shot (#290) Domenic Denicola (Wednesday, 11 March)

[streams] What types does ReadableByteStream's reader's read(x) accept and return? (#295) Domenic Denicola (Wednesday, 11 March)

[streams] What should we call ReadableByteStream.prototype.getBYOBReader()? (#294) Domenic Denicola (Wednesday, 11 March)

[streams] Why is the reference implementation calling promise callbacks synchronously? (#293) youennf (Wednesday, 11 March)

[streams] Do we need to pass enqueue and close as parameters to UnderlyingSource.pull? (#292) youennf (Wednesday, 11 March)

[manifest] add a license field (#328) Roger Meier (Wednesday, 11 March)

[ServiceWorker] Event queuing model for SW (#649) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] object/embed (#249) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] navigator.serviceWorker.postMessage should populate messageEvent.source & ports (#290) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] SW spec never hooks into the "runs a worker" term that the CSP spec uses to enforce CSPs (#378) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] ServiceWorker inherits from Worker (#410) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] ServiceWorkerClient can't be a MessageEvent.source because it's not a WindowProxy or MessagePort (#453) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] Relationship to Caches & ScriptCache in ServiceWorkerGlobalScope (#473) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] ServiceWorker's postMessage method is not defined (#479) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] "messaging occurs as per usual with Web Workers" (#484) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] Define environment settings object for service workers (#526) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] Drop client from fetchEvent/request? (#575) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] Add an API to take over uncontrolled pages (or pages controlled by another service worker) (#586) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] [[UpdateState]] does not define event loop (#481) Jungkee Song (Wednesday, 11 March)

Re: [ServiceWorker] How to set the client for the requests initiated from within user agent's internal context? (#615) Jungkee Song (Wednesday, 11 March)

[ServiceWorker] under what conditions should sandboxed iframes be intercepted? (#648) Ben Kelly (Wednesday, 11 March)

Re: [ServiceWorker] Cause a Content-Security-Policy: sandbox header to unregister the Service Worker at that scriptURL. (#389) Alex Russell (Tuesday, 10 March)

Re: [ServiceWorker] SW spec should expose Resource Timing and User Timing (#553) Ilya Grigorik (Tuesday, 10 March)

Re: [push-api] Add optional userVisibleOnly parameter to register & hasPermission (#87) Alex Russell (Tuesday, 10 March)

[streams] Test ReadableStream does not call pull multiple times after previous pull finishes is incorrectly specified. (#291) Xabier Rodríguez (Monday, 9 March)

[ServiceWorker] Should UUID for unique IDs be mandated? (#647) Joshua Bell (Monday, 9 March)

Re: [filesystem-api] Define AbortableProgressPromise (#2) Anne van Kesteren (Monday, 9 March)

[filesystem-api] Update links to subresources (#3) Anne van Kesteren (Monday, 9 March)

[ServiceWorker] openWindow(url)'s same origin check should be done against the origin of the final response's url? (#646) Jungkee Song (Monday, 9 March)

[permissions] Add getUserMedia permissions (#10) Mounir Lamouri (Sunday, 8 March)

Re: [manifest] A means to control the "theme color" (#225) Marcos Caceres (Saturday, 7 March)

Re: [manifest] Clarify display-mode relationship to iframes and legacy content (#309) Marcos Caceres (Saturday, 7 March)

Re: [webcomponents] inflexible extends as fixed element type (#33) Dimitri Glazkov (Saturday, 7 March)

[push-api] Allow UAs to unsubscribe offline "successfully" (#122) John Mellor (Friday, 6 March)

[webidl] Add a platform object [[Set]] internal method so we can have prototype setters show through even if an object has a named property of the same name and can have named creators work correctly on [OverrideBuiltins] objects even if thre is a property with the same name on the prototype. (#45) Boris Zbarsky (Friday, 6 March)

Re: [ServiceWorker] Can we replace event.default() with something less magic? (#607) Anne van Kesteren (Friday, 6 March)

[touch-events] Touch Event Extensions note should add arguments to CreateTouch (#12) Rick Byers (Friday, 6 March)

[touch-events] Define the ontouch* event handler attributes (#11) Philip Jägenstedt (Friday, 6 March)

Re: [manifest-csp] Minor editorial suggestion for Abstract (#7) Anssi Kostiainen (Friday, 6 March)

[touch-events] TouchEvent should have a constructor (#10) Rick Byers (Friday, 6 March)

Re: [manifest] Add theme_color member (closes #225) (c74ab60) Kenneth Rohde Christiansen (Friday, 6 March)

Re: [ServiceWorker] How do I get from a script to a service worker registration (#504) Anne van Kesteren (Friday, 6 March)

[ServiceWorker] FetchEvent not defined (#645) Anne van Kesteren (Friday, 6 March)

Re: [manifest] Manifest format should support some way of including a splash screen (#9) Marcos Caceres (Friday, 6 March)

Re: [manifest] Added lang member (closes #322) (cbd8343) Kenneth Rohde Christiansen (Friday, 6 March)

Re: [manifest] clarify display-mode and UAs and iframes (closes #309) (b517aef) Kenneth Rohde Christiansen (Friday, 6 March)

[manifest] Convert "Icon object" into a generic "image object" (#327) Marcos Caceres (Friday, 6 March)

[manifest] A way to link to related applications (#326) Marcos Caceres (Friday, 6 March)

Re: [ServiceWorker] Clients & postMessage (#609) Adria (Friday, 6 March)

[spec-reviews] permissions API (#45) Yan Zhu (Thursday, 5 March)

Re: [manifest] Add recommended width and height (#310) Marcos Caceres (Thursday, 5 March)

Re: [manifest] clarify display-mode and UAs and iframes (closes #309) (#318) Marcos Caceres (Thursday, 5 March)

[permissions] What should "retrieve the permission state" do for context related permissinos? (#9) Mounir Lamouri (Thursday, 5 March)

[permissions] What should "retrieve the permission state" do for pickers? (#8) Mounir Lamouri (Thursday, 5 March)

Re: [permissions] A "dismissed" state (#4) Mounir Lamouri (Thursday, 5 March)

Re: [permissions] Could we ask for several permissions at a time ? (#6) Mounir Lamouri (Thursday, 5 March)

Re: [permissions] Is `Permissions.get` the right name? (#5) Mounir Lamouri (Thursday, 5 March)

[webcomponents] Link to CSS Scoping module spec? (#37) sole (Thursday, 5 March)

[ServiceWorker] Should sync event target a specific server? (#644) Kenji Baheux (Thursday, 5 March)

Re: [manifest] Fixed scopeURL typo (closes #320) (cddb540) Marcos Caceres (Thursday, 5 March)

[manifest] Add theme_color member (closes #225) (#325) Marcos Caceres (Thursday, 5 March)

[push-api] How to handle service worker unregister? (#121) Matthew Gaunt (Wednesday, 4 March)

[push-api] pushsubscriptionchange - Initial feedback (#120) Matthew Gaunt (Wednesday, 4 March)

[manifest] Added lang member (closes #322) (#324) Marcos Caceres (Wednesday, 4 March)

[manifest] Add note about i18n (#323) Marcos Caceres (Wednesday, 4 March)

Re: [ServiceWorker] Why would `WindowClient` ever have `frameType` of `none`? (#632) Kenji Baheux (Wednesday, 4 March)

[manifest] Add a language tag (#322) Marcos Caceres (Wednesday, 4 March)

[manifest] Fixed scopeURL typo (closes #320) (#321) Marcos Caceres (Wednesday, 4 March)

[fetch] consider providing a json serializer for Request and Response (#22) Ben Kelly (Tuesday, 3 March)

Re: [streams] Prototyping several changes for better support for reading bytes (#287) Domenic Denicola (Tuesday, 3 March)

[manifest] Clarify "scope" in step #3 of Section 3 (#320) Arthur Barstow (Tuesday, 3 March)

Re: [packaging-on-the-web] Security use cases for packaging (#21) Lennie (Tuesday, 3 March)

Re: [touch-events] Note about PFWG's non-normative event mapping document (#4) Rick Byers (Tuesday, 3 March)

Re: [touch-events] Setup IRC hook for commits (#1) Rick Byers (Tuesday, 3 March)

[webcomponents] add autolinking as a preprocessor (#36) Robin Berjon (Tuesday, 3 March)

Re: [push-api] Permission checks in the push API (#75) millisecond (Tuesday, 3 March)

Re: [streams] Support reading bytes into buffers allocated by user code on platforms where only async read is available (#253) Takeshi Yoshino (Tuesday, 3 March)

Re: [streams] How will ReadableByteStream work with seekable resources? (#253) Takeshi Yoshino (Tuesday, 3 March)

Re: [streams] Change the model for ReadableStream to have async read() (#288) Takeshi Yoshino (Tuesday, 3 March)

[permissions] Renamed .get to .check (closes #5) (#7) Marcos Caceres (Tuesday, 3 March)

[manifest] Native API Permissions (#319) alxlu (Monday, 2 March)

Re: [webidl] Make the DOMException constructor accept a name (#22) Domenic Denicola (Monday, 2 March)

[push-api] Any implementation ? (#119) Filippos Vasilakis (Monday, 2 March)

[push-api] Push API should recommend implementing ServiceWorkerRegistration.showNotification (#118) John Mellor (Monday, 2 March)

Re: [packaged-webapps] NoInterfaceObject missing or in wrong path (#1) Janusz Majnert (Monday, 2 March)

Re: [streams] New proposal for byte stream uses cases (#289) Takeshi Yoshino (Monday, 2 March)

[ServiceWorker] Expose environment ids? (#643) Anne van Kesteren (Monday, 2 March)

Re: [ServiceWorker] ServiceWorker objects should have an .id (#635) Jungkee Song (Monday, 2 March)

Re: [ServiceWorker] client objects should have an .id (#634) Jungkee Song (Monday, 2 March)

Re: [manifest] i18n - RTL/LTR issues (#10) Marcos Caceres (Monday, 2 March)

Re: [ServiceWorker] Returning a FetchPromise from fetch() (#625) Tab Atkins Jr. (Sunday, 1 March)

Re: [streams] Operation stream (#287) Takeshi Yoshino (Sunday, 1 March)

Re: [ServiceWorker] importScripts() should throw? (#642) Anne van Kesteren (Sunday, 1 March)

Last message date: Tuesday, 31 March 2015 23:37:29 UTC