⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Mar 1, 2008:

11:08 PM Changeset in webkit [30701] by mrowe@apple.com
  • 12 edits in trunk

Update Xcode configuration to support building debug and release from the mysterious future.

Reviewed by Tim Hatcher.

10:55 PM Changeset in webkit [30700] by oliver@apple.com
  • 11 edits
    3 adds in trunk

Bug 16954: Support putImageData

Reviewed by Sam Weinig.

Implement support for HTML5's putImageData for the CG port. All other ports
are currently just using stubs for the final blit.

6:13 PM Changeset in webkit [30699] by kevino@webkit.org
  • 1 edit in trunk/WebCore/css/CSSPropertyNames.in

Typo fix.

6:02 PM Changeset in webkit [30698] by jhoneycutt@apple.com
  • 10 edits in trunk/WebCore

2008-03-01 Jon Honeycutt <jhoneycutt@apple.com>

Reviewed by Darin.

<rdar://problem/5772987> Crashing viewing page with two VLC plug-in
instances

The VLC Netscape plug-in crashes if more than one instance is created.

Added a quirk that disallows a plug-in from having more than one
instance and set this for the VLC plug-in.

In addition, we now sort plug-ins that handle the same MIME
type to choose the most appropriate one. This sorting first sorts by
whether a plug-in has an issue that should put it at the end of the
list, then whether it appears in a "preferred" plug-in directory.

  • plugins/PluginQuirkSet.h: Added PluginQuirkDontAllowMultipleInstances.
  • plugins/PluginDatabase.cpp: (WebCore::PluginDatabase::preferredPluginCompare): Comparator for sorting plug-ins; calls PluginPackage::compare(). (WebCore::PluginDatabase::pluginForMIMEType): Add all of the plug-ins that handle this MIME type to a list, sort the list, and return the first item. (WebCore::PluginDatabase::MIMETypeForExtension): Add all of the plug-ins that handle this extension to a list, sort the list, and return the MIME type used by the plug-in at the beginning of the list.
  • plugins/PluginDatabase.h:
  • plugins/PluginPackage.h: (WebCore::PluginPackage::version): Added; returns the module version.
  • plugins/win/PluginDatabaseWin.cpp: (WebCore::PluginDatabase::isPreferredPluginPath): Made static; removed const.
  • plugins/win/PluginPackageWin.cpp: (WebCore::PluginPackage::compare): Sorts plug-ins with known issues to the end, then plug-ins in preferred directories to the beginning, then alphabetically by file name, numerically by version, and alphabetically by parent directory. (WebCore::PluginPackage::determineQuirks): Set the "don't allow multiple instances" quirk for VLC. (WebCore::PluginPackage::load): Return false if the plug-in library has already been loaded and the "don't allow multiple instances" quirk is set.
  • platform/gtk/TemporaryLinkStubs.cpp: (PluginPackage::compare): Added stub. (PluginDatabase::IsPreferredPluginPath): Update the GTK stub.
  • platform/qt/TemporaryLinkStubs.cpp: (PluginPackage::compare): Added stub. (PluginDatabase::IsPreferredPluginPath): Update the Qt stub.
  • platform/wx/TemporaryLinkStubs.cpp: (PluginPackage::compare): Added stub. (PluginDatabase::IsPreferredPluginPath): Update the wx stub.
1:55 PM Changeset in webkit [30697] by weinig@apple.com
  • 2 edits in trunk/WebCore

Rubber-stamped by Mark Rowe.

Remove reference to the now non-existent bridge directory.

  • WebCore.xcodeproj/project.pbxproj:
12:19 PM Changeset in webkit [30696] by weinig@apple.com
  • 4 edits in trunk

WebCore:

Reviewed by Darin Adler.

Search the entire prototype chain when doing early prototype lookup in
the Window's getOwnPropertySlot method.

Makes fast/dom/Window/window-function-name-getter-precedence.html pass all tests.

  • bindings/js/kjs_window.cpp: (KJS::Window::getOwnPropertySlot):

LayoutTests:

Reviewed by Darin Adler.

Update test result.

  • fast/dom/Window/window-function-name-getter-precedence-expected.txt:
5:46 AM Changeset in webkit [30695] by Nikolas Zimmermann
  • 5 edits
    40 adds in trunk

Reviewed by Oliver.

Fixes: http://bugs.webkit.org/show_bug.cgi?id=17568 (SVGForeignObjectElement can't react to width/height SVG DOM changes)

As the bug title says, fix all dynamic update problems that occour with SVGForeignObjectElement.

Tests: svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html

svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html
svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html
svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html
svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html
svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html
svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html
svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html

Feb 29, 2008:

7:57 PM Google Summer of Code 2008 edited by jasper@unix.geek.nz
(diff)
6:20 PM Changeset in webkit [30694] by mrowe@apple.com
  • 2 edits in branches/Safari-3-1-branch/WebCore

Merge r30692.

6:20 PM Changeset in webkit [30693] by mrowe@apple.com
  • 2 edits in branches/Safari-3-1-branch/WebCore

Merge r30689.

6:15 PM Changeset in webkit [30692] by beidson@apple.com
  • 2 edits in trunk/WebCore

Reviewed by build-fix karma

Bonehead mistake. Revert function to previous version for all non-Windows+CFNetwork platforms

  • platform/network/ProtectionSpace.cpp: (WebCore::ProtectionSpace::receivesCredentialSecurely): Make my previous change conditionally
6:01 PM Changeset in webkit [30691] by mrowe@apple.com
  • 2 edits in trunk/WebKitLibraries

Update Tiger version of WebKitSystemInterface to match r30690.

5:56 PM Changeset in webkit [30690] by adele@apple.com
  • 2 edits in trunk/WebKitLibraries

Reviewed by Mark.

Auto-generate image arrays.

  • libWebKitSystemInterfaceLeopard.a:
5:50 PM Changeset in webkit [30689] by beidson@apple.com
  • 2 edits in trunk/WebCore

Reviewed by Darin


<rdar://problem/5771227> - Incorrect password handling text in credential sheet

  • platform/network/ProtectionSpace.cpp: (WebCore::ProtectionSpace::receivesCredentialSecurely): Call functional CFNetwork method to get "secureness" of the auth challenge instead of figuring it out ourselves
5:35 PM Changeset in webkit [30688] by mitz@apple.com
  • 2 edits in trunk/LayoutTests

Rubber-stamped by Sam Weinig.

  • update test results following r30649
  • svg/css/getComputedStyle-basic-expected.txt:
4:29 PM Changeset in webkit [30687] by pewtermoose@webkit.org
  • 3 edits
    1 copy in trunk

2008-02-29 Brent Fulgham <bfulgham@gmail.com>
JavaScriptCore:

http://bugs.webkit.org/show_bug.cgi?id=17483
Implement scrollbars on Windows (Cairo)

Reviewed by Adam Roben.

  • wtf/Platform.h:

WebCore:

http://bugs.webkit.org/show_bug.cgi?id=17483
Implement scrollbars on Windows (Cairo)

Reviewed by Adam Roben.

  • platform/win/PlatfromScrollBarWin.cpp: Duplicate implementation from PlatformScrollBarWinSafari.cpp, then modify to use the native Windows theme engine. Use SOFT_LINK. Use platform 'GetSystemMetrics' call to decide size of scrollbars and buttons.
4:19 PM Changeset in webkit [30686] by mrowe@apple.com
  • 2 edits in branches/Safari-3-1-branch/JavaScriptGlue

Merge r30677.

4:14 PM Changeset in webkit [30685] by Adam Roben
  • 1 edit
    1 delete in trunk/WebKit/win

Delete an unused file

Rubberstamped by Brady.

  • Interfaces/IWebScriptScope.idl: Removed.
4:14 PM Changeset in webkit [30684] by Adam Roben
  • 4 edits in trunk/WebKit/win

Change WebPreferences to be backed by CFPreferences

Reviewed by Ada, Geoff, Steve, and Darin.

  • WebPreferenceKeysPrivate.h:
  • WebPreferences.cpp: (WebPreferences::sharedStandardPreferences): Changed to call setAutoSaves(TRUE) before calling load(). This ensures that the preferences being migrated to CFPreferences are saved to disk. (WebPreferences::valueForKey): Changed to return a RetainPtr to ensure that the refcount is managed properly. Now attempts to retrieve a value from CFPreferences before falling back to the default settings. (WebPreferences::setValueForKey): Now saves the value in CFPreferences if m_autoSaves is true. (WebPreferences::stringValueForKey): Updated for valueForKey changes. (WebPreferences::integerValueForKey): DItto. (WebPreferences::boolValueForKey): Ditto. (WebPreferences::floatValueForKey): Ditto. (WebPreferences::save): Now simply calls CFPreferencesAppSynchronize. (WebPreferences::load): Always initializes m_privatePrefs to an empty CFMutableDictionary. (WebPreferences::migrateWebKitPreferencesToCFPreferences): Migrates preferences from our old custom plist to CFPreferences and then deletes our custom plist, if the migration has never occurred before. (WebPreferences::copyWebKitPreferencesToCFPreferences): Copies preferences to CFPreferences. If we've never migrated the default settings from Safari 3 Beta before, we omit them from this copying procedure.
  • WebPreferences.h:
4:13 PM Changeset in webkit [30683] by Adam Roben
  • 2 edits in trunk/WebKit/win

Refactor value <-> CFNumber conversions into some helper functions

Reviewed by Jon.

  • WebPreferences.cpp: (preferencesPath): Changed to return a const String&. (numberValueForPreferencesValue): Converts a value from preferences to a native numeric type. (cfNumber): Converts a native numeric value to a CFNumberRef. (booleanValueForPreferencesValue): Converts a value from preferences to a native boolean. (WebPreferences::integerValueForKey): Changed to call numberValueForPreferencesValue. (WebPreferences::floatValueForKey): Ditto. (WebPreferences::boolValueForKey): Changed to call booleanValueForPreferencesValue. (WebPreferences::setIntegerValue): Changed to call cfNumber. (WebPreferences::setLongLongValue): Ditto.
4:13 PM Changeset in webkit [30682] by Adam Roben
  • 3 edits in trunk/WebKit/win

Add WebPreferences::setValueForKey

This is just a small refactoring of some duplicated logic into a
shared method.

Reviewed by Sam.

  • WebPreferences.cpp: (WebPreferences::setValueForKey): Added. (WebPreferences::setStringValue): Call setValueForKey. (WebPreferences::setIntegerValue): Ditto. (WebPreferences::setBoolValue): Ditto. (WebPreferences::setLongLongValue): Ditto.
  • WebPreferences.h:
4:13 PM Changeset in webkit [30681] by Adam Roben
  • 3 edits in trunk/WebKit/win

Remove WebPreferences' static members

s_defaultSettings is now a file-level static, and
s_standardPreferences has been removed completely (it wasn't being
used).

Reviewed by Sam.

  • WebPreferences.cpp: (WebPreferences::initializeDefaultSettings): (WebPreferences::valueForKey): (WebPreferences::migrateDefaultSettingsFromSafari3Beta): (WebPreferences::removeValuesMatchingDefaultSettings):
  • WebPreferences.h:
4:09 PM Changeset in webkit [30680] by Adam Roben
  • 2 edits
    2 copies in trunk/WebCore

Windows build fix

  • WebCore.vcproj/WebCore.vcproj: Remove bridge/* from the include path and the post-build event, and add page/win to each. Also let VS have its way with the order of the files.
  • page/win/PageWin.cpp: Copied from bridge/win/PageWin.cpp in r30673
  • page/win/GlobalHistoryWin.cpp: Copied from bridge/win/GlobalHistoryWin.cpp in r30673
3:48 PM Changeset in webkit [30679] by Adam Roben
  • 4 edits in trunk/JavaScriptCore

Remove unused DebuggerImp::abort and DebuggerImp::aborted

Reviewed by Tim and Sam.

  • kjs/function_object.cpp: (KJS::FunctionObjectImp::construct):
  • kjs/internal.h: (KJS::DebuggerImp::DebuggerImp):
  • kjs/nodes.cpp: (KJS::Node::handleException): (KJS::FunctionBodyNodeWithDebuggerHooks::execute):
3:45 PM Changeset in webkit [30678] by andersca@apple.com
  • 2 edits in trunk/WebCore

Build fix.

  • WebCore.xcodeproj/project.pbxproj:
3:08 PM Changeset in webkit [30677] by ggaren@apple.com
  • 2 edits in trunk/JavaScriptGlue

Reviewed by David Harrison.


Fixed <rdar://problem/5765063> TOT REGRESSION: Software Update crash in
KJS::Collector::collect() (missing JSLock)

  • JSValueWrapper.cpp: (unprotectGlobalObject): Added missing JSLock.
2:47 PM Changeset in webkit [30676] by mrowe@apple.com
  • 2 edits in trunk/WebCore

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Tim Hatcher.

64-bit build fix.

  • platform/graphics/mac/SimpleFontDataMac.mm: (WebCore::pathFromFont): Provide stub implementation of pathFromFont for 64-bit as FMGetATSFontRefFromFont is not available.
2:27 PM Changeset in webkit [30675] by mrowe@apple.com
  • 2 edits in trunk/WebCore

Build fix. Only declare pathFromFont in debug builds as it is unused in release builds.

2:19 PM Changeset in webkit [30674] by andersca@apple.com
  • 3 edits
    7 copies
    1 delete in trunk/WebCore

Reviewed by Adam.


Copy the remaining files in bridge/ over to page/

  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • bridge: Removed.
  • bridge/AXObjectCache.h: Removed.
  • bridge/EditorClient.h: Removed.
  • bridge/GlobalHistory.h: Removed.
  • bridge/win: Removed.
  • bridge/win/FrameCGWin.cpp: Removed.
  • bridge/win/FrameCairoWin.cpp: Removed.
  • bridge/win/FrameWin.cpp: Removed.
  • bridge/win/FrameWin.h: Removed.
  • bridge/win/GlobalHistoryWin.cpp: Removed.
  • bridge/win/PageWin.cpp: Removed.
  • page/AXObjectCache.h: Copied from bridge/AXObjectCache.h.
  • page/EditorClient.h: Copied from bridge/EditorClient.h.
  • page/GlobalHistory.h: Copied from bridge/GlobalHistory.h.
  • page/win/FrameCGWin.cpp: Copied from bridge/win/FrameCGWin.cpp.
  • page/win/FrameCairoWin.cpp: Copied from bridge/win/FrameCairoWin.cpp.
  • page/win/FrameWin.cpp: Copied from bridge/win/FrameWin.cpp.
  • page/win/FrameWin.h: Copied from bridge/win/FrameWin.h.
2:10 PM Changeset in webkit [30673] by mrowe@apple.com
  • 5 edits
    2 adds in trunk

2008-02-29 Robert Blaut <webkit@blaut.biz>

Reviewed by Darin Adler.

Test: fast/html/link-rel-stylesheet.html

  • html/HTMLLinkElement.cpp: (WebCore::HTMLLinkElement::process):

2008-02-29 Robert Blaut <webkit@blaut.biz>

Reviewed by Darin Adler.

  • fast/html/link-rel-stylesheet.html: Added.
  • fast/media/mq-simple-query-02.html:
  • fast/media/mq-width-absolute-02.html:
  • platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added.
2:06 PM Changeset in webkit [30672] by mrowe@apple.com
  • 11 edits in trunk

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Anders Carlsson.

Replace use of WKPathFromFont with implementation in terms of public API.

  • WebCore.base.exp: Remove unused symbol.
  • platform/graphics/mac/SimpleFontDataMac.mm: (WebCore::initFontData): (WebCore::pathFromFont): Implement pathFromFont in terms of public API. (WebCore::SimpleFontData::platformInit):
  • platform/mac/WebCoreSystemInterface.h: Remove unused symbol.
  • platform/mac/WebCoreSystemInterface.mm: Ditto.

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Anders Carlsson.

Replace use of WKPathFromFont with implementation in terms of public API.

  • WebCoreSupport/WebSystemInterface.m: (InitWebCoreSystemInterface): Remove unused symbol.

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Anders Carlsson.

Replace use of WKPathFromFont with implementation in terms of public API.

  • WebKitSystemInterface.h: Remove unused symbol.
  • libWebKitSystemInterfaceLeopard.a:
  • libWebKitSystemInterfaceTiger.a:
1:56 PM Changeset in webkit [30671] by andersca@apple.com
  • 2 edits
    6 copies
    1 delete in trunk/WebCore

Reviewed by Adam.

Move a bunch of files from bridge/mac to page/mac.


  • WebCore.xcodeproj/project.pbxproj:
  • bridge/mac: Removed.
  • bridge/mac/AXObjectCacheMac.mm: Removed.
  • bridge/mac/GlobalHistoryMac.mm: Removed.
  • bridge/mac/WebCoreAXObject.h: Removed.
  • bridge/mac/WebCoreAXObject.mm: Removed.
  • bridge/mac/WebCoreScriptDebugger.h: Removed.
  • bridge/mac/WebCoreScriptDebugger.mm: Removed.
  • page/mac/AXObjectCacheMac.mm: Copied from bridge/mac/AXObjectCacheMac.mm.
  • page/mac/GlobalHistoryMac.mm: Copied from bridge/mac/GlobalHistoryMac.mm.
  • page/mac/WebCoreAXObject.h: Copied from bridge/mac/WebCoreAXObject.h.
  • page/mac/WebCoreAXObject.mm: Copied from bridge/mac/WebCoreAXObject.mm.
  • page/mac/WebCoreScriptDebugger.h: Copied from bridge/mac/WebCoreScriptDebugger.h.
  • page/mac/WebCoreScriptDebugger.mm: Copied from bridge/mac/WebCoreScriptDebugger.mm.
1:14 PM Changeset in webkit [30670] by hyatt@apple.com
  • 4 edits in trunk/WebCore

Fix for http://bugs.webkit.org/show_bug.cgi?id=17559, media query tests crashing under
guard malloc. Pass along the style selector so it can be accessed, since it has not yet
been assigned into the document's member variable.

Reviewed by aroben

  • css/CSSStyleSelector.cpp: (WebCore::CSSRuleSet::addRulesFromSheet):
  • css/MediaQueryEvaluator.cpp: (WebCore::MediaQueryEvaluator::eval):
  • css/MediaQueryEvaluator.h:
12:55 PM Changeset in webkit [30669] by sfalken@apple.com
  • 3 edits in trunk/WebKit/win

Don't free the VARIANT passed into Write, since it is an input parameter owned by the caller.
Found via code inspection.


Reviewed by Adam.

  • WebActionPropertyBag.cpp: (WebActionPropertyBag::Write):
  • WebElementPropertyBag.cpp: (WebElementPropertyBag::Write):
11:11 AM Changeset in webkit [30668] by ddkilzer@apple.com
  • 2 edits in trunk/WebKitTools
Pass the correct configuration switch (--DebugRelease) to build-testkjs.

Reviewed by Dan.

Originally broken in r26838.

  • Scripts/run-javascriptcore-tests: Push configuration switch onto @xcodeArgs not local, unused @args variable.
10:58 AM Changeset in webkit [30667] by hyatt@apple.com
  • 5 edits in trunk/WebCore

<rdar://problem/5755916> REGRESSION: Loading HTML5 spec is 5x slower on TOT than in 3.0.4

Improve the performance of dynamic sibling and CSS3 selectors so that there is no slowdown any more.
Be more precise in terms of what nodes we mark dirty.

Reviewed by Beth

  • css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::checkSelector):
  • dom/Element.cpp: (WebCore::Element::recalcStyle): (WebCore::checkForSiblingStyleChanges): (WebCore::Element::childrenChanged): (WebCore::Element::finishParsingChildren):
  • rendering/RenderStyle.cpp: (WebCore::RenderStyle::RenderStyle):
  • rendering/RenderStyle.h: (WebCore::RenderStyle::childrenAffectedByPositionalRules): (WebCore::RenderStyle::childrenAffectedByDirectAdjacentRules): (WebCore::RenderStyle::setChildrenAffectedByDirectAdjacentRules):
10:22 AM Changeset in webkit [30666] by ddkilzer@apple.com
  • 2 edits in trunk/WebKitTools

Bug 15754: webarchive layout tests fail when WebKit directory path contains symlinks

<http://bugs.webkit.org/show_bug.cgi?id=15754>

Reviewed by Geoff and Darin.

We were using -[NSFileManager currentDirectoryPath] to get the current working directory,
then removing that path from all file:/// URLs in the WebArchive output so these tests
would pass no matter where they were run.

The problem was that -[NSFileManager currentDirectoryPath] resolves symlinks in the
current working directory, but the WebArchive does not. This left the current working
directory in all file:/// URLs in the test output, and thus all tests failed, for any
developer that used symlinks to get to their WebKit source directory.

The fix is to look backwards for "/LayoutTests/" in the URL we're passed, and simply
remove the current working directory path (no matter what it is) after "file://" but
before "/LayoutTests/".

  • DumpRenderTree/mac/DumpRenderTree.mm: (normalizeWebResourceURL): Removed unused oldURLBase argument. We now replace the current working directory as described above. (convertWebResourceResponseToDictionary): Remove unused oldURLBase argument. Update calls to normalizeWebResourceURL(). (serializeWebArchiveToXML): Removed now unused cwdURL variable. Update calls to normalizeWebResourceURL() and convertWebResourceResponseToDictionary().
9:58 AM Changeset in webkit [30665] by ap@webkit.org
  • 3 edits
    2 adds in trunk

Reviewed by Darin.

<rdar://problem/5766352> REGRESSION (r27151): XMLHttpRequest.abort() resets response status

Test: http/tests/xmlhttprequest/status-after-abort.html

  • xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::getStatus): (WebCore::XMLHttpRequest::getStatusText): Changed to match Firefox more closely (IE just raises an exception in most of those cases).
9:28 AM Changeset in webkit [30664] by mitz@apple.com
  • 3 edits
    4 adds in trunk

WebCore:

Reviewed by Darin Adler.

  • fix a bug where explicit embedding past the end of a line could affect text that line

Test: fast/text/embed-at-end-of-pre-wrap-line.html

  • rendering/bidi.cpp: (WebCore::RenderBlock::skipWhitespace): Removed calls to setAdjustEmbedding(). (WebCore::RenderBlock::findNextLineBreak): Added calls to setAdjustEmbedding() around skipWhitespace() only where needed.

LayoutTests:

Reviewed by Darin Adler.

  • test for a bug where explicit embedding past the end of a line could affect text that line
  • fast/text/embed-at-end-of-pre-wrap-line.html: Added.
  • platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added.
  • platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
  • platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
3:32 AM Changeset in webkit [30663] by mrowe@apple.com
  • 5 edits in branches/Safari-3-1-branch

Merge r30475.

3:26 AM Changeset in webkit [30662] by mrowe@apple.com
  • 7 edits in trunk

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt.

Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.

  • Misc/WebNSURLExtras.mm: (-[NSURL _webkit_canonicalize]):
  • WebKit.order:

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt.

Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.

  • WebKitSystemInterface.h:
  • libWebKitSystemInterfaceLeopard.a:
  • libWebKitSystemInterfaceTiger.a:
3:25 AM Changeset in webkit [30661] by mrowe@apple.com
  • 11 edits in trunk

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt.

Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.

  • platform/mac/WebCoreSystemInterface.h: Don't declare WKSupportsMultipartXMixedReplace on Leopard.
  • platform/mac/WebCoreSystemInterface.mm: Ditto.
  • platform/network/mac/ResourceRequestMac.mm: (WebCore::ResourceRequest::doUpdatePlatformRequest): Don't call WKSupportsMultipartXMixedReplace on Leopard.
  • WebCore.Tiger.exp: Move Tiger-only symbol here.
  • WebCore.base.exp:

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt.

Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.

  • WebKitSystemInterface.h:
  • libWebKitSystemInterfaceLeopard.a:

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt.

Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.

  • WebCoreSupport/WebSystemInterface.m: (InitWebCoreSystemInterface):
3:25 AM Changeset in webkit [30660] by mrowe@apple.com
  • 10 edits in trunk/WebKit/mac

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt.

Remove obsolete code that had been left intact to support users running WebKit with older versions of Safari.

  • Misc/WebNSViewExtras.m: Remove _web_superviewOfClass:stoppingAtClass:.
  • Misc/WebNSWindowExtras.m: Remove _webkit_displayThrottledWindows.
  • Misc/WebSearchableTextView.m: Remove selectionImageForcingWhiteText:.
  • WebCoreSupport/WebImageRendererFactory.m: Update comment to mention the last version of Safari that requires this class.
  • WebInspector/WebInspector.mm: Remove sharedWebInspector and update comments to mention the last version of Safari that calls other obsolete methods.
  • WebView/WebDocumentPrivate.h: Remove selectionImageForcingWhiteText:.
  • WebView/WebHTMLView.mm: Ditto.
  • WebView/WebPDFView.mm: Ditto.
  • WebView/WebView.mm: Update comment to mentoin the last version of Safari that requires the obsolete method.
1:23 AM Changeset in webkit [30659] by mrowe@apple.com
  • 13 edits in trunk

2008-02-29 Mark Rowe <mrowe@apple.com>

Rubber-stamped by Eric Seidel.

Remove unneeded includes of WebCoreSystemInterface.h.

  • loader/mac/LoaderNSURLExtras.m:
  • page/mac/FrameMac.mm:
  • page/mac/WebCoreFrameBridge.mm:
  • platform/MIMETypeRegistry.cpp:
  • platform/graphics/mac/ImageMac.mm:
  • platform/mac/PasteboardMac.mm:

2008-02-29 Mark Rowe <mrowe@apple.com>

Rubber-stamped by Eric Seidel.

Remove unneeded includes of WebKitSystemInterface.h.

  • History/WebHistoryItem.mm:
  • Misc/WebNSViewExtras.m:
  • WebCoreSupport/WebFrameLoaderClient.mm:
  • WebView/WebDataSource.mm:
  • WebView/WebPDFView.mm:
1:05 AM Changeset in webkit [30658] by mrowe@apple.com
  • 12 edits in trunk

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt and Oliver Hunt.

<rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.

  • platform/mac/SystemTimeMac.cpp: Replace use of WKSecondsSinceLastInputEvent with CGEventSourceSecondsSinceLastEventType.
  • platform/mac/WebCoreSystemInterface.h: Remove unused symbol.
  • platform/mac/WebCoreSystemInterface.mm: Ditto.
  • WebCore.base.exp: Ditto.

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt and Oliver Hunt.

<rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.

  • WebCoreSupport/WebSystemInterface.m: (InitWebCoreSystemInterface): Remove unused symbol.
  • WebKit.order: Ditto.

2008-02-29 Mark Rowe <mrowe@apple.com>

Reviewed by Oliver Hunt and Oliver Hunt.

<rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.

  • WebKitSystemInterface.h: Remove unused symbol.
  • libWebKitSystemInterfaceLeopard.a:
  • libWebKitSystemInterfaceTiger.a:
Note: See TracTimeline for information about the timeline view.