[Webkit-unassigned] [Bug 91812] Implement UndoManager's automatic DOM transactions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 20:37:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91812


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #159848|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #17 from Ryosuke Niwa <rniwa at webkit.org>  2012-08-21 20:37:39 PST ---
(From update of attachment 159848)
View in context: https://bugs.webkit.org/attachment.cgi?id=159848&action=review

> Source/WebCore/bindings/v8/DOMTransaction.cpp:80
> +    else {
> +        for (size_t i = m_transactionSteps.size(); i > 0; --i)
> +            m_transactionSteps[i - 1]->unapply();
> +    }

It'll be nice if we can share this code with JSC implementation.

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


More information about the webkit-unassigned mailing list