Fix for missing image in MHTML Page save
authorSantosh <santosh.ma@samsung.com>
Sat, 27 Apr 2013 12:54:40 +0000 (21:54 +0900)
committerSantosh <santosh.ma@samsung.com>
Mon, 6 May 2013 07:30:00 +0000 (16:30 +0900)
commit24ffb700e3c6c1cf5fbf59f2c8f4df96d9cd4c24
tree3977c837a3b677f3e48ce676c7aabbe02c9820f8
parent3d2347bbd63c3d3b764b85fc0aae4efadc8c922d
Fix for missing image in MHTML Page save

[Title] Fix for missing image in MHTML Page save by handling
resources under @Media
[Issue#] TD-9513
[Problem] Some Image was missing in MTHML format of Page saving
[Cause] Image resource specified in CSS under @media
are ignored by pageserializer
[Solution] Added the code to get the resources specified
under rule @media
[Developer] Santosh Mahto[santosh.ma@samsung.com)

Change-Id: I4fdd26a96b16b49ed2d32a009e3131c0cfea664c
Source/WTF/wtf/Platform.h
Source/WebCore/page/PageSerializer.cpp