RESOLVED DUPLICATE of bug 209678 209844
TestOptions::enableUndoManagerAPI can be removed
https://bugs.webkit.org/show_bug.cgi?id=209844
Summary TestOptions::enableUndoManagerAPI can be removed
David Kilzer (:ddkilzer)
Reported 2020-03-31 18:46:23 PDT
TestOptions::enableUndoManagerAPI can be removed because using "internal:UndoManagerAPIEnabled" will just work: -<!DOCTYPE html> <!-- webkit-test-runner [ enableUndoManagerAPI=true ] --> +<!DOCTYPE html> <!-- webkit-test-runner [ internal:UndoManagerAPIEnabled=true ] -->
Attachments
Patch v1 (9.35 KB, patch)
2020-03-31 18:48 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2020-03-31 18:48:57 PDT
Created attachment 395120 [details] Patch v1
David Kilzer (:ddkilzer)
Comment 2 2020-03-31 19:05:17 PDT
Comment on attachment 395120 [details] Patch v1 Hmmm, I may have underestimated what the fix in Bug 209678 does. Testing locally, this actually doesn't work by itself. I cleared the review flag for now.
David Kilzer (:ddkilzer)
Comment 3 2020-03-31 20:21:00 PDT
Welp, it turns out this depends on changes in Bug 209678, so duping to that. *** This bug has been marked as a duplicate of bug 209678 ***
Note You need to log in before you can comment on or make changes to this bug.