[Bug 23878] Define a fetch registry

2016-08-24 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23878

Anne  changed:

   What|Removed |Added

 Resolution|--- |MOVED
  Flags|needinfo?(i...@hixie.ch) |
 Status|NEW |RESOLVED

--- Comment #22 from Anne  ---
https://github.com/whatwg/fetch/issues/81 is the successor to this issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 24072] Clarify handling of neutered objects

2016-08-24 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24072

Anne  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #14 from Anne  ---
The ArrayBuffer part of this bug are actually issues with IDL:

  https://github.com/heycam/webidl/issues/151
  https://www.w3.org/Bugs/Public/show_bug.cgi?id=28798

At this point I think we should not throw for detached buffers. That will
likely cause breakage.

The Blob's close() method does not appear to be implemented:

  https://github.com/w3c/FileAPI/issues/10

So I'm not sure what we're planning on doing there. But it seems that if it's
ever implemented, making all callsites throw is going to be difficult to get
right.

With that I'm closing this bug as I don't think there's anything to be done
here in Fetch and XMLHttpRequest.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 26153] Allow ArrayBuffer as argument to send()

2016-08-24 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26153
Bug 26153 depends on bug 24072, which changed state.

Bug 24072 Summary: Clarify handling of neutered objects
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24072

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 26917] For any chunk, progress event should be fired at least in 50ms since the arrival of the chunk

2016-08-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26917

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #9 from Anne  ---
If you still want to change this, let's discuss it on GitHub.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 12837] Define unloading document cleanup steps

2016-08-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=12837

Anne  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #22 from Anne  ---
Demos still work for me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 26143] Create request early on

2016-08-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26143

Anne  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|NEW |RESOLVED

--- Comment #1 from Anne  ---
Not going to work on this anytime soon. PRs welcome though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 25589] To improve readability, set response to null rather than network error

2016-08-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25589

Anne  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|NEW |RESOLVED

--- Comment #1 from Anne  ---
No longer convinced this is worth it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 28505] Synchronous XHR removal makes patching Error.prepareStackTrace impossible

2016-08-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28505

Anne  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #2 from Anne  ---
If this continuous to be a problem, please contribute to this thread on GitHub:
https://github.com/whatwg/xhr/issues/20

Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 26736] Does the final progress event need to be dispatched after readystatechange?

2016-08-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26736

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #11 from Anne  ---
If this is still not what everyone wants, let's discuss it on GitHub.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 20322] Upload progress events vs CORS

2016-08-11 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20322

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #22 from Anne  ---
I just went with what implementations do for now:
https://github.com/whatwg/xhr/commit/667d4f3604aaee4e24bde33ed487cf8a98274e70

Basically always require listeners upfront...

I also submitted a correction for Hallvord's test based on what implementations
do today: https://github.com/w3c/web-platform-tests/pull/3451

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 24732] Remove DOMError from FileAPI

2016-06-02 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24732
Bug 24732 depends on bug 21740, which changed state.

Bug 21740 Summary: Guidance on DOMError and promises
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21740

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 23780] Check XMLHttpRequest and Notification don' t break given the new script settings object stuff

2016-06-02 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23780
Bug 23780 depends on bug 18242, which changed state.

Bug 18242 Summary: Not clear what "script that invoked the method" means 
exactly in the case of e.g. a.setTimeout(b.postMessage, 0) // called from c
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 18242] Not clear what "script that invoked the method" means exactly in the case of e.g. a.setTimeout(b.postMessage, 0) // called from c

2016-06-02 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242

Domenic Denicola  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||d...@domenic.me
 Resolution|--- |FIXED
   Assignee|c...@mcc.id.au   |d...@domenic.me

--- Comment #35 from Domenic Denicola  ---
This text no longer appears in HTML, so closing. There is still ongoing work
around figuring out the right globals in various places but that's tracked
elsewhere.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 13913] Attributes don't have an order

2016-04-13 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=13913

Anne  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Anne  ---
Per bug 17871 they have a deterministic order, although it will take some time
for implementations to converge.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 13913] Attributes don't have an order

2016-04-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=13913
Bug 13913 depends on bug 17871, which changed state.

Bug 17871 Summary: Element attributes should not be required to be stored in an 
ordered list
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17871

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 24732] Remove DOMError from FileAPI

2016-04-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24732

Aryeh Gregor  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||a...@aryeh.name
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 24106] FKA: No defined way to get keyboard focus into and out of a shadow DOM component

2016-04-11 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24106
Bug 24106 depends on bug 23870, which changed state.

Bug 23870 Summary: FKA: No defined way to get keyboard focus into and out of a 
shadow DOM component
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23870

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 9514] [Selection] Specify Selection.modify()

2016-04-11 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=9514

Ryosuke Niwa  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |MOVED

--- Comment #10 from Ryosuke Niwa  ---
This is now tracked by https://github.com/w3c/selection-api/issues/37.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29506] Support for a system-wide configuration file to specify permissions for web-applications

2016-04-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29506

Anne  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INVALID

--- Comment #10 from Anne  ---
There's no such thing as an installable web application. Also, please stop
reopening the bug. This is not an issue with XMLHttpRequest.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29506] Support for a system-wide configuration file to specify permissions for web-applications

2016-04-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29506

sworddrag...@aol.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #9 from sworddrag...@aol.com ---
Shops are no requirements especially for desktop-PC's but I'm seeing what you
are pointing to. But that means that you are telling me that there is no
intention to make installable web-applications competitive to native system
applications. This is a valid decision but I want to go sure that I'm not
missing something here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29506] Support for a system-wide configuration file to specify permissions for web-applications

2016-04-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29506

Anne  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INVALID
  Flags|needinfo?(ann...@annevk.nl) |

--- Comment #8 from Anne  ---
The problem with that model is that it requires installation. And if something
requires installation and needs to be trusted it needs to be distributed
through a store. And stores are antithetical to the web.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29506] Support for a system-wide configuration file to specify permissions for web-applications

2016-04-07 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29506

sworddrag...@aol.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||ann...@annevk.nl
 Resolution|INVALID |---
  Flags||needinfo?(ann...@annevk.nl)

--- Comment #7 from sworddrag...@aol.com ---
A small ping, since I would really like to try to enhance something here. Based
on the post above can you give me a use-case why this would be a problem? So I
could think about it and maybe propose another solution or give up if I don't
see another one. Or have I maybe indeed found a way to make this at least for
trusted file:// applications possible?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 26365] [Shadow]: Need an equivalent definition of 'in a Document' for shadow trees

2016-03-25 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26365
Bug 26365 depends on bug 27406, which changed state.

Bug 27406 Summary: Update HTML to take into account shadow DOM implications
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27406

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 28841] Incorporate changes suggested by Mixed Content

2016-03-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28841

Anne  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||ann...@annevk.nl
 Resolution|--- |MOVED

--- Comment #3 from Anne  ---
See https://github.com/whatwg/fetch/issues/235 for a new solution.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 21652] Should structured clone support FormData?

2016-02-28 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21652

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #4 from Anne  ---
https://github.com/whatwg/xhr/issues/55

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 28841] Incorporate changes suggested by Mixed Content

2016-02-26 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28841

Domenic Denicola  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|MOVED   |---

--- Comment #2 from Domenic Denicola  ---
Turns out this is part of a larger problem and can't be solved with a simple
HTML pull request; see https://github.com/whatwg/html/pull/222 discussion.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29506] Support for a system-wide configuration file to specify permissions for web-applications

2016-02-26 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29506

Anne  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Anne  ---
That is intentional. Please study the web's security model.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29506] Support for a system-wide configuration file to specify permissions for web-applications

2016-02-26 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29506

sworddrag...@aol.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

--- Comment #2 from sworddrag...@aol.com ---
It is not only about XMLHttpRequest (there was just no suitable component so I
have choosen XHR from the list). This feature is about to make web applications
more competitive to native applications as currently they are very limited. For
example it is not possible to do network requests to fetch any data (and CORS
does not solve this problem as it gives the control to the service provider).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29506] Support for a system-wide configuration file to specify permissions for web-applications

2016-02-26 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29506

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Anne  ---
We won't be adding new features to XMLHttpRequest. Certainly none that complex.
Sorry.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29506] New: Support for a system-wide configuration file to specify permissions for web-applications

2016-02-25 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29506

Bug ID: 29506
   Summary: Support for a system-wide configuration file to
specify permissions for web-applications
   Product: WebAppsWG
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: XHR
  Assignee: ann...@annevk.nl
  Reporter: sworddrag...@aol.com
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org
  Target Milestone: ---

Initially I have reported this here (
https://github.com/w3c-webmob/installable-webapps/issues/52 ) but since the
group has closed I'm forwarding it to here. Here is a copy of the original
report:



At Mozilla's bugzilla a discussion woke up (
https://bugzilla.mozilla.org/show_bug.cgi?id=424875 ) to make XMLHttpRequest
useable for web-applications on the file-protocol without requiring the server
to enable CORS. At the end of the current discussion I got the idea of a
system-wide configuration file to solve this issue:

- It contains permissions it grants to web-applications (for example
specific/all permissions on specific files/directories).
- Installer invoked by the user can write the required permissions for their
web-application to this file. Also the user can enter manually entries if he
wants.
- A site launched unintentionally on the file-protocol can't do evil things
since it wouldn't be listed in this file.


This would help to make web-applications launched on the file-protocol (for
example installed by upstream-installers on desktop-PC's) to be more
competitive.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29397] [imports]: Typo: s/altorighm/algorithm

2016-01-27 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29397

Domenic Denicola  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||d...@domenic.me
 Resolution|--- |MOVED

--- Comment #1 from Domenic Denicola  ---
HTML imports tracks their issues at https://github.com/w3c/webcomponents/

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 29397] New: [imports]: Typo: s/altorighm/algorithm

2016-01-27 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29397

Bug ID: 29397
   Summary: [imports]: Typo: s/altorighm/algorithm
   Product: WebAppsWG
   Version: unspecified
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: WebSocket API (editor: Ian Hickson)
  Assignee: i...@hixie.ch
  Reporter: mw...@google.com
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org
Blocks: 20683
  Target Milestone: ---

First, is there a bug component missing for html-imports? Please reassign as
appropriate.

In https://www.w3.org/TR/html-imports/, under the section "Import Dependent",
there is a sentence: "The list is empty at beginning and the item is added as
import request altorighm specifies". "Algorithm" is misspelled here. It should
probably also read "the import request algorithm" (ie insert "the").


Referenced Bugs:

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20683
[Bug 20683] [Imports]: Write HTML Imports spec
-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 28373] FilePropertyBag can inherit from BlobPropertyBag

2015-10-21 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28373

Simon Pieters  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 22059] Composition dictionary should be changed

2015-10-12 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22059

Arthur Barstow  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||art.bars...@gmail.com
 Resolution|--- |MOVED

--- Comment #17 from Arthur Barstow  ---
This bug was moved to 

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 14828] Import Hixie's tests?

2015-10-07 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=14828

Arthur Barstow  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||art.bars...@gmail.com
 Resolution|--- |MOVED

--- Comment #3 from Arthur Barstow  ---
This bug has been duplicated as
https://github.com/w3c/web-platform-tests/issues/2230

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 15279] Update WebSockets tests to remove support for MozWebSocket

2015-10-07 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15279

Ms2ger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 25485] D3E and corelation with DOM4(W3C)/DOM(WHATWAG) and DOM3 Core

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25485

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||gary...@google.com
 Resolution|--- |MOVED

--- Comment #7 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/19

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 23907] How do web apps distinguish if a keydown event causes text input?

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23907

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #2 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/18

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 23259] Expose ticks in wheel events

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23259

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #2 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/17

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 22891] Mechanism to differentiate pointer input from multiple users/devices missing

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22891

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #3 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/16

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 22569] MouseEvent should have DOMString pseudoElement property like TransitionEvent

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22569

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #5 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/15

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21830] KeyboardEvent.locale is too general.

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21830

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #5 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/14

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21083] Proposal key names for Android

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21083
Bug 21083 depends on bug 21137, which changed state.

Bug 21137 Summary: Define key names for game controller of Android
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21137

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21137] Define key names for game controller of Android

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21137

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #10 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/13

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21083] Proposal key names for Android

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21083
Bug 21083 depends on bug 21136, which changed state.

Bug 21136 Summary: Define Home key and Back key of Android smartphone
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21136

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21136] Define Home key and Back key of Android smartphone

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21136

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #3 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/12

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21083] Proposal key names for Android

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21083
Bug 21083 depends on bug 21121, which changed state.

Bug 21121 Summary: Define mobile phone related keys
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21121

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21121] Define mobile phone related keys

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21121

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #3 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/11

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21120] Define TV or A/V remote controller's keys

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21120

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #6 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/10

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21083] Proposal key names for Android

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21083
Bug 21083 depends on bug 21120, which changed state.

Bug 21120 Summary: Define TV or A/V remote controller's keys
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21120

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21083] Proposal key names for Android

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21083

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #9 from Gary Kacmarcik  ---
Now tracking as: https://github.com/w3c/uievents/issues/9

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 19771] Need way to determine what keys are supported on device.

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19771

Gary Kacmarcik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #3 from Gary Kacmarcik  ---
Tracking as github issue: https://github.com/w3c/uievents/issues/8

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 23575] The paragraph about patent policy is duplicated.

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23575

Arthur Barstow  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||art.bars...@gmail.com
 Resolution|--- |FIXED

--- Comment #4 from Arthur Barstow  ---
This is fixed via
https://github.com/w3c/websockets/commit/8ca812f5f28694e1c148e46062b3a74c3beb4be4

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 14214] missing definition of Transferable

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=14214

Arthur Barstow  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Arthur Barstow  ---
The 24-Sept-2015 WD of Web Workers
 has two references to the
Transferable object as defined in HTML5
. Given
this, I think we can consider this bug as fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27108] Push API should be allowed without dependency on service worker

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27108

Arthur Barstow  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #6 from Arthur Barstow  ---
This bug has been moved to a Github issue
.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 26813] Removing parent of element that's full screen

2015-10-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26813

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ann...@annevk.nl
 Resolution|--- |MOVED

--- Comment #13 from Anne  ---
https://github.com/whatwg/html/pull/230

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 28823] Course of action even after Event Source retry failure.

2015-10-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28823

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #4 from Anne  ---
https://github.com/whatwg/html/pull/226

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 28841] Incorporate changes suggested by Mixed Content

2015-10-01 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28841

Domenic Denicola  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||d...@domenic.me
 Resolution|--- |MOVED

--- Comment #1 from Domenic Denicola  ---
https://github.com/whatwg/html/pull/222

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27915] Clients of WebSockets are not NTP synced (and there is no NTP-alike spec)

2015-10-01 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27915

Domenic Denicola  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||d...@domenic.me
 Resolution|--- |WORKSFORME

--- Comment #2 from Domenic Denicola  ---
Markings as resolved per comment 1's

> Browsers rely on the system clock. Most (all?) systems I deal with these days 
> have system clocks driven by NTP. What systems don't?

and

> You can replace Date.now by saying:

Let us know if you disagree and we can reopen.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 25097] Update HTTP and HTTPAUTH references to new HTTPbis specs

2015-09-26 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25097

Anne  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Anne  ---
Still does not seem obsoleted. Please file an issue on GitHub once it is.
Leaving this as fixed per comment 6.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29136] New: Keyboard events should specify their target when more than 1 document exists

2015-09-18 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29136

Bug ID: 29136
   Summary: Keyboard events should specify their target when more
than 1 document exists
   Product: WebAppsWG
   Version: unspecified
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: UI Events
  Assignee: gary...@google.com
  Reporter: jyass...@gmail.com
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org
  Target Milestone: ---

https://w3c.github.io/uievents/#event-type-keydown defines Event.target as
"focused element processing the key event or if no element focused, then the
body element if available, otherwise the root element". However, "the body
element" and "the root element" aren't uniquely defined within a UA. The UA may
have multiple browsing contexts, and each browsing context can contain multiple
documents.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 24632] [meta][imports]: The spec should have fewer monkey patches

2015-09-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24632
Bug 24632 depends on bug 24637, which changed state.

Bug 24637 Summary: [imports] "style sheet that is blocking scripts" should be 
generalized to support HTML Imports
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24637

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |LATER

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29105] MediaStream Recording API: Consider not using BlobEvent, using Blob and FileReader instead

2015-08-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29105

Miguel Casas-Sanchez  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Miguel Casas-Sanchez  ---
Dup'ed in https://github.com/w3c/mediacapture-record/issues/17

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29102] MediaStream Recording API: remove RecordingErrorNameEnum and use DomException instead

2015-08-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29102

Miguel Casas-Sanchez  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29103] MediaStream Recording API: MediaRecorderErrorEvent is a NoInterfaceObject, consider removing

2015-08-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29103

Miguel Casas-Sanchez  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29104] BlobEvent is defined in both MediaStream Recorder and MediaStream ImageCapture, consider factoring them out.

2015-08-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29104

Miguel Casas-Sanchez  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29105] New: MediaStream Recording API: Consider not using BlobEvent, using Blob and FileReader instead

2015-08-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29105

Bug ID: 29105
   Summary: MediaStream Recording API: Consider not using
BlobEvent, using Blob and FileReader instead
   Product: WebAppsWG
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Streams API
  Assignee: tyosh...@google.com
  Reporter: mca...@chromium.org
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org
  Target Milestone: ---

MS Recording API defines a certain BlobEvent as a way to
read the recorded data [1]. 

Since BlobEvent is just a convenience wrapper around a 
Blob [2], consider using the latter for extracting recorded
data.

[1] http://www.w3.org/TR/mediastream-recording/#blob-event
[2] http://www.w3.org/TR/FileAPI/#blob

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29104] New: BlobEvent is defined in both MediaStream Recorder and MediaStream ImageCapture, consider factoring them out.

2015-08-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29104

Bug ID: 29104
   Summary: BlobEvent is defined in both MediaStream Recorder and
MediaStream ImageCapture, consider factoring them out.
   Product: WebAppsWG
   Version: unspecified
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Streams API
  Assignee: tyosh...@google.com
  Reporter: mca...@chromium.org
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org
  Target Milestone: ---

In [1] and [2], respectively.

[1] http://www.w3.org/TR/mediastream-recording/#blob-event
[2] http://www.w3.org/TR/image-capture/#blobevent

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29103] New: MediaStream Recording API: MediaRecorderErrorEvent is a NoInterfaceObject, consider removing

2015-08-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29103

Bug ID: 29103
   Summary: MediaStream Recording API: MediaRecorderErrorEvent is
a NoInterfaceObject, consider removing
   Product: WebAppsWG
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Streams API
  Assignee: tyosh...@google.com
  Reporter: mca...@chromium.org
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org
  Target Milestone: ---

MediaRecorderErrorEvent [1] idl says it's  NoInterfaceObject,
consider removing it.

[1] http://www.w3.org/TR/mediastream-recording/#MediaRecorderErrorEvent

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29102] New: MediaStream Recording API: remove RecordingErrorNameEnum and use DomException instead

2015-08-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29102

Bug ID: 29102
   Summary: MediaStream Recording API: remove
RecordingErrorNameEnum and use DomException instead
   Product: WebAppsWG
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Streams API
  Assignee: tyosh...@google.com
  Reporter: mca...@chromium.org
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org
  Target Milestone: ---

The said RecordingErrorNameEnum [1] should not exist stand alone,
since it partially overlaps DomException [2], concretely 
INVALID_STATE_ERR and SECURITY_ERR. Reuse DomException.


[1] http://www.w3.org/TR/mediastream-recording/#MediaRecorderErrorEvent
[2] http://www.w3.org/wiki/DOM/domcore/DOMException

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 29068] New: Should not reocmmend DocumentEvent.createEvent

2015-08-19 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29068

Bug ID: 29068
   Summary: Should not reocmmend DocumentEvent.createEvent
   Product: WebAppsWG
   Version: unspecified
  Hardware: PC
OS: Windows NT
Status: NEW
  Severity: normal
  Priority: P2
 Component: UI Events
  Assignee: gary...@google.com
  Reporter: d...@domenic.me
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org
  Target Milestone: ---

"To create an instance of the KeyboardEvent interface, use the
DocumentEvent.createEvent("KeyboardEvent") method call. "

You should recommend using new KeyboardEvent instead. DocumentEvent doesn't
even exist.

This problem also occurs with CompositionEvent.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 28967] New: "Legacy" appendices should be normative

2015-07-20 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28967

Bug ID: 28967
   Summary: "Legacy" appendices should be normative
   Product: WebAppsWG
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: UI Events
  Assignee: gary...@google.com
  Reporter: ms2...@gmail.com
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org

Browsers need to implement them, so there's no reason to make them informative.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 26676] Non-fullscreen documents can end up with non-empty fullscreen element stacks

2015-07-18 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26676

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Anne  ---
https://github.com/whatwg/fullscreen/commit/3dba602d0f0864e0058a29a9cb88c8471a593789

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27674] requestFullscreen should return a promise

2015-07-18 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27674

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #33 from Anne  ---
https://github.com/whatwg/fullscreen/commit/fd19ec7a0f35e09b0cc4de0f676d37f6bd480560
https://github.com/whatwg/fullscreen/commit/d316cce76a5a5dad073425b973dd529dfa0d2a1a

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 28459] Algorithm of exitFullscreen() doesn't work correctly when there are nested fullscreen element

2015-07-18 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28459

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Anne  ---
https://github.com/whatwg/fullscreen/commit/67fb879087d646178857fd5fc7312b662b9a8999

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 28614] Weaken the requirement of the time of running async steps

2015-07-17 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28614

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Anne  ---
Yeah, Philip is correct. Resize can already take any amount of time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27162] Browser differences in graphical layout of fullscreen mode.

2015-07-17 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27162

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 26677] Clarify when :fullscreen applies

2015-07-15 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26677

Philip Jägenstedt  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Philip Jägenstedt  ---
The spec now says what I asked for: "The :fullscreen pseudo-class must match
any element that is that element's node document's fullscreen element."

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 27863] Not need to specify moving element in top layer and fullscreen stack

2015-07-15 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27863
Bug 27863 depends on bug 27865, which changed state.

Bug 27865 Summary: Merge fullscreen element stack into top layer
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27865

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27865] Merge fullscreen element stack into top layer

2015-07-15 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27865

Anne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from Anne  ---
https://github.com/whatwg/fullscreen/commit/766dc872bcf26c012549f7bdfde21c46bebba40c
was the last commit needed here I think.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 26676] Non-fullscreen documents can end up with non-empty fullscreen element stacks

2015-07-15 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26676
Bug 26676 depends on bug 27865, which changed state.

Bug 27865 Summary: Merge fullscreen element stack into top layer
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27865

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 28938] New: Consider adding sourceDevice property to UIEvent

2015-07-10 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28938

Bug ID: 28938
   Summary: Consider adding sourceDevice property to UIEvent
   Product: WebAppsWG
   Version: unspecified
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: UI Events
  Assignee: gary...@google.com
  Reporter: rby...@chromium.org
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org

Concrete proposal: http://rbyers.github.io/InputDevice/inputdevice.html

There's been a bit of support on www-dom for this (including from Gary):
https://lists.w3.org/Archives/Public/www-dom/2015JanMar/0120.html, but not much
discussion.

We're pretty close to doing an intent-to-ship for blink on this, so it would be
great if we could decide whether there is interest in adding this to UI Events
(or possibly some other spec).

If there's interest, I'm happy to create a pull request.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 28924] New: Is CompositionEvent supposed to have .locale?

2015-07-07 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28924

Bug ID: 28924
   Summary: Is CompositionEvent supposed to have .locale?
   Product: WebAppsWG
   Version: unspecified
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: UI Events
  Assignee: gary...@google.com
  Reporter: b...@pettay.fi
QA Contact: public-webapps-bugzi...@w3.org
CC: m...@w3.org, public-webapps@w3.org

It is not clear how CompositionEvent should behave per current draft.
Should it have .locale property which is then initialized for example using
the legacy initCompositionEvent?
And should the dictionary for ctor have locale too?

Some version of some spec (I'm getting lost with D3E, UIEvents and
UIEventsExtensions) had .locale in KeyboardEvent.


Anyhow, since .locale is there for initCompositionEvent, I'll add it to the
dictionary too in Gecko. Guess work here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 21066] Provide an event path API

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21066
Bug 21066 depends on bug 23682, which changed state.

Bug 23682 Summary: Fix the current [ArrayClass], [] and sequence mess
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 24586] Remove FileList

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24586
Bug 24586 depends on bug 23682, which changed state.

Bug 23682 Summary: Fix the current [ArrayClass], [] and sequence mess
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 25458] [Shadow]: The return type of Event.path should leverage WebIDL sequences

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25458
Bug 25458 depends on bug 23682, which changed state.

Bug 23682 Summary: Fix the current [ArrayClass], [] and sequence mess
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 26643] Figure out how "If a reflecting IDL attribute has the type HTMLElement, or an interface that descends from HTMLElement" should work in the context of shadow dom.

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26643

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #9 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/199

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 25473] [Custom]: Add support for focus navigation similar to input type=date

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25473

Hayato Ito  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |MOVED

--- Comment #2 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/150

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 25715] [imports]: Unify loading and dependency resolution model with ES6 modules

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25715

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #5 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/188

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 25669] [Custom]: Make ES6 prose normative when ES6 ships

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25669
Bug 25669 depends on bug 27769, which changed state.

Bug 27769 Summary: [Custom]: ES6 section needs to be updated
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27769

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27769] [Custom]: ES6 section needs to be updated

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27769

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/164

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 25669] [Custom]: Make ES6 prose normative when ES6 ships

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25669
Bug 25669 depends on bug 27405, which changed state.

Bug 27405 Summary: [Custom]: Convert all ES5 references to ES6
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27405

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27405] [Custom]: Convert all ES5 references to ES6

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27405

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/163

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27440] [Custom]: callbacks don't deal with exceptions

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27440

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/174

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 25696] [imports]:

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25696

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/213

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 26934] [Shadow]: How should Element.requestPointerLock() work in shadow DOM?

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26934

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #3 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/192

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 26583] [Custom]: Add the possibility to extend the custom element

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26583

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #2 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/201

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27375] [Shadow]: Define whether

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27375

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #2 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/181

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 27768] [Custom]: Make "Parsing Custom Elements" section more explicit

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27768

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/165

-- 
You are receiving this mail because:
You are on the CC list for the bug.



[Bug 26656] Figure out how form owner should work in shadow dom

2015-07-06 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26656

Hayato Ito  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Hayato Ito  ---
Moved to https://github.com/w3c/webcomponents/issues/196

-- 
You are receiving this mail because:
You are on the CC list for the bug.



  1   2   3   4   5   6   7   8   9   10   >