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

Re: [fetch] Add support for federated token binding to fetch (#30) balfanz (Tuesday, 30 June)

Re: [streams] Revert removal of _controller initialization, and add a comment to explain why it's necessary (a174501) Domenic Denicola (Tuesday, 30 June)

[clipboard-apis] The ClipboardEvent constructor is strange (#10) Philip Jägenstedt (Tuesday, 30 June)

[webcomponents] Add a proposal md document for ShadowRoot's delegatesFocus flag. (#127) Takayoshi Kochi (Tuesday, 30 June)

[webcomponents] Introduce "delegatesFocus" flag to shadow root (#126) Takayoshi Kochi (Tuesday, 30 June)

[dom] Less ambiguous step description for Node.before (#47) Corey Farwell (Tuesday, 30 June)

[fetch] worker request context definition references undefined "serviceworker" context (#68) Ben Kelly (Monday, 29 June)

[streams] Don't allow negative-sized chunks (#370) Domenic Denicola (Monday, 29 June)

[streams] compile into a single es5 file for polyfilling a browser and add bower.json (#369) Vytautas Jakutis (Sunday, 28 June)

[webidl-checker] Support for required dictionary member (#16) Adam Bergkvist (Friday, 26 June)

[webidl] typo fix (#53) Yves Lafon (Friday, 26 June)

[storage] Restrict to Secure Contexts (#5) Anne van Kesteren (Friday, 26 June)

Re: [ServiceWorker] under what conditions should sandboxed iframes be intercepted? (#648) Ben Kelly (Friday, 26 June)

[dom] `document.importNode` and `document.adoptNode` should throw exceptions when acting upon ShadowRoots (#46) Samuel Giles (Thursday, 25 June)

[streams] Should negative chunk size be allowed? (#368) youennf (Thursday, 25 June)

Re: [webcomponents] [Shadow]: Event model (bugzilla: 28564) (#77) Hayato Ito (Thursday, 25 June)

Re: [manifest] What's the use case for theme_color? (#356) Martin Kearn (Thursday, 25 June)

[webcomponents] importNode and adoptNode should throw with passed a ShadowRoot (#125) William (Wednesday, 24 June)

[fetch] Response content-length header almost always wrong (#67) Ben Kelly (Wednesday, 24 June)

Re: [manifest] A means to control how long a splash screen should remain on screen. (#372) Marcos Caceres (Wednesday, 24 June)

[ServiceWorker] Document the headers being introduced (#717) sleevi (Tuesday, 23 June)

[ServiceWorker] Is Jake still a `ghost-author`? (#716) Arthur Barstow (Tuesday, 23 June)

Re: [ServiceWorker] Navigating clients from the SW context? (#681) Hiroki Nakagawa (Tuesday, 23 June)

[ServiceWorker] UA shouldn't be required to invoke Soft Update on every navigation (#715) Matt Falkenhagen (Tuesday, 23 June)

[webcomponents] Clean up: refactor event path calculation algorithm and retargeting algorithm (#124) Hayato Ito (Tuesday, 23 June)

Re: [ServiceWorker] Should UUID for unique IDs be mandated? (#647) Jungkee Song (Monday, 22 June)

[webidl] Fix arrays (#52) Cameron McCormack (Monday, 22 June)

Re: [ServiceWorker] HTTP authentication and proxy authentication hook (#119) Anne van Kesteren (Sunday, 21 June)

Re: [permissions] Barebone definition of permissions.revoke(). (63951c2) Anne van Kesteren (Sunday, 21 June)

[permissions] Remove object-based permissions (#42) Anne van Kesteren (Sunday, 21 June)

[webcomponents] Links on Introduction to Web Components don't actually take you anywhere (#123) Jack Wilson (Saturday, 20 June)

[streams-api] Rescind this document (#1) Anne van Kesteren (Saturday, 20 June)

[dom] Remove unnecessary conditions from the 'traverse children' algorithm. (#45) Ms2ger (Saturday, 20 June)

[IndexedDB] Add getKey to IDBObjectStore (#26) Joshua Bell (Friday, 19 June)

Re: [streams] FAQs that need answers (#126) Domenic Denicola (Friday, 19 June)

[permissions] Add permissions.request() (#41) Mounir Lamouri (Friday, 19 June)

[permissions] Add permissions.revoke() (#40) Mounir Lamouri (Friday, 19 June)

[permissions] Add persistent storage (#39) Mounir Lamouri (Friday, 19 June)

Re: [permissions] Rename PermissionStatus.status to PermissionStatus.state (#31) Mounir Lamouri (Friday, 19 June)

Re: [permissions] Add Promise.all() example for multiple queries (#19) Mounir Lamouri (Friday, 19 June)

Re: [permissions] Privacy Considerations (#22) Mounir Lamouri (Friday, 19 June)

Re: [permissions] Why "prompt" instead of "default"? (#25) Mounir Lamouri (Friday, 19 June)

Re: [permissions] Extensibility: make sure we have it right (#17) Mounir Lamouri (Friday, 19 June)

Re: [permissions] Should we have a more explicit enumerating process? (#13) Mounir Lamouri (Friday, 19 June)

[ServiceWorker] updatefound event should be dispatched on ServiceWorkerRegistration (#714) Hiroki Nakagawa (Friday, 19 June)

Re: [ServiceWorker] Can Cache.add() committing at response resolution lead to duplicate requests? (#361) Jungkee Song (Friday, 19 June)

[FileAPI] Stop using DOMError (#11) Philip Jägenstedt (Friday, 19 June)

Re: [streams] What should we call ReadableByteStream.prototype.getBYOBReader()? (#294) Domenic Denicola (Thursday, 18 June)

Re: [streams] Potentially simplify callOrScheduleAdvanceQueue (#145) Domenic Denicola (Thursday, 18 June)

Re: [streams] Make sure promise returning methods don't throw (#342) Domenic Denicola (Thursday, 18 June)

Re: [permissions] Add "fullscreen" (#26) Anne van Kesteren (Thursday, 18 June)

[url] Make the textual description for port match the production rule (#49) Joey Smith (Thursday, 18 June)

[streams] Add `.bytesRead` to ReadableByteStream.*Reader (#367) Takeshi Yoshino (Thursday, 18 June)

[streams] Use "perform" for abstract ops that cannot throw (#366) Domenic Denicola (Thursday, 18 June)

[streams] Update FAQ with some extra answers (#365) Domenic Denicola (Thursday, 18 June)

[screen-orientation] "Whenever a top-level browsing context is navigated, the user agent MUST lock the orientation of the document to the document's default orientation. " doesn't deal with fragment navigation (#87) smaug---- (Wednesday, 17 June)

[ServiceWorker] Support restarting download when storing large resources in Cache (#713) Ben Kelly (Wednesday, 17 June)

Re: [streams] readBatch(), readAllAvailable() or getSyncReader() (#327) Domenic Denicola (Wednesday, 17 June)

[manifest] Address timeless' review comments (#383) Anssi Kostiainen (Wednesday, 17 June)

[IndexedDB] Add link to IDB Feature Request wiki (#25) Arthur Barstow (Wednesday, 17 June)

[encoding] Closes issue 5: Test _code point_ instead of _pointer_ for null when prepending ASCII byte. (#6) Henri Sivonen (Wednesday, 17 June)

Re: [ServiceWorker] Can we replace event.default() with something less magic? (#607) Jake Archibald (Wednesday, 17 June)

[fetch] Allow "manual" redirect fetches with caveats (#66) Jake Archibald (Wednesday, 17 June)

[encoding] Big5 decoder fails to prepend ASCII byte when pointer is non-null but code point is null (#5) Henri Sivonen (Wednesday, 17 June)

Re: [streams] Readable stream with ack (#324) Takeshi Yoshino (Wednesday, 17 June)

[webcomponents] Fixing 'slot id' to be 'slot name' (#122) Jonathan Kingston (Wednesday, 17 June)

Re: [streams] Identity transform performance and ArrayBufferView ownership (#323) Takeshi Yoshino (Wednesday, 17 June)

[streams] Consider moving stuff into ReadableStreamController (#364) Domenic Denicola (Tuesday, 16 June)

Re: [IndexedDB] Introduce IDBKeySet (#19) Joshua Bell (Tuesday, 16 June)

Re: [webcomponents] Add "why upgrades" document. (a042e52) Joshua Peek (Tuesday, 16 June)

[streams] ReadableByteStream: pull + pullInto or just pullInto (#363) Takeshi Yoshino (Tuesday, 16 June)

[ServiceWorker] Service worker not receiving fetch events from iframe with Blob URL source. (#712) Noah Freitas (Monday, 15 June)

Re: [permissions] Remove global variables (#35) Mounir Lamouri (Monday, 15 June)

Re: [permissions] status of this document: reached FPWD (#36) Mounir Lamouri (Monday, 15 June)

Re: [permissions] Geolocation API does not leave the page unaware of permission status (#30) Mounir Lamouri (Monday, 15 June)

[webcomponents] Update Type-Extensions.md (#121) Mark Giffin (Monday, 15 June)

[fetch] Observer API for fetch registry (#65) Ilya Grigorik (Monday, 15 June)

[streams] Add ReadableByteStream observing API (#362) Takeshi Yoshino (Monday, 15 June)

[webcomponents] alternate proposal (#120) bruce lawson (Monday, 15 June)

[ServiceWorker] Add name param to Clients.openWindow() method (#711) Albert (Monday, 15 June)

[permissions] grammar nits (#38) Brad Hill (Monday, 15 June)

[webcomponents] Migrate the bugs filed for Custom Elements from bugzilla to GitHub Issues, here. (#119) Hayato Ito (Monday, 15 June)

[webcomponents] Style edits to Type-Extensions.md (#118) Tobie Langel (Sunday, 14 June)

[webcomponents] Add drawbacks to `is=` proposal (#117) Tobie Langel (Sunday, 14 June)

Re: [storage] Add API to allow origin to purge all storage (#4) Joshua Bell (Sunday, 14 June)

Re: [editing] What caret positions do we need to allow? (#51) Olivier Forget (Saturday, 13 June)

[webcomponents] Add notes on forms & script-supporting behaviour. (#116) Alice (Saturday, 13 June)

[webcomponents] Flesh out Accessibility benefits section (#115) Alice (Saturday, 13 June)

[webcomponents] Add Type-Extensions.md (#114) Alice (Saturday, 13 June)

Re: [permissions] What should "retrieve the permission state" do for pickers? (#8) Jonathan Kingston (Saturday, 13 June)

Re: [push-api] Straw man for encryption (#130) Martin Thomson (Friday, 12 June)

[webcomponents] Should parser extensibility be a design goal? (#113) Domenic Denicola (Friday, 12 June)

Re: [dom] Rewrite replaceWith/before/after algorithms (#32) Philip Jägenstedt (Friday, 12 June)

[dom] The mutation method macro has undefined behavior when nodes is empty (#44) Philip Jägenstedt (Friday, 12 June)

Re: [webcomponents] Describe focus navigation order for the case with tabindex=-1 (#35) Hayato Ito (Friday, 12 June)

Re: [dom] Rename replace() to replaceWith() (b7563aa) ArkadiuszMichalski (Friday, 12 June)

[webcomponents] Add "why upgrades" document to proposals section (#112) Domenic Denicola (Friday, 12 June)

[webcomponents] Proposals directory contains non-Windows-compatible filenames (#111) Domenic Denicola (Thursday, 11 June)

[streams] Byte stream update, including reference implementation (#361) Domenic Denicola (Thursday, 11 June)

[fetch] Mechanism to indicate "destination context" (#64) Ilya Grigorik (Thursday, 11 June)

[dom] Shorter setAttribute() method (#43) ArkadiuszMichalski (Thursday, 11 June)

Re: [streams] ReadableByteStream underlying source/controller design: return a promise vs. c.something (#354) Takeshi Yoshino (Thursday, 11 June)

[fetch] Moar hyphens (#63) Anne van Kesteren (Thursday, 11 June)

[fetch] Tests (#62) Anne van Kesteren (Thursday, 11 June)

Re: [fetch] Document usage for GET requests with URI parameters (#56) Anne van Kesteren (Thursday, 11 June)

[webcomponents] Enumerate the element names which don't support createShadowRoot(). (#110) Hayato Ito (Thursday, 11 June)

[url] Counterintuitive step in `non-relative-url(input)` (#48) Eric Edens (Thursday, 11 June)

Re: [fetch] Aborting a fetch (#27) Tim Schaub (Thursday, 11 June)

[webcomponents] getDistributedNodes() shouldn't exclude a node in closed shadow tree. (#109) Hayato Ito (Thursday, 11 June)

[ServiceWorker] spec should be more explicit about accessing internal body on opaque Responses (#710) Ben Kelly (Thursday, 11 June)

[dom] Question about references after Bikeshed conversion (#42) ArkadiuszMichalski (Wednesday, 10 June)

Re: [dom] setAttribute() needs to lowercase for HTML nodes in HTML documents. Fixes #31 (afe5b5e) ArkadiuszMichalski (Wednesday, 10 June)

Re: [dom] =Add hint that `event.bubbles` is configurable. (8d1ef8f) ArkadiuszMichalski (Wednesday, 10 June)

Re: [dom] Add [TreatNullAs=EmptyString] to Attr.nodeValue/textContent (df9901c) ArkadiuszMichalski (Wednesday, 10 June)

[webcomponents] getDistributedNodes() should return an Array (#108) Anne van Kesteren (Wednesday, 10 June)

[ServiceWorker] Limit Cache API to HTTPS (#709) Anne van Kesteren (Wednesday, 10 June)

[FileAPI] Blob.close() has several problems (#10) Anne van Kesteren (Wednesday, 10 June)

[ServiceWorker] Unified naming (#708) karolklp (Wednesday, 10 June)

[filesystem-api] fixing typo (#5) Erik Wilde (Wednesday, 10 June)

[dom] Attributes need case-insensitive matching on getting (#41) Anne van Kesteren (Wednesday, 10 June)

Re: [ServiceWorker] Receivers of ranged responses must ensure all ranges come from the same underlying resource (#703) Anne van Kesteren (Tuesday, 9 June)

Re: [ServiceWorker] Define the lifetime of a blob URL created inside a service worker (#688) Anne van Kesteren (Tuesday, 9 June)

Re: [ServiceWorker] ServiceWorker registration fails inside an https-origin IFRAME when the top-level page is not secure (e.g. http or data URI) (#700) Anne van Kesteren (Tuesday, 9 June)

Re: [ServiceWorker] navigator.serviceWorker is not defined (#689) Anne van Kesteren (Tuesday, 9 June)

Re: [ServiceWorker] Restrict openWindow() to http(s) schemes? (#699) Anne van Kesteren (Tuesday, 9 June)

Re: [ServiceWorker] You don't need any flags in Chrome today :) (#686) Anne van Kesteren (Tuesday, 9 June)

Re: [fetch] Request constructor does not check used flag on null body (#55) Anne van Kesteren (Tuesday, 9 June)

Re: [fetch] HTTP/2 server push support (#51) Anne van Kesteren (Tuesday, 9 June)

Re: [fetch] Abort fetch upon document unload (#53) Anne van Kesteren (Tuesday, 9 June)

Re: [fetch] Rename `response` in HTTP fetch 3.1.1-2 (#54) Anne van Kesteren (Tuesday, 9 June)

Re: [webcomponents] [shadow-dom] Fix #102, updating Element.createShadowRoot() so that it throws an exception. (9b65780) Anne van Kesteren (Tuesday, 9 June)

Re: [webcomponents] [shadow-dom] [Fix #61] Make Event have isEncapsulated flag and use it in the event path calculation algorithm. (adae25b) Anne van Kesteren (Tuesday, 9 June)

Re: [ServiceWorker] Workers & SharedWorkers within ServiceWorkers (#678) Jake Archibald (Tuesday, 9 June)

Re: [FileAPI] Controlling Blob URL's (#8) Anne van Kesteren (Tuesday, 9 June)

Re: [permissions] Tackle origin (#34) Anne van Kesteren (Tuesday, 9 June)

Re: [dom] Add hint that `event.bubbles` is configurable. (#35) Anne van Kesteren (Tuesday, 9 June)

[dom] Cleanup "equals" usage (#40) Anne van Kesteren (Tuesday, 9 June)

[ServiceWorker] Add cookie accessor/setter methods? (#707) Alex Russell (Tuesday, 9 June)

[webstorage] How to handle non-DOMString values? (#4) Matthew Bauer (Monday, 8 June)

[fetch] Proposed backward-incompatible change: requiring cloning all requests/responses (#61) Domenic Denicola (Monday, 8 June)

Re: [ServiceWorker] How to deal with cookie bombing (#704) Jake Archibald (Monday, 8 June)

Re: [ServiceWorker] What's proper SW name? :) (#705) Jake Archibald (Monday, 8 June)

Re: [ServiceWorker] Should window.caches be removed (or readonly) for security reasons? (#698) Jake Archibald (Monday, 8 June)

[screen-orientation] Use current orientation angle instead of screen orientation angle in normative text. (#86) Mounir Lamouri (Sunday, 7 June)

[screen-orientation] Clarify the meaning of "screen orientation angle" (#85) Tobie Langel (Saturday, 6 June)

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

Re: [IndexedDB] Add openCursor(key, primaryKey) and continuePrimaryKey (#14) Joshua Bell (Friday, 5 June)

[streams] Add "when are streams appropriate" (#360) Domenic Denicola (Friday, 5 June)

Re: [streams] ReadableByteStream needs reference implementation/tests (#355) Takeshi Yoshino (Friday, 5 June)

[webcomponents] isEncapsulated naming (#107) Domenic Denicola (Friday, 5 June)

[uievents] #event-type-input and #event-type-beforeinput appear to have gone missing (#2) Stuart P. Bentley (Friday, 5 June)

[push-api] How to implement the retry send notification if the confirmation for notification send is missing in API documentation (#151) cashinde (Friday, 5 June)

Re: [xhr] Abandon hope of removing sync XHR from the web platform? (#20) Glen Little (Thursday, 4 June)

[FileAPI] Don't use [EnsureUTF16] (gone from Web IDL) (#9) Philip Jägenstedt (Thursday, 4 June)

[selection-api] Make caret displayable before, after and in-between stub-elements as well as non-editable elements within editable contexts (#47) Johannes Wilm (Thursday, 4 June)

Re: [selection-api] Need to be able to tell if the caret is displayed at the beginning or the end of the line (#32) Johannes Wilm (Thursday, 4 June)

[selection-api] Define the interaction with user-select CSS property (#46) Ryosuke Niwa (Thursday, 4 June)

[selection-api] Expand selectstart to cover use cases for contenteditable=typing (#45) Ryosuke Niwa (Thursday, 4 June)

Re: [editing] ContentEditable with UserSelect=None needs to be documented (#20) Koji Ishii (Thursday, 4 June)

[IndexedDB] Make IDBFactory.cmp [ImplicitThis] (#24) Joshua Bell (Thursday, 4 June)

Re: [clipboard-apis] Should queryCommandEnabled(cut|copy|paste) trigger onbefore* events? (#4) Daniel Cheng (Thursday, 4 June)

Re: [streams] What types does ReadableByteStream's reader's read(x) accept and return? (#295) Takeshi Yoshino (Thursday, 4 June)

Re: [webcomponents] [Shadow]: Update constraints around stopping events (bugzilla: 20247) (#61) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow]: Add [TreatNullAs=EmptyString] to ShadowRoot.innerHTML (bugzilla: 28549) (#74) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow]: Multiple trees are introduced to explain encapsulation. (bugzilla: 23481) (#83) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow]: elementFromPoint should return the host when you hit a Text node (bugzilla: 24638) (#67) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow]: Have a common interface between Document and ShadowRoot (bugzilla: 28493) (#91) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow] investigate if there should be deepRelatedTargets and touch.deepTargets (bugzilla: 28560) (#76) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow]: Consider removal of multiple shadow roots (bugzilla: 28446) (#90) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow]: how is the autofocus attribute supposed to be handled? (bugzilla: 27757) (#97) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow]: Shadow host with tabindex=-1, all descendent tree should be ignored for tab navigation (bugzilla: 27965) (#86) Hayato Ito (Thursday, 4 June)

Re: [webcomponents] [Shadow]: Add "closed" flag to createShadowRoot (bugzilla: 20144) (#100) Hayato Ito (Thursday, 4 June)

Re: [fetch] Why doesn't `fetch` reject if 400 ≤ status < 600? (#18) Tobi Reif (Wednesday, 3 June)

Re: [dom] Fix the ID for DOMImplementation (was #interface=domimplementation) (27b9b3c) Philip Jägenstedt (Wednesday, 3 June)

Re: [dom] Add [TreatNullAs=EmptyString] to Attr.nodeValue/textContent (#36) Philip Jägenstedt (Wednesday, 3 June)

[editing] What to do with IME input when typing over a large selection? (#59) Johannes Wilm (Wednesday, 3 June)

[fetch] Regarding "switch on response's status" (#60) Tobi Reif (Wednesday, 3 June)

[editing] Should the caret move by default, and should we define this behavior? (#58) Johannes Wilm (Wednesday, 3 June)

Re: [webcomponents] [Shadow]: Specify imperative API for node distribution (bugzilla: 18429) (#60) Hayato Ito (Wednesday, 3 June)

Re: [webcomponents] [Shadow]: The return type of Event.path should leverage WebIDL sequences (bugzilla: 25458) (#101) Hayato Ito (Wednesday, 3 June)

Re: [editing] Should Device-Specific Input Events say what Responsive Input Event they will cause? (#25) chaals (Wednesday, 3 June)

[webcomponents] [Shadow] createShadowRoot() in spec example should be updated to have parameter (#106) Takayoshi Kochi (Wednesday, 3 June)

[webcomponents] [Shadow] Focus on shadow host should slide to its inner focusable node (#105) Takayoshi Kochi (Wednesday, 3 June)

Re: [ServiceWorker] Interception of the fallback requests initiated from a SW for cross-origin resources (#684) Alex Russell (Tuesday, 2 June)

Re: [ServiceWorker] caching of importScripts()-scripts (#106) Jungkee Song (Tuesday, 2 June)

Re: [ServiceWorker] What happens if there's an appcache manifest? (#275) Jungkee Song (Tuesday, 2 June)

Re: [ServiceWorker] Should an IFRAME without src be controlled by SW when its parent is controlled? (#612) Jungkee Song (Tuesday, 2 June)

[dom] matches, querySelector, etc. shouldn't throw on an unrecognized selector (#39) Brenton Simpson (Tuesday, 2 June)

[webcomponents] [Shadow] Need Document.deepActiveElement (bugzilla:28652) (#104) Takayoshi Kochi (Tuesday, 2 June)

Re: [editing] What browser internals can be exposed to help us move the caret in (and against) the block direction? (#56) Koji Ishii (Tuesday, 2 June)

[ServiceWorker] Does a SW control a page outside its scope reached by a redirect? (#706) Matt Falkenhagen (Tuesday, 2 June)

Re: [editing] What to do with execCommand? (#53) Klim Lee (Monday, 1 June)

Re: [editing] How do we switch the caret between overtype and insert mode? (#55) Norbert Lindenberg (Monday, 1 June)

Re: [IndexedDB] Validate exception ordering against implementations (#11) Joshua Bell (Monday, 1 June)

[IndexedDB] For schema mutations, should InvalidStateError trump TransactionInactiveError? (#23) Joshua Bell (Monday, 1 June)

Re: [streams] Transform streams and acknowledgement of writes (#329) Domenic Denicola (Monday, 1 June)

Re: [editing] spell checking should be able to span multiple Typing Nodes (#50) Norbert Lindenberg (Monday, 1 June)

Re: [streams] Never-released lock / getReader({unreleasable: true}) (#358) Domenic Denicola (Monday, 1 June)

[permissions] Added Editor IDs (#37) Marcos Caceres (Monday, 1 June)

Re: [permissions] Move to using Echidna (#24) Marcos Caceres (Monday, 1 June)

Re: [spec-reviews] CSV on the Web (#55) Hadley Beeman (Monday, 1 June)

[manifest] Drop .json as standard file ext. (closes #381) (#382) Marcos Caceres (Monday, 1 June)

Re: [manifest] camelCase more suitable to JSON and JS API (#72) Marcos Caceres (Monday, 1 June)

[manifest] .json in MIME registration is causing problems. (#381) Marcos Caceres (Monday, 1 June)

Re: [filesystem-api] Observable is not appropriate for directory listing; async iterable would be better (#4) Domenic Denicola (Monday, 1 June)

[clipboard-apis] Non Recognizable formats (#9) FrederickDoering (Monday, 1 June)

Re: [streams] Readable byte streams should support an internal queue (#353) Takeshi Yoshino (Monday, 1 June)

Re: [xhr] Drastically simplify FormData. Preserve object identity. Remove filename parameter now new File() covers that. (f9d4c25) Philip Jägenstedt (Monday, 1 June)

Re: [editing] What to do with contentEditableTrue? (#54) Frederico Caldeira Knabben (Monday, 1 June)

[fetch] POST calls - Request Payload is not shown with native fetch (#59) Vignesh Shanmugam (Monday, 1 June)

Re: [webcomponents] [Shadow]: Define the behavior of *closed* shadow trees. (bugzilla: 27775) (#85) Hayato Ito (Monday, 1 June)

Re: [webcomponents] [Shadow]: Distribution needs to not be observable (bugzilla: 27994) (#87) Hayato Ito (Monday, 1 June)

Re: [webcomponents] [Shadow] Change the order of insertion points which are involved in a re-distribution in event path (bugzilla: 23887) (#98) Hayato Ito (Monday, 1 June)

[xhr] getResponseHeader should work case-insensitive (#21) edwinvanderham (Monday, 1 June)

Re: [webcomponents] [Shadow]: Element.createShadowRoot() throws an exception for some elements (bugzilla: 27844) (#102) Hayato Ito (Monday, 1 June)

Re: [webidl] typo in the definition of an unrestricted double? (#51) Cameron McCormack (Monday, 1 June)

[fetch] [Question] Is there any suggested way to tell if we are dealing with a fetch request server-side? (#58) Bart Calixto (Monday, 1 June)

Re: [webcomponents] [Shadow]: Focus navigation in distributed content (#103) Hayato Ito (Monday, 1 June)

Re: [webcomponents] [Shadow]: rename <content> to <slot> (bugzilla: 28561) (#92) Hayato Ito (Monday, 1 June)

Re: [xhr] Remove XMLHttpRequest from ServiceWorkerGlobalScope (#19) Takeshi Yoshino (Monday, 1 June)

Re: [dom] Proposal: Node#appendSibling/prependSibling (#38) Anne van Kesteren (Monday, 1 June)

Re: [encoding] Benefits of "Legacy" Encodings – Byte Counter (#4) Anne van Kesteren (Monday, 1 June)

Last message date: Tuesday, 30 June 2015 18:42:59 UTC