forked from whatwg/webidl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lc2.txt
184 lines (158 loc) · 6.26 KB
/
lc2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# Web IDL LC2 comments
[LC-65]
From: Jonas Sicking <jonas@sicking.cc>
Title: behavior for negative values passed for unsigned arguments
URL: http://www.w3.org/mid/CA+c2ei-c6FjxL_dRdcemKBusnKpjqX9H+aAhXHVCWwKWX1WT-A@mail.gmail.com
Status: rejected
Response: satisfied
Response-URL: http://www.w3.org/mid/CA+c2ei__Su8hcG89pURjUZS7PWwqyV+SQpPakkA0tYvYeKVTLw@mail.gmail.com
[LC-66]
From: Anne van Kesteren <annevk@opera.com>
Title: union types
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14188
Status: accepted
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14188#c10
[LC-67]
From: Anne van Kesteren <annevk@opera.com>
Title: distinguishing objects and arrays
URL: http://www.w3.org/mid/op.v1y3anre64w2qv@annevk-macbookpro.local
Status: partially accepted
Response: satisfied
Response-URL: http://www.w3.org/mid/op.v6vwzylw64w2qv@annevk-macbookpro.local
[LC-68]
From: David Flanagan <dflanagan@mozilla.com>
Title: lazy interface objects
URL: http://www.w3.org/mid/4E796C85.4010008@mozilla.com
Status: rejected
# [LC-69]
[LC-70]
From: Kyle Huey <me@kylehuey.com>
Title: proposing changes to overload resolution behavior
URL: http://www.w3.org/mid/CAP045AqgkS=9e29YTFryrC3OiG-fsKaMAprySoNuNWj3_snWPA@mail.gmail.com
Status: accepted
Response: satisified
Response-URL: http://www.w3.org/mid/CAP045ArP6aEHa97w3-hPikZXgyW0X1KykQ1rpD9aTyeao3qFbQ@mail.gmail.com
[LC-71]
From: David Bruant <david.bruant@labri.fr>
Title: all ECMAScript attributes should be non-configurable
URL: http://www.w3.org/mid/4E7CDE98.7070409@labri.fr
Status: rejected
Response: assumed satisfied
[LC-72]
From: Jonas Sicking <jonas@sicking.cc>
Title: dictionaries and undefined
URL: http://www.w3.org/mid/CA+c2ei826Z5gjC6uN+WCyH36Ewft-nyG5=pW9cYHSqitNi_C1w@mail.gmail.com
Status: rejected
[LC-73]
From: Olli Pettay <Olli.Pettay@gmail.com>
Title: investigate if onfoo properties should be handled in a special way in interface.prototype
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14428
Status: accepted
[LC-74]
From: Aryeh Gregor <ayg@aryeh.name>
Title: rename const to legacyconst
URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14878
Status: rejected
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14878#c22
[LC-75]
From: Travis Leithead <travis.leithead@microsoft.com>
Title: identifying "at risk" features
URL: http://www.w3.org/mid/9768D477C67135458BF978A45BCF9B3834D15AC2@TK5EX14MBXW602.wingroup.windeploy.ntdev.microsoft.com
Status: rejected
Response: satisfied
Response-URL: http://lists.w3.org/Archives/Public/public-script-coord/2011OctDec/0279.html
[LC-76]
From: Anne van Kesteren <annevk@opera.com>
Title: remove string constants
URL: http://www.w3.org/mid/op.v3moz7o464w2qv@annevk-macbookpro.local
Status: accepted
Response: satisfied
Response-URL: http://lists.w3.org/Archives/Public/public-script-coord/2011OctDec/0276.html
[LC-77]
From: Anne van Kesteren <annevk@opera.com>
Title: make [AllowAny] the default
URL: http://www.w3.org/mid/op.v3oo09cz64w2qv@annevk-macbookpro.local
Status: accepted
Response: satisfied
Response-URL: http://www.w3.org/mid/op.v6vwinbv64w2qv@annevk-macbookpro.local
[LC-78]
From: Marcos Caceres <marcosscaceres@gmail.com>
Title: comments on modules
URL: http://www.w3.org/mid/0353EE07-40E3-45E0-AFB8-79E1743B080B@gmail.com
Status: rejected
Response: satisfied
Response-URL: http://lists.w3.org/Archives/Public/public-script-coord/2011OctDec/0277.html
[LC-79]
From: Aryeh Gregor <ayg@aryeh.name>
Title: clarify what happens when you try using unsupported property indexes
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14746
Status: accepted
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14746#c2
[LC-80]
From: Anne van Kesteren <annevk@opera.com>
Title: simplify callbacks
URL: http://www.w3.org/mid/op.v4mwt9vv64w2qv@annevk-macbookpro.local
Status: accepted
[LC-81]
From: Marcos Caceres <marcosscaceres@gmail.com>
Title: TypeError and use of bold
URL: http://www.w3.org/mid/68E65BDB-E691-4111-85DA-8B4B0A578202@gmail.com
Status: partially accepted
Response: satisfied
Response-URL: http://www.w3.org/mid/E6C67175442445B0BEEA6E1ABB47EAB8@gmail.com
[LC-82]
From: Kang Hao Lu <kennyluck@csail.mit.edu>
Title: the statement about converting IDL nullable type to ECMAScript value is stated reversely
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14888
Status: accepted
[LC-83]
From: Marcos Caceres <marcosscaceres@gmail.com>
Title: function types
URL: http://www.w3.org/mid/6B07EAA37144488DBCEC0035B73EF3D0@gmail.com
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14916
Status: rejected
[LC-84]
From: Aryeh Gregor <ayg@aryeh.name>
Title: prototype of exception interface objects is Object.prototype in implementations, not Error.prototype
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14887
Status: rejected
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14887#c4
[LC-85]
From: Aryeh Gregor <ayg@aryeh.name>
Title: prototype of interface objects is Object.prototype in implementations, not Function.prototype
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14813
Status: rejected
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14813#c10
[LC-86]
From: Aryeh Gregor <ayg@aryeh.name>
Title: "4.9.1.1. Exception interface object [[Call]] method" does not match browsers
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14885
Status: rejected
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14885#c5
[LC-87]
From: Aryeh Gregor <ayg@aryeh.name>
Title: no way to specify [OverrideBuiltins] if the getter is in a partial interface
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14913
Status: accepted
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14913#c6
[LC-88]
From: Ms2ger <Ms2ger@gmail.com>
Title: add enum
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=12810
Status: rejected
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=12810#c5
[LC-89]
From: Aryeh Gregor <ayg@aryeh.name>
Title: define [[Class]] of interface prototype objects, exception interface objects and exception interface prototype objects
URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14877
Status: accepted
Response: satisfied
Response-URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14877#c26