Changeset 142194 in webkit


Ignore:
Timestamp:
Feb 7, 2013 3:52:48 PM (11 years ago)
Author:
mark.lam@apple.com
Message:

Introduce SQLTransactionBackend and SQLTransactionBackendSync [Part 2].
https://bugs.webkit.org/show_bug.cgi?id=109109.

Reviewed by Anders Carlsson.

Adding back the new SQLTransaction and SQLTransactionSync files.

No new tests.

  • Modules/webdatabase/SQLTransaction.cpp: Added.

(WebCore::SQLTransaction::create):
(WebCore::SQLTransaction::SQLTransaction):
(WebCore::SQLTransaction::from):

  • Modules/webdatabase/SQLTransaction.h: Added.

(SQLTransaction):

  • Modules/webdatabase/SQLTransactionSync.cpp: Added.

(WebCore::SQLTransactionSync::create):
(WebCore::SQLTransactionSync::SQLTransactionSync):
(WebCore::SQLTransactionSync::from):

  • Modules/webdatabase/SQLTransactionSync.h: Added.

(SQLTransactionSync):

Location:
trunk/Source/WebCore
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r142193 r142194  
     12013-02-07  Mark Lam  <mark.lam@apple.com>
     2
     3        Introduce SQLTransactionBackend and SQLTransactionBackendSync [Part 2].
     4        https://bugs.webkit.org/show_bug.cgi?id=109109.
     5
     6        Reviewed by Anders Carlsson.
     7
     8        Adding back the new SQLTransaction and SQLTransactionSync files.
     9
     10        No new tests.
     11
     12        * Modules/webdatabase/SQLTransaction.cpp: Added.
     13        (WebCore::SQLTransaction::create):
     14        (WebCore::SQLTransaction::SQLTransaction):
     15        (WebCore::SQLTransaction::from):
     16        * Modules/webdatabase/SQLTransaction.h: Added.
     17        (SQLTransaction):
     18        * Modules/webdatabase/SQLTransactionSync.cpp: Added.
     19        (WebCore::SQLTransactionSync::create):
     20        (WebCore::SQLTransactionSync::SQLTransactionSync):
     21        (WebCore::SQLTransactionSync::from):
     22        * Modules/webdatabase/SQLTransactionSync.h: Added.
     23        (SQLTransactionSync):
     24
    1252013-02-07  Mark Lam  <mark.lam@apple.com>
    226
Note: See TracChangeset for help on using the changeset viewer.