Timeline
Mar 1, 2009:
- 9:46 PM Changeset in webkit [41351] by
-
- 1 edit in trunk/WebKitTools/DumpRenderTree/mac/AccessibilityUIElementMac.mm
Fix the Mac build.
- 8:18 PM Changeset in webkit [41350] by
-
- 4 edits in trunk/JavaScriptCore
<rdar://problem/6635688> Move HAVE_DTRACE check to Base.xcconfig
Reviewed by Mark Rowe.
- Configurations/Base.xcconfig: Set HAVE_DTRACE Xcode variable based on PLATFORM_NAME and MAC_OS_X_VERSION_MAJOR. Also define it as a preprocessor macro by modifying GCC_PREPROCESSOR_DEFINITIONS.
- JavaScriptCore.xcodeproj/project.pbxproj: Changed "Generate DTrace header" script phase to check for HAVE_DTRACE instead of MACOSX_DEPLOYMENT_TARGET.
- wtf/Platform.h: Removed definition of HAVE_DTRACE macro since it's defined in Base.xcconfig now.
- 6:55 PM Changeset in webkit [41349] by
-
- 6 edits in trunk
Bug 24282: AX Palindrome error when asking for a specific index of the AXChildren array
<https://bugs.webkit.org/show_bug.cgi?id=24282>
- 4:45 PM Changeset in webkit [41348] by
-
- 2 edits in trunk/WebKit/mac
2009-03-01 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
WebKit side of <rdar://problem/6449689>
Pass the visible name to the plug-in host.
- Plugins/Hosted/NetscapePluginHostManager.mm: (WebKit::NetscapePluginHostManager::spawnPluginHost):
- 4:41 PM Changeset in webkit [41347] by
-
- 19 edits in trunk
2009-03-01 Ojan Vafai <ojan@chromium.org>
Reviewed by Eric Seidel.
Bug 24251: Cleanup: replace positionForCoordinates with positionForPoint
<https://bugs.webkit.org/show_bug.cgi?id=24251>
Make RenderObject::positionForCoordinate non-virtual and
RenderObject::positionForPoint virtual in preparation for
removing positionFor* from RenderObject/RenderText.
- page/Frame.cpp: (WebCore::Frame::visiblePositionForPoint):
- rendering/RenderBR.cpp: (WebCore::RenderBR::positionForPoint):
- rendering/RenderBR.h:
- rendering/RenderBlock.cpp: (WebCore::RenderBlock::positionForPoint):
- rendering/RenderBlock.h:
- rendering/RenderBox.cpp: (WebCore::RenderBox::positionForPoint):
- rendering/RenderBox.h:
- rendering/RenderInline.cpp: (WebCore::RenderInline::positionForPoint):
- rendering/RenderInline.h:
- rendering/RenderObject.cpp: (WebCore::RenderObject::positionForCoordinates): (WebCore::RenderObject::positionForPoint):
- rendering/RenderObject.h:
- rendering/RenderReplaced.cpp: (WebCore::RenderReplaced::positionForPoint):
- rendering/RenderReplaced.h:
- rendering/RenderSVGInlineText.cpp: (WebCore::RenderSVGInlineText::positionForPoint):
- rendering/RenderSVGInlineText.h:
- rendering/RenderText.cpp: (WebCore::RenderText::positionForPoint):
- rendering/RenderText.h:
- 4:41 PM Changeset in webkit [41346] by
-
- 4 edits in trunk/WebCore
2009-03-01 Larry Ewing <lewing@novell.com>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=24080
NPN_GetValue casting to the wrong type and writing outside bounds
Make sure to cast the value to the correct type so that only
memory owned by the value is written to.
- plugins/gtk/PluginViewGtk.cpp (PluginView::getValueStatic):
- plugins/qt/PluginViewQt.cpp (PluginView::getValueStatic):
- plugins/mac/PluginViewMac.cpp (PluginView::getValueStatic): (PluginView::getValue):
- 4:41 PM Changeset in webkit [41345] by
-
- 9 edits in trunk/WebCore
2009-03-01 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=24197 and
https://bugs.webkit.org/show_bug.cgi?id=23512
The Windows version of cgColor() is conditionally compiled using
!PLATFORM(MAC) change this to PLATFORM(WIN_OS) so that Chrome
can use the OS X version instead of the Windows version.
Also rename cgColor() -> createCGColor()
No observable change in behavior, so no test.
- platform/graphics/Color.h:
- platform/graphics/cg/ColorCG.cpp: (WebCore::createCGColor):
- platform/graphics/cg/GraphicsContextCG.cpp: (WebCore::GraphicsContext::setPlatformShadow):
- platform/graphics/mac/ColorMac.mm: (WebCore::createCGColor):
- platform/graphics/mac/GraphicsContextMac.mm: (WebCore::GraphicsContext::drawFocusRing):
- platform/graphics/mac/GraphicsLayerCA.mm: (WebCore::setLayerBorderColor): (WebCore::setLayerBackgroundColor): (WebCore::GraphicsLayerCA::setBackgroundColor):
- platform/graphics/win/GraphicsContextCGWin.cpp: (WebCore::GraphicsContext::drawFocusRing):
- svg/graphics/filters/cg/SVGFEHelpersCg.mm: (WebCore::ciColor):
- 1:09 PM Changeset in webkit [41344] by
-
- 17 edits9 adds in trunk
WebCore:
2009-03-01 David Levin <levin@chromium.org>
Reviewed by Alexey Proskuryakov.
Bug 24271: XMLHttpRequest needs js bindings for Workers.
<https://bugs.webkit.org/show_bug.cgi?id=24271>
Tests: http/tests/xmlhttprequest/workers/methods-async.html
http/tests/xmlhttprequest/workers/methods.html
- bindings/js/JSWorkerContextBase.cpp: (WebCore::JSWorkerContextBase::getOwnPropertySlot): (jsWorkerContextBaseXMLHttpRequest): (setJSWorkerContextBaseXMLHttpRequest): Expose XMLHttpRequest to Workers.
- bindings/js/JSWorkerContextBase.h:
- bindings/js/JSXMLHttpRequestConstructor.cpp: (WebCore::JSXMLHttpRequestConstructor::JSXMLHttpRequestConstructor): (WebCore::constructXMLHttpRequest): (WebCore::JSXMLHttpRequestConstructor::mark): Removed the dependencies on Document.
- bindings/js/JSXMLHttpRequestConstructor.h: (WebCore::JSXMLHttpRequestConstructor::scriptExecutionContext):
- dom/EventException.idl:
- dom/EventListener.idl: Chnage to have the NoStaticTables attribute since they are used from XHR.
- loader/WorkerThreadableLoader.cpp: (WebCore::workerContextDidFinishLoading): (WebCore::WorkerThreadableLoader::MainThreadBridge::didFinishLoading): Fixed identifier to be unsigned long.
- loader/WorkerThreadableLoader.h:
- workers/WorkerThread.cpp: (WebCore::WorkerThread::workerThread): Stop active objects when the thread is getting shutdown so that xhr gets properly shutdown.
- xml/XMLHttpRequestUpload.cpp:
- xml/XMLHttpRequest.idl:
- xml/XMLHttpRequestException.idl:
- xml/XMLHttpRequestProgressEvent.idl:
- xml/XMLHttpRequestUpload.idl: Chnage to have the NoStaticTables attribute since they are used from XHR.
LayoutTests:
2009-03-01 David Levin <levin@chromium.org>
Reviewed by Alexey Proskuryakov.
Bug 24271: XMLHttpRequest needs js bindings for Workers.
<https://bugs.webkit.org/show_bug.cgi?id=24271>
Some sanity checks for xhr done from workers. These are the same as
tests done for normal workers.
- http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
- http/tests/xmlhttprequest/workers/methods-async.html: Added.
- http/tests/xmlhttprequest/workers/methods-expected.txt: Added.
- http/tests/xmlhttprequest/workers/methods.html: Added.
- http/tests/xmlhttprequest/workers/resources/methods-async.js: Added. (onmessage): (log): (done): (onReqAbort): (onSyncReqError): (start): (processStateChange):
- http/tests/xmlhttprequest/workers/resources/methods.cgi: Copied from LayoutTests/http/tests/xmlhttprequest/methods.cgi.
- http/tests/xmlhttprequest/workers/resources/methods.js: Added. (log): (done):
- 12:14 PM Changeset in webkit [41343] by
-
- 1 edit in trunk/JavaScriptCore/parser/Nodes.h
Build fix. Add isBlock() back since there was a new client since the patch was made.
- 11:37 AM Applications using WebKit edited by
- (diff)
- 11:35 AM Changeset in webkit [41342] by
-
- 4 edits5 adds in trunk
2009-03-01 Horia Olaru <olaru@adobe.com>
By looking in grammar.y there are only a few types of statement nodes
on which the debugger should stop.
Removed isBlock and isLoop virtual calls. No need to emit debug hooks in
the "statementListEmitCode" method as long as the necessary hooks can be
added in each "emitCode".
Reviewed by Kevin McCullough.
- parser/Nodes.cpp: (JSC::ConstStatementNode::emitBytecode): (JSC::statementListEmitCode): (JSC::EmptyStatementNode::emitBytecode): (JSC::ExprStatementNode::emitBytecode): (JSC::VarStatementNode::emitBytecode): (JSC::IfNode::emitBytecode): (JSC::IfElseNode::emitBytecode): (JSC::DoWhileNode::emitBytecode): (JSC::WhileNode::emitBytecode): (JSC::ForNode::emitBytecode): (JSC::ForInNode::emitBytecode): (JSC::ContinueNode::emitBytecode): (JSC::BreakNode::emitBytecode): (JSC::ReturnNode::emitBytecode): (JSC::WithNode::emitBytecode): (JSC::SwitchNode::emitBytecode): (JSC::LabelNode::emitBytecode): (JSC::ThrowNode::emitBytecode): (JSC::TryNode::emitBytecode):
- parser/Nodes.h:
WebCore:
2009-03-01 Horia Olaru <olaru@adobe.com>
Adding manual debugger test cases for bug.
Reviewed by Kevin McCullough.
- manual-tests/inspector/debugger-step-on-do-while-statements.html: Added.
- manual-tests/inspector/debugger-step-on-for-in-statements.html: Added.
- manual-tests/inspector/debugger-step-on-for-statements.html: Added.
- manual-tests/inspector/debugger-step-on-while-statements.html: Added.
- manual-tests/inspector/resources/loop-statements.js: Added.
- 11:22 AM Changeset in webkit [41341] by
-
- 7 edits in trunk
2009-03-01 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Holger Freyther.
[Gtk] get the HTTP layout tests going
https://bugs.webkit.org/show_bug.cgi?id=24259
Added API to get the response mime type from a frame. We need this
so we can decide if we need to dump the frame as text or its
render tree
- webkit/webkitprivate.h:
- webkit/webkitwebframe.cpp:
2009-03-01 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Holger Freyther.
[Gtk] get the HTTP layout tests going
https://bugs.webkit.org/show_bug.cgi?id=24259
Determine the frame's response and decide whether to dump as text
or the render tree
- DumpRenderTree/gtk/DumpRenderTree.cpp: (dump):
2009-02-28 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Holger Freyther.
[Gtk] get the HTTP layout tests going
https://bugs.webkit.org/show_bug.cgi?id=24259
Enable http tests, excluding tests/folders that fail or untested
- platform/gtk/Skipped:
- 11:21 AM Changeset in webkit [41340] by
-
- 4 edits in trunk/WebKitTools
2009-03-01 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Holger Freyther.
[Gtk] get the HTTP layout tests going
https://bugs.webkit.org/show_bug.cgi?id=24259
Implement dumping of WebKitWebBackForwardList and its history
items.
- DumpRenderTree/gtk/DumpRenderTree.cpp: (compareHistoryItems): (dumpHistoryItem): (dumpBackForwardListForWebView): (dump): (runTest):
- DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::clearBackForwardList):
- DumpRenderTree/gtk/WorkQueueItemGtk.cpp: (BackForwardItem::invoke):
- 11:21 AM Changeset in webkit [41339] by
-
- 4 edits in trunk/WebKit/gtk
2009-03-01 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Holger Freyther.
[Gtk] get the HTTP layout tests going
https://bugs.webkit.org/show_bug.cgi?id=24259
Create a WebKitWebHistoryItem for each WebCore::HistoryItem when
necessary.
Add necessary API additions for us to be able to dump a WebKitWebHistoryItem
- webkit/webkitprivate.h:
- webkit/webkitwebbackforwardlist.cpp: (_WebKitWebBackForwardListPrivate::webkit_web_back_forward_list_get_forward_list_with_limit): (_WebKitWebBackForwardListPrivate::webkit_web_back_forward_list_get_back_list_with_limit):
- webkit/webkitwebhistoryitem.cpp: (_WebKitWebHistoryItemPrivate::webkit_web_history_item_new_with_core_item): (_WebKitWebHistoryItemPrivate::webkit_web_history_item_new): (_WebKitWebHistoryItemPrivate::webkit_web_history_item_new_with_data): (_WebKitWebHistoryItemPrivate::webkit_web_history_item_get_target): (_WebKitWebHistoryItemPrivate::webkit_web_history_item_is_target_item): (_WebKitWebHistoryItemPrivate::webkit_web_history_item_get_children): (WebKit::core): (WebKit::kit):
- 11:02 AM Changeset in webkit [41338] by
-
- 4 edits2 adds in trunk
WebCore:
Reviewed by Darin Adler.
- fix <rdar://problem/6634768> Reproducible crash in RenderLayer::updateScrollCornerStyle() using full-page zoom at MobileMe Contacts
Test: fast/events/scroll-during-zoom-change.html
- dom/Document.cpp: (WebCore::Document::recalcStyle): Pause scheduled events during style reclaculation. Changes to the zoom property result in scroll events being generated during style recalc, and those events need to be deferred until the render tree is consistent.
- page/FrameView.cpp: (WebCore::FrameView::layout): Changed to account for a case in which the post-layout tasks trigger a nested layout, which reactivates the post-layout task timer.
LayoutTests:
Reviewed by Darin Adler.
- test for <rdar://problem/6634768> Reproducible crash in RenderLayer::updateScrollCornerStyle() using full-page zoom at MobileMe Contacts
- fast/events/scroll-during-zoom-change-expected.txt: Added.
- fast/events/scroll-during-zoom-change.html: Added.
- 11:00 AM Changeset in webkit [41337] by
-
- 4 edits in trunk/WebKit/gtk
2009-03-01 Christian Dywan <christian@twotoasts.de>
Reviewed by Holger Freyther.
- webkit/webkitprivate.h:
- webkit/webkitwebview.cpp: (webkit_web_view_get_encoding):
- webkit/webkitwebview.h: Implement 'encoding' and 'custom-encoding' properties as well as webkit_web_view_get_encoding.
- 10:47 AM Changeset in webkit [41336] by
-
- 2 edits in trunk/WebKitTools
2009-02-28 Zan Dobersek <zandobersek@gmail.com>
Reviewed by Holger Freyther.
Set the resolution for the default screen to 72.0.
This way, setting font sizes results in expected values.
- DumpRenderTree/gtk/DumpRenderTree.cpp: (setDefaultsToConsistentStateValuesForTesting):
- 8:53 AM Changeset in webkit [41335] by
-
- 3 edits in trunk/WebCore
Alphabetically sort scripts in the Script's panel file popup menu.
Reviewed by Timothy Hatcher.
- inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu):
- inspector/front-end/utilities.js: (insertionIndexForObjectInListSortedByFunction): (indexOfObjectInListSortedByFunction):
- 8:42 AM Changeset in webkit [41334] by
-
- 3 edits in trunk/WebCore
Pass securityOrigin->host() instead of securityOrigin->domain() to WebInspector
when creating databases, localStorage or sessionStorage. Changing document.domain
should have no affect on databases, localStorage and sessionStorage in Web Inspector.
Reviewed by Timothy Hatcher.
- inspector/InspectorController.cpp: (WebCore::InspectorController::addDOMStorageScriptResource): (WebCore::InspectorController::didUseDOMStorage):
- storage/Database.cpp: (WebCore::Database::openDatabase):
- 8:22 AM Changeset in webkit [41333] by
-
- 2 edits in trunk/WebCore
2009-03-01 Gustavo Noronha Silva <Gustavo Noronha Silva>
Reviewed by Holger Freyther.
Avoid leaking errors when reporting GIO errors.
- platform/network/soup/ResourceHandleSoup.cpp: (WebCore::readCallback): (WebCore::openCallback): (WebCore::queryInfoCallback):
- 8:21 AM Changeset in webkit [41332] by
-
- 2 edits in trunk/WebCore
2009-03-01 Gustavo Noronha Silva <Gustavo Noronha Silva>
Reviewed by Holger Freyther.
Fixes crash when the GIO backend is given the URI for a directory.
- platform/network/soup/ResourceHandleSoup.cpp: (WebCore::networkErrorForFile):
- 8:04 AM Changeset in webkit [41331] by
-
- 2 edits in trunk/WebKit/gtk
Simple wording fix for the NEWS file.
- 7:39 AM Changeset in webkit [41330] by
-
- 2 edits in trunk
2009-03-01 Christian Dywan <christian@twotoasts.de>
- configure.ac: Bump GTK port version to 1.1.1.
- 7:38 AM Changeset in webkit [41329] by
-
- 1 edit1 add in trunk/WebKit/gtk
2009-03-01 Xan Lopez <xan@gnome.org>
Add NEWS file to track progress between releases.
- NEWS: Added.
- 7:29 AM Changeset in webkit [41328] by
-
- 2 edits in trunk/WebKitTools
2009-02-28 Gustavo Noronha Silva <Gustavo Noronha Silva>
Reviewed by Holger Freyther.
Adds a WebKitMakeArguments environment variable to enable passing
of arguments such as '-j2' to make for the autotools build.
- Scripts/webkitdirs.pm:
- 7:28 AM Changeset in webkit [41327] by
-
- 2 edits in trunk/WebKitTools
2009-02-28 Gustavo Noronha Silva <Gustavo Noronha Silva>
Reviewed by Holger Freyther.
Add a GTK+-only option to enable GNOME Keyring when building.
- Scripts/build-webkit:
Feb 28, 2009:
- 10:21 PM Changeset in webkit [41326] by
-
- 2 edits in trunk/WebKitTools
2009-02-28 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Holger Freyther.
[Gtk] webkitdirs.pm modify path in when detecting 3D transforms and accelerated compositing
https://bugs.webkit.org/show_bug.cgi?id=24076
Refactor gtk lib detection and put it in builtDylibPathForName
- Scripts/webkitdirs.pm:
- 9:28 PM Changeset in webkit [41325] by
-
- 3 edits in trunk/WebCore
2009-02-28 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Darin Fisher.
https://bugs.webkit.org/show_bug.cgi?id=24261
Fix V8 custom binding scrubbing error.
Test: fast/dom/TreeWalker/TreeWalker-currentNode.html
Test: traversal/exception-forwarding.html
TesT: traversal/stay-within-root.html
- bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp:
- bindings/v8/custom/V8NodeIteratorCustom.cpp: (WebCore::toV8): Replace v8::Undefined() return value with v8::Null().
- bindings/v8/custom/V8TreeWalkerCustom.cpp: (WebCore::toV8): Ditto.
- 8:27 PM Changeset in webkit [41324] by
-
- 2 edits in trunk/WebCore
2009-02-28 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Darin Fisher.
https://bugs.webkit.org/show_bug.cgi?id=24261
Fix V8 custom binding scrubbing error.
Test: fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html
- WebCore.xcodeproj/project.pbxproj:
- bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp: (WebCore::cssPropertyName): Remove dubious checks, left over from
incomplete conversion of parameter from pointer to pass-by-ref.
(WebCore::NAMED_PROPERTY_GETTER): Initialize parameter.
(WebCore::NAMED_PROPERTY_SETTER): Ditto.
- 6:47 PM Changeset in webkit [41323] by
-
- 3 edits in trunk/LayoutTests
- correct a color profile mismatch in expected pixel results
- platform/mac/fast/gradients/background-clipped-expected.checksum:
- platform/mac/fast/gradients/background-clipped-expected.png:
- 12:29 PM Changeset in webkit [41322] by
-
- 2 edits in trunk/WebCore
Add a ref to the ResourceHandle in startHttp so we can keep it
alive untill all callbacks have been executed, and unref it when
soup tells us it's done with the SoupMessage (in
finishedCallback). Fixes a number of crashes when calling
didReceiveData whould crash because of the handle dying.
- 12:12 PM Changeset in webkit [41321] by
-
- 2 edits in trunk/WebKitTools
Use the new webkit_web_view_load_uri to open URIs.
- 12:04 PM Changeset in webkit [41320] by
-
- 2 edits in trunk/WebKit/gtk
- webkit/webkitwebview.cpp: Let webkit_web_view_open add file:// if a
locale path is passed for compatibility, since we used to support that.
- 6:43 AM Changeset in webkit [41319] by
-
- 2 edits in trunk/WebCore
2009-02-28 Adam Bergkvist <adam.bergkvist@ericsson.com>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=24226
[SOUP] HTTP status text is never set
Set HTTP status text to SoupMessage reason_phrase.
- platform/network/soup/ResourceHandleSoup.cpp: (WebCore::fillResponseFromMessage):
- 2:01 AM Changeset in webkit [41318] by
-
- 2 edits in trunk/WebCore
- fix malformed project file
- WebCore.xcodeproj/project.pbxproj:
- 1:44 AM Changeset in webkit [41317] by
-
- 4 edits4 adds in trunk
WebCore:
Reviewed by Oliver Hunt.
- fix https://bugs.webkit.org/show_bug.cgi?id=23848 <rdar://problem/6573250> REGRESSION: Crash when mouse cursor moves over a link on www.opportuno.de
Test: fast/layers/inline-dirty-z-order-lists.html
- rendering/RenderBox.cpp: (WebCore::RenderBox::styleWillChange): Moved the code that dirties a layer's and its stacking context's z-order lists when the layer's z-index or visibility change from here...
- rendering/RenderBoxModelObject.cpp: (WebCore::RenderBoxModelObject::styleWillChange): ...to here, so that it will apply to RenderInline too.
LayoutTests:
Reviewed by Oliver Hunt.
- test for https://bugs.webkit.org/show_bug.cgi?id=23848 <rdar://problem/6573250> REGRESSION: Crash when mouse cursor moves over a link on www.opportuno.de
- fast/layers/inline-dirty-z-order-lists.html: Added.
- platform/mac/fast/layers/inline-dirty-z-order-lists-expected.checksum: Added.
- platform/mac/fast/layers/inline-dirty-z-order-lists-expected.png: Added.
- platform/mac/fast/layers/inline-dirty-z-order-lists-expected.txt: Added.
- 12:45 AM Changeset in webkit [41316] by
-
- 2 edits in trunk/WebKit/mac
2009-02-27 Alice Liu <alice.liu@apple.com>
Fix <rdar://problem/6531265> REGRESSION (r39185): adding ".jpeg"
extension to images that already have .jpg extension
Reviewed by Oliver Hunt.
- WebView/WebHTMLView.mm: (-[NSString matchesExtensionEquivalent:]): (-[WebHTMLView namesOfPromisedFilesDroppedAtDestination:]): Relax the check for the proper extension to allow for known equivalents, special-cased in matchesExtensionEquivalent function.
- 12:06 AM Changeset in webkit [41315] by
-
- 4 edits in trunk/WebCore
Reviewed by David Hyatt.
Don't include TextResourceDecoder.h in Document.h
This undoes inlining of Document::displayStringModifiedByEncoding() to avoid world rebuilds
when TextResourceDecoder.h is modified. Performance impact is expected to be negligible.