Changeset 103016 in webkit


Ignore:
Timestamp:
Dec 15, 2011 8:03:47 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Upstream FileSystemBlackBerry.cpp into WebCore/platform/blackberry
https://bugs.webkit.org/show_bug.cgi?id=74491

Patch by Mary Wu <mary.wu@torchmobile.com.cn> on 2011-12-15
Reviewed by Rob Buis.

We are using POSIX porting of FileSystem, so here only implement other
necessary functions.

Initial upstream, no new tests.

  • platform/blackberry/FileSystemBlackBerry.cpp: Added.

(WebCore::homeDirectoryPath):
(WebCore::fileSystemRepresentation):
(WebCore::unloadModule):
(WebCore::openTemporaryFile):

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r103015 r103016  
     12011-12-15  Mary Wu  <mary.wu@torchmobile.com.cn>
     2
     3        Upstream FileSystemBlackBerry.cpp into WebCore/platform/blackberry
     4        https://bugs.webkit.org/show_bug.cgi?id=74491
     5
     6        Reviewed by Rob Buis.
     7
     8        We are using POSIX porting of FileSystem, so here only implement other
     9        necessary functions.
     10
     11        Initial upstream, no new tests.
     12
     13        * platform/blackberry/FileSystemBlackBerry.cpp: Added.
     14        (WebCore::homeDirectoryPath):
     15        (WebCore::fileSystemRepresentation):
     16        (WebCore::unloadModule):
     17        (WebCore::openTemporaryFile):
     18
    1192011-12-15  Adrienne Walker  <enne@google.com>
    220
Note: See TracChangeset for help on using the changeset viewer.