RESOLVED FIXED 132401
Move Source/WebCore/workers/ code to std::unique_ptr
https://bugs.webkit.org/show_bug.cgi?id=132401
Summary Move Source/WebCore/workers/ code to std::unique_ptr
Zan Dobersek
Reported 2014-04-30 14:12:09 PDT
Move Source/WebCore/workers/ code to std::unique_ptr
Attachments
Patch (27.84 KB, patch)
2014-04-30 14:14 PDT, Zan Dobersek
no flags
Patch (27.90 KB, patch)
2014-05-11 05:26 PDT, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2014-04-30 14:14:08 PDT
Zan Dobersek
Comment 2 2014-05-10 12:14:53 PDT
Comment on attachment 230519 [details] Patch Clearing flags on attachment: 230519 Committed r168578: <http://trac.webkit.org/changeset/168578>
Zan Dobersek
Comment 3 2014-05-10 12:14:59 PDT
All reviewed patches have been landed. Closing bug.
WebKit Commit Bot
Comment 4 2014-05-10 15:40:14 PDT
Re-opened since this is blocked by bug 132789
Carlos Alberto Lopez Perez
Comment 5 2014-05-10 17:02:24 PDT
Looks like this caused failures on the layout tests of the GTK Debug build. r168577 -> layout-test 71 failures 16 new passes 40 flakes http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug%20%28Tests%29/builds/47 r168578 -> layout-test Exiting early after 24 crashes and 26 timeouts. 31383 tests run. 121 failures 15 new passes -> http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug%20%28Tests%29/builds/48
Zan Dobersek
Comment 6 2014-05-11 05:26:22 PDT
Zan Dobersek
Comment 7 2014-05-11 05:30:05 PDT
(In reply to comment #6) > Created an attachment (id=231260) [details] > Patch Avoids leaking a ScheduledAction object, fixing the layout tests in debug builds. Can't confirm the same effect on the Apple-internal PLT3, for obvious reasons.
Zan Dobersek
Comment 8 2014-05-11 12:11:11 PDT
Comment on attachment 231260 [details] Patch Clearing flags on attachment: 231260 Committed r168600: <http://trac.webkit.org/changeset/168600>
Zan Dobersek
Comment 9 2014-05-11 12:11:19 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.