[Webkit-unassigned] [Bug 40250] Adds IndexedDB's KeyRange.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 8 06:09:19 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40250


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58132|review?                     |review-
               Flag|                            |




--- Comment #5 from Jeremy Orlow <jorlow at chromium.org>  2010-06-08 06:09:19 PST ---
(From update of attachment 58132)
You need to add the KeyRange.h/cpp to Android.mk + CMakeLists.txt

the idl's need to be added to derivedSrouces make and all in one files.

You also forgot the xcode project + visual studio.WebCore/storage/IDBKeyRange.cpp:13
 +   * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
Copy the license from one of the other IDB files...the 2 clause license without "Apple Computer" is the latest.

WebCore/storage/IDBKeyRange.cpp:40
 +      : m_left(IDBAny::create()), m_right(IDBAny::create()), m_flags(flags)
separate onto their own lines.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list