Timeline
Dec 10, 2007:
- 11:43 PM Changeset in webkit [28611] by
-
- 3 edits4 adds in trunk
WebCore:
Reviewed by Oliver Hunt.
<rdar://problem/5482023> GoogleDocs: After FormatBlock in an empty document, certain functions are disabled
We were trying to insert a block of the requested type before the body element.
- editing/FormatBlockCommand.cpp: (WebCore::FormatBlockCommand::doApply): Removed unnecessary ()s in the if condition.
Removed " !upstreamStart.node()->isDescendantOf(root)" from the if condition, since a) upstreamStart will never be outside the root editable element, since in that case
there would be no block inside the editable root to Format, and b) if upstreamStart.node()
*is* the root, then refNode is the root, and we shouldn't insert before the root, we should insert
at [root, 0].
Added comments to explain the use of upstream() in the second if-clause.
Added an early return for case where there is nothing selected, in that case, there is nothing
to move.
LayoutTests:
Reviewed by Oliver Hunt.
<rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
- editing/execCommand/5482023.html: Added.
- platform/mac/editing/execCommand/5482023-expected.checksum: Added.
- platform/mac/editing/execCommand/5482023-expected.png: Added.
- platform/mac/editing/execCommand/5482023-expected.txt: Added.
- 11:24 PM Changeset in webkit [28610] by
-
- 7 edits in trunk/WebCore
Reviewed and partially fixed by Tim Hatcher.
Remaining part of fix for <rdar://problem/5633400>
Transformed <video> is not clipped correctly until a repaint is forced
Replace the implementation of a QTKit method to avoid repaints from the NSView system associated with the QTMovie
from clobbering the WebCore repaints.
- html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::mediaPlayerRepaint): Added.
- html/HTMLMediaElement.h:
- platform/graphics/MediaPlayer.cpp: (WebCore::MediaPlayer::repaint): Added.
- platform/graphics/MediaPlayer.h: (WebCore::MediaPlayerClient::mediaPlayerRepaint): Added.
- platform/graphics/mac/MediaPlayerPrivateQTKit.h:
- platform/graphics/mac/MediaPlayerPrivateQTKit.mm: (method_setImplementation): Added for Tiger.
(WebCore::MediaPlayerPrivate::~MediaPlayerPrivate): Call detachQTMovieView, which now does more cleanup.
(WebCore::MediaPlayerPrivate::cancelLoad): ditto.
(WebCore::MediaPlayerPrivate::setVisible): ditto.
(WebCore::MediaPlayerPrivate::detachQTMovieView): Clear the delegate as well as m_qtMovieView pointer.
(WebCore::MediaPlayerPrivate::repaint): Added. Triggers a repaint on the video renderer.
(-[WebCoreMovieObserver repaint]): ditto.
(WebCore::mainThreadSetNeedsDisplay): Added.
Does a WebCore repaint instead of going through the view repaint system for QTMovieView.
(WebCore::MediaPlayerPrivate::createQTMovieView): Replace the implementation of _mainThreadSetNeedsDisplay.
- 10:08 PM Changeset in webkit [28609] by
-
- 3 edits3 adds in trunk
Reviewed by Sam Weinig.
- fix http://bugs.webkit.org/show_bug.cgi?id=16379 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and fast/dom/xmlhttprequest-html-response-encoding.html and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function find_firstassertedchar
Test: fast/js/regexp-find-first-asserted.html
- pcre/pcre_compile.cpp: (compileBracket): Take out unnecessary initialization of out parameters. (branchFindFirstAssertedCharacter): Added. Broke out the half of the function that handles a branch. (bracketFindFirstAssertedCharacter): Renamed from find_firstassertedchar. Also removed the options parameter -- the caller can handle the options. (jsRegExpCompile): Changed call site to call the appropriate bracket or branch version of the find_firstassertedchar function. Also put the REQ_IGNORE_CASE code here instead of passing in the options.
LayoutTests:
Reviewed by Sam Weinig.
- test for http://bugs.webkit.org/show_bug.cgi?id=16379 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and fast/dom/xmlhttprequest-html-response-encoding.html and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function find_firstassertedchar
- fast/js/regexp-find-first-asserted-expected.txt: Added.
- fast/js/regexp-find-first-asserted.html: Added.
- fast/js/resources/regexp-find-first-asserted.js: Added.
- 9:47 PM Changeset in webkit [28608] by
-
- 13 edits in trunk
Reviewed by Sam Weinig.
Split this:
FunctionBodyNode
|
ProgramNode
into this:
ScopeNode
| | |
FunctionBodyNode ProgramNode EvalNode
in preparation for specializing each class more while optimizing global
variable access.
Also removed some cruft from the FunctionBodyNode interface to simplify
things.
SunSpider says this patch is a .8% speedup, which seems reasonable,
since it eliminates a few branches and adds KJS_FAST_CALL in a few
places.
Layout tests and JS tests pass. Also, this baby builds on Windows! (Qt
mileage may vary...)
WebCore:
Reviewed by Sam Weinig.
Updated for rename in JavaScriptCore.
- bridge/mac/WebCoreScriptDebugger.mm: (-[WebCoreScriptCallFrame scopeChain]): (-[WebCoreScriptCallFrame functionName]): (-[WebCoreScriptCallFrame evaluateWebScript:]):
WebKit/win:
Reviewed by Sam Weinig.
Updated for rename in JavaScriptCore.
- WebScriptCallFrame.cpp: (WebScriptCallFrame::functionName): (WebScriptCallFrame::valueByEvaluatingJavaScriptFromString):
- 8:55 PM Changeset in webkit [28607] by
-
- 1 edit in trunk/WebCore/ChangeLog
Add bug reference.
- 8:50 PM Changeset in webkit [28606] by
-
- 2 edits in trunk/WebCore
Use KJS::Window not the ambiguous Window
Reviewed by ddkilzer.
- bindings/js/kjs_dom.cpp (checkNodeSecurity):
- 7:09 PM Changeset in webkit [28605] by
-
- 2 edits in trunk/JavaScriptCore
RS by Mark Rowe.
Mac build fix: added some exported symbols, now that Parser::parse is
defined in the header.
- JavaScriptCore.exp:
- 6:37 PM Changeset in webkit [28604] by
-
- 4 edits in trunk/JavaScriptCore
Build fix.
Template methods need to be in the header.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- kjs/Parser.cpp:
- kjs/Parser.h: (KJS::Parser::parse):
- 6:26 PM Changeset in webkit [28603] by
-
- 2 edits in trunk/WebKitTools
Rubberstamped by Sam Weinig
Update DRT Mac to reflect the new UI Delegate methods I just checked into WebKit/mac
- DumpRenderTree/mac/UIDelegate.mm: (-[UIDelegate webView:frame:quotaForSecurityOrigin:toCreateDatabase:withEstimatedSize:]): (-[UIDelegate webView:frame:quotaForSecurityOrigin:fromProposedQuota:database:]):
- 5:54 PM Changeset in webkit [28602] by
-
- 1 copy in releases/Apple/Tiger/Mac OS X Update 10.4.11/WebKit
Tag for WebKit for Mac OS X Update 10.4.11 (WebKit-4523.12)
- 5:54 PM Changeset in webkit [28601] by
-
- 1 copy in releases/Apple/Tiger/Mac OS X Update 10.4.11/WebCore
Tag for WebCore for Mac OS X Update 10.4.11 (WebCore-4523.12)
- 5:54 PM Changeset in webkit [28600] by
-
- 1 copy in releases/Apple/Tiger/Mac OS X Update 10.4.11/JavaScriptGlue
Tag for JavaScriptGlue for Mac OS X Update 10.4.11 (JavaScriptGlue-4523.12)
- 5:53 PM Changeset in webkit [28599] by
-
- 1 copy in releases/Apple/Tiger/Mac OS X Update 10.4.11/JavaScriptCore
Tag for JavaScriptCore for Mac OS X Update 10.4.11 (JavaScriptCore-4523.12)
- 5:49 PM Changeset in webkit [28598] by
-
- 1 add in releases/Apple/Tiger/Mac OS X Update 10.4.11
New release tag.
- 5:22 PM Changeset in webkit [28597] by
-
- 5 edits in trunk/WebKit/mac
Reviewed by John Sullivan
Fix for <rdar://problem/5640080> - Database UI delegate calls need to specify WebFrame
This is because a common UI case is to want to know the originating URL of a Database
- WebCoreSupport/WebChromeClient.mm: (WebChromeClient::requestQuotaIncreaseForNewDatabase): (WebChromeClient::requestQuotaIncreaseForDatabaseOperation):
- WebView/WebUIDelegatePrivate.h:
- WebView/WebView.mm: (CallDelegateReturningUnsignedLongLong): (CallUIDelegateReturningUnsignedLongLong):
- WebView/WebViewInternal.h:
- 5:09 PM Changeset in webkit [28596] by
-
- 8 edits in trunk/LayoutTests
Reviewed by Adele.
The load events could fire before the event listener was registered making these tests fail occasionally.
No changes to test results.
- media/video-source-media.html:
- media/video-source-type.html:
- media/video-source.html:
- media/video-src-remove.html:
- media/video-src-source.html:
- media/video-src.html:
- media/video-test.js:
- 4:35 PM Changeset in webkit [28595] by
-
- 8 edits in trunk/JavaScriptCore
Reviewed by Sam Weinig.
Merged different implementations of Parser::parse into a single,
templatized implementation, in preparation for adding yet another
implementation for "eval" code.
JS and layout tests pass.
- 4:03 PM Changeset in webkit [28594] by
-
- 2 edits in trunk/WebCore
Fix non-mac builds.
- page/WindowFeatures.cpp: #include <wtf/MathExtras.h> for isnan.
- 3:51 PM Changeset in webkit [28593] by
-
- 2 edits in trunk/WebCore
2007-09-05 Marvin Decker <marv.decker@gmail.com>
Reviewed by Darin.
Fix a divide by 0 in the progress tracker.
http://bugs.webkit.org/show_bug.cgi?id=15055
- loader/ProgressTracker.cpp: (WebCore::ProgressTracker::incrementProgress):
- 3:32 PM Changeset in webkit [28592] by
-
- 6 edits1 move1 add in trunk/WebCore
Reviewed by Darin.
More cleanup of kjs_window.
- Move WindowFeatures from bridge/ to page/
- Move functions related to WindowFeatures (boolFeature, floatFeature, setWindowFeature, parseWindowFeatures) into the class.
- Fix up whitespace.
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- bindings/js/kjs_window.cpp: (KJS::DOMWindowTimer::~DOMWindowTimer): (KJS::createWindow): (KJS::showModalDialog): (KJS::Window::getOwnPropertySlot): (KJS::Window::allowsAccessFrom): (KJS::Window::shouldInterruptScript): (KJS::WindowProtoFuncAToB::callAsFunction): (KJS::WindowProtoFuncOpen::callAsFunction): (KJS::Window::setReturnValueSlot): (KJS::ScheduledAction::execute): (KJS::Window::timerFired): (KJS::Location::Location): (KJS::Location::getValueProperty): (KJS::Location::getOwnPropertySlot): (KJS::Location::put): (KJS::LocationProtoFuncReplace::callAsFunction): Use better variable names. (KJS::LocationProtoFuncAssign::callAsFunction): Ditto. (KJS::LocationProtoFuncToString::callAsFunction): Remove extraneous calls to allowsAccessFrom, cleanup the function a little. (KJS::PausedTimeouts::~PausedTimeouts):
- bridge/WindowFeatures.h: Removed.
- page/WindowFeatures.cpp: Added. (WebCore::isSeparator): (WebCore::WindowFeatures::WindowFeatures): (WebCore::WindowFeatures::setWindowFeature): (WebCore::WindowFeatures::boolFeature): (WebCore::WindowFeatures::floatFeature):
- page/WindowFeatures.h: Copied from WebCore/bridge/WindowFeatures.h. (WebCore::WindowFeatures::WindowFeatures):
- 3:06 PM Changeset in webkit [28591] by
-
- 8 edits in trunk
Reviewed by Mark Rowe
<rdar://problem/5639463> Bundle versions on Tiger should be 4523.x not 523.x
- Configurations/Version.xcconfig: Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR, so assume Tiger and use a 4 for the SYSTEM_VERSION_PREFIX.
JavaScriptGlue:
Reviewed by Mark Rowe.
<rdar://problem/5639463> Bundle versions on Tiger should be 4523.x not 523.x
- Configurations/Version.xcconfig: Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR, so assume Tiger and use a 4 for the SYSTEM_VERSION_PREFIX.
WebCore:
Reviewed by Mark Rowe.
<rdar://problem/5639463> Bundle versions on Tiger should be 4523.x not 523.x
- Configurations/Version.xcconfig: Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR, so assume Tiger and use a 4 for the SYSTEM_VERSION_PREFIX.
WebKit/mac:
Reviewed by Mark Rowe.
<rdar://problem/5639463> Bundle versions on Tiger should be 4523.x not 523.x
- Configurations/Version.xcconfig: Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR, so assume Tiger and use a 4 for the SYSTEM_VERSION_PREFIX.
- 3:02 PM Changeset in webkit [28590] by
-
- 2 edits in trunk/LayoutTests
Check in correct results
- svg/custom/resource-client-removal-expected.txt:
- 12:39 PM Changeset in webkit [28589] by
-
- 2 edits in trunk/WebCore
2007-12-10 Alp Toker <alp@atoker.com>
Reviewed by Niko.
Cairo implementation of GraphicsContext::setUseAntialiasing().
- platform/graphics/cairo/GraphicsContextCairo.cpp: (WebCore::GraphicsContext::setUseAntialiasing):
- 12:14 PM Changeset in webkit [28588] by
-
- 8 edits4 adds in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=16182
SVG should disable antialiasing for shape-rendering="crispEdges"
Turn off anti-aliasing of shapes when shape-rendering="crispEdges".
- 12:03 PM Changeset in webkit [28587] by
-
- 3 edits4 adds in trunk
Reviewed by Niko.
http://bugs.webkit.org/show_bug.cgi?id=16163
SVG crash in Node::setChanged() on Debug builds only (trashed parent)
Fix the crash by properly unregistering as client from SVGResource
when deleting a styled svg node.
- 11:38 AM Changeset in webkit [28586] by
-
- 2 edits in trunk/WebCore
Rubberstamped by John
- storage/DatabaseTracker.cpp: (WebCore::DatabaseTracker::canEstablishDatabase): If the UI Delegate returns *exactly* the estimated size for the new quota, we should allow the database to be created
- 10:47 AM Changeset in webkit [28585] by
-
- 2 edits2 adds in trunk
Reviewed by Darin.
Fixed: <rdar://problem/4290098> Right-mouse click on element doesn't call onmousedown handler
- WebView/WebHTMLView.mm: (-[WebHTMLView menuForEvent:]): Match behavior of other browsers by sending an onmousedown event for right clicks.
- 9:51 AM Changeset in webkit [28584] by
-
- 6 edits5 adds in trunk
Bug 9683: Implement select.options.remove() method
WebCore:
Bug 9683: Implement select.options.remove() method
<http://bugs.webkit.org/show_bug.cgi?id=9683>
Reviewed by Maciej.
Implement select.options.remove() by calling select.remove()
with the same arguments. This is what MSIE 7 does, although its
select.remove() method differs from WebKit's by throwing an
exception when called with no arguments or with a negative
integer argument. Note that the DOM Level 1 documentation
specifies that select.remove() does not throw an exception.
Tests: fast/js/select-options-remove-gc.html
fast/js/select-options-remove.html
- bindings/js/JSHTMLOptionsCollectionCustom.cpp: (WebCore::JSHTMLOptionsCollection::remove): Added.
- html/HTMLOptionsCollection.cpp: (WebCore::HTMLOptionsCollection::remove): Added.
- html/HTMLOptionsCollection.h:
- html/HTMLOptionsCollection.idl:
LayoutTests:
Bug 9683: Implement select.options.remove() method
<http://bugs.webkit.org/show_bug.cgi?id=9683>
Reviewed by Maciej.
- fast/js/resources/select-options-remove.js: Added.
- fast/js/select-options-remove-expected.txt: Added.
- fast/js/select-options-remove-gc-expected.txt: Added.
- fast/js/select-options-remove-gc.html: Added.
- fast/js/select-options-remove.html: Added.
- 9:16 AM Changeset in webkit [28583] by
-
- 2 edits in trunk/WebKit/win
Fix <rdar://5624866> CFStringRef UI_STRING should use a cache and follow the CF "Get" model (current uses leak)
Added a new class, LocalizedString, that wraps a CFStringRef and a
WebCore::String. We store one LocalizedString for each key string.
Reviewed by Steve.
- WebLocalizableStrings.cpp: Changed our two HashMaps to map from WebCore::String to LocalizedString*. (LocalizedString::LocalizedString): (LocalizedString::operator CFStringRef): (LocalizedString::operator LPCTSTR): Code moved here from localizedLPCTSTR. (findCachedString): Changed to return a LocalizedString*. (cacheString): Changed to take a LocalizedString*. (localizedString): Changed to return a const LocalizedString&. We first try to find a cached LocalizedString. If there isn't one, we create a new one and cache it. (WebLocalizedLPCTSTRUTF8): Changed to call localizedString. (WebLocalizedLPCTSTR): Ditto.
- 9:15 AM Changeset in webkit [28582] by
-
- 4 edits in trunk/WebKit/win
Make WebLocalizableStrings work a little more like the Mac version
Reviewed by Steve.
- WebKit.vcproj/WebKit.def: Deprecated SetWebLocalizedStringMainBundle.
- WebKit.vcproj/WebKit_debug.def: Ditto.
- WebLocalizableStrings.cpp: (createWebKitBundle): Changed to only create the bundle once. (cfBundleForStringsBundle): Added. Code was factored out of copyLocalizedStringFromBundle. We now use the CFBundleGetMainBundle to get the main bundle and WebLocalizableStringsBundle's identifier to fetch the framework's bundle. (copyLocalizedStringFromBundle): Changed to call cfBundleForStringsBundle. (cacheString): Cleaned up logic a bit with an early return. (SetWebLocalizedStringMainBundle): Moved down with the other deprecated functions and made into a no-op.
- 5:38 AM Changeset in webkit [28581] by
-
- 2 edits in trunk/JavaScriptCore
Tiger build fix.
- 5:15 AM Changeset in webkit [28580] by
-
- 2 edits in trunk/JavaScriptCore
2007-12-10 Darin Adler <Darin Adler>
Reviewed by Mark Rowe.
- fix http://bugs.webkit.org/show_bug.cgi?id=16375 REGRESSION: Safari crashes on quit
Probably a debug-only issue.
- kjs/Parser.cpp: (KJS::parser): Create the parser and never destroy it by using a pointer instead of a global object.
- 4:58 AM QtWebKitTodo edited by
- (diff)
- 4:40 AM QtWebKitContrib edited by
- (diff)
- 2:46 AM QtWebKitTodo edited by
- (diff)
- 2:46 AM QtWebKitTodo edited by
- (diff)
- 2:43 AM QtWebKitTodo edited by
- (diff)
- 12:55 AM Changeset in webkit [28579] by
-
- 2 edits in trunk/LayoutTests
Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
been moved to platform/mac long ago.
- platform/win/Skipped:
Dec 9, 2007:
- 10:22 PM Changeset in webkit [28578] by
-
- 4 edits in trunk/JavaScriptCore
Reviewed by Sam Weinig.
- fix http://bugs.webkit.org/show_bug.cgi?id=16369 REGRESSION (r28525): regular expression tests failing due to bad firstByte optimization
- pcre/pcre_compile.cpp: Changed some names to use interCaps intead of under_scores. (branchIsAnchored): Broke is_anchored into two separate functions; this one works on a branch and the other on an anchor. The old function would only work on a bracket. Also removed unneeded parameters; the anchored check does not require the bracket map or the options any more because we have a reduced set of features. (bracketIsAnchored): Ditto. (branchNeedsLineStart): Broke canApplyFirstCharOptimization into two functions and gave both a better name. This is the function that was returning the wrong value. The failure was beacuse the old function would only work on a bracket. (bracketNeedsLineStart): Ditto. (jsRegExpCompile): Changed to call the appropriate branch or bracket flavor of the functions based on whether we compiled an outer bracket. Also removed inaccurate comments and unneeded parameters.
- other small changes
- pcre/pcre.h: Renumbered error codes, in a logical order. First, normal failure, then the recursion limit, then running out of memory, and finally an unexpected internal error.
- pcre/pcre_exec.cpp: Fixed indentation. (jsRegExpExecute): Corrected an inaccurate comment.
- 8:05 PM Changeset in webkit [28577] by
-
- 7 edits in trunk/JavaScriptCore
Reviewed by Maciej.
- fix http://bugs.webkit.org/show_bug.cgi?id=16370 REGRESSION (r28540): source URL and line number no longer set for outer function/programs
Test: fast/js/exception-linenums-in-html-1.html
Test: fast/js/exception-linenums-in-html-2.html
Test: fast/js/exception-linenums.html
By the time the ProgramNode was constructed, the source URL was empty.
- kjs/Parser.cpp: (KJS::Parser::parseProgram): Added code to set and clear m_sourceURL, which is now handled here instead of in the lexer; it needs to still be set when we create the program node. Call setLoc to set the first and last line number. (KJS::Parser::parseFunctionBody): Ditto, but for the body. (KJS::Parser::parse): Removed the sourceURL argument.
- kjs/Parser.h: Added sourceURL(), m_sourceURL, and m_lastLine. Added a lastLine parameter to didFinishParsing, since the bison grammar knows the last line number and we otherwise do not know it. Removed the sourceURL parameter from parse, since that's now handled at a higher level.
- kjs/grammar.y: Pass the last line number to didFinishParsing.
- kjs/lexer.cpp: (KJS::Lexer::setCode): Removed the sourceURL argument and the code to set m_sourceURL. (KJS::Lexer::clear): Ditto.
- kjs/lexer.h: More of the same.
- kjs/nodes.cpp: (KJS::FunctionBodyNode::FunctionBodyNode): Get the source URL from the parser rather than from the lexer. Removed unneeded call to setLoc, since the line numbers already both default to -1.
- 7:33 PM Changeset in webkit [28576] by
-
- 2 edits in trunk/WebCore
Rubber stamped by Mark Rowe.
- WebCore.xcodeproj/project.pbxproj: Add missing DerivedSources files.
- 5:12 PM Changeset in webkit [28575] by
-
- 4 edits in trunk
Need to read the spec properly.
Reviewed by Niko
Correction, 'z' and 'Z' are the only commands that cannot have an extended
list of arguments.
- 4:44 PM Changeset in webkit [28574] by
-
- 5 edits in trunk
Prevent unlimited iteration in the case of invalid path data.
Reviewed by Niko.
The only path commands that can leave numbers trailing the command processing
are 'm' and 'M', in which trailing numbers are parsed as arguments to an
implicit lineto command. In any case we should just terminate as an invalid
path.
- 1:52 PM Changeset in webkit [28573] by
-
- 3 edits in trunk/WebCore
2007-12-09 Luca Bruno <lethalman88@gmail.com>
Reviewed by Alp Toker.
http://bugs.webkit.org/show_bug.cgi?id=15825
[GTK] curl - slow dns causing hangs.
Create a vector of jobs, to satisfy requests in the right order.
Set a limit to the number of simultaneous connections.
- platform/network/curl/ResourceHandleManager.cpp: (WebCore::maxRunningJobs): added (WebCore::ResourceHandleManager::ResourceHandleManager): (WebCore::ResourceHandleManager::removeFromCurl): (WebCore::ResourceHandleManager::startScheduledJobs):
- platform/network/curl/ResourceHandleManager.h: (WebCore::ResourceHandleList): removed (WebCore::ResourceHandleManager::m_runningJobs): added (WebCore::ResourceHandleManager::m_resourceHandleListHead): removed (WebCore::ResourceHandleManager::m_resourceHandleList): added
- 10:49 AM UsingGitWithWebKit edited by
- (diff)