- 24 Oct, 2010 23 commits
-
-
morrita@google.com authored
Unreviewed skip. Added editing/spelling/spelling-linebreak.html to skip, which was originally tested against a wrong expectation. * platform/gtk/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70432 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tkent@chromium.org authored
Reviewed by David Kilzer. Remove unnecessary test results. https://bugs.webkit.org/show_bug.cgi?id=47711 The following tests were converted to dumpAsText() in http://trac.webkit.org/changeset/47608. So corresponding PNG files are unnecessary. - editing/execCommand/italicizeByCharacter.html - editing/execCommand/modifyForeColorByCharacter.html - editing/execCommand/strikethroughSelection.html The following tests were converted to dumpAsText() in http://trac.webkit.org/changeset/47543. - editing/style/remove-underline-across-paragraph.html - editing/style/remove-underline-across-paragraph-in-bold.html The following tests were converted to dumpAsText() in http://trac.webkit.org/changeset/47542. - editing/style/remove-underline-after-paragraph.html - editing/style/remove-underline-after-paragraph-in-bold.html * platform/mac/editing/execCommand/italicizeByCharacter-expected.png: Removed. * platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png: Removed. * platform/mac/editing/execCommand/strikethroughSelection-expected.png: Removed. * platform/mac/editing/style/remove-underline-across-paragraph-expected.png: Removed. * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png: Removed. * platform/mac/editing/style/remove-underline-after-paragraph-expected.png: Removed. * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70431 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
yuzo@google.com authored
Unreviewed, rolling out r70361. http://trac.webkit.org/changeset/70361 https://bugs.webkit.org/show_bug.cgi?id=48217 Chromium tests NoInitialAutocompleteForReadOnly and InitialAutocomplete don't complete (Requested by yuzo on #webkit). * public/WebDocument.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70430 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
morrita@google.com authored
Reviewed by Tony Chang. Text test conversion: editing/spelling/spelling-linebreak.html https://bugs.webkit.org/show_bug.cgi?id=47649 Rewrote verification part using hasSpellingMarker(). * editing/spelling/spelling-linebreak-expected.txt: Added. * editing/spelling/spelling-linebreak.html: * platform/gtk/editing/spelling/spelling-linebreak-expected.txt: Removed. * platform/mac/editing/spelling/spelling-linebreak-expected.checksum: Removed. * platform/mac/editing/spelling/spelling-linebreak-expected.png: Removed. * platform/mac/editing/spelling/spelling-linebreak-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70429 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
<rdar://problem/8530670> https://bugs.webkit.org/show_bug.cgi?id=48216 Reviewed by Dan Bernstein. WebCore: * WebCore.exp.in: Add export. * dom/Element.cpp: (WebCore::Element::boundsInWindowSpace): * dom/Element.h: Add function to return the bounding box in window (in ScrollView terminology) space, this is the same space as the root viewport. WebKit2: * Shared/API/c/WKSharedAPICast.h: (WebKit::toAPI): Add conversion from IntRect to WKRect. * WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.cpp: (WKBundleNodeHandleGetElementBounds): * WebProcess/InjectedBundle/API/c/WKBundleNodeHandlePrivate.h: * WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp: (WebKit::InjectedBundleNodeHandle::elementBounds): * WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h: Add SPI to get the rect in window space. The client can then convert this to screen space if they wish to. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70428 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
paroga@webkit.org authored
Unreviewed, fix typo of last build fix. * wtf/DateMath.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70427 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
paroga@webkit.org authored
Unreviewed build fix for chromium. * wtf/DateMath.cpp: Added missing include. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70426 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
paroga@webkit.org authored
Reviewed by David Kilzer. Add WTF_ARRAY_LENGTH macro to WTF https://bugs.webkit.org/show_bug.cgi?id=32828 Unify the different implementations and usages. * interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute): * runtime/DatePrototype.cpp: (JSC::formatLocaleDate): * runtime/JSGlobalObject.cpp: (JSC::JSGlobalObject::reset): * runtime/JSONObject.cpp: (JSC::Stringifier::appendQuotedString): (JSC::Stringifier::toJSON): (JSC::Stringifier::appendStringifiedValue): * runtime/UString.cpp: (JSC::UString::number): * wtf/DateMath.cpp: (WTF::parseDateFromNullTerminatedCharacters): * wtf/StdLibExtras.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70425 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
andreas.kling@nokia.com authored
Reviewed by Kenneth Rohde Christiansen. [Qt] ImageBuffer::platformTransformColorSpace is unnecessarily slow https://bugs.webkit.org/show_bug.cgi?id=48211 Grab the QImage::bits() and do direct access instead of going through QImage::pixel() and QImage::setPixel(). This is a performance optimization, so no new tests. * platform/graphics/qt/ImageBufferQt.cpp: (WebCore::ImageBuffer::platformTransformColorSpace): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70424 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
Unreviewed, rolling out r70413. http://trac.webkit.org/changeset/70413 https://bugs.webkit.org/show_bug.cgi?id=48210 It broke Qt minimal build (Requested by Ossy on #webkit). * Scripts/build-webkit: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70423 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mitz@apple.com authored
Reviewed by Simon Fraser. * WebCoreSupport/WebChromeClient.mm: (WebChromeClient::customHighlightRect): Call -highlightRectForLine:representedNode: unconditionally. (WebChromeClient::paintCustomHighlight): Call -paintHighlightForBox:onLine:behindText:entireLine:representedNode: unconditionally. * WebView/WebHTMLViewPrivate.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70422 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
krit@webkit.org authored
Reviewed by Nikolas Zimmermann. Filter example Chiseled from SVG Wow! is slow https://bugs.webkit.org/show_bug.cgi?id=48174 Added 'using WTF::ByteArray;' at the end of ByteArray.h * wtf/ByteArray.h: 2010-10-24 Dirk Schulze <krit@webkit.org> Reviewed by Nikolas Zimmermann. Filter example Chiseled from SVG Wow! is slow https://bugs.webkit.org/show_bug.cgi?id=48174 Use a pointer to the ByteArray instead of the ref counted CanvasPixelArray or ImageData directly to access the data for pixel manipulation on SVG Filters or SVG Masker. This is a performance increase since the recurring use of the -> operator can be avoided. FEConvolveMatrix and FELighting still need to change in a followup patch. No functionality was changed. So, no new tests. * platform/graphics/filters/FEBlend.cpp: (WebCore::FEBlend::apply): * platform/graphics/filters/FEColorMatrix.cpp: (WebCore::luminance): (WebCore::effectType): (WebCore::FEColorMatrix::apply): * platform/graphics/filters/FEComponentTransfer.cpp: (WebCore::FEComponentTransfer::apply): * platform/graphics/filters/FEComposite.cpp: (WebCore::arithmetic): (WebCore::FEComposite::apply): * platform/graphics/filters/FEDisplacementMap.cpp: (WebCore::FEDisplacementMap::apply): * platform/graphics/filters/FEGaussianBlur.cpp: (WebCore::boxBlur): (WebCore::FEGaussianBlur::apply): * platform/graphics/filters/FEMorphology.cpp: (WebCore::FEMorphology::apply): * platform/graphics/filters/FETurbulence.cpp: (WebCore::FETurbulence::apply): * rendering/RenderSVGResourceMasker.cpp: (WebCore::RenderSVGResourceMasker::drawContentIntoMaskImage): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70421 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pfeldman@chromium.org authored
Reviewed by Timothy Hatcher. Web Inspector: polish network panel UI. https://bugs.webkit.org/show_bug.cgi?id=48205 * inspector/front-end/Images/frame.png: * inspector/front-end/Images/networkIcon.png: * inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel.prototype._createTable): (WebInspector.NetworkPanel.prototype._setLargerResources): (WebInspector.NetworkPanel.prototype._toggleGridMode): * inspector/front-end/networkPanel.css: (.network.panel .data-grid td): (.network.panel .data-grid.small td): (#network-views .resource-view.headers-visible .resource-view-content): (#network-views.small .resource-view.headers-visible .resource-view-content): (#network-views .resource-view-headers): (#network-views.small .resource-view-headers): (#network-views .resource-view .tabbed-pane-header): (#network-views.small .resource-view .tabbed-pane-header): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70420 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
paroga@webkit.org authored
Reviewed by David Kilzer. Inline WTF::bitwise_cast and fix style https://bugs.webkit.org/show_bug.cgi?id=48208 * wtf/StdLibExtras.h: (WTF::bitwise_cast): (WTF::bitCount): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70419 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
Reviewed by Simon Hausmann. [Qt] Disable enable_fast_mobile_scrolling for QWS https://bugs.webkit.org/show_bug.cgi?id=48006 Turning this on breaks the acidtests for QWS/DirectFB and QWS/QVFB * WebKit.pri: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70418 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
Reviewed by Andreas Kling. [Qt][QtTestBrowser] Toggle use of QGraphicsView messes up the menu https://bugs.webkit.org/show_bug.cgi?id=48141 * QtTestBrowser/launcherwindow.cpp: (LauncherWindow::init): (LauncherWindow::initializeView): (LauncherWindow::toggleWebView): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70417 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dbates@webkit.org authored
Reviewed by Antonio Gomes. Convert layout test fast/frame/frame-src-attribute.html from render-tree/pixel test to text-only test https://bugs.webkit.org/show_bug.cgi?id=48200 Modified the test case LayoutTests/fast/frame/frame-src-attribute.html to dump its output as text. Currently, the test produces a render-tree dump. Instead, it is sufficient for this test to dump as text since it is a PASS/FAIL-style test. This will also make the test results platform-independent. * fast/frames/frame-src-attribute-expected.txt: Added. * fast/frames/frame-src-attribute.html: Modified to dump its output as text. * platform/chromium-linux/fast/frames/frame-src-attribute-expected.checksum: Removed. * platform/chromium-linux/fast/frames/frame-src-attribute-expected.png: Removed. * platform/chromium-mac/fast/frames/frame-src-attribute-expected.checksum: Removed. * platform/chromium-mac/fast/frames/frame-src-attribute-expected.png: Removed. * platform/chromium-win/fast/frames/frame-src-attribute-expected.checksum: Removed. * platform/chromium-win/fast/frames/frame-src-attribute-expected.png: Removed. * platform/chromium-win/fast/frames/frame-src-attribute-expected.txt: Removed. * platform/gtk/fast/frames/frame-src-attribute-expected.txt: Removed. * platform/mac/fast/frames/frame-src-attribute-expected.checksum: Removed. * platform/mac/fast/frames/frame-src-attribute-expected.png: Removed. * platform/mac/fast/frames/frame-src-attribute-expected.txt: Removed. * platform/qt/fast/frames/frame-src-attribute-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70416 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dbates@webkit.org authored
Reviewed by David Kilzer. Fix Perl uninitialized warnings in VCSUtils::svnStatus() and VCSUtils::removeEOL(). https://bugs.webkit.org/show_bug.cgi?id=48196 VCSUtils::svnStatus() concatenates the output of svn status with a new line character and svn status may return no output (say for a file that has not been added, deleted, or modified). We should only concatenate the output of svn status if there is some. Also, VCSUtils::removeEOL() should ensure that its argument is initialized before performing a string substitution. * Scripts/VCSUtils.pm: - Modified removeEOL() to return "" if its argument is undefined. - Exported removeEOL() so that it can be tested. * Scripts/webkitperl/VCSUtils_unittest/removeEOL.pl: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70415 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Reviewed by Dimitri Glazkov. Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly https://bugs.webkit.org/show_bug.cgi?id=48179 Fix WebGL tests. Accept 'boolean' as valid numeric type in StrictTypeChecking mode. * bindings/scripts/CodeGeneratorJS.pm: * bindings/scripts/CodeGeneratorV8.pm: 2010-10-24 Nikolas Zimmermann <nzimmermann@rim.com> Reviewed by Dimitri Glazkov. Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly https://bugs.webkit.org/show_bug.cgi?id=48179 It turns out the CodeGenerator changes are right, and the webgl tests have a problem, since StrictTypeChecking was enabled for numeric types. When calling gl.bindAttribLocation() be sure to pass the second argument as integer, not as string. Fixes all failing webgl tests on the snow leopard bot. * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: * fast/canvas/webgl/resources/webgl-test-utils.js: (WebGLTestUtils): * fast/canvas/webgl/resources/webgl-test.js: (createProgram): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70414 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
http://webkit.org/b/48185ddkilzer@apple.com authored
Reviewed by Kenneth Rohde Christiansen. * Scripts/build-webkit: Added support for --progress-tag switch. It should have been added with r57051. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70413 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
http://webkit.org/b/48184ddkilzer@apple.com authored
Reviewed by Daniel Bates. * Scripts/build-webkit: Alphabetized the @features array based on the name of the feature. Reformatted the list of support variables so that they match the order of @features, and so that each has its own line. This makes it easy to add new variables in the correct order. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70412 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Reviewed by Dirk Schulze. Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly https://bugs.webkit.org/show_bug.cgi?id=48179 Speculative fix for the WebGL tests, I was not aware they're not run on Leopard, so I missed the breakage. * bindings/scripts/CodeGeneratorJS.pm: Restore the order of type checking in the 'StrictTypeChecking' code. * bindings/scripts/CodeGeneratorV8.pm: Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70411 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Reviewed by Dirk Schulze. Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly https://bugs.webkit.org/show_bug.cgi?id=48179 Rewrite SVGAngle to use the new SVGPropertyTearOff concept, and consume much less memory. Down from two floats, one string and an ushort to one float and one ushort. Synchronize value/valueInSpecifiedUnits/valueAsString on demand. Adding an extensive SVGAngle test, that required to implement 'StrictTypeChecking' for attribute setters (was only implemented in V8/JSC for function cals so far). Test: svg/dom/SVGAngle.html * GNUmakefile.am: Add SVGAnimatedAngle.h to build. * WebCore.gypi: Ditto. * WebCore.pro: Ditto. * WebCore.vcproj/WebCore.vcproj: Ditto. * WebCore.xcodeproj/project.pbxproj: Ditto. * bindings/scripts/CodeGenerator.pm: Split IsPrimitiveType in IsPrimitiveType and IsNumericType. * bindings/scripts/CodeGeneratorJS.pm: Implement 'StrictTypeChecking' for setters and recognize SVGAngle as new SVGPropertyTearOff type. * bindings/scripts/CodeGeneratorObjC.pm: Ditto. * bindings/scripts/CodeGeneratorV8.pm: Ditto. * svg/DeprecatedSVGAnimatedPropertyTraits.h: Remove SVGAngle handling. * svg/DeprecatedSVGAnimatedTemplate.h: Remove SVGAnimatedAngle handling. * svg/SVGAngle.cpp: Rewrite, to consume less memory and to operate more efficient. * svg/SVGAngle.h: Ditto. * svg/SVGAngle.idl: Add 'StrictTypeChecking' to the value/valueInSpecifiedUnits methods. * svg/SVGAnimatedAngle.h: Added. * svg/SVGAnimatedAngle.idl: Mark as [SVGAnimatedProperty]. * svg/SVGMarkerElement.cpp: (WebCore::SVGMarkerElement::parseMappedAttribute): SVGAngle::setValueAsString() now takes an ExceptionCode parameter. * svg/SVGMarkerElement.h: s/ANIMATED_PROPERTY/ANIMATED_PROPERTY_NEW/ for the SVGAngle type. * svg/SVGNumber.idl: Remove exception setter exceptions, which aren't needed. As we're now generating exception handlers in the bindings, it would lead to compile errors. * svg/SVGPoint.idl: Ditto. * svg/SVGRect.idl: Ditto. * svg/SVGSVGElement.idl: Remove obsolete [SVGLiveProperty] flag. 2010-10-23 Nikolas Zimmermann <nzimmermann@rim.com> Reviewed by Dirk Schulze. Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly https://bugs.webkit.org/show_bug.cgi?id=48179 Add an extensive SVGAngle test, checking all getter/setters & methods, with valid and invalid arguments. The test exposes bugs in Opera & FireFox, we now pass them all. * svg/dom/SVGAngle-expected.txt: Added. * svg/dom/SVGAngle.html: Added. * svg/dom/script-tests/SVGAngle.js: Added. * svg/dom/svg-element-attribute-js-null-expected.txt: * svg/dom/svg-element-attribute-js-null.xhtml: Update incorrect test, setting valueAsString to null, should not result in "0deg" but "0". git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70410 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 23 Oct, 2010 17 commits
-
-
eric@webkit.org authored
Reviewed by Adam Barth. EWS never removes invalid patch ids https://bugs.webkit.org/show_bug.cgi?id=48173 This is just sticking another finger in the dam. However this adds more unit testing which will help us make sure we're always releasing patches once we redesign the release_patch API and call these from a more central place. * Scripts/webkitpy/tool/commands/queues.py: * Scripts/webkitpy/tool/commands/queues_unittest.py: * Scripts/webkitpy/tool/mocktool.py: - Added the ability to request invalid patches. Log a warning message to make sure we don't ever have tests use invalid patch fetches by mistake. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70409 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dglazkov@chromium.org authored
[Chromium/DRT] Unbreak build by removing duplicate test expectations. * platform/chromium/drt_expectations.txt: Removed duplicates. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70408 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
Reviewed by Adam Barth. Remove unused method HTMLFrameElementBase::setNameAndOpenURLCallback() https://bugs.webkit.org/show_bug.cgi?id=48197 With the landing of the patch for bug #45365 in changeset 67182 <http://trac.webkit.org/changeset/67182>, HTMLFrameElementBase::setNameAndOpenURLCallback() is not needed. Therefore, we remove it. Before changeset 67182, HTMLFrameElementBase::attach() set up a post-attach callback to HTMLFrameElementBase::setNameAndOpenURLCallback(). Changeset 67182 removed this callback. No functionality was changed. So, no new tests. * html/HTMLFrameElementBase.cpp: Remove HTMLFrameElementBase::setNameAndOpenURLCallback(). * html/HTMLFrameElementBase.h: Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70407 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
xan@webkit.org authored
Reviewed by Sam Weinig. Unify globalData APIs https://bugs.webkit.org/show_bug.cgi?id=47969 Make JSGlobalObject::globalData return a reference and adapt callers. This unifies the API with the existing CallFrame::globalData, which also returns a reference. * debugger/Debugger.cpp: (JSC::evaluateInGlobalCallFrame): * interpreter/CallFrame.h: * interpreter/Interpreter.cpp: (JSC::Interpreter::dumpRegisters): * jsc.cpp: (runWithScripts): * parser/JSParser.cpp: (JSC::jsParse): * parser/Parser.cpp: (JSC::Parser::parse): * parser/Parser.h: (JSC::Parser::parse): * runtime/Error.cpp: (JSC::createError): (JSC::createEvalError): (JSC::createRangeError): (JSC::createReferenceError): (JSC::createSyntaxError): (JSC::createTypeError): (JSC::createURIError): ...
-
ap@apple.com authored
Windows debug build fix. * platform/network/cf/CookieStorageCFNet.cpp: Include MainThread.h for isMainThread(). git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70405 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mitz@apple.com authored
* DumpRenderTree/mac/DumpRenderTreeDraggingInfo.mm: (-[DumpRenderTreeDraggingInfo draggingFormation]): (-[DumpRenderTreeDraggingInfo setDraggingFormation:]): (-[DumpRenderTreeDraggingInfo animatesToDestination]): (-[DumpRenderTreeDraggingInfo setAnimatesToDestination:]): (-[DumpRenderTreeDraggingInfo numberOfValidItemsForDrop]): (-[DumpRenderTreeDraggingInfo setNumberOfValidItemsForDrop:]): (-[DumpRenderTreeDraggingInfo enumerateDraggingItemsWithOptions:forView:classes:searchOptions:usingBlock:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70404 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ddkilzer@apple.com authored
<http://webkit.org/b/48186> Remove unneeded WebHTMLRepresentationInternal.h header Reviewed by Sam Weinig. The only method defined in WebHTMLRepresentationInternal.h is also defined in WebHTMLRepresentation.h, so use that instead. * WebKit.xcodeproj/project.pbxproj: Removed references to WebHTMLRepresentationInternal.h. 2010-10-23 David Kilzer <ddkilzer@apple.com> <http://webkit.org/b/48186> Remove unneeded WebHTMLRepresentationInternal.h header Reviewed by Sam Weinig. The only method defined in WebHTMLRepresentationInternal.h is also defined in WebHTMLRepresentation.h, so use that instead. * WebView/WebHTMLRepresentationInternal.h: Removed. 2010-10-23 David Kilzer <ddkilzer@apple.com> <http://webkit.org/b/48186> Remove unneeded WebHTMLRepresentationInternal.h header Reviewed by Sam Weinig. The only method defined in WebHTMLRepresentat...
-
ap@apple.com authored
Windows build fix. * win/lib/WebKitSystemInterface.lib: * win/lib/WebKitSystemInterface_debug.lib: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70402 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ap@apple.com authored
* platform/network/cf/CookieStorageCFNet.cpp: (WebCore::setCookieStoragePrivateBrowsingEnabled): It's adoptCF, not adoptPtr. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70401 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ap@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=48083 <rdar://problem/8489082> Need WebKit2 API for private browsing (48083) git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70400 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ddkilzer@apple.com authored
<http://webkit.org/b/48181> Add missing include of MacErrors.h Reviewed by Alexey Proskuryakov. * platform/network/mac/FormDataStreamMac.mm: Added #import of <MacErrors.h> for iOS since the formOpen() method uses "fnfErr", which was added in r55670. The same header is included through <CoreServices/CoreServices.h> on Mac OS X. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70399 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
paroga@webkit.org authored
Reviewed by David Kilzer. [WINCE] Port COMPtr.h to WinCE https://bugs.webkit.org/show_bug.cgi?id=48190 Don't include guiddef.h on WinCE. It's not required and only creates build problems. * platform/win/COMPtr.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70398 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
paroga@webkit.org authored
Reviewed by David Kilzer. [WINCE] Rename SharedBitmap::createInstance to SharedBitmap::create https://bugs.webkit.org/show_bug.cgi?id=48180 Also use better arguments for the create function. * platform/graphics/wince/GraphicsContextWinCE.cpp: (WebCore::GraphicsContextPlatformPrivate::getTransparentLayerBitmap): (WebCore::TransparentLayerDC::TransparentLayerDC): (WebCore::GraphicsContext::drawFrameControl): * platform/graphics/wince/ImageBufferWinCE.cpp: (WebCore::ImageBufferData::ImageBufferData): * platform/graphics/wince/ImageWinCE.cpp: (WebCore::RGBA32Buffer::asNewNativeImage): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70397 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mihaip@chromium.org authored
css2.1/ layout tests need new Mac baselines for Snow Leopard https://bugs.webkit.org/show_bug.cgi?id=47760 Unreviewed rebaseline of remaining 5 css2.1/ tests for Snow Leopard using the experimental local rebaselining tool. * platform/mac-leopard/css2.1/t1202-counter-04-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.checksum. * platform/mac-leopard/css2.1/t1202-counter-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.png. * platform/mac-leopard/css2.1/t1202-counters-04-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.checksum. * platform/mac-leopard/css2.1/t1202-counters-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.png. * platform/mac-leopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum. * platform/mac-leopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png. * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: * platform/mac/css2.1/t1202-counter-04-b-expected.checksum: * platform/mac/css2.1/t1202-counter-04-b-expected.png: * platform/mac/css2.1/t1202-counters-04-b-expected.checksum: * platform/mac/css2.1/t1202-counters-04-b-expected.png: * platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum: * platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: * platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.checksum: Added. * platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70396 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrobinson@webkit.org authored
Rebaseline a test after r70391. * platform/gtk/transforms/2d/zoom-menulist-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70395 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dglazkov@chromium.org authored
Unreviewed, rolling out r70369. http://trac.webkit.org/changeset/70369 https://bugs.webkit.org/show_bug.cgi?id=47974 Caused weird artifacts in expected results. * wtf/Platform.h: 2010-10-23 Dimitri Glazkov <dglazkov@chromium.org> Unreviewed, rolling out r70369. http://trac.webkit.org/changeset/70369 https://bugs.webkit.org/show_bug.cgi?id=47974 Caused weird artifacts in expected results. * WebCore.gyp/WebCore.gyp: * WebCore.gypi: * loader/CachedImage.cpp: (WebCore::CachedImage::createImage): * platform/graphics/ImageSource.h: * platform/image-decoders/ImageDecoder.cpp: (WebCore::RGBA32Buffer::operator=): (WebCore::RGBA32Buffer::clear): (WebCore::RGBA32Buffer::zeroFill): (WebCore::RGBA32Buffer::copyBitmapData): (WebCore::RGBA32Buffer::setSize): * platform/image-decoders/ImageDecoder...
-
dglazkov@chromium.org authored
[Chromium/DRT] Remove duplicate expectations. * platform/chromium/drt_expectations.txt: Unduplicated. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70393 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-