Bug 115384

Summary: Make RunLoop ref-counted
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, eflews.bot, gyuyoung.kim, gyuyoung.kim, rakuco, rego+ews, rniwa, webkit-ews, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 115407, 115409    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch benjamin: review+

Anders Carlsson
Reported 2013-04-29 16:34:24 PDT
Make RunLoop ref-counted
Attachments
Patch (3.74 KB, patch)
2013-04-29 16:35 PDT, Anders Carlsson
no flags
Patch (3.74 KB, patch)
2013-04-29 16:36 PDT, Anders Carlsson
no flags
Patch (3.74 KB, patch)
2013-04-29 17:01 PDT, Anders Carlsson
no flags
Patch (4.96 KB, patch)
2013-04-29 17:07 PDT, Anders Carlsson
no flags
Patch (3.09 KB, patch)
2013-04-30 16:46 PDT, Anders Carlsson
benjamin: review+
Anders Carlsson
Comment 1 2013-04-29 16:35:48 PDT
Anders Carlsson
Comment 2 2013-04-29 16:36:18 PDT
Early Warning System Bot
Comment 3 2013-04-29 16:40:24 PDT
Build Bot
Comment 4 2013-04-29 16:41:10 PDT
EFL EWS Bot
Comment 5 2013-04-29 16:43:21 PDT
Darin Adler
Comment 6 2013-04-29 16:47:36 PDT
Comment on attachment 200057 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=200057&action=review > Source/WebCore/platform/cf/RunLoopCF.cpp:41 > + s_mainRunLoop = adoptPtr(new RunLoop(CFRunLoopGetMain())).leakPtr(); EWS bot says you need to include PassOwnPtr.h in this source file.
Anders Carlsson
Comment 7 2013-04-29 16:50:19 PDT
(In reply to comment #6) > (From update of attachment 200057 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=200057&action=review > > > Source/WebCore/platform/cf/RunLoopCF.cpp:41 > > + s_mainRunLoop = adoptPtr(new RunLoop(CFRunLoopGetMain())).leakPtr(); > > EWS bot says you need to include PassOwnPtr.h in this source file. And that’s revealing a bug! This should be using adoptRef.
Anders Carlsson
Comment 8 2013-04-29 17:01:22 PDT
EFL EWS Bot
Comment 9 2013-04-29 17:07:07 PDT
Anders Carlsson
Comment 10 2013-04-29 17:07:27 PDT
Anders Carlsson
Comment 11 2013-04-29 17:23:03 PDT
WebKit Commit Bot
Comment 12 2013-04-30 03:40:25 PDT
Re-opened since this is blocked by bug 115409
Anders Carlsson
Comment 13 2013-04-30 16:46:35 PDT
Anders Carlsson
Comment 14 2013-04-30 17:01:19 PDT
Note You need to log in before you can comment on or make changes to this bug.