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

Timeline



Dec 13, 2007:

10:56 PM Changeset in webkit [28711] by alp@webkit.org
  • 2 edits in trunk/WebCore

2007-12-13 Alp Toker <alp@atoker.com>

curl backend build fix for breakage introduced in r28709.

  • platform/network/ResourceHandleInternal.h: (WebCore::ResourceHandleInternal::ResourceHandleInternal):
9:32 PM Changeset in webkit [28710] by justin.garcia@apple.com
  • 4 edits
    12 adds in trunk

WebCore:

Reviewed by Oliver Hunt.

<rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element

  • editing/InsertLineBreakCommand.cpp: (WebCore::InsertLineBreakCommand::shouldUseBreakElement): Equip this function to handle editing positions, like [input, 0];
  • editing/InsertParagraphSeparatorCommand.cpp: (WebCore::InsertParagraphSeparatorCommand::doApply): Pass enclosingBlock a node peeled off of a non-editing position, to fix a bug where the enclosing block of [input, 0] was the input element itself. Insert a <br> when a <form> element is the enclosing block instead of splitting/cloning or nesting a <div>.

LayoutTests:

Reviewed by Oliver Hunt.

<rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element

  • editing/inserting/5607069-1-expected.checksum: Added.
  • editing/inserting/5607069-1-expected.png: Added.
  • editing/inserting/5607069-1-expected.txt: Added.
  • editing/inserting/5607069-1.html: Added.
  • editing/inserting/5607069-2.html: Added.
  • editing/inserting/5607069-3.html: Added.
  • platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
  • platform/mac/editing/inserting/5607069-2-expected.png: Added.
  • platform/mac/editing/inserting/5607069-2-expected.txt: Added.
  • platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
  • platform/mac/editing/inserting/5607069-3-expected.png: Added.
  • platform/mac/editing/inserting/5607069-3-expected.txt: Added.
7:37 PM Changeset in webkit [28709] by alp@webkit.org
  • 2 edits in trunk/WebCore

2007-12-13 Alp Toker <alp@atoker.com>

Reviewed by Oliver Hunt.

http://bugs.webkit.org/show_bug.cgi?id=16365
[cURL] Acid2 test segmentation fault

This patch makes the Acid2 test pass.

Defer the cleanup of cancelled jobs and halt further transfer as early
as possible.

Bug found by and initial patch provided by Luca Bruno.

  • platform/network/curl/ResourceHandleManager.cpp: (WebCore::writeCallback): (WebCore::headerCallback): (WebCore::ResourceHandleManager::downloadTimerCallback): (WebCore::ResourceHandleManager::cancel):
7:32 PM Changeset in webkit [28708] by weinig@apple.com
  • 4 edits in trunk/WebCore

Reviewed by Mark Rowe.

Fix typos and rename InspectorController::moveByUnrestricted to InspectorController::moveWindowBy.

  • page/InspectorController.cpp: (WebCore::moveByUnrestricted): (WebCore::InspectorController::windowScriptObjectAvailable): (WebCore::InspectorController::moveWindowBy):
  • page/InspectorController.h:
  • page/inspector/inspector.js:
7:20 PM UsingGitWithWebKit edited by ddkilzer@apple.com
(diff)
7:19 PM UsingGitWithWebKit edited by ddkilzer@apple.com
(diff)
7:16 PM UsingGitWithWebKit edited by ddkilzer@apple.com
(diff)
6:58 PM UsingGitWithWebKit edited by ddkilzer@apple.com
(diff)
6:40 PM UsingGitWithWebKit edited by ddkilzer@apple.com
(diff)
6:30 PM UsingGitWithWebKit edited by ddkilzer@apple.com
(diff)
6:25 PM Changeset in webkit [28707] by mitz@apple.com
  • 7 edits
    2 adds in trunk

WebCore:

Reviewed by Dave Hyatt.

  • fix <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function

Test: fast/css/transition-timing-function.html

  • css/CSSStyleSelector.cpp: Changed the HANDLE_MULTILAYER_VALUE macro to not reject non-primitive non-list values, and instead made sure that the mapping functions rejected them if necessary. This allows non-primitive timing functions to be mapped. (WebCore::CSSStyleSelector::mapBackgroundAttachment): (WebCore::CSSStyleSelector::mapBackgroundClip): (WebCore::CSSStyleSelector::mapBackgroundComposite): (WebCore::CSSStyleSelector::mapBackgroundOrigin): (WebCore::CSSStyleSelector::mapBackgroundImage): (WebCore::CSSStyleSelector::mapBackgroundRepeat): (WebCore::CSSStyleSelector::mapBackgroundXPosition): (WebCore::CSSStyleSelector::mapBackgroundYPosition): (WebCore::CSSStyleSelector::mapTransitionDuration): (WebCore::CSSStyleSelector::mapTransitionRepeatCount): (WebCore::CSSStyleSelector::mapTransitionTimingFunction): (WebCore::CSSStyleSelector::mapTransitionProperty):
  • css/CSSTimingFunctionValue.cpp: (WebCore::CSSTimingFunctionValue::cssText): Implemented for use in the regression test.
  • css/CSSTimingFunctionValue.h: (WebCore::CSSTimingFunctionValue::isTransitionTimingFunctionValue): Added. Returns true.
  • css/CSSValue.h: (WebCore::CSSValue::isTransitionTimingFunctionValue): Added. Returns false.

LayoutTests:

Reviewed by Dave Hyatt.

  • test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
  • fast/css/transition-timing-function-expected.txt: Added.
  • fast/css/transition-timing-function.html: Added.
6:14 PM Changeset in webkit [28706] by mjs@apple.com
  • 5 edits in trunk/SunSpider

Reviewed by Oliver.


  • Add some explanatory test and a dumb logo to SunSpider web hosted version
  • hosted/sunspider-driver.html:
  • hosted/sunspider-results.html:
  • hosted/sunspider.css:
  • hosted/sunspider.html:
6:07 PM Changeset in webkit [28705] by kmccullough@apple.com
  • 12 edits
    2 adds
    5 deletes in trunk

WebKitTools:

Reviewed by Adam.

  • Layout tests fix. We need a way to remove machine-dependent information from paths in layout test results. The UIDelegate now does this.
  • DumpRenderTree/DumpRenderTree.h:
  • DumpRenderTree/win/DumpRenderTree.cpp: (urlSuitableForTestResult):
  • DumpRenderTree/win/DumpRenderTreeWin.h:
  • DumpRenderTree/win/ResourceLoadDelegate.cpp:
  • DumpRenderTree/win/UIDelegate.cpp: (UIDelegate::webViewAddMessageToConsole):

LayoutTests:

Reviewed by Adam.

  • Layout tests fix. Removed machine dependant results and generated new results without machine specific information.
  • fast/dom/frame-loading-via-document-write-expected.txt: Added.
  • http/tests/security/frame-loading-via-document-write-expected.txt: Added.
  • http/tests/security/local-CSS-from-remote-expected.txt:
  • http/tests/security/local-JavaScript-from-remote-expected.txt:
  • http/tests/security/local-iFrame-from-remote-expected.txt:
  • http/tests/security/local-image-from-remote-expected.txt:
  • platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
  • platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
  • platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
  • platform/mac/http/tests/security: Removed.
  • platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
  • platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
  • platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
  • platform/win/Skipped:
  • platform/win/http: Removed.
  • platform/win/http/tests: Removed.
  • platform/win/http/tests/security: Removed.
  • platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
5:23 PM Changeset in webkit [28704] by sfalken@apple.com
  • 10 edits
    2 adds in trunk

WebCore:

Move source file generation into its own vcproj to fix build dependencies.

Reviewed by Adam.

  • WebCore.vcproj/WebCore.make:
  • WebCore.vcproj/WebCore.sln:
  • WebCore.vcproj/WebCore.submit.sln:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.vcproj/WebCoreGenerated.vcproj: Added.

WebKit/win:

Move source file generation into its own vcproj to fix build dependencies.

Reviewed by Adam.

  • WebKit.vcproj/Interfaces.vcproj:
  • WebKit.vcproj/InterfacesGenerated.vcproj: Added.
  • WebKit.vcproj/WebKit.sln:
  • WebKit.vcproj/WebKit.submit.sln:
  • WebKit.vcproj/build-generated-files.sh:
5:22 PM Changeset in webkit [28703] by justin.garcia@apple.com
  • 1 edit in trunk/WebCore/editing/ApplyStyleCommand.cpp

Fix the build.

5:12 PM Changeset in webkit [28702] by justin.garcia@apple.com
  • 2 edits in trunk/WebCore

Reviewed by Oliver Hunt.


<rdar://problem/4145786> Undoing a color change of text in a compose window always changes it back to black


Some of the operations performed in removeHTMLFontStyle were non-undoable.


I'm having trouble writing a layout test for this because I can't get DRT to
perform editing operations in separate Undo steps without adding unacceptably long
wait times between operations. I filed:


<rdar://problem/5646779> Can't get DRT to perform editing operations in separate Undo steps

  • editing/ApplyStyleCommand.cpp: (WebCore::ApplyStyleCommand::removeHTMLFontStyle):
5:10 PM Changeset in webkit [28701] by weinig@apple.com
  • 4 edits in trunk/WebCore

Reviewed by Anders.

Fix for http://bugs.webkit.org/show_bug.cgi?id=16352
Toolbar dragged inspector cannot be moved beyond screen edges

  • page/InspectorController.cpp: (WebCore::moveByUnrestricted): (WebCore::InspectorController::windowScriptObjectAvailable): (WebCore::InspectorController::moveByUnrestricted):
  • page/InspectorController.h:
  • page/inspector/inspector.js:
5:07 PM Changeset in webkit [28700] by Adam Roben
  • 6 edits in trunk

Fix <rdar://5517707> Crash on wptv.wp.pl when "make bigger" button is clicked

WebCore:

Fix <rdar://5517707> Crash on wptv.wp.pl when "make bigger" button is clicked

Windows Media Player has a modal message loop that will deliver
messages to us at inappropriate times and we will crash if we handle
them when they are delivered. In PluginViewWin, we add a quirk for
Media Player to set a flag whenever we give the plugin a chance to
execute code, and in SharedTimerWin we check if the plugin is
executing code and repost messages if so.

Reviewed by Anders.

  • platform/win/SharedTimerWin.cpp: (WebCore::TimerWindowWndProc): Repost messages if we're calling a plugin.
  • plugins/win/PluginViewWin.cpp: Surround all calls to the plugin with setCallingPlugin(true/false). (WebCore::PluginViewWin::updateWindow): (WebCore::PluginViewWin::dispatchNPEvent): (WebCore::PluginViewWin::setNPWindowRect): (WebCore::PluginViewWin::start): (WebCore::PluginViewWin::stop): (WebCore::PluginViewWin::performRequest): (WebCore::PluginViewWin::bindingInstance): (WebCore::PluginViewWin::determineQuirks): (WebCore::PluginViewWin::setCallingPlugin): Added. (WebCore::PluginViewWin::isCallingPlugin): Added.
  • plugins/win/PluginViewWin.h: Added a new quirk.

WebKit/win:

Fix <rdar://5517707> Crash on wptv.wp.pl when "make bigger" button is clicked

Reviewed by Anders.

  • WebView.cpp: (WebViewWndProc): Repost paint messages and ignore all other messages when we're calling a plugin.
4:56 PM Changeset in webkit [28699] by alp@webkit.org
  • 2 edits in trunk/WebKitTools

2007-12-13 Alp Toker <alp@atoker.com>

Build fix for DRT breakage introduced in r28690.

  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::pathToLocalResource):
4:32 PM Changeset in webkit [28698] by alp@webkit.org
  • 2 edits in trunk/WebCore

2007-12-13 Alp Toker <alp@atoker.com>

Add a missing DEPENDPATH. Fixes non-clean builds following networking
header changes.

  • WebCore.pro:
3:48 PM Changeset in webkit [28697] by sfalken@apple.com
  • 6 edits
    2 adds in trunk

JavaScriptCore:

Move source file generation into its own vcproj to fix build dependencies.

Reviewed by Adam.

WebKit/win:

Fix project dependencies based on JavaScriptCore change.

  • WebKit.vcproj/WebKit.sln:
2:59 PM Changeset in webkit [28696] by mitz@apple.com
  • 2 edits in trunk/WebCore

Reviewed by Anders Carlsson.

  • fix regression in fast/text/international/bidi-override on Tiger
  • platform/graphics/GlyphPageTreeNode.cpp: (WebCore::GlyphPageTreeNode::initializePage): Add bidi overrides here too. I forgot to add them when I added them to treatAsZeroWidthSpace in an earlier patch.
2:17 PM Changeset in webkit [28695] by ap@webkit.org
  • 3 edits
    2 adds in trunk

Reviewed by Adele.

http://bugs.webkit.org/show_bug.cgi?id=16421
REGRESSION(r28669): Page scrolls down when you hit space key in text area

Test: fast/events/space-scroll-event.html

  • WebView.cpp: (WebView::keyDown): (WebView::keyPress): Moved space handliing to keyPress() to fix this bug and to match IE. Scrolling via arrow keys is correctly handled in keyDown().
1:32 PM Changeset in webkit [28694] by justin.garcia@apple.com
  • 14 edits
    4 adds in trunk

WebCore:

Reviewed by Darin Adler.

<rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text


The code that checks the selected Range to see if it's inside an anchor
checks ancestors of the Range's commonAncestor() but not the
commonAncestor() itself, and so we'd fail to add markup for the enclosing
anchor to the pasteboard.


Some enclosing element getters check the node passed to the getter and some
don't. There were a few places where we incorrectly assumed that enclosing
element getters check the node passed to the getter, but this is the only
case that I'm able to write a test case for at the moment.


In this patch I've:
Changed enclosingNodeWithType and enclosingNodeWithTag to take in positions,
like the newer enclosing element getters. This is important because we must
soon add code to the getters so that they understand that some editing positions
inside nodes don't actually refer to positions inside those nodes but positions
before and after them. Like [table, 0].
Changed enclosingNodeWithType and enclosingNodeWithTag to check nodes starting with
n where [n, o] is the position passed to the getter, instead of starting the the parent
of n. This makes all but a few of the enclosing element getters behave consistently.
Changed enclosingNodeWithType and enclosingNodeWithTag to not return non-editable
nodes if the input position was editable. This fixes a bug that that the above change
exposed.
Changed enclosingTableCell to simply call enclosingNodeWithType. We should do
this for the rest of the getters, or simply remove them in favor of enclosingNodeWithType
unless doing so would affect readability, like it would in the case of enclosingTableCell.
Ditto for enclosingBlock.

  • editing/AppendNodeCommand.cpp: (WebCore::AppendNodeCommand::doApply):
  • editing/DeleteButtonController.cpp: (WebCore::enclosingDeletableElement):
  • editing/DeleteSelectionCommand.cpp: (WebCore::DeleteSelectionCommand::initializePositionData): (WebCore::DeleteSelectionCommand::saveFullySelectedAnchor):
  • editing/Editor.cpp: (WebCore::Editor::selectionUnorderedListState): (WebCore::Editor::selectionOrderedListState):
  • editing/IndentOutdentCommand.cpp: (WebCore::IndentOutdentCommand::prepareBlockquoteLevelForInsertion): (WebCore::IndentOutdentCommand::outdentParagraph):
  • editing/InsertNodeBeforeCommand.cpp: (WebCore::InsertNodeBeforeCommand::doApply):
  • editing/InsertParagraphSeparatorCommand.cpp: (WebCore::InsertParagraphSeparatorCommand::doApply):
  • editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::shouldMerge): (WebCore::ReplaceSelectionCommand::removeUnrenderedTextNodesAtEnds): (WebCore::ReplaceSelectionCommand::positionAtEndOfInsertedContent):
  • editing/TextIterator.cpp:
  • editing/htmlediting.cpp: (WebCore::enclosingBlock): (WebCore::enclosingNodeWithTag): (WebCore::enclosingNodeOfType): (WebCore::enclosingTableCell): (WebCore::isTableCell):
  • editing/htmlediting.h:
  • editing/markup.cpp: (WebCore::appendStartMarkup): (WebCore::createMarkup):

LayoutTests:

Reviewed by Darin Adler.

<rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text

  • editing/pasteboard/5601583-1.html: Added.
  • platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
  • platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
  • platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
12:40 PM Changeset in webkit [28693] by ap@webkit.org
  • 13 edits in trunk

Reviewed by Darin.

Turn on keyboard event processing quirks for feed views and old applications on Mac OS X.

11:38 AM Changeset in webkit [28692] by alp@webkit.org
  • 2 edits in trunk/JavaScriptCore

2007-12-13 Alp Toker <alp@atoker.com>

http://bugs.webkit.org/show_bug.cgi?id=16406
[Gtk] JavaScriptCore needs -lpthread

Build fix for Debian and any other platforms that don't implicitly
link to pthread.

Link to pthread on non-Windows platforms until this dependency is
removed from JSC.

11:36 AM Changeset in webkit [28691] by mitz@apple.com
  • 2 edits in trunk/WebCore
  • build fix
  • platform/network/cf/ResourceErrorCF.cpp:
11:07 AM Changeset in webkit [28690] by kmccullough@apple.com
  • 27 edits
    4 adds in trunk

WebKitTools:

Reviewed by Alice and Sam.

  • <rdar://5621435> Need a way to specify local resources (being loaded from HTTP tests) on Windows.
  • Implemented pathToLocalResource which exposes the functionality of converting a given unix path to the correct location on Windows.
  • DumpRenderTree/LayoutTestController.cpp: (pathToLocalResourceCallback): (LayoutTestController::staticFunctions):
  • DumpRenderTree/LayoutTestController.h:
  • DumpRenderTree/mac/LayoutTestControllerMac.mm: (LayoutTestController::pathToLocalResource):
  • DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::pathToLocalResource):

LayoutTests:

Reviewed by Alice and Sam.

  • <rdar://5621435> Need a way to specify local resources (being loaded from HTTP tests) on Windows.
  • Updated the following tests to use the new layoutTestController function, pathToLocalResource to get a Windows viable path (when on Windows) to the local resources they are attempting to access.
  • Also clarified and updated some results.
  • fast/dom/frame-loading-via-document-write.html:
  • fast/loader/local-CSS-from-local-expected.txt:
  • fast/loader/local-CSS-from-local.html:
  • fast/loader/local-JavaScript-from-local-expected.txt:
  • fast/loader/local-JavaScript-from-local.html:
  • fast/loader/local-iFrame-source-from-local-expected.txt:
  • fast/loader/local-iFrame-source-from-local.html:
  • fast/loader/local-image-from-local-expected.txt:
  • fast/loader/local-image-from-local.html:
  • http/tests/security/frame-loading-via-document-write.html:
  • http/tests/security/local-CSS-from-remote-expected.txt:
  • http/tests/security/local-CSS-from-remote.html:
  • http/tests/security/local-JavaScript-from-remote-expected.txt:
  • http/tests/security/local-JavaScript-from-remote.html:
  • http/tests/security/local-iFrame-from-remote-expected.txt:
  • http/tests/security/local-iFrame-from-remote.html:
  • http/tests/security/local-image-from-remote-expected.txt:
  • http/tests/security/local-image-from-remote.html:
  • http/tests/security/local-user-CSS-from-remote.html:
  • platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
  • platform/win/Skipped:
  • platform/win/http: Added.
  • platform/win/http/tests: Added.
  • platform/win/http/tests/security: Added.
  • platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
10:55 AM Changeset in webkit [28689] by Antti Koivisto
  • 2 edits in trunk/WebCore

Reviewed by Tim Hatcher.

Fix <rdar://problem/5605674>
Make <video> display WebKit context menu instead of the QTKit one.


It doesn't really matter where the QTMovieView is.

  • ChangeLog:
  • platform/graphics/mac/MediaPlayerPrivateQTKit.mm: (WebCore::MediaPlayerPrivate::createQTMovieView): (WebCore::MediaPlayerPrivate::setRect):
10:45 AM Changeset in webkit [28688] by mitz@apple.com
  • 5 edits
    4 adds in trunk

WebCore:

Reviewed by Adam Roben.

  • ensure that Unicode bidi control characters are rendered as zero width spaces

Test: fast/text/international/bidi-control-chars-treated-as-ZWS.html

  • platform/graphics/Font.h: (WebCore::Font::treatAsZeroWidthSpace):
  • platform/graphics/GlyphPageTreeNode.cpp: (WebCore::GlyphPageTreeNode::initializePage):
  • platform/text/CharacterNames.h:

LayoutTests:

Reviewed by Adam Roben.

  • test that Unicode bidi control characters are rendered as zero width spaces
  • fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
  • platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
  • platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
  • platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
5:51 AM QtWebKitTodo edited by Simon Hausmann
(diff)
5:50 AM QtWebKitTodo edited by Simon Hausmann
(diff)
5:50 AM Changeset in webkit [28687] by mrowe@apple.com
  • 2 edits in tags/Safari-5523.15

Versioning.

5:50 AM Changeset in webkit [28686] by mrowe@apple.com
  • 3 edits in tags/Safari-5523.15/WebCore

Merge r28304.

5:49 AM Changeset in webkit [28685] by mrowe@apple.com
  • 2 edits in tags/Safari-5523.15/WebKit

Merge r28362.

5:48 AM Changeset in webkit [28684] by mrowe@apple.com
  • 2 edits in tags/Safari-5523.15/WebCore

Merge r27379.

5:47 AM Changeset in webkit [28683] by mrowe@apple.com
  • 2 edits in tags/Safari-5523.15/WebCore

Merge r28066.

5:46 AM Changeset in webkit [28682] by mrowe@apple.com
  • 2 edits in tags/Safari-5523.15/WebCore

Merge r28064.

5:45 AM Changeset in webkit [28681] by mrowe@apple.com
  • 4 edits in tags/Safari-5523.15/WebKit

Merge r28081.

5:44 AM Changeset in webkit [28680] by mrowe@apple.com
  • 3 edits
    2 adds in tags/Safari-5523.15

Merge r27796.

4:09 AM Changeset in webkit [28679] by mrowe@apple.com
  • 1 copy in tags/Safari-5523.15

New tag.

1:50 AM Changeset in webkit [28678] by mjs@apple.com
  • 5 edits
    1 add in trunk/SunSpider

Reviewed by Oliver.


  • Make the web-hosted version of SunSpider look a little bit less drab.
  • hosted/sunspider-driver.html:
  • hosted/sunspider-results.html:
  • hosted/sunspider.css: Added.
  • hosted/sunspider.html:
  • resources/TEMPLATE.html:
1:18 AM Changeset in webkit [28677] by sfalken@apple.com
  • 1 copy in tags/Safari-525.3b

New tag.

12:24 AM Changeset in webkit [28676] by beidson@apple.com
  • 2 edits in trunk/WebCore

Build fix

  • platform/wx/TemporaryLinkStubs.cpp:

Dec 12, 2007:

11:55 PM Changeset in webkit [28675] by beidson@apple.com
  • 2 edits in trunk/WebCore

Build fix

  • platform/gtk/TemporaryLinkStubs.cpp:
11:51 PM Changeset in webkit [28674] by beidson@apple.com
  • 2 edits
    1 delete in trunk/WebCore

Build fix

  • WebCore.pro:
  • history/qt/CachedPageQt.cpp: Removed. Whole purpose for this method being platform-specific has been removed
11:28 PM Changeset in webkit [28673] by beidson@apple.com
  • 2 edits in trunk/WebCore

Build fix

  • platform/win/TemporaryLinkStubs.cpp:
11:17 PM Changeset in webkit [28672] by beidson@apple.com
  • 27 edits
    3 adds
    1 delete in trunk

WebCore:

Reviewed by Sam Weinig

Fix for <rdar://problem/4886844> and lay groundwork for <rdar://problem/4516170> (Back/Forward Cache on Windows)

All back/forward list and page cache related items used to be in WebKit.
When they were pushed into WebCore, some sloppy compromises were made to keep the Back/Forward cache working on Mac.
Namely, a WebCore::HistoryItem had to know how to keep a WebDocumentView alive. We accomplished this via some #ifdefs
in CachedPage and having the Mac-only CachedPageMac.mm

To get rid of that nastiness and pave the way for adding Back/Forward cache on other platforms, this patch adds the
concept of "CachedPagePlatformData" which can contain anything the platform API wants.

I also took the opportunity to do other cleanup and renaming client methods to better fit their new purposes.

  • WebCore.base.exp:
  • WebCore.xcodeproj/project.pbxproj:
  • history/CachedPage.cpp: (WebCore::CachedPage::~CachedPage): Combined "close()" and "clear()" to just "clear()" - call it from here. (WebCore::CachedPage::clear): Call clear() on the CachedPagePlatformData if it exists. Also delete the CachedPagePlatformData. (WebCore::CachedPage::setCachedPagePlatformData): (WebCore::CachedPage::cachedPagePlatformData):
  • history/CachedPage.h:
  • history/CachedPagePlatformData.h: Added. (WebCore::CachedPagePlatformData::~CachedPagePlatformData): Virtual d'tor. (WebCore::CachedPagePlatformData::clear): Virtual method for platforms that need to do cleanup at the same time as CachedPage::clear().
  • history/PageCache.cpp: (WebCore::PageCache::releaseAutoreleasedPagesNow): Call "clear()" instead of "close()"
  • history/mac/CachedPageMac.mm: Removed. Functionality replaced with CachedPagePlatformData.
  • loader/FrameLoader.cpp: (WebCore::FrameLoader::transitionToCommitted): Call the new client methods. Make some work previously done by WebKitMac cross platform (setting the cached DocumentLoader to the Frame). (WebCore::FrameLoader::cachePageForHistoryItem): Renamed the client methods
  • loader/FrameLoaderClient.h: The very Mac-centric "makeDocumentView", "setDocumentViewFromCachedPage", and "saveDocumentViewToCachedPage" become "transitionToCommittedForNewPage", "transitionToCommittedFromCachedPage", and "savePlatformDataToCachedPage" accordingly
  • svg/graphics/SVGImageEmptyClients.h: (WebCore::SVGEmptyFrameLoaderClient::savePlatformDataToCachedPage): (WebCore::SVGEmptyFrameLoaderClient::transitionToCommittedFromCachedPage): (WebCore::SVGEmptyFrameLoaderClient::transitionToCommittedForNewPage):

WebKit:

Reviewed by Sam Weinig

Fix for <rdar://problem/4886844> and lay groundwork for <rdar://problem/4516170> (Back/Forward Cache on Windows)

  • WebKit.xcodeproj/project.pbxproj: Added a new file

WebKit/gtk:

Reviewed by Sam Weinig

As part of doing some CachedPage and client cleanup, keep GTK building

  • WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::savePlatformDataToCachedPage): (WebKit::FrameLoaderClient::transitionToCommittedFromCachedPage): (WebKit::FrameLoaderClient::transitionToCommittedForNewPage):
  • WebCoreSupport/FrameLoaderClientGtk.h:

WebKit/mac:

Reviewed by Sam Weinig

Fix for <rdar://problem/4886844> and lay groundwork for <rdar://problem/4516170> (Back/Forward Cache on Windows)

  • WebCoreSupport/WebCachedPagePlatformData.h: Added. (WebCachedPagePlatformData::WebCachedPagePlatformData): Constructor takes a WebDocumentView for later restoration (WebCachedPagePlatformData::clear): (WebCachedPagePlatformData::webDocumentView):
  • WebCoreSupport/WebFrameLoaderClient.h:
  • WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::savePlatformDataToCachedPage): (WebFrameLoaderClient::transitionToCommittedFromCachedPage): Don't set the DocumentLoader to the Frame here, because that is now done in WebCore. (WebFrameLoaderClient::transitionToCommittedForNewPage):

WebKit/qt:

Reviewed by Sam Weinig

As part of doing some CachedPage and client cleanup, keep Qt building

  • WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::savePlatformDataToCachedPage): (WebCore::FrameLoaderClientQt::transitionToCommittedFromCachedPage): (WebCore::FrameLoaderClientQt::transitionToCommittedForNewPage):
  • WebCoreSupport/FrameLoaderClientQt.h:

WebKit/win:

Reviewed by Sam Weinig

Fix for <rdar://problem/4886844> and lay groundwork for <rdar://problem/4516170> (Back/Forward Cache on Windows)

Even though this new code isn't exercised yet because the page cache is still turned off for Windows, local testing
has indicated it works well.

  • WebCachedPagePlatformData.h: Added. (WebCachedPagePlatformData::WebCachedPagePlatformData): Constructor takes an IWebDataSource and the object retains it (WebCachedPagePlatformData::clear): (WebCachedPagePlatformData::webDataSource):
  • WebFrame.cpp: (WebFrame::savePlatformDataToCachedPage): (WebFrame::transitionToCommittedFromCachedPage): (WebFrame::transitionToCommittedForNewPage):
  • WebFrame.h:
  • WebKit.vcproj/WebKit.vcproj:

WebKit/wx:

Reviewed by Sam Weinig

As part of doing some CachedPage and client cleanup, keep Wx building

  • WebKitSupport/FrameLoaderClientWx.cpp: (WebCore::FrameLoaderClientWx::savePlatformDataToCachedPage): (WebCore::FrameLoaderClientWx::transitionToCommittedFromCachedPage): (WebCore::FrameLoaderClientWx::transitionToCommittedForNewPage):
  • WebKitSupport/FrameLoaderClientWx.h:
11:04 PM Changeset in webkit [28671] by mitz@apple.com
  • 5 edits
    2 moves in trunk

WebCore:

Reviewed by Oliver Hunt.

  • fix <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
  • css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty): When the font property is set to 'initial', set the font size to its initial value, 'medium', and the font family to the standard family.

LayoutTests:

Reviewed by Oliver Hunt.

  • updated results and skipped tests file for <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
  • platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
  • platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
  • platform/mac/fast/text/font-initial-expected.checksum: Removed.
  • platform/mac/fast/text/font-initial-expected.png: Removed.
  • platform/mac/fast/text/font-initial-expected.txt:
  • platform/win/Skipped:
10:56 PM Changeset in webkit [28670] by justin.garcia@apple.com
  • 3 edits
    6 adds in trunk

WebCore:

Reviewed by Darin Adler.

<rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection

  • editing/DeleteSelectionCommand.cpp: (WebCore::DeleteSelectionCommand::removePreviouslySelectedEmptyTableRows): Don't remove the table row that contained the end of the selection if it is where we are about to place the ending selection. Don't remove all empty rows after the row that contained the start of the selection, they might come after the row that contained the end of the selection.

LayoutTests:

Reviewed by Darin Adler.

<rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection

  • editing/deleting/5433862-1-expected.txt: Added.
  • editing/deleting/5433862-1.html: Added.
  • editing/deleting/5433862-2.html: Added.
  • platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
  • platform/mac/editing/deleting/5433862-2-expected.txt: Added.
9:33 PM Changeset in webkit [28669] by mjs@apple.com
  • 2 edits in trunk/SunSpider

Reviewed by Sam.


  • Change sunspider-compare-results output from showing "% faster" values to "x as fast" values.


A sample of what new-style results would look like:


TEST COMPARISON FROM TO DETAILS
...
TOTAL : 1.41x as fast 6613.6ms +/- 0.1% 4703.0ms +/- 0.1% significant
...

3bit-bits-in-byte: *1.36x as slow* 88.8ms +/- 0.6% 121.1ms +/- 0.6% significant


  • resources/sunspider-compare-results.js:
5:47 PM Changeset in webkit [28668] by weinig@apple.com
  • 4 edits in trunk/WebCore

Reviewed by Anders Carlsson.

Add button to clear the Web Inspector's console.

  • English.lproj/InspectorLocalizedStrings.js:
  • page/inspector/ConsolePanel.js:
  • page/inspector/inspector.css:
4:44 PM Changeset in webkit [28667] by andersca@apple.com
  • 4 edits in trunk/WebCore

Reviewed by Adam and Jon.

<rdar://problem/5349282>
popup blocking is not applied to plugins on Windows.


Implement popup blocking. If the plug-in supports the new
NPN_PushPopupsEnabledState/NPN_PopPopupsEnabledState API we just use that
to determine if a plug-in request can open new windows.


If a plug-in does not support the new API, we assume that a plug-in can open new windows
in response to either mouse click or key press events.


  • plugins/win/PluginViewWin.cpp: (WebCore::PluginRequestWin::PluginRequestWin): (WebCore::PluginRequestWin::shouldAllowPopups): Add new shouldAllowPopups member.


(WebCore::PluginViewWin::popPopupsStateTimerFired):
Reset the popup state.


(WebCore::isWindowsMessageUserGesture):
New function that given a windows message id returns whether it's a user gesture or not.


(WebCore::PluginViewWin::wndProc):
Allow popups if the window message is a user gesture.


(WebCore::PluginViewWin::dispatchNPEvent):
New method that dispatches an NPEvent, turning on popups if necessary.


(WebCore::PluginViewWin::paint):
(WebCore::PluginViewWin::handleKeyboardEvent):
(WebCore::PluginViewWin::handleMouseEvent):
Call dispatchNPEvent().


(WebCore::PluginViewWin::performRequest):
(WebCore::PluginViewWin::load):
Add calls to shouldAllowPopups().


(WebCore::PluginViewWin::pushPopupsEnabledState):
(WebCore::PluginViewWin::popPopupsEnabledState):
New methods that maintain the popup state stack.


(WebCore::PluginViewWin::arePopupsAllowed):
New method that returns whether popups are allowed.


(WebCore::PluginViewWin::PluginViewWin):

  • plugins/win/PluginViewWin.h: Add new instance variables.


  • plugins/win/npapi.cpp: (NPN_PushPopupsEnabledState): (NPN_PopPopupsEnabledState): Implement these.
4:23 PM Changeset in webkit [28666] by mitz@apple.com
  • 4 edits
    2 adds in trunk

WebCore:

Reviewed by John Sullivan.

  • fix a bug in debug builds only where selecting an earlier item in a popup selects the first item

Test: fast/forms/menulist-selection-reset.html

  • html/HTMLSelectElement.cpp: (WebCore::HTMLSelectElement::recalcListItems): Added an argument that tells that function whether it should update the selected state of option elements. (WebCore::HTMLSelectElement::checkListItems): Changed to pass false as the above argument.
  • html/HTMLSelectElement.h:

LayoutTests:

Reviewed by John Sullivan.

  • test for a bug in debug builds only where selecting an earlier item in a popup selects the first item
  • fast/forms/menulist-selection-reset-expected.txt: Added.
  • fast/forms/menulist-selection-reset.html: Added.
4:02 PM Changeset in webkit [28665] by Beth Dakin
  • 1 edit in trunk/LayoutTests/ChangeLog

OOPS!

3:56 PM Changeset in webkit [28664] by adele@apple.com
  • 10 edits in trunk/WebCore

Reviewed by Geoff.

Fix for <rdar://problem/5643054> Remove cue point implementation for media elements

When the specification for cue ranges is more final, we will implement those.

  • html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::~HTMLMediaElement): (WebCore::HTMLMediaElement::load):
  • html/HTMLMediaElement.h:
  • html/HTMLMediaElement.idl:
  • platform/graphics/MediaPlayer.cpp:
  • platform/graphics/MediaPlayer.h: (WebCore::MediaPlayerClient::mediaPlayerTimeChanged):
  • platform/graphics/mac/MediaPlayerPrivateQTKit.h:
  • platform/graphics/mac/MediaPlayerPrivateQTKit.mm: (WebCore::MediaPlayerPrivate::MediaPlayerPrivate): (WebCore::MediaPlayerPrivate::load): (WebCore::MediaPlayerPrivate::play): (WebCore::MediaPlayerPrivate::pause): (WebCore::MediaPlayerPrivate::setEndTime): (WebCore::MediaPlayerPrivate::startEndPointTimerIfNeeded): (WebCore::MediaPlayerPrivate::endPointTimerFired): (WebCore::MediaPlayerPrivate::timeChanged): (WebCore::MediaPlayerPrivate::didEnd):
  • platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp: (WebCore::MediaPlayerPrivate::MediaPlayerPrivate): (WebCore::MediaPlayerPrivate::startEndPointTimerIfNeeded): (WebCore::MediaPlayerPrivate::endPointTimerFired):
  • platform/graphics/gtk/MediaPlayerPrivateGStreamer.h:
3:35 PM Changeset in webkit [28663] by Beth Dakin
  • 1 edit
    2 adds in trunk/LayoutTests

Reviewed by Nico.

Updated pixel results from my recent SVG change.

  • svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
  • svg/custom/inline-svg-in-xhtml-expected.png: Added.
2:37 PM Changeset in webkit [28662] by oliver@apple.com
  • 2 edits in trunk/WebCore

2007-12-12 MorganL <morganl.webkit@yahoo.com> -- http://bugs.webkit.org/show_bug.cgi?id=16408

Reviewed by Maciej.

Fixes:
http://bugs.webkit.org/show_bug.cgi?id=16408

When navigating back/forward to a http:// link, we should prefer to
load from cache if possible.

  • loader/FrameLoader.cpp:
2:15 PM Changeset in webkit [28661] by andersca@apple.com
  • 8 edits
    2 adds in trunk

WebCore:

Reviewed by Sam.

<rdar://problem/5132003>
dumpResourceLoadCallbacks is not implemented in DRT on Windows.


  • platform/network/cf/ResourceErrorCF.cpp: (WebCore::ResourceError::unpackPlatformError): Handle kCFErrorDomainWinSock.


  • platform/network/cf/ResourceHandleCFNet.cpp: (WebCore::willSendRequest): Ignore willSendRequest calls where the redirect response is null, like we do in the Mac version.

WebKitTools:

Reviewed by Sam.

<rdar://problem/5132003>
dumpResourceLoadCallbacks is not implemented in DRT on Windows.

  • DumpRenderTree/win/DumpRenderTree.cpp: (main): Set the resource load delegate.


  • DumpRenderTree/win/DumpRenderTree.vcproj:


  • DumpRenderTree/win/ResourceLoadDelegate.cpp: Added.
  • DumpRenderTree/win/ResourceLoadDelegate.h: Added.

LayoutTests:

Reviewed by Sam.

<rdar://problem/5132003>
dumpResourceLoadCallbacks is not implemented in DRT on Windows.

Remove now passing tests.


  • platform/win/Skipped:
2:14 PM Changeset in webkit [28660] by sfalken@apple.com
  • 2 edits in trunk/WebCore

<rdar://problem/5643785> Fix iBench regression caused by mis-placed nested timer check.


Reviewed by Anders.

  • platform/win/SharedTimerWin.cpp: (WebCore::TimerWindowWndProc): Don't set high-resolution timer flag inside non-high-resolution timer proc.
1:46 PM Changeset in webkit [28659] by sfalken@apple.com
  • 2 edits in trunk/WebKit/win

Build fix.

  • WebKit.vcproj/WebKit.make: Copy only what we need out of obj/bin.
1:24 PM Changeset in webkit [28658] by Beth Dakin
  • 4 edits in trunk/WebCore

Reviewed by Oliver.

Fix for <rdar://problem/5643770> REGRESSION: Free-standing SVGs
with width and height 100% clip to 300 x 150

Though it was correct in an earlier iteration of my patch, it is
not sufficient in the final, committed version to ask if the
relativeWidthValue() or relativeHeightValue() is greater than 0
just to determine if one has been set, for, they are now
initialized to 300 and 150 respectively! This patch instead adds a
bool to keep track of whether a container size has been set, and
only used the relative value if it has.

  • rendering/RenderSVGRoot.cpp: (WebCore::RenderSVGRoot::calcViewport):
  • svg/SVGSVGElement.cpp: (WebCore::SVGSVGElement::SVGSVGElement):
  • svg/SVGSVGElement.h: (WebCore::SVGSVGElement::setContainerSize): (WebCore::SVGSVGElement::hasSetContainerSize):
11:26 AM Changeset in webkit [28657] by beidson@apple.com
  • 2 edits in trunk/WebCore

Reviewed by Steve Falkenburg

<rdar://problem/5012636> - WebURLProtectionSpace::realm returns the hostname rather than the authentication realm

  • platform/network/ProtectionSpace.cpp: (WebCore::ProtectionSpace::ProtectionSpace): Assign the realm to m_realm, instead of the host
9:57 AM Changeset in webkit [28656] by ap@webkit.org
  • 4 edits in trunk

Reviewed by Adam Roben.

Fix conversion from double to LPARAM in dispatchMessage().

  • DumpRenderTree/win/EventSender.cpp: (dispatchMessageCallback):
9:34 AM Changeset in webkit [28655] by alp@webkit.org
  • 2 edits in trunk/WebCore

2007-12-12 Alp Toker <alp@atoker.com>

Reviewed by Maciej.

http://bugs.webkit.org/show_bug.cgi?id=16388
[GTK] Widget::setCursor() gets called frequently

Cache the current cursor to avoid calling gdk_window_set_cursor() when
there's no change in cursor.

  • platform/gtk/WidgetGtk.cpp: (WebCore::Widget::Widget): (WebCore::Widget::cursor): (WebCore::Widget::setCursor):
9:27 AM Changeset in webkit [28654] by alp@webkit.org
  • 3 edits in trunk/WebCore

2007-12-12 Rodney Dawes <dobey@wayofthemonkey.com>

Reviewed by Maciej.

http://bugs.webkit.org/show_bug.cgi?id=16342
Build Warning and Error fixes in WebCore GTK+

Use C-style casts for casting function pointers to gpointer
Use static_cast<int> to cast a float to int to fix a warning

  • platform/gtk/PlatformScrollBarGtk.cpp: (PlatformScrollbar::PlatformScrollbar): (PlatformScrollbar::~PlatformScrollbar): (PlatformScrollbar::gtkValueChanged):
  • platform/gtk/ThreadingGtk.cpp: (callFunctionOnMainThread): (callOnMainThread):
8:59 AM Changeset in webkit [28653] by mitz@apple.com
  • 4 edits in trunk

WebCore:

Reviewed by Darin Adler.

  • better fix for a crash when pressing a key that is not associated with a command
  • editing/EditorCommand.cpp: (WebCore::Editor::command): Return the empty command if the command name is empty.

WebKit/win:

Reviewed by Darin Adler.

  • revert my earlier crash fix after making WebCore return the empty editor command for the empty command name.
  • WebView.cpp: (WebView::handleEditingKeyboardEvent):
8:57 AM Changeset in webkit [28652] by ap@webkit.org
  • 3 edits
    2 adds in trunk

Reviewed by Darin.

http://bugs.webkit.org/show_bug.cgi?id=16410
Implement isKeypadEvent() on Windows

Test: platform/win/fast/events/keyLocation-numpad.html

  • platform/win/KeyEventWin.cpp: (WebCore::isKeypadEvent): Added. (WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent): Also fixed a mistake with autorepeat.
8:27 AM Changeset in webkit [28651] by alp@webkit.org
  • 2 edits in trunk

2007-12-12 Alp Toker <alp@atoker.com>

Reviewed by Mark Rowe.

http://bugs.webkit.org/show_bug.cgi?id=16302
[GTK] Compiler flags for optimization

Use the compiler flags -fno-exceptions -fno-rtti.

This patch does not add all the flags discussed in the bug report,
only these two.

  • WebKit.pri:
8:25 AM Changeset in webkit [28650] by ap@webkit.org
  • 1 edit in trunk/LayoutTests/platform/win/fast/events/alt-numpad.html

Remove an incorrect svn:executable property.

8:24 AM Changeset in webkit [28649] by mrowe@apple.com
  • 4 edits in trunk/WebKit

Remove abuse of projectDirPath from WebKit.xcodeproj to fix Production builds.

Reviewed by Dave Kilzer.

8:14 AM Changeset in webkit [28648] by alp@webkit.org
  • 4 edits in trunk/WebKit/gtk

2007-12-12 Alp Toker <alp@atoker.com>

Reviewed by Holger Freyther.

http://bugs.webkit.org/show_bug.cgi?id=15576
[GTK] Printing support

Add printing support.

The API will be kept internal for the time being, but printing can now
be triggered by Web pages or the JSC API using JavaScript.

The print spooler and pagination code is fairly abstract and could be
shared by other ports including Win and Qt once complete. It doesn't
have header/footer support yet.

  • WebCoreSupport/ChromeClientGtk.cpp: (WebKit::ChromeClient::print):
  • WebView/webkitprivate.h:
  • WebView/webkitwebframe.cpp: (PrintContext::begin_print): (PrintContext::draw_page): (PrintContext::end_print): (PrintContext::webkit_web_frame_print):
3:33 AM Changeset in webkit [28647] by ap@webkit.org
  • 1 edit
    2 adds in trunk/LayoutTests

Reviewed by Oliver.

http://bugs.webkit.org/show_bug.cgi?id=15248
Can not enter accented characters using alt-numeric keypad

  • platform/win/fast/events/alt-numpad-expected.txt: Added.
  • platform/win/fast/events/alt-numpad.html: Added.
2:57 AM Changeset in webkit [28646] by oliver@apple.com
  • 6 edits
    2 adds in trunk

<rdar://problem/5071781> window.mouseout events are not sent to window when mouse moves out of window

Reviewed by Maciej.

Hook up the windows mouse tracking logic to allow us to detect the mouse leaving the window.

12:41 AM Changeset in webkit [28645] by weinig@apple.com
  • 4 edits in trunk/WebKit

WebKit/gtk:

Build fix.

  • WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::didChangeTitle):

WebKit/qt:

Build fix.

  • WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::userAgent):
12:40 AM Changeset in webkit [28644] by weinig@apple.com
  • 2 edits in trunk/WebCore

Fix Mac release build.

  • WebCore.base.exp:
12:13 AM Changeset in webkit [28643] by weinig@apple.com
  • 17 edits in trunk

WebCore:

Build fix for Qt, Gtk, and Wx.

  • css/CSSParser.cpp: (WebCore::CSSParser::parseValue):
  • loader/win/FrameLoaderWin.cpp: (WebCore::FrameLoader::urlSelected):
  • platform/network/curl/ResourceHandleManager.cpp: (WebCore::parseDataUrl): (WebCore::ResourceHandleManager::startJob):
  • platform/network/win/CookieJarWin.cpp: (WebCore::setCookies): (WebCore::cookies):
  • platform/network/win/ResourceHandleWin.cpp: (WebCore::ResourceHandle::start):
  • platform/qt/PasteboardQt.cpp: (WebCore::Pasteboard::writeURL):

WebKit/gtk:

Build fix.

  • WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::dispatchDecidePolicyForNavigationAction):

WebKit/qt:

Build fix.

  • Api/qwebnetworkinterface.cpp: (QWebNetworkRequestPrivate::init):
  • Api/qwebpage.cpp: (QWebPage::url): (QWebPageContext::QWebPageContext):
  • Api/qwebpagehistory.cpp: (QWebHistoryItem::originalUrl): (QWebHistoryItem::currentUrl):
  • WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::cannotShowURLError): (WebCore::FrameLoaderClientQt::interruptForPolicyChangeError): (WebCore::FrameLoaderClientQt::cannotShowMIMETypeError): (WebCore::FrameLoaderClientQt::fileDoesNotExistError): (WebCore::FrameLoaderClientQt::dispatchWillSendRequest): (WebCore::FrameLoaderClientQt::dispatchDidReceiveResponse): (WebCore::FrameLoaderClientQt::createPlugin):

WebKit/wx:

Build fix.

  • WebKitSupport/ChromeClientWx.cpp: (WebCore::ChromeClientWx::createWindow):
  • WebKitSupport/FrameLoaderClientWx.cpp: (WebCore::FrameLoaderClientWx::dispatchDidStartProvisionalLoad): (WebCore::FrameLoaderClientWx::dispatchDidCommitLoad): (WebCore::FrameLoaderClientWx::dispatchDidFinishDocumentLoad): (WebCore::FrameLoaderClientWx::postProgressFinishedNotification): (WebCore::FrameLoaderClientWx::didChangeTitle): (WebCore::FrameLoaderClientWx::dispatchDecidePolicyForNavigationAction):
12:07 AM Changeset in webkit [28642] by mitz@apple.com
  • 2 edits in trunk/WebKit/win

Reviewed by Alexey Proskuryakov.

  • fix a crash when pressing a key that is not associated with a command
  • WebView.cpp: (WebView::handleEditingKeyboardEvent): Check if the result of interpretKeyEvent() is empty.
12:00 AM Changeset in webkit [28641] by mitz@apple.com
  • 6 edits in trunk

WebCore:

Reviewed by Maciej Stachowiak.

  • allow non-integer font sizes on Windows for small caps
  • platform/graphics/win/FontDataWin.cpp: (WebCore::FontData::smallCapsFontData):
  • platform/graphics/win/FontPlatformData.h: (WebCore::FontPlatformData::size): (WebCore::FontPlatformData::setSize):
  • platform/graphics/win/FontPlatformDataWin.cpp: (WebCore::FontPlatformData::FontPlatformData):

LayoutTests:

Reviewed by Maciej Stachowiak.

  • removed now-passing tests
  • platform/win/Skipped:
Note: See TracTimeline for information about the timeline view.