WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
49090
WebProcess won't kill itself if UIProcess goes away while WebProcess is spinning
https://bugs.webkit.org/show_bug.cgi?id=49090
Summary
WebProcess won't kill itself if UIProcess goes away while WebProcess is spinning
Anders Carlsson
Reported
2010-11-05 13:41:16 PDT
WebProcess won't kill itself if UIProcess goes away while WebProcess is spinning
Attachments
Patch
(19.65 KB, patch)
2010-11-05 14:52 PDT
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-11-05 14:50:50 PDT
<
rdar://problem/7834575
>
Anders Carlsson
Comment 2
2010-11-05 14:52:57 PDT
Created
attachment 73123
[details]
Patch
Darin Adler
Comment 3
2010-11-05 15:41:50 PDT
Comment on
attachment 73123
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=73123&action=review
> WebKit2/Platform/CoreIPC/Connection.h:83 > + virtual void didCloseOnConnectionWorkQueue(WorkQueue*, Connection*) { }
Why not pure virtual?
> WebKit2/Platform/WorkItem.h:174 > + void execute()
Is this virtual? Could you be explicit about that?
Anders Carlsson
Comment 4
2010-11-05 15:46:24 PDT
(In reply to
comment #3
)
> (From update of
attachment 73123
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=73123&action=review
> > > WebKit2/Platform/CoreIPC/Connection.h:83 > > + virtual void didCloseOnConnectionWorkQueue(WorkQueue*, Connection*) { } > > Why not pure virtual?
Because it's only used by two clients and I didn't want to force all other connections to add empty functions.
> > > WebKit2/Platform/WorkItem.h:174 > > + void execute() > > Is this virtual? Could you be explicit about that?
Yes and yes.
Anders Carlsson
Comment 5
2010-11-05 16:00:37 PDT
Committed
r71456
: <
http://trac.webkit.org/changeset/71456
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug