Bug 127728 - Expose SQL database creation and modification times
Summary: Expose SQL database creation and modification times
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-27 16:38 PST by Alexey Proskuryakov
Modified: 2014-01-28 10:14 PST (History)
4 users (show)

See Also:


Attachments
proposed patch (19.54 KB, patch)
2014-01-27 16:45 PST, Alexey Proskuryakov
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-01-27 16:38:31 PST
Would like clients to have access to database creation and modification time.

<rdar://problem/15642467>
Comment 1 Alexey Proskuryakov 2014-01-27 16:45:50 PST
Created attachment 222380 [details]
proposed patch
Comment 2 WebKit Commit Bot 2014-01-27 16:47:29 PST
Attachment 222380 [details] did not pass style-queue:


ERROR: Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp:488:  An else statement can be removed when the prior "if" concludes with a return, break, continue or goto statement.  [readability/control_flow] [4]
ERROR: Source/WebCore/Modules/webdatabase/DatabaseManager.cpp:56:  Wrong number of spaces before statement. (expected: 8)  [whitespace/indent] [4]
Total errors found: 2 in 16 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Brady Eidson 2014-01-27 17:02:12 PST
Comment on attachment 222380 [details]
proposed patch

Work through the build fixes, then r+
Comment 4 Alexey Proskuryakov 2014-01-28 10:14:39 PST
Committed <http://trac.webkit.org/r162943> with a Gtk build fix.