[Webkit-unassigned] [Bug 115513] New: Improving PageSerializer.cpp to retreive the subresources specified under @media rule in css

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 2 05:14:43 PDT 2013


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

           Summary: Improving PageSerializer.cpp  to retreive the
                    subresources specified under  @media rule in css
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: santoshbit2007 at gmail.com


The job of PageSerializer is to collect the all the resources(MainResource + subresource) and provide the resources
to MHTMLArchive for mhtml page saving.

But Currently the PageSerializer code doesnot collect the  subresources specified in CSS stylesheet under @media rule
So pageSerializer code doesnot collect the subresources(background image) specified in below CSS code

<style>
-----------------------------------------------------------------
@media screen and (-webkit-min-device-pixel-ratio:1.5){.imsv{background-image:url(http://static.naver.net/www/u/2013/0425/mma_143839223.jpg);-webkit-background-size:216px 613px;}}
------------------------------------------------
</style>


As all kind of subresources specified under @media rule are not collected the mhtml page saving misses the data and refetch the item from netwok.

Actual behaviour : PageSerializer should collect subresources data specified under @media rule also

-- 
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