[Webkit-unassigned] [Bug 11876] CSSMediaRule functions insertRule and deleteRule don't raise exceptions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 22 16:07:57 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11876





------- Comment #4 from ddkilzer at kilzer.net  2006-12-22 16:07 PDT -------
(From update of attachment 11973)
>Index: WebCore/ChangeLog
>===================================================================
>--- WebCore/ChangeLog	(revision 18395)
>+++ WebCore/ChangeLog	(working copy)
>@@ -1,3 +1,21 @@
>+2006-12-22  Sam Weinig  <sam at webkit.org>
>+
>+        Reviewed by NOBODY (OOPS!).
>+
>+        Patch for http://bugs.webkit.org/show_bug.cgi?id=11876
>+        CSSMediaRule functions insertRule and deleteRule don't raise exceptions
>+
>+        Test added:
>+        * fast/dom/css-mediarule-functions.html
>+
>+        * bindings/js/kjs_css.cpp:
>+        (KJS::DOMCSSRuleFunc::callAsFunction):
>+        * css/CSSMediaRule.cpp: add exception handling
>+        (WebCore::CSSMediaRule::insertRule):
>+        (WebCore::CSSMediaRule::deleteRule):
>+        * css/CSSMediaRule.h: add ExceptionCode arguments
>+        * css/CSSMediaRule.idl: un-comment exections

Typo: "exections" should be "exceptions"


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list