Changeset 32736 in webkit


Ignore:
Timestamp:
Apr 30, 2008 11:00:34 AM (16 years ago)
Author:
rwlbuis@webkit.org
Message:

Fix the ChangeLogs so it includes the details about r32719.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r32729 r32736  
    293293
    294294        * platform/qt/Skipped:
     295
     2962008-04-30  Rob Buis  <buis@kde.org>
     297
     298        Reviewed by Eric.
     299
     300        Testcase for:
     301        https://bugs.webkit.org/show_bug.cgi?id=11939
     302        Quirksmode: Ignores media types in stylesheet PIs
     303
     304        * fast/css/resources/xml-stylesheet-media-print.css: Added.
     305        * fast/css/resources/xml-stylesheet-media-screen.css: Added.
     306        * fast/css/xml-stylesheet-media-processing-expected.txt: Added.
     307        * fast/css/xml-stylesheet-media-processing.xhtml: Added.
    295308
    2963092008-04-29  Anatoli Papirovski  <apapirovski@mac.com>
  • trunk/WebCore/ChangeLog

    r32735 r32736  
    179179        * svg/SVGUseElement.cpp:
    180180        (WebCore::SVGUseElement::buildPendingResource):
     181
     1822008-04-30  Rob Buis  <buis@kde.org>
     183
     184        Reviewed by Eric.
     185
     186        https://bugs.webkit.org/show_bug.cgi?id=11939
     187        Quirksmode: Ignores media types in stylesheet PIs
     188
     189        Transfer the xml-stylesheet pseudo attribute media to the css
     190        stylesheet created from the ProcessingInstruction.
     191
     192        Tests: fast/css/xml-stylesheet-media-processing.xhtml
     193
     194        * css/StyleSheet.cpp:
     195        (WebCore::StyleSheet::setMedia):
     196        * css/StyleSheet.h:
     197        * dom/ProcessingInstruction.cpp:
     198        (WebCore::ProcessingInstruction::checkStyleSheet):
     199        (WebCore::ProcessingInstruction::setCSSStyleSheet):
     200        * dom/ProcessingInstruction.h:
    181201
    1822022008-04-29  David D. Kilzer  <ddkilzer@apple.com>
Note: See TracChangeset for help on using the changeset viewer.