Bug 152577 - Modern IDB: Rename IDBServerOperation to ServerOpenDBRequest
Summary: Modern IDB: Rename IDBServerOperation to ServerOpenDBRequest
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149117
  Show dependency treegraph
 
Reported: 2015-12-28 15:24 PST by Brady Eidson
Modified: 2015-12-28 16:51 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (27.43 KB, patch)
2015-12-28 15:55 PST, Brady Eidson
aestes: review+
Details | Formatted Diff | Diff
Patch for landing (35.50 KB, patch)
2015-12-28 16:01 PST, Brady Eidson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2015-12-28 15:24:54 PST
Modern IDB: Rename IDBServerOperation to ServerOpenDBRequest

The role of the class ended up being only about open/delete requests, so it really shadows IDBOpenDBRequest on the client side.

This will help future functionality on the class actually make sense.
Comment 1 Brady Eidson 2015-12-28 15:55:21 PST
Created attachment 267968 [details]
Patch v1
Comment 2 Brady Eidson 2015-12-28 16:01:58 PST
Created attachment 267969 [details]
Patch for landing
Comment 3 WebKit Commit Bot 2015-12-28 16:51:11 PST
Comment on attachment 267969 [details]
Patch for landing

Clearing flags on attachment: 267969

Committed r194433: <http://trac.webkit.org/changeset/194433>
Comment 4 WebKit Commit Bot 2015-12-28 16:51:14 PST
All reviewed patches have been landed.  Closing bug.