[Bug 10623] Simplify Web IDL exceptions

2011-12-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=10623

Cameron McCormack c...@mcc.id.au changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #21 from Cameron McCormack c...@mcc.id.au 2011-12-06 05:59:53 UTC 
---
I don't think there are any actionable requests for changes left in this bug. 
Please reopen if I've got it wrong.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.



[Bug 10623] Simplify Web IDL exceptions

2011-06-17 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10623

Anne ann...@opera.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||i...@hixie.ch,
   ||sim...@opera.com
 Resolution|WONTFIX |

--- Comment #3 from Anne ann...@opera.com 2011-06-17 13:03:47 UTC ---
Reopening for now.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.



[Bug 10623] Simplify Web IDL exceptions

2011-04-11 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10623

Cameron McCormack c...@mcc.id.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #1 from Cameron McCormack c...@mcc.id.au 2011-04-12 03:02:29 UTC 
---
Exceptions have been changed so that you can now inherit one from another, with
a view to not requiring codes for newly defined exceptions, per
http://www.w3.org/mid/20101217180920.ga31...@wok.mcc.id.au.  In the simple
case for new exceptions where you don't need an inheritance hierarchy for them,
you would just write:

  interface MyNewException { };

which will be sufficient for testing against with either `e instanceof
MyNewException` or `e.name == MyNewException`.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.