Changeset 54542 in webkit


Ignore:
Timestamp:
Feb 9, 2010 2:24:12 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-09 Kwang Yul Seo <skyul@company100.net>

Reviewed by Eric Seidel.

[BREWMP] Port KURL::fileSystemPath
https://bugs.webkit.org/show_bug.cgi?id=34516

Convert a file URL to a file path by prefixing
AEEFS_HOME_DIR to access files relative to the current
module directory in a case-sensitive manner.

As IWeb "file:" engine opens files in BREW's application-relative
file namespace, we follow the same policy here.

  • platform/brew/KURLBrew.cpp: Added. (WebCore::KURL::fileSystemPath):
Location:
trunk/WebCore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r54541 r54542  
     12010-02-09  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [BREWMP] Port KURL::fileSystemPath
     6        https://bugs.webkit.org/show_bug.cgi?id=34516
     7
     8        Convert a file URL to a file path by prefixing
     9        AEEFS_HOME_DIR to access files relative to the current
     10        module directory in a case-sensitive manner.
     11
     12        As IWeb "file:" engine opens files in BREW's application-relative
     13        file namespace, we follow the same policy here.
     14
     15        * platform/brew/KURLBrew.cpp: Added.
     16        (WebCore::KURL::fileSystemPath):
     17
    1182010-02-09  Noam Rosenthal  <noam.rosenthal@nokia.com>
    219
Note: See TracChangeset for help on using the changeset viewer.