Bug 112074

Summary: webdatabase: Fix some FIXMEs in WebDatabaseManagerProxy
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: WebCore Misc.Assignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, beidson, ggaren, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. ap: review+

Description Mark Lam 2013-03-11 15:56:18 PDT
The WebDatabaseManagerProxy has some FIXMEs in methods that send messages for the purpose of managing origins and instances of WebSQL databases.  These methods were broadcasting the messages to all WebProcesses.  Instead, it should only send to one.
Comment 1 Mark Lam 2013-03-11 15:57:51 PDT
ref: <rdar://problem/13395405>.
Comment 2 Mark Lam 2013-03-11 16:13:54 PDT
Created attachment 192588 [details]
the patch.
Comment 3 Mark Lam 2013-03-11 16:38:56 PDT
Thanks for the review.  Landed in r145426: <http://trac.webkit.org/changeset/145426>.