Bug 127399 - The IDB backing store put() method shouldn't call IDB callbacks directly
Summary: The IDB backing store put() method shouldn't call IDB callbacks directly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 124521
  Show dependency treegraph
 
Reported: 2014-01-21 20:28 PST by Brady Eidson
Modified: 2014-01-21 21:16 PST (History)
7 users (show)

See Also:


Attachments
Patch v1 (15.96 KB, patch)
2014-01-21 20:30 PST, Brady Eidson
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2014-01-21 20:28:20 PST
The IDB backing store put() method shouldn't call IDB callbacks directly

Callbacks are not something the backing store should know about *anywhere*, and we'll be factoring them out as they come up.
Comment 1 Brady Eidson 2014-01-21 20:30:53 PST
Created attachment 221822 [details]
Patch v1
Comment 2 Brady Eidson 2014-01-21 21:16:24 PST
http://trac.webkit.org/changeset/162501