Bug 112074 - webdatabase: Fix some FIXMEs in WebDatabaseManagerProxy
Summary: webdatabase: Fix some FIXMEs in WebDatabaseManagerProxy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-11 15:56 PDT by Mark Lam
Modified: 2013-03-11 16:38 PDT (History)
4 users (show)

See Also:


Attachments
the patch. (7.04 KB, patch)
2013-03-11 16:13 PDT, Mark Lam
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.