Timeline
Feb 1, 2007:
- 11:43 PM Changeset in webkit [19350] by
-
- 13 edits4 adds in trunk
2007-02-01 Nicholas Shanks <webkit@nickshanks.com>
Reviewed by Mark.
Add support for CSS2 font-stretch property.
- css/CSSComputedStyleDeclaration.cpp: (WebCore::): (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
- css/cssparser.cpp: (WebCore::CSSParser::parseValue):
- css/cssstyleselector.cpp: (WebCore::CSSStyleSelector::applyDeclarations): (WebCore::CSSStyleSelector::applyProperty):
- platform/FontCache.cpp: (WebCore::FontPlatformDataCacheKey::FontPlatformDataCacheKey): (WebCore::FontPlatformDataCacheKey::operator==): (WebCore::computeHash): (WebCore::FontPlatformDataCacheKeyTraits::deletedValue): (WebCore::FontPlatformDataCacheKeyTraits::emptyValue): (WebCore::FontCache::getCachedFontPlatformData):
- platform/FontDescription.h: (WebCore::): (WebCore::FontDescription::FontDescription): (WebCore::FontDescription::stretch): (WebCore::FontDescription::narrowerStretch): (WebCore::FontDescription::widerStretch): (WebCore::FontDescription::setStretch): (WebCore::FontDescription::operator==):
- platform/mac/FontCacheMac.mm: (WebCore::FontCache::createFontPlatformData):
- platform/mac/WebFontCache.mm: (acceptableChoice): (betterChoice): (+[WebFontCache fontWithFamily:traits:size:]):
2007-02-01 Nicholas Shanks <webkit@nickshanks.com>
Reviewed by Mark.
CSS2 font-stretch property; uses American Typewriter and Helvetica Neue fonts,
requiring Regular, Condensed, Bold and Bold Condensed faces.
- fast/css/computed-style-expected.txt: Updated.
- fast/css/font-stretch-expected.checksum: Added.
- fast/css/font-stretch-expected.png: Added.
- fast/css/font-stretch-expected.txt: Added.
- fast/css/font-stretch.html: Added.
2007-02-01 Nicholas Shanks <webkit@nickshanks.com>
Reviewed by Mark.
Add support for CSS2 font-stretch property.
- WebInspector/webInspector/inspector.js:
- WebView/WebHTMLView.mm: (-[WebHTMLView _addToStyle:fontA:fontB:]):
- 10:57 PM Changeset in webkit [19349] by
-
- 2 edits in trunk/WebCore
Reviewed by Mark Rowe.
<rdar://problem/4969201> REGRESSION: Safari applies the wrong font to BODY element at http://www.apple.com/downloads/dashboard/
- platform/mac/WebFontCache.mm: (+[WebFontCache fontWithFamily:traits:size:]): Don't call [NSFont fontWithName:] with the desiredFamily on Tiger.
- 9:52 PM Changeset in webkit [19348] by
-
- 4 edits in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12506
REGRESSION: Safari doesn't display hebrew text on a web page,
displayed correctly on Tiger
WebCore:
- loader/TextResourceDecoder.cpp: (WebCore::TextResourceDecoder::checkForHeadCharset): Advance the pointer when necessary.
LayoutTests:
- fast/encoding/pseudo-tags-in-attributes-expected.txt: Changing back to success.
- 9:44 PM Changeset in webkit [19347] by
-
- 4 edits2 adds in trunk
Add a cookie interface for the Qt build.
- 7:11 PM Changeset in webkit [19346] by
-
- 1530 edits in trunk/LayoutTests/tables/mozilla/bugs
un-doing accidental change that made all of the files in tables/mozilla/bugs allow tabs. whoopsie!
- 6:40 PM Changeset in webkit [19345] by
-
- 3 edits in trunk/WebCore
Reviewed by Adele.
- fixed <rdar://problem/4922764> ASSERTION: (!m_contentFunction) in PolicyCheck::call trying to visit feed URL (CNN, Apple, etc.)
- loader/FrameLoader.cpp: (WebCore::FrameLoader::stopPolicyCheck): Call new cancel method instead of call(false) on old check. (WebCore::PolicyCheck::cancel): call any callback function that is set with false or PolicyIgnore as appropriate.
- loader/FrameLoader.h:
- 5:55 PM Changeset in webkit [22888] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/WebKit.vcproj/VERSION
Bump version for submit
- 5:55 PM Changeset in webkit [19344] by
-
- 1 copy in tags/Safari-521.33.1b
New tag.
- 5:41 PM Changeset in webkit [22887] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
2007-02-01 Ada Chan <adachan@apple.com>
Reviewed by Anders.
Forgot to assign document to 0 in case of failure in WebView::mainFrameDocument().
- WebView.cpp: (WebView::mainFrameDocument):
- 5:34 PM Changeset in webkit [19343] by
-
- 74 edits in trunk
LayoutTests:
Reviewed by Darin.
Update test results that have console messages.
- dom/html/level2/html/HTMLFrameElement09-expected.txt:
- dom/html/level2/html/HTMLIFrameElement11-expected.txt:
- dom/xhtml/level2/html/HTMLBaseElement01-expected.txt:
- dom/xhtml/level2/html/HTMLBaseElement02-expected.txt:
- dom/xhtml/level2/html/frame-expected.txt:
- dom/xhtml/level2/html/iframe-expected.txt:
- editing/execCommand/4920488-expected.txt:
- editing/selection/contenteditable-click-inside-expected.txt:
- editing/selection/contenteditable-click-outside-expected.txt:
- fast/AppleScript/001-expected.txt:
- fast/dynamic/015-expected.txt:
- fast/events/iframe-object-onload-expected.txt:
- fast/events/updateLayoutForHitTest-expected.txt:
- fast/forms/display-none-in-onchange-keyboard-expected.txt:
- fast/forms/input-text-click-inside-expected.txt:
- fast/forms/input-text-click-outside-expected.txt:
- fast/forms/selected-index-assert-expected.txt:
- fast/js/array-foreach-expected.txt:
- fast/js/array-some-expected.txt:
- fast/js/kde/exception_propagation-expected.txt:
- fast/js/kde/garbage-n-expected.txt:
- fast/js/kde/string-1-n-expected.txt:
- fast/js/kde/string-2-n-expected.txt:
- fast/parser/script-tag-with-trailing-slash-expected.txt:
- fast/table/click-near-anonymous-table-expected.txt:
- fast/tokenizer/002-expected.txt:
- fast/tokenizer/external-script-document-write_2-expected.txt:
- fast/tokenizer/script_extra_close-expected.txt:
- fast/xsl/transform-xhr-doc-expected.txt:
- http/tests/navigation/error404-goback-expected.txt:
- http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
- svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
- svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
- svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
- svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
- svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
- svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
- svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
- svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
- svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
- svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
- svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
- svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
- svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
- svg/custom/dynamic-empty-path-expected.txt:
- svg/custom/js-update-container-expected.txt:
- svg/custom/js-update-gradient-expected.txt:
- svg/custom/js-update-polygon-changes-expected.txt:
- svg/custom/js-update-polygon-removal-expected.txt:
- svg/custom/path-bad-data-expected.txt:
- svg/custom/polyline-hittest-expected.txt:
- svg/custom/polyline-invalid-points-expected.txt:
- svg/custom/polyline-setattribute-points-null-expected.txt:
- svg/custom/svgpolyparser-extra-space-expected.txt:
- svg/custom/use-modify-target-symbol-expected.txt:
- svg/custom/viewbox-syntax-expected.txt:
- tables/mozilla/bugs/bug53690-1-expected.txt:
- tables/mozilla/bugs/bug9024-expected.txt:
- tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
- tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
- tables/mozilla_expected_failures/core/captions1-expected.txt:
- tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
- tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
- tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
- tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
WebKitTools:
Reviewed by Darin.
- DumpRenderTree/UIDelegate.m: (-[UIDelegate webView:addMessageToConsole:]): Dump console messages.
- 4:52 PM Changeset in webkit [19342] by
-
- 1525 edits3 moves13 adds9 deletes in trunk
WebCore:
Reviewed by Hyatt.
Fix for http://bugs.webkit.org/show_bug.cgi?id=10517 REGRESSION
(r12065-r12082): Navigation graphic wraps to the next line on
duart.com and <rdar://problem/4960505> REGRESSION: The Awesome
Windows Vista page has a layout error in the header table (10517)
The problem is that we never supported a quirk that other browsers
support where, under very specific circumstances, a table cell will
grow to fit an image inside of it. This is only a regression
because a bug was fixed were we were 1 pixel off in the calculation
of overflow in some cases.
- rendering/RenderBlock.cpp: (WebCore::shouldGrowTableCellForImage): (WebCore::RenderBlock::calcInlineMinMaxWidth):
- 4:48 PM Changeset in webkit [22886] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
2007-02-01 Ada Chan <adachan@apple.com>
Reviewed by Steve, Geoff.
WebKitWin:
<rdar://4969341> Regression: crash: when Resetting Safari
<rdar://4953390> Closing my two open boomer windows produced a crash
Fixed crash when closing second window and doing the close
all safari window option in Reset Safari.
- WebFrame.cpp: WebFramePrivate has a pointer to frameView but does not hold a reference to it. The frame holds a ref to the frameView anyway, so it's safest to get the frameView through the frame. The crash happened because frame already has cleared out its frameView but WebFrame was still accessing the old stale frameView through that data member in WebFramePrivate. (WebFrame::WebFramePrivate::m_policyFunction): (WebFrame::WebFramePrivate::frameView): (WebFrame::initWithWebFrameView): (WebFrame::layoutIfNeeded): (WebFrame::hasFrameView):
- WebView.cpp: (WebView::paintIntoBackingStore): bail if frameView is null. (WebView::setHostWindow): don't set the view window's parent to 0. It'll end up creating a standalone window.
- 3:35 PM Changeset in webkit [22885] by
-
- 2 edits in branches/WindowsMerge/WebCore
Reviewed by Brady.
- platform/network/cf/ResourceHandleCFNet.cpp: (WebCore::willSendRequest): Make sure to always retain the request we return. (In practice, we were already doing this since client can never be null).
(WebCore::didReceiveResponse):
Remove client null check.
- 3:06 PM Changeset in webkit [22884] by
-
- 2 edits in branches/WindowsMerge/WebCore
2007-02-01 Steve Falkenburg <sfalken@apple.com>
B&I build fix
- WebCore.vcproj/WebCore.vcproj:
- 11:57 AM Changeset in webkit [22883] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Reviewed by Adam.
<rdar://problem/4969348>
REGRESSION: Crash loading pdf
- WebView.cpp: (WebView::canShowMIMEType): Return true if the MIME type can be handled by a plug-in.
- 11:57 AM Changeset in webkit [19341] by
-
- 2 edits in trunk/WebKitQt
Reviewed by Adam.
Fix form loading for the Qt build.
- 11:53 AM Changeset in webkit [19340] by
-
- 2 edits in S60/trunk/WebCore
brmorris, reviewed by zalan
DESC: Updated def file
- BWINS/WEBCOREU.DEF:
- 9:34 AM Changeset in webkit [19339] by
-
- 2 edits in trunk/LayoutTests
- fast/encoding/pseudo-tags-in-attributes-expected.txt: Change test result to reflect failure because bug 12506 isn't fixed yet; we'll change it back once the bug is re-fixed.
- 4:27 AM Changeset in webkit [19338] by
-
- 5 edits in trunk/WebCore
Implement native look for comboboxes
and fix/implement popup menus. Also add the m_timestamp
and m_eventType setting to PlatformMouseEvent
r=Lars
- 12:56 AM Changeset in webkit [19337] by
-
- 2 edits in trunk/WebKit
Reviewed by Adam.
<rdar://problem/4730469> REGRESSION: Assertion failure in -[WebDataSource(WebInternal) _bridge] when forwarding message
- WebView/WebDataSource.mm: (-[WebDataSource subresources]): Check for being uncommitted and return emtpy result. (-[WebDataSource subresourceForURL:]): ditto
- 12:44 AM Changeset in webkit [22882] by
-
- 7 edits in branches/WindowsMerge/WebKitWin
WebKitWin:
Reviewed by Steve.
Fix <rdar://problem/4849601> Implement printing of individual subframes
This just moves some functions from IWebViewPrivate to IWebFramePrivate.
- Interfaces/IWebFramePrivate.idl: Added declarations.
- Interfaces/IWebViewPrivate.idl: Removed declarations.
- WebFrame.cpp: Added functions from WebView.cpp. (WebFrame::computePageRects): (WebFrame::getPrintedPageCount): (WebFrame::spoolPages):
- WebFrame.h: Added declarations.
- WebView.cpp: Moved functions to WebFrame.cpp.
- WebView.h: Removed declarations.
- 12:36 AM Changeset in webkit [19336] by
-
- 5 edits2 adds in trunk
LayoutTests:
Reviewed by Maciej.
- test for <rdar://problem/4887428> REGRESSION: Implement slight delay for firing incremental onSearch event
- fast/forms/search-event-delay-expected.txt: Added.
- fast/forms/search-event-delay.html: Added.
WebCore:
Reviewed by Maciej.
- fix <rdar://problem/4887428> REGRESSION: Implement slight delay for firing incremental onSearch event
- rendering/RenderTextControl.h:
- rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::RenderTextControl): Set up timer. (WebCore::RenderTextControl::subtreeHasChanged): Start timer here instead of immediately sending event. (WebCore::RenderTextControl::searchEventTimerFired): Added. Sends search event. (WebCore::RenderTextControl::stopSearchEventTimer): Added. (WebCore::RenderTextControl::startSearchEventTimer): Added. Sends search event right away if there is no text. If there is some text, sets the timer using the same delay rule as NSSearchField. If you keep typing, then the timer keeps getting reset 0.2 seconds into the future until you pause.
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::onSearch): Tell the renderer to stop the timer, since we're sending a search event. This helps when a caller other than the timer decides to send an explicit search event.
- 12:23 AM Changeset in webkit [19335] by
-
- 2 edits in trunk/WebCore
Fix by Darin, reviewed by Maciej.
- fix ~10% performance regression from encoding fix
- loader/TextResourceDecoder.cpp: (WebCore::TextResourceDecoder::checkForHeadCharset): Fix a logic error which made huge strings accidentally.
Jan 31, 2007:
- 11:53 PM Changeset in webkit [19334] by
-
- 2 edits in trunk/WebCore
fix the Qt build
- 11:18 PM Changeset in webkit [19333] by
-
- 4 edits in tags/Safari-521.33
Versioning.
- 11:08 PM Changeset in webkit [19332] by
-
- 3 edits in tags/Safari-521.33/WebKit
Merge in r19308.
- 10:55 PM Changeset in webkit [19331] by
-
- 4 edits2 adds in trunk
LayoutTests:
Reviewed by Adam and Geoff.
- test for <rdar://problem/4786767> REGRESSION: <select> controls are not resized when zooming text
- fast/forms/select-width-font-change-expected.txt: Added.
- fast/forms/select-width-font-change.html: Added.
WebCore:
Reviewed by Adam and Geoff.
- fix <rdar://problem/4786767> REGRESSION: <select> controls are not resized when zooming text
Test: fast/forms/select-width-font-change.html
- rendering/RenderMenuList.h: Cleaned up formatting a bit. Removed unneeded include of PopupMenu.h. Made a lot more things private, including the PopupMenuClient base class, all of the virtual functions from PopupMenuClient, and the setTextFromOption function. Added updateOptionsWidth.
- rendering/RenderMenuList.cpp: (WebCore::RenderMenuList::setStyle): Added code to call updateOptionsWidth when the font changes. (WebCore::RenderMenuList::updateOptionsWidth): Added. Factored code out of updateFromElement. Changed to do nothing when m_optionsWidth is already correct. (WebCore::RenderMenuList::updateFromElement): Moved code to recomputed options width to the new updateOptionsWidth function. (WebCore::RenderMenuList::text): Made const.
- 10:37 PM Changeset in webkit [19330] by
-
- 1 copy in tags/Safari-521.33
New tag.
- 10:04 PM Changeset in webkit [19329] by
-
- 2 edits in tags/WebKit-421.33.1/WebKit
Versioning.
- 10:03 PM Changeset in webkit [22881] by
-
- 3 edits in branches/WindowsMerge/WebCore
2007-01-31 Oliver Hunt <oliver@apple.com>
Reviewed by Adam.
WebCoreWin:
Updating event handler logic to make use of methods migrated from
WebKit to WebCore
- page/win/EventHandlerWin.cpp: (WebCore::EventHandler::handleDrag): Updating handleDrag to use methods that we've migrated to WebCore
- platform/win/PlatformMouseEventWin.cpp: (WebCore::messageToEventType): (WebCore::PlatformMouseEvent::PlatformMouseEvent): provide the type of mouse event
- 10:02 PM Changeset in webkit [19328] by
-
- 3 edits in tags/WebKit-421.33.1/WebKit
Merge in r19308.
- 10:02 PM Changeset in webkit [19327] by
-
- 21 edits in trunk
liver Hunt <oliver@apple.com>
Reviewed by Adam.
WebCore:
Migrate more drag and drop logic to WebCore, start preparing
to move EventHandler::handleDrag from EventHandlerMac to EventHandler
- WebCore.exp: updating methods
- dom/Clipboard.cpp:
- dom/Clipboard.h: (WebCore::Clipboard::Clipboard): (WebCore::Clipboard::setDragHasStarted): (WebCore::Clipboard::dragStarted): Moving from ClipboardMac to Clipboard
- dom/EventTargetNode.cpp: (WebCore::EventTargetNode::dispatchMouseEvent): PlatformMouseEvent no longer lies about button state, however DOM Events don't allow NoButton, so we need to convert NoButton to LeftButton when we create a DOM Event from PlatformMouseEvent
- page/DragClient.h: Tidying comment
- page/DragController.cpp: (WebCore::createMouseEvent): Updated for new PlatformMouseEvent constructors (WebCore::DragController::mayStartDragAtEventLocation): Migrated from WebKit
- page/DragController.h: Added above function declarations
- page/EventHandler.cpp: (WebCore::EventHandler::dragState): (WebCore::EventHandler::dragHysteresisExceeded): (WebCore::EventHandler::freeClipboard): (WebCore::EventHandler::shouldDragAutoNode): Moved from EventHandlerMac (WebCore::EventHandler::handleMouseMoveEvent): (WebCore::EventHandler::eventMayStartDrag): (WebCore::EventHandler::handleMousePressEvent): Use DragController
- page/EventHandler.h: Added DragState struct definition to EventHandler
- page/mac/EventHandlerMac.mm: (WebCore::EventHandler::eventActivatedView): (WebCore::EventHandler::handleDrag): (WebCore::EventHandler::handleMouseUp): (WebCore::EventHandler::mouseDown): Update to use DragController and PlatformMouseEvent
- page/mac/WebCoreFrameBridge.h:
- page/mac/WebCoreFrameBridge.mm: (-[WebCoreFrameBridge dragSourceMovedTo:]): (-[WebCoreFrameBridge dragSourceEndedAt:operation:]): Use DragController for state
WebKit:
Migrating methods to WebCore
- WebCoreSupport/WebFrameBridge.mm:
- WebView/WebHTMLView.mm:
- WebView/WebHTMLViewPrivate.h:
- 9:59 PM Changeset in webkit [19326] by
-
- 1 copy in tags/WebKit-421.33.1/WebKit
New tag (part 2).
- 9:58 PM Changeset in webkit [19325] by
-
- 1 add in tags/WebKit-421.33.1
New tag.
- 9:13 PM Changeset in webkit [22880] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
2007-01-31 Ada Chan <adachan@apple.com>
Reviewed by Adam.
Adam and I found a missing retain on WebFrame::setUpPolicyListener(). The mac
code returns a RefPtr which retains it, but we are returning the raw pointer.
Changed the code to return a COMPtr. Without this change, loading bogus urls
will crash.
- WebFrame.cpp: (WebFrame::dispatchWillSubmitForm): (WebFrame::setUpPolicyListener): (WebFrame::dispatchDecidePolicyForMIMEType): (WebFrame::dispatchDecidePolicyForNewWindowAction): (WebFrame::dispatchDecidePolicyForNavigationAction):
- WebFrame.h:
- 8:26 PM Changeset in webkit [19324] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12506
REGRESSION: Safari doesn't display hebrew text on a web page,
displayed correctly on Tiger
- fast/encoding/pseudo-tags-in-attributes-expected.txt: Added.
- fast/encoding/pseudo-tags-in-attributes.html: Added.
WebCore:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12506
REGRESSION: Safari doesn't display hebrew text on a web page,
displayed correctly on Tiger
- loader/TextResourceDecoder.cpp: (WebCore::TextResourceDecoder::checkForHeadCharset): Skip over quoted attributes.
- 8:20 PM Changeset in webkit [19323] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=12510 Initialize the variable m_totalLoops Is tested by LayoutTests/fast/css/MarqueeLayoutTest.html
- rendering/RenderLayer.cpp: (WebCore::Marquee::Marquee):
- 7:51 PM Changeset in webkit [19322] by
-
- 7 edits5 adds in trunk
LayoutTests:
Reviewed by Maciej.
<rdar://problem/4886776>
REGRESSION: After opening a web archive, location shows the actual URL, not the webarchive file
- webarchive/loading/resources/helloworld.webarchive: Added.
- webarchive/loading/test-loading-archive-expected.txt: Added.
- webarchive/loading/test-loading-archive.html: Added.
WebCore:
Reviewed by Maciej.
<rdar://problem/4886776>
REGRESSION: After opening a web archive, location shows the actual URL, not the webarchive file
- WebCore.exp:
- loader/FrameLoader.cpp: (WebCore::FrameLoader::continueLoadWithData):
- loader/FrameLoader.h: New function which continues a load but using a given buffer instead.
WebKit:
Reviewed by Maciej.
<rdar://problem/4886776>
REGRESSION: After opening a web archive, location shows the actual URL, not the webarchive file
"Revert" the change done in 13734.
- WebView/WebHTMLRepresentation.mm: (-[WebHTMLRepresentation loadArchive]): Don't do a new load here, as this would cancel the current load and call the resource load delegate's didFailLoadingWithError: method. Instead, call continueLoadWithData.
- 7:50 PM Changeset in webkit [22879] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
2007-01-31 Ada Chan <adachan@apple.com>
Reviewed by Anders.
WebKitWin:
Implement WebView::mainFrameDocument.
- WebView.cpp: (WebView::mainFrameDocument):
- 7:30 PM Changeset in webkit [19321] by
-
- 2 edits in trunk/WebKitTools
- DumpRenderTree/ResourceLoadDelegate.m: (-[ResourceLoadDelegate webView:identifierForInitialRequest:fromDataSource:]): Use an NSString here so we can guarantee that -description always returns the same value.
- 6:14 PM Changeset in webkit [19320] by
-
- 2 edits in trunk/JavaScriptCore
Reviewed by Adam.
- fix sporadic crash
- wtf/ListHashSet.h: (WTF::::remove): remove before deleting
- 5:55 PM Changeset in webkit [19319] by
-
- 2 edits in trunk/WebCore
Reviewed by Adam.
Fix for http://bugs.webkit.org/show_bug.cgi?id=12516
REGRESSION (r19313): All keyboard navigation has stopped working
For non-editable selections, handleKeyPress doesn't need to call _interceptEditingKeyEvent.
- editing/Editor.cpp: (WebCore::selectionForEvent): Moved this to the top of the file. (WebCore::Editor::handleKeyPress): Do the equivalent of the _canEdit check that used to be in WebKit WebEditorClient::handleKeyPress.
- 5:33 PM Changeset in webkit [19318] by
-
- 2 edits in trunk/WebKit
Reviewed by Maciej.
Fix run-pageloadtest to actually work again.
- Misc/WebNSWindowExtras.m: (+[NSWindow _webkit_displayThrottledWindows]):
- 5:03 PM Changeset in webkit [19317] by
-
- 8 edits in trunk
WebCore:
Reviewed by Darin Adler.
Added a Range counter to detect leaks. Tweaked the Node counter.
Also fixed a TextIterator destructive modification bug that I noticed along the
way. No test case for this bug because no clients have been bitten by it
yet.
- dom/Node.cpp: Renamed NodeImplCounter to NodeCounter, changed counter to unsigned, fixed formatting to match style guidelines. (WebCore::NodeCounter::~NodeCounter): (WebCore::Node::Node): (WebCore::Node::~Node):
- dom/Range.cpp: (WebCore::RangeCounter::~RangeCounter): Added. (WebCore::Range::Range): (WebCore::Range::~Range): (WebCore::Range::ownerDocument): New accessor, used by TextIterator to avoid annoying NULL checks.
- dom/Range.h:
- editing/TextIterator.cpp: (WebCore::TextIterator::subrange): (1) Don't initialize result with entireRange -- doing so would create a PassRefPtr that pointed to entireRange, so this function would destructively modify the Range you passed it. Initialize it with a new Range instead. (2) Don't use a PassRefPtr as a local variable, because they have sneaky semantics. Use a RefPtr instead. (3) Don't call CharacterIterator::range() willy-nilly, since it does non-trivial work. Use a local variable instead.
WebKitTools:
Reviewed by Darin Adler.
Added Selection::toRange to the leaks -exclude list, since it comes up
as a false positive (Radar 4967949).
Also added RangeCounter to the global initializer exclude list. I added
a RangeCounter since leaks won't detect all Range leaks anymore.
- Scripts/check-for-global-initializers:
- Scripts/run-webkit-tests:
- 4:31 PM Changeset in webkit [19316] by
-
- 2 edits in trunk/WebKitTools
- DumpRenderTree/ResourceLoadDelegate.m: (-[ResourceLoadDelegate webView:identifierForInitialRequest:fromDataSource:]): Don't try to create an identifier if resource loads shouldn't be dumped.
- 3:00 PM Changeset in webkit [19315] by
-
- 4 edits2 adds in trunk/WebKitTools
Reviewed by Geoff.
Add dumping of resource loads. This isn't completely tweaked yet since the test results would
rely on resources being delivered in the same order which might not always be true. However, it works good
enough for the simple webarchive tests I want to do right now.
- DumpRenderTree/DumpRenderTree.h:
- DumpRenderTree/DumpRenderTree.m: (dumpRenderTree): (+[LayoutTestController isSelectorExcludedFromWebScript:]): (-[LayoutTestController dumpResourceLoadCallbacks]): (runTest):
- DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
- DumpRenderTree/ResourceLoadDelegate.h: Added.
- DumpRenderTree/ResourceLoadDelegate.m: Added. Add new resource load delegate.
- 2:59 PM Changeset in webkit [19314] by
-
- 2 edits in trunk/WebKit
Reviewed by Maciej.
Fix run-pageloadtest to actually work again.
- 2:55 PM Changeset in webkit [19313] by
-
- 17 edits3 adds in trunk
LayoutTests:
Reviewed by Darin.
Test for <rdar://problem/4521461> REGRESSION: when keyPress event changes form focus, inserted key goes to wrong control
- fast/events/keypress-focus-change-expected.txt: Added.
- fast/events/keypress-focus-change.html: Added.
- fast/events/resources/keypress-frame.html: Added.
WebCore:
Reviewed by Darin.
WebCore part of fix for <rdar://problem/4521461> REGRESSION: when keyPress event changes form focus, inserted key goes to wrong control
Test: fast/events/keypress-focus-change.html
- editing/Editor.cpp: (WebCore::selectionForEvent): Added. This computes a selection that considers the case where an event handler has moved the selection outside of a text control. In that case, we use the target control's selection. (WebCore::Editor::insertText): This gets the selectionForEvent, checks that the selection is editable, and calls TypingCommand::insertText with the correct selection.
- editing/TypingCommand.h: Added a version of insertText that takes a selection. The old version of insertText will call this, and pass in the frame's selection.
- editing/TypingCommand.cpp: (WebCore::TypingCommand::insertText): Added. Uses the passed in selection to set the starting and ending selections correctly so that the editing machinery will insert the text in the correct place.
- page/Page.h: Added convenience method to get selection from focused or main frame.
- page/Page.cpp: (WebCore::Page::selection):
- html/HTMLInputElement.h: Added selection methods to get selection for text controls.
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::selection):
- html/HTMLTextAreaElement.h:
- html/HTMLTextAreaElement.cpp: (WebCore::HTMLTextAreaElement::selection):
- rendering/RenderTextControl.h:
- rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::selection):
WebKit:
Reviewed by Darin.
WebKit part of fix for <rdar://problem/4521461> REGRESSION: when keyPress event changes form focus, inserted key goes to wrong control
- WebCoreSupport/WebEditorClient.mm: (WebEditorClient::handleKeyPress): Instead of using the selected frame, use the frame for the target of the keyboard event. Also, don't do the canEdit check here, since the target's frame might not have a selection at this point. Do the canEdit check within Editor::insertText, where we determine which selection to use for inserting text.
- WebView/WebEditingDelegatePrivate.h: Added forward declaration of DOMHTMLElement. This is needed after reordering includes in WebEditorClient.mm.
- 2:01 PM Changeset in webkit [19312] by
-
- 2 edits in trunk/WebKitTools
Backing out the CFRunLoopRunSpecific exclude command because it was overly
broad. We'll either need to work around this leak in DRT, or do some
custom grep-based leak ignoring.
- Scripts/run-webkit-tests:
- 1:50 PM Changeset in webkit [19311] by
-
- 2 edits in S60/trunk/WebKit
sareen, Reviewed by zalan.
DESC: cache control present in the HTTP header is not properly supported EAMO-6XTJVX
http://bugs.webkit.org/show_bug.cgi?id=12478
- 1:49 PM Changeset in webkit [19310] by
-
- 2 edits in S60/branches/3.1m/WebKit
sareen, Reviewed by zalan.
DESC: cache control present in the HTTP header is not properly supported EAMO-6XTJVX
http://bugs.webkit.org/show_bug.cgi?id=12478
- 1:24 PM Changeset in webkit [19309] by
-
- 7 edits in S60/branches/3.1m
sareen, reviewed by zalan
DESC: Browser fails to load page after selection from drop-down list. (MLEN-6XRDHA)
http://bugs.webkit.org/show_bug.cgi?id=12427
- 1:15 PM Changeset in webkit [19308] by
-
- 3 edits in trunk/WebKit
Reviewed by Tim Hatcher.
Turning an accidental API change to an SPI change
- WebView/WebEditingDelegate.h:
- WebView/WebEditingDelegatePrivate.h: move some declarations into private header.
- 1:11 PM Changeset in webkit [22878] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
- 1:10 PM Changeset in webkit [22877] by
-
- 3 edits in branches/WindowsMerge/WebCore
2007-01-31 Steve Falkenburg <sfalken@apple.com>
Reviewed by Ada.
Fix BString bugs.
- platform/win/BString.cpp: (WebCore::BString::BString): Call SysAllocString instead of SysAllocStringLen (WebCore::BString::operator=): Add proper null checks (WebCore::operator ==): Add proper null checks
- 1:04 PM Changeset in webkit [19307] by
-
- 8 edits in S60/trunk
sareen, Reviewed by zalan <zbujtas@gmail.com>.
DESC: Browser fails to load page after selection from drop-down list MLEN-6XRDHA
http://bugs.webkit.org/show_bug.cgi?id=12427
- 8:21 AM Changeset in webkit [19306] by
-
- 2 edits in S60/trunk/WebKit
brmorris, Reviewed by nobody - build fix.
DESC: add widget registry & engine to rom image.
- rom/webkit.iby:
- 7:08 AM Changeset in webkit [19305] by
-
- 2 edits2 adds in trunk
WebCore:
- fix build
- ForwardingHeaders/wtf/ListHashSet.h: Added.
WebKit:
- fix build
- ForwardingHeaders/wtf/ListHashSet.h: Added.
- 6:08 AM Changeset in webkit [19304] by
-
- 2 edits in trunk/WebCore
Implement native colors for selections.
r=Lars
- 5:44 AM Changeset in webkit [19303] by
-
- 5 edits in trunk/WebKitQt
Expose the fact that the form has been edited
in the public Qt api.
- 5:43 AM Changeset in webkit [19302] by
-
- 7 edits3 adds in trunk
Reviewed by Mark with help from Lars.
- added new ListHashSet class, which combines a hashtable and a linked list to provide a set that keeps elements in inserted order
This is to assist in fixing the following:
<rdar://problem/4751164> REGRESSION: Safari places text on incorrect button when returning to a page via back [10541]
http://bugs.webkit.org/show_bug.cgi?id=10541
- JavaScriptCore.vcproj/WTF/WTF.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- wtf/HashTable.h: (WTF::HashTable::find): (WTF::HashTable::contains): (WTF::::find): (WTF::::contains):
- wtf/ListHashSet.h: Added. (WTF::ListHashSetNode::ListHashSetNode): (WTF::ListHashSetNodeHashFunctions::hash): (WTF::ListHashSetNodeHashFunctions::equal): (WTF::ListHashSetIterator::ListHashSetIterator): (WTF::ListHashSetIterator::get): (WTF::ListHashSetIterator::operator*): (WTF::ListHashSetIterator::operator->): (WTF::ListHashSetIterator::operator++): (WTF::ListHashSetIterator::operator--): (WTF::ListHashSetIterator::operator==): (WTF::ListHashSetIterator::operator!=): (WTF::ListHashSetIterator::operator const_iterator): (WTF::ListHashSetIterator::node): (WTF::ListHashSetConstIterator::ListHashSetConstIterator): (WTF::ListHashSetConstIterator::get): (WTF::ListHashSetConstIterator::operator*): (WTF::ListHashSetConstIterator::operator->): (WTF::ListHashSetConstIterator::operator++): (WTF::ListHashSetConstIterator::operator--): (WTF::ListHashSetConstIterator::operator==): (WTF::ListHashSetConstIterator::operator!=): (WTF::ListHashSetConstIterator::node): (WTF::ListHashSetTranslator::hash): (WTF::ListHashSetTranslator::equal): (WTF::ListHashSetTranslator::translate): (WTF::::ListHashSet): (WTF::::operator): (WTF::::~ListHashSet): (WTF::::size): (WTF::::capacity): (WTF::::isEmpty): (WTF::::begin): (WTF::::end): (WTF::::find): (WTF::::contains): (WTF::::add): (WTF::::remove): (WTF::::clear): (WTF::::unlinkAndDelete): (WTF::::appendNode): (WTF::::deleteAllNodes): (WTF::::makeIterator): (WTF::::makeConstIterator): (WTF::deleteAllValues):
WebCore:
Reviewed by Mark.
- fixed <rdar://problem/4751164> REGRESSION: Safari places text on incorrect button when returning to a page via back [10541] http://bugs.webkit.org/show_bug.cgi?id=10541
- dom/Document.cpp: (WebCore::Document::formElementsState):
- dom/Document.h:
I couldn't figure out the back/forward support in the tests enough
to make an automated test, but this maual test reproduces the
problem 100% without this patch:
- manual-tests/back.html: Added.
- manual-tests/form-control-madness.html: Added.
- 4:59 AM Changeset in webkit [19301] by
-
- 1 edit in trunk/WebCore/ChangeLog
Added Bugzilla bug number. Thanks Mitz!
- 4:51 AM Changeset in webkit [19300] by
-
- 2 edits in trunk/WebCore
WebCore:
Reviewed by Mitz.
No test cases since there is no change in functionality.
- rendering/bidi.cpp: (WebCore::RenderBlock::findNextLineBreak): Simplify canFitOnLine expression.
- 4:36 AM Changeset in webkit [19299] by
-
- 3 edits in trunk/WebCore
Adding comments explaining how the focus ring implementation
works on the Qt platform and just move focus ring rendering
related code to the same spot.
- 4:20 AM Changeset in webkit [19298] by
-
- 2 edits in trunk/WebKit
Reviewed by Eric.
- add back no-op version of silly method so that shipping Safari can still run the PLT
- Misc/WebNSWindowExtras.m: (-[NSWindow _webkit_displayThrottledWindows]):
- 4:00 AM Changeset in webkit [19297] by
-
- 10 edits in trunk
Clean up key event handling on Qt.
r=Lars
- 12:57 AM Changeset in webkit [19296] by
-
- 2 edits in trunk/WebCore
Fix a double delete on cancel as well as a crash with proxy
- 12:33 AM Changeset in webkit [19295] by
-
- 5 edits in trunk/WebKit
2007-01-31 Mark Rowe <mrowe@apple.com>
More build fixing.
- Misc/WebKitLogging.h: Use !defined() rather than !.
- Plugins/WebNetscapePluginStream.h: Remove #if cplusplus as this file is only included from Obj-C++ files.
- WebView/WebHTMLView.mm: (-[WebHTMLView _lookUpInDictionaryFromMenu:]): Use #ifdef rather than #if.
- WebView/WebView.mm: (-[WebView isGrammarCheckingEnabled]): Ditto.
- 12:11 AM Changeset in webkit [19294] by
-
- 2 edits in trunk/WebKit
2007-01-31 Mark Rowe <mrowe@apple.com>
Build fix.
- WebView/WebView.mm: (-[WebView initWithFrame:frameName:groupName:]):
- 12:10 AM Changeset in webkit [19293] by
-
- 7 edits in trunk/WebKitQt
fix a crash on exit
remove focusFrame
add childFrames
Jan 30, 2007:
- 11:26 PM Changeset in webkit [19292] by
-
- 11 edits in trunk
2007-01-31 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver.
Enable -Wundef in WebKit, and change misuses of #if to #ifdef or #ifndef as appropriate.
- Misc/WebKitLogging.h:
- WebKit.xcodeproj/project.pbxproj:
- WebView/WebFrame.mm:
- WebView/WebFrameInternal.h:
- WebView/WebHTMLView.mm: (-[WebHTMLView validateUserInterfaceItem:]): (-[WebHTMLView delete:]): (-[WebHTMLView showGuessPanel:]): (-[WebHTMLView copy:]): (-[WebHTMLView cut:]): (-[WebHTMLView paste:]):
- WebView/WebHTMLViewInternal.h:
- WebView/WebView.mm: (-[WebViewPrivate init]): (-[WebView validateUserInterfaceItem:]):
- WebView/WebViewPrivate.h:
2007-01-31 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver.
- dom/Document.h: Change #if XSLT_SUPPORT to #ifdef XSLT_SUPPORT.
- 11:20 PM Changeset in webkit [19291] by
-
- 2 edits in trunk/WebCore
Fix the Qt build.
- 10:43 PM Changeset in webkit [19290] by
-
- 6 edits in trunk/WebCore
Implement SVGImage on the Qt platform.
r=Eric
- 9:45 PM Changeset in webkit [19289] by
-
- 2 edits in trunk/WebCore
Reviewed by Brady.
- fixed <rdar://problem/4939366> REGRESSION: Assertion failure and crash when going back in history (12314)
- loader/FrameLoader.cpp: (WebCore::FrameLoader::createWindow): special case a frame name of "_blank" (WebCore::FrameLoader::continueLoadAfterNewWindowPolicy): ditto
- 9:24 PM Changeset in webkit [19288] by
-
- 2 edits in trunk/WebKitTools
Reviewed by Beth Dakin.
Filed some more Radars in other components, added some more leaks to the
exclusion list.
- Scripts/run-webkit-tests: Ignore leaks in CFNotificationCenterAddObserver, CFRunLoopRunSpecific, and NSSpellChecker.
- 8:30 PM Changeset in webkit [19287] by
-
- 3 edits in tags/Safari-421.33
Versioning.
- 8:08 PM Changeset in webkit [19286] by
-
- 1 copy in tags/Safari-421.33
New tag.
- 7:50 PM Changeset in webkit [22876] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/WebKit.vcproj/VERSION
Bump version for submit
- 7:39 PM Changeset in webkit [19285] by
-
- 1 copy in tags/Safari-521.32.17b
New tag.
- 7:31 PM Changeset in webkit [19284] by
-
- 3 edits1 copy25 adds in trunk
LayoutTests:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=11882
Need a way to regression test .webarchive output files
Created webarchive tests that exercise various features of the WebArchive format.
- webarchive/resources/apple.gif: Copied from fast/canvas/resources/apple.gif.
- webarchive/resources/dump-webarchive.js: Added.
- webarchive/resources/test-frame.html: Added.
- webarchive/resources/test-style.css: Added.
- webarchive/test-body-background-expected.txt: Added.
- webarchive/test-body-background.html: Added.
- webarchive/test-duplicate-resources-expected.txt: Added.
- webarchive/test-duplicate-resources.html: Added.
- webarchive/test-frameset-expected.txt: Added.
- webarchive/test-frameset.html: Added.
- webarchive/test-img-src-expected.txt: Added.
- webarchive/test-img-src.html: Added.
- webarchive/test-input-src-expected.txt: Added.
- webarchive/test-input-src.html: Added.
- webarchive/test-link-href-expected.txt: Added.
- webarchive/test-link-href.html: Added.
- webarchive/test-object-data-expected.txt: Added.
- webarchive/test-object-data.html: Added.
- webarchive/test-script-src-expected.txt: Added.
- webarchive/test-script-src.html: Added.
- webarchive/test-table-background-expected.txt: Added.
- webarchive/test-table-background.html: Added.
- webarchive/test-td-background-expected.txt: Added.
- webarchive/test-td-background.html: Added.
WebKitTools:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=11882
Need a way to regression test .webarchive output files
Implement layoutTestController.dumpAsWebArchive() to test WebArchive format.
Alters WebResourceResponse and WebResourceURL properties within WebArchive format
to normalize URLs to remove path where WebKit was checked out. Also converts
WebDataResource properties from data to string if the corresponding
WebResourceMIMEType property starts with "text/" or equals
"application/x-javascript".
- DumpRenderTree/DumpRenderTree.m: (convertWebResourceDataToString): Added. (normalizeWebResourceURL): Added. (normalizeWebResourceResponse): Added. (serializeWebArchiveToXML): Added. (dump): (+[LayoutTestController isSelectorExcludedFromWebScript:]): (-[LayoutTestController dumpAsWebArchive]): Added. (runTest):
- 7:08 PM Changeset in webkit [19283] by
-
- 8 edits in S60/branches/3.1m
yaharon, reviewed by zalan.
DESC: BrowserNG: Redundant password manager notification on secure pages (MLIO-6XXEVU)
http://bugs.webkit.org/show_bug.cgi?id=12484
merge of r19282 to 3.1
- 7:03 PM Changeset in webkit [19282] by
-
- 8 edits in S60/trunk
yaharon, reviewed by zalan.
DESC: BrowserNG: Redundant password manager notification on secure pages (MLIO-6XXEVU)
http://bugs.webkit.org/show_bug.cgi?id=12484
- 6:40 PM Changeset in webkit [19281] by
-
- 4 edits in trunk/WebCore
Reviewed by Anders.
- fixed <rdar://problem/4963871> REGRESSION: Crash occurs at WebCore::Frame::loader() when attempting to open a saved archive file
- loader/DocumentLoader.cpp: (WebCore::DocumentLoader::request): Removed obsolete FIXME. (WebCore::DocumentLoader::initialRequest): Ditto.
- loader/MainResourceLoader.cpp: (WebCore::MainResourceLoader::MainResourceLoader): Handle data loads from a timer, otherwise bad things happen. (WebCore::MainResourceLoader::handleDataLoadNow): (WebCore::MainResourceLoader::handleDataLoadSoon): (WebCore::MainResourceLoader::loadNow): (WebCore::MainResourceLoader::didCancel): cancel data load timer
- loader/MainResourceLoader.h:
- 6:31 PM Changeset in webkit [19280] by
-
- 6 edits in trunk/WebKit
Reviewed by Oliver
This is a corollary to <rdar://problem/4944887> where certain things happened on an alternate thread.
To help catch such behavior in the future, add ASSERT_MAIN_THREAD() to key WebKit API points
- History/WebHistoryItem.mm: Added ASSERT_MAIN_THREAD() to suspected API entry points (-[WebHistoryItem dealloc]): (-[WebHistoryItem finalize]): (-[WebHistoryItem copyWithZone:]): (-[WebHistoryItem URLString]): (-[WebHistoryItem originalURLString]): (-[WebHistoryItem title]): (-[WebHistoryItem lastVisitedTimeInterval]): (-[WebHistoryItem isEqual:]): (-[WebHistoryItem description]): (-[WebHistoryItem initWithWebCoreHistoryItem:]): (-[WebHistoryItem initFromDictionaryRepresentation:]): (-[WebHistoryItem scrollPoint]): (-[WebHistoryItem dictionaryRepresentation]): (-[WebHistoryItem target]): (-[WebHistoryItem visitCount]): (-[WebHistoryItem children]): (-[WebHistoryItem URL]): (-[WebHistoryItem _lastVisitedDate]): (-[WebHistoryItem targetItem]):
- Misc/WebIconDatabase.mm: Added ASSERT_MAIN_THREAD() to suspected API entry points (-[WebIconDatabase iconForURL:withSize:cache:]): (-[WebIconDatabase iconURLForURL:]): (-[WebIconDatabase defaultIconWithSize:]): (-[WebIconDatabase retainIconForURL:]): (-[WebIconDatabase releaseIconForURL:]): (-[WebIconDatabase removeAllIcons]): (-[WebIconDatabase _iconForFileURL:withSize:]): (webGetNSImage):
- Misc/WebKitLogging.h: Added ASSERT_MAIN_THREAD()
- Misc/WebKitLogging.m: (WebKitRunningOnMainThread): Added
- WebKit.xcodeproj/project.pbxproj: Define DISABLE_THREAD_CHECK until it is safe to run with ASSERT_MAIN_THREAD() active
- 4:52 PM Changeset in webkit [22875] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Fixes <rdar://problem/4889160>
If there's no backing store bitmap, don't try to update it!
- 4:08 PM Changeset in webkit [22874] by
-
- 2 edits in branches/WindowsMerge/WebCore
Build fix.
- platform/win/TemporaryLinkStubs.cpp: (ResourceHandle::setDefersLoading):
- 4:08 PM Changeset in webkit [22873] by
-
- 12 edits in branches/WindowsMerge/WebKitWin
- 3:57 PM Changeset in webkit [19279] by
-
- 4 adds in trunk/LayoutTests/fast/css
Add layout test for invalid pseudo-classes.
- 3:56 PM Changeset in webkit [19278] by
-
- 3 edits in trunk/WebKit
Reviewed by Darin.
<rdar://problem/4961953> Stop using NSString deprecated methods like initWithCString:
- Misc/WebNSImageExtras.m: (-[NSImage _web_saveAndOpen]):
- WebKit.xcodeproj/project.pbxproj:
- 3:55 PM Changeset in webkit [19277] by
-
- 14 edits in trunk/WebCore
Reviewed by Darin.
<rdar://problem/4961953> Stop using NSString deprecated methods like initWithCString:
- WebCore.xcodeproj/project.pbxproj:
- platform/graphics/svg/filters/cg/WKArithmeticFilter.m: (-[WKArithmeticFilter init]):
- platform/graphics/svg/filters/cg/WKComponentMergeFilter.m: (-[WKComponentMergeFilter init]):
- platform/graphics/svg/filters/cg/WKDiffuseLightingFilter.m: (-[WKDiffuseLightingFilter init]):
- platform/graphics/svg/filters/cg/WKDiscreteTransferFilter.m: (-[WKDiscreteTransferFilter init]):
- platform/graphics/svg/filters/cg/WKDisplacementMapFilter.m: (-[WKDisplacementMapFilter init]):
- platform/graphics/svg/filters/cg/WKDistantLightFilter.m: (-[WKDistantLightFilter init]):
- platform/graphics/svg/filters/cg/WKGammaTransferFilter.m: (-[WKGammaTransferFilter init]):
- platform/graphics/svg/filters/cg/WKLinearTransferFilter.m: (-[WKLinearTransferFilter init]):
- platform/graphics/svg/filters/cg/WKNormalMapFilter.m: (-[WKNormalMapFilter init]):
- platform/graphics/svg/filters/cg/WKPointLightFilter.m: (-[WKPointLightFilter init]):
- platform/graphics/svg/filters/cg/WKSpecularLightingFilter.m: (-[WKSpecularLightingFilter init]):
- platform/graphics/svg/filters/cg/WKSpotLightFilter.m: (-[WKSpotLightFilter init]):
- platform/graphics/svg/filters/cg/WKTableTransferFilter.m: (-[WKTableTransferFilter init]):
- 3:54 PM Changeset in webkit [19276] by
-
- 5 edits in trunk/WebCore
Fix for Radar bug #4679426, golden gate bridge Web site layout broken.
This is a regression caused by the addition of :lang support. This
feature caused us to accept any pseudo-class/element with function
arguments, even ones we couldn't handle. The site used such a construct
in conjunction with :not, which turned :not(something-crazy) into not(false).
This ended up being "true", and so we started matching a rule we used to
reject.
The fix is to now aggressively parse pseudo-elements and classes and to
cause the rejection of an entire rule if any pseudoclass or element within
any simple selector of that rule is unrecognized.
Reviewed by darin
fast/css/invalid-pseudo-classes.html
- css/CSSGrammar.y:
- css/CSSSelector.cpp: (WebCore::CSSSelector::extractPseudoType):
- css/CSSSelector.h: (WebCore::CSSSelector::):
- css/cssstyleselector.cpp: (WebCore::CSSStyleSelector::checkOneSelector):
- 3:24 PM Changeset in webkit [19275] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by Geoff.
- test for http://bugs.webkit.org/show_bug.cgi?id=12050 REGRESSION: Assertion failure in -[WebBaseNetscapePluginView willCallPlugInFunction] (plugin)
- plugins/createScriptableObject-before-start-expected.txt: Added.
- plugins/createScriptableObject-before-start.html: Added.
WebKit:
Reviewed by Geoff.
- fix http://bugs.webkit.org/show_bug.cgi?id=12050 REGRESSION: Assertion failure in -[WebBaseNetscapePluginView willCallPlugInFunction] (plugin)
Test: plugins/createScriptableObject-before-start.html
- Plugins/WebBaseNetscapePluginView.mm: (-[WebBaseNetscapePluginView createPluginScriptableObject]): Return NULL if the plugin is not started.
- 3:14 PM Changeset in webkit [19274] by
-
- 2 edits in trunk/WebKit
Reviewed by Anders.
<rdar://problem/4964407> REGRESSION: Mail hangs when replying, forwarding , or creating a new message
- WebView/WebFrame.mm: (-[WebFrame _loadData:MIMEType:textEncodingName:baseURL:unreachableURL:]): Set WebDataRequest property on data load requests since Mail specifically checks for this.
- 3:02 PM Changeset in webkit [19273] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=12487 REGRESSION: Repro crash when a second background image is animated
- fast/images/animated-background-image-crash-expected.txt: Added.
- fast/images/animated-background-image-crash.html: Added.
- fast/images/resources/animated.gif: Added.
- fast/images/resources/animated2.gif: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=12487 REGRESSION: Repro crash when a second background image is animated
Test: fast/images/animated-background-image-crash.html
- rendering/RenderObject.cpp: (WebCore::RenderObject::arenaDelete): Deref() all background images and the border image.
- 2:57 PM Changeset in webkit [19272] by
-
- 1 edit2 moves in trunk/LayoutTests
2007-01-31 Mark Rowe <mrowe@apple.com>
Reviewed by Mitz.
Re-enable editing/pasteboard/paste-{RTFD,TIFF}.html now that a fix has been landed for:
http://bugs.webkit.org/show_bug.cgi?id=12474
REGRESSION(r19244): Assertion failure in layout tests: ASSERTION FAILED: loader->handle()
- editing/pasteboard/paste-RTFD.html: Added.
- editing/pasteboard/paste-RTFD.html-disabled: Removed.
- editing/pasteboard/paste-TIFF.html: Added.
- editing/pasteboard/paste-TIFF.html-disabled: Removed.
- 2:53 PM Changeset in webkit [19271] by
-
- 8 edits in trunk/WebCore
Reviewed by Maciej.
- dom/EventTarget.h:
- dom/EventTarget.cpp: (WebCore::EventTarget::toNode): Use EventTargetNode instead of Node. Removed unneeded includes. Make EventTarget's destructor protected to make it clear that you should never delete one.
- dom/EventTargetNode.h: (WebCore::EventTargetNode::toNode): Tweaked formatting. Updated for change to return value.
- platform/graphics/BitmapImage.h: Updated comment for clarity. Marked FrameData Noncopyable.
- platform/graphics/Image.h: Tweaked formatting.
- platform/graphics/ImageAnimationObserver.h: Make ImageAnimationObserver's destructor protected to make it clear that you should never delete one.
- 2:36 PM Changeset in webkit [19270] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by Darin (by way of Hyatt).
- test for http://bugs.webkit.org/show_bug.cgi?id=12373 ASSERTION FAILURE: !child->needsLayout() on paypal.com
- fast/table/inline-form-assert-expected.checksum: Added.
- fast/table/inline-form-assert-expected.png: Added.
- fast/table/inline-form-assert-expected.txt: Added.
- fast/table/inline-form-assert.html: Added.
WebCore:
Reviewed by Darin (by way of Hyatt).
- fix http://bugs.webkit.org/show_bug.cgi?id=12373 ASSERTION FAILURE: !child->needsLayout() on paypal.com
Test: fast/table/inline-form-assert.html
- rendering/RenderContainer.cpp: (WebCore::RenderContainer::layout): Changed the assertion to ignore inlines.
- 2:25 PM Changeset in webkit [19269] by
-
- 5 edits in trunk
LayoutTests:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12486
XPathNSResolver.lookupNamespaceURI should return null if no URI is found
- dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
- dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt: These tests now pass.
WebCore:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12486
XPathNSResolver.lookupNamespaceURI should return null if no URI is found
- xml/XPathNSResolver.idl: added [ConvertNullStringTo=Null].
- 2:07 PM Changeset in webkit [19268] by
-
- 2 edits in trunk/JavaScriptCore
- kjs/DateMath.cpp: Fix license header to reflect LGPL as the first license mentioned. We still mention the option of using under MPL or GPL since some of this code came from the Mozilla project with those license terms.
- 2:04 PM Changeset in webkit [19267] by
-
- 8 edits in trunk/WebCore
Reviewed by Maciej.
Revert the parts of 19244 that removed deferring NSURLConnections, that was not a correct change.
Remove ASSERTS from loader.cpp that aren't true anymore since the callbacks are invoked without a handle
when loading a subresource from an archive.
- loader/MainResourceLoader.cpp: (WebCore::MainResourceLoader::loadNow):
- loader/ResourceLoader.cpp: (WebCore::ResourceLoader::releaseResources): (WebCore::ResourceLoader::load): (WebCore::ResourceLoader::setDefersLoading):
- loader/loader.cpp: (WebCore::Loader::didFail): (WebCore::Loader::didReceiveResponse): (WebCore::Loader::didReceiveData):
- platform/network/ResourceHandle.cpp: (WebCore::ResourceHandle::ResourceHandle): (WebCore::ResourceHandle::create):
- platform/network/ResourceHandle.h:
- platform/network/ResourceHandleInternal.h: (WebCore::ResourceHandleInternal::ResourceHandleInternal):
- platform/network/mac/ResourceHandleMac.mm: (WebCore::ResourceHandle::start): (WebCore::ResourceHandle::setDefersLoading):
- 1:57 PM Changeset in webkit [19266] by
-
- 2 edits in trunk/WebCore
Reviewed by John.
- fix for <rdar://problem/4911504> REGRESSION: With a image selected, ctrl-clicking on page displays the wrong contextual menu items "Search in Google", "Search in Spotlight" and "Look up in Dictionary"
- platform/ContextMenu.cpp: (WebCore::selectionContainsPossibleWord): Added. Returns true if there are some non-whitespace characters in the selection. (WebCore::ContextMenu::populate): Don't add SearchSpotlightItem, SearchWebItem, or LookInDictionaryItem if selectionContainsPossibleWord returns false.
- 12:59 PM Changeset in webkit [19265] by
-
- 12 edits4 adds in trunk
Reviewed by Oliver.
Respect stroke-width in absolute repaint rect calculations for SVG text.
Added test: svg/custom/text-repaint-including-stroke.svg
- 12:46 PM Changeset in webkit [19264] by
-
- 2 edits in trunk/WebCore
2007-01-30 Steve Falkenburg <sfalken@apple.com>
Reviewed by Oliver.
Add missing includes.
- ksvg2/svg/SVGElementInstance.cpp:
- 11:34 AM Changeset in webkit [22872] by
-
- 2 edits in branches/WindowsMerge/WebCore
2007-01-30 Steve Falkenburg <sfalken@apple.com>
B&I build fix
- WebCore.vcproj/WebCore.vcproj:
- 11:01 AM Changeset in webkit [19263] by
-
- 4 edits2 adds in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12452
XPath id() function is not supported
WebCore:
- xml/XPathFunctions.cpp: (WebCore::XPath::isWhitespace): A helper to detect XML whitespace.
(WebCore::XPath::FunId::isConstant):
(WebCore::XPath::FunId::doEvaluate):
(WebCore::XPath::FunctionMapping::):
Implemented id().
LayoutTests:
- dom/svg/level3/xpath/Conformance_ID-expected.txt: This test now passes.
- fast/xpath/complex-id-expected.txt: Added.
- fast/xpath/complex-id.html: Added. A test for more advanced id() capabilities.
- 8:58 AM Changeset in webkit [19262] by
-
- 3 edits in S60/branches/3.1m/WebKit
sareen <shyam.sareen@nokia.com>
Reviewed by yongjun/brad.
DESC: WAP CSS specific character format causing phone keypad input error TMCN-6S5MSE
http://bugs.webkit.org/show_bug.cgi?id=12232
- BrowserCore/Formcontrols/src/FControlformathandler.cpp: (TInputFormatChar::SuggestedCase):
- 7:47 AM Changeset in webkit [19261] by
-
- 7 edits in trunk/WebCore
Make the gradients work on the Qt platform.
r=Sam
- 7:35 AM Changeset in webkit [19260] by
-
- 2 edits in S60/branches/3.1m/WebKit
sareen <shyam.sareen@nokia.com>
Reviewed by yongjun
DESC: Invalid WAP CSS formats not being ignored - TMCN-6S5K87
http://bugs.webkit.org/show_bug.cgi?id=12230
- 7:25 AM Changeset in webkit [19259] by
-
- 2 edits in S60/trunk/WebKit
sareen
Reviewed by joseph.ligman@nokia.com
DESC: Crash is detected when activating "Find" for the second time in page view.
http://bugs.webkit.org/show_bug.cgi?id=12477
- 7:15 AM Changeset in webkit [19258] by
-
- 2 edits in S60/trunk/WebKit
raalexan, reviewed by Yongjun.
DESC: S60 3.2 Help: When application is launched via hyperlink, the cursor stays as wait cursor
http://bugs.webkit.org/show_bug.cgi?id=12421
- 7:09 AM Changeset in webkit [19257] by
-
- 2 edits in S60/trunk/WebKit
sareen <shyam.sareen@nokia.com>
Reviewed yongjun.zhang@nokia.com
DESC: Browser Control: Problem with History Stack when using custom datastore PKAI-6WGSHS
http://bugs.webkit.org/show_bug.cgi?id=10325
(Additional fix then the last one)
- 6:22 AM Changeset in webkit [19256] by
-
- 2 edits in trunk/WebKitTools
WebKitTools:
Reviewed by Mark Rowe.
http://bugs.webkit.org/show_bug.cgi?id=12470
svn-create-patch creates duplicate patches for files within an added/modified directory
- Scripts/svn-create-patch: (sub generateFileList($\%\%)): Ignore directories when generating the file list.
- 6:04 AM Changeset in webkit [19255] by
-
- 1 edit2 moves in trunk/LayoutTests
2007-01-31 Mark Rowe <mrowe@apple.com>
Disable editing/pasteboard/paste-{RTFD,TIFF}.html so tests run to completion until a fix is landed for:
http://bugs.webkit.org/show_bug.cgi?id=12474
REGRESSION(r19244): Assertion failure in layout tests: ASSERTION FAILED: loader->handle()
- editing/pasteboard/paste-RTFD.html: Removed.
- editing/pasteboard/paste-RTFD.html-disabled: Added.
- editing/pasteboard/paste-TIFF.html: Removed.
- editing/pasteboard/paste-TIFF.html-disabled: Added.
- 4:44 AM Changeset in webkit [19254] by
-
- 21 edits36 adds1 delete in trunk
Reviewed by Eric & Oliver. Leak related fixes reviewed by Mark.
Finally make the SVG <use> implementation use the proper "shadow tree" concept,
which is also used by the HTML forms implementation. It's the first time in ksvg
history that <use> is not implement as a crude hack, but proper & sane.
- 4:09 AM Changeset in webkit [19253] by
-
- 2 edits in trunk/WebKitQt
Improve QtLauncher to make it more useful as a testing tool.
- 3:09 AM Changeset in webkit [19252] by
-
- 3 edits in trunk/WebCore
Reviewed by Eric.
<rdar://problem/4928646> REGRESSION: manual-tests/remove-input-file-onchange.html crashes
- platform/FileChooser.h: (WebCore::FileChooser::disconnected): New method, so the RenderFileControl can tell when it's gotten disconected.
- rendering/RenderFileUploadControl.cpp: (WebCore::RenderFileUploadControl::valueChanged): Avoid calling repainted() when onChange() handler destroyed us.
- 2:20 AM Changeset in webkit [19251] by
-
- 11 edits1 move1 add in trunk
For the Qt build combine JavaScriptCore and WebKit into one library, to make it possible to
build it with ELF visibility or on Windows without adding EXPORT macros to kjs all over the place.
r=zack
- 12:46 AM Changeset in webkit [19250] by
-
- 5 edits in trunk
Make the Qt platform compile.
- 12:34 AM Changeset in webkit [19249] by
-
- 2 edits in trunk/WebCore
Compile fix
r=aroben
- 12:13 AM Changeset in webkit [19248] by
-
- 5 edits in trunk
Propagate the allows-scrolling property on the frames
correctly. If the frame has been constructed as non-
scrolling, respect that and don't show scrollbars.
r=Lars
Jan 29, 2007:
- 11:30 PM Changeset in webkit [22871] by
-
- 2 edits in branches/WindowsMerge/WebCore
Build fix.
- platform/win/TemporaryLinkStubs.cpp: Removed old stub.
- 11:22 PM Changeset in webkit [22870] by
-
- 5 edits in branches/WindowsMerge
More engine download tweaks - still relies on a custom ToT CFNetwork until they submit
- 11:13 PM Changeset in webkit [22869] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
Reviewed by Adam & Steve.
- hook up new cross-platform data-loading code
- fixed <rdar://4910106> - Need to support loadData and loadHTMLString
- WebFrame.cpp: (WebFrame::loadData): add a SharedBuffer overload, and implement IStream* version using that. (WebFrame::loadHTMLString): implement using loadData
- WebFrame.h: prototype new method
- 10:09 PM Changeset in webkit [19247] by
-
- 2 edits in trunk/WebCore
I am the chosen one! I have seen the faces of the final five! I will
save the WebKit build!
- loader/ResourceLoader.cpp: (WebCore::ResourceLoader::load):
- 9:32 PM Changeset in webkit [19246] by
-
- 83 edits6 adds in trunk/LayoutTests
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12464
Fix XPath test suite conversion problems
- dom/svg/level3/xpath/svgunit.js: Fixed createXPathEvaluator() to work in Firefox (whose document.getFeature returns null for XPath). Changed load() to use XMLHttpRequest, instead of merely cloning the current document.
- dom/svg/level3/xpath/resources/internaldtd.xml: Added.
- dom/svg/level3/xpath/resources/staff.dtd: Added.
- dom/svg/level3/xpath/resources/staff.xml: Added.
- dom/svg/level3/xpath/resources/staffNS.dtd: Added.
- dom/svg/level3/xpath/resources/staffNS.xml: Added. Added external test documents.
- dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
- dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt: These tests now run, but fail. They also fail in Firefox, but pass in Opera.
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
- dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt: These now fail, because XPathResult relies on DOMSubtreeModified event for invalidation, but event listeners cannot be registered on nodes in documents that aren't attached (such as XHR.responseXML). Not yet sure what exactly the bug is, but I think it's good to have the tests fail, as it appears to be a genuine issue.
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.js:
- dom/svg/level3/xpath/XPathResult_numberValue.js: Updated these tests to use /staff instead of /svg paths.
- dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt:
- dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
- dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE.js:
- dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt:
- dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt:
- dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt:
- dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
- dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
- dom/svg/level3/xpath/XPathResult_stringValue-expected.txt: These tests now pass.
- dom/svg/level3/xpath/Attribute_Nodes.svg:
- dom/svg/level3/xpath/Attribute_Nodes_xmlns.svg:
- dom/svg/level3/xpath/Comment_Nodes.svg:
- dom/svg/level3/xpath/Conformance_Expressions.svg:
- dom/svg/level3/xpath/Conformance_ID.svg:
- dom/svg/level3/xpath/Conformance_hasFeature_3.svg:
- dom/svg/level3/xpath/Conformance_hasFeature_empty.svg:
- dom/svg/level3/xpath/Conformance_hasFeature_null.svg:
- dom/svg/level3/xpath/Conformance_isSupported_3.svg:
- dom/svg/level3/xpath/Conformance_isSupported_empty.svg:
- dom/svg/level3/xpath/Conformance_isSupported_null.svg:
- dom/svg/level3/xpath/Element_Nodes.svg:
- dom/svg/level3/xpath/Processing_Instruction_Nodes.svg:
- dom/svg/level3/xpath/Text_Nodes.svg:
- dom/svg/level3/xpath/XPathEvaluatorCast01.svg:
- dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR.svg:
- dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01.svg:
- dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02.svg:
- dom/svg/level3/xpath/XPathEvaluator_createExpression_NS.svg:
- dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS.svg:
- dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all.svg:
- dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document.svg:
- dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement.svg:
- dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR.svg:
- dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR.svg:
- dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR.svg:
- dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR.svg:
- dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR.svg:
- dom/svg/level3/xpath/XPathEvaluator_evaluate_document.svg:
- dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement.svg:
- dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR.svg:
- dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR.svg:
- dom/svg/level3/xpath/XPathExpression_evaluate_document.svg:
- dom/svg/level3/xpath/XPathExpression_evaluate_documentElement.svg:
- dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc.svg:
- dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null.svg:
- dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix.svg:
- dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml.svg:
- dom/svg/level3/xpath/XPathResult_TYPE_ERR.svg:
- dom/svg/level3/xpath/XPathResult_booleanValue_false.svg:
- dom/svg/level3/xpath/XPathResult_booleanValue_true.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR.svg:
- dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_numberValue.svg:
- dom/svg/level3/xpath/XPathResult_resultType.svg:
- dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null.svg:
- dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order.svg:
- dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count.svg:
- dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null.svg:
- dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE.svg:
- dom/svg/level3/xpath/XPathResult_stringValue.svg: Removed unneeded inline test data.
- 9:07 PM Changeset in webkit [19245] by
-
- 5 edits in trunk
Reviewed by Maciej Stachowiak.
Fixed <rdar://problem/4485644> REGRESSION: JavaScriptCore has init routines
The TCMalloc module now initializes, if needed, inside GetCache() and
fastMallocSetIsMultiThreaded(). We leverage the same synchronization
technique used for enabling / disabling the single-threaded optimization
to synchronize initialization of the library without requiring a lock
for every malloc.
1,251 runs of tcmalloc_unittest, 2 runs of a custom, massively multi-threaded
tcmalloc_unittest, and my custom version of the PLT show no regressions.
Super-accurate JS iBench reports a .24% regression, which is right at the
limit of its error range, so I'm declaring victory.
- wtf/FastMalloc.cpp: (WTF::fastMallocSetIsMultiThreaded): Initialize, if needed. (InitModule() checks the "if needed" part.) (WTF::TCMalloc_ThreadCache::GetCache): Restored original TCMalloc code inside #ifdef, for posterity. Added new initialization logic. (WTF::TCMalloc_ThreadCache::InitModule): Call InitTSD(), since we don't have a static initializer to call it for us, now. This means that fastMalloc is not usable as a general libc allocator, but it never was, and if it were the general libc allocator, we wouldn't be here in the first place, so whatever. (WTF::TCMalloc_ThreadCache::InitTSD): Don't try to take the pageheap_lock, since InitModule already has it.
WebKitTools:
Reviewed by Maciej Stachowiak.
Fixed <rdar://problem/4485644> REGRESSION: JavaScriptCore has init routines
No more mollycoddling for you, FastMalloc.o!
- Scripts/check-for-global-initializers:
- 8:57 PM Changeset in webkit [19244] by
-
- 14 edits10 adds in trunk
LayoutTests:
Reviewed by Maciej.
- test for http://bugs.webkit.org/show_bug.cgi?id=10725 Image data in from RTFD clipboard data thrown away
- editing/pasteboard/paste-RTFD-expected.checksum: Added.
- editing/pasteboard/paste-RTFD-expected.png: Added.
- editing/pasteboard/paste-RTFD-expected.txt: Added.
- editing/pasteboard/paste-RTFD.html: Added.
- editing/pasteboard/paste-TIFF-expected.checksum: Added.
- editing/pasteboard/paste-TIFF-expected.png: Added.
- editing/pasteboard/paste-TIFF-expected.txt: Added.
- editing/pasteboard/paste-TIFF.html: Added.
- editing/resources/RTFD-pasteboard-data.dat: Added.
- editing/resources/TIFF-pasteboard-data.dat: Added.
WebCore:
Reviewed by Maciej.
Part of fix for http://bugs.webkit.org/show_bug.cgi?id=10725
Image data in from RTFD clipboard data thrown away
ResourceHandles no longer need to be able to defer loading as that is
now handled by the ResourceLoader.
- loader/MainResourceLoader.cpp: (WebCore::MainResourceLoader::loadNow): updated to remove defersLoading argument.
- loader/ResourceLoader.cpp: (WebCore::ResourceLoader::releaseResources): release the deferred request. (WebCore::ResourceLoader::load): defer creating the ResourceHandle instead of asking the ResourceHandle to defer loading. (WebCore::ResourceLoader::setDefersLoading): create the ResourceHandle if we have deferred creating it.
- loader/ResourceLoader.h:
- platform/network/ResourceHandle.cpp: ResourceHandle's don't need to know about deferLoading. (WebCore::ResourceHandle::ResourceHandle): (WebCore::ResourceHandle::create):
- platform/network/ResourceHandle.h: ditto.
- platform/network/ResourceHandleInternal.h: ditto. (WebCore::ResourceHandleInternal::ResourceHandleInternal):
- platform/network/mac/ResourceHandleMac.mm: ditto. (WebCore::ResourceHandle::start):
WebKit:
Reviewed by Maciej.
Part of fix for http://bugs.webkit.org/show_bug.cgi?id=10725
Image data in from RTFD clipboard data thrown away
The URLs for images in RTFD data must not be loaded until the resources
have been added to the WebUnarchivingState. This can't happen until
after the RTFD data has been parsed, so we must delay loading while this
RTFD data is being parsed to a document fragment.
- WebView/WebHTMLView.mm: (uniqueURLWithRelativePart): (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): defer loading the resources while RTFD data is being parsed. (+[NSURL _web_uniqueWebDataURL]): Added this back because AppKit uses it.
- WebView/WebUnarchivingState.m: (-[WebUnarchivingState archivedResourceForURL:]): orkaround for workaround for rdar://problem/4699166 so that other people can use archivedResourceForURL: too.
WebKitTools:
Reviewed by Maciej.
Enables layout test for: http://bugs.webkit.org/show_bug.cgi?id=10725
Image data in from RTFD clipboard data thrown away
- This method is needed because NSArray's ar bridged to JS Array's, which in turn are bridged back to WebScriptObject's when passed from JS to ObjC. Hence it is not possbile to pass an NSArray from JS.
- DumpRenderTree/DumpRenderTree.m: (-[DumpRenderTreePasteboard declareType:owner:]): Added a convenience method for JS.
- 8:31 PM Changeset in webkit [22868] by
-
- 1 edit in branches/WindowsMerge/WebCore/platform/network/cf/ResourceHandleCFNet.cpp
Emergency build fix + other changes I'll have review after the fact
- 8:05 PM Changeset in webkit [19243] by
-
- 3 edits in trunk/WebKit
2007-01-29 Jim Correia <jim.correia@pobox.com>
Reviewed by Mark.
Added support for -allowsUndo/-setAllowsUndo: to allow editable WebView
clients to completely disable undo registration. This is functionally
equivalent to the methods with the same names on NSTextView.
- WebView/WebView.mm: (-[WebViewPrivate init]): (-[WebView initWithCoder:]): (-[WebView encodeWithCoder:]): (-[WebView allowsUndo]): (-[WebView setAllowsUndo:]): (-[WebView undoManager]):
- WebView/WebViewPrivate.h:
- 7:19 PM Changeset in webkit [19242] by
-
- 2 edits in trunk/WebCore
Use a RetainPtr instead of a raw pointer
- 6:21 PM Changeset in webkit [22867] by
-
- 2 edits in branches/WindowsMerge/WebCore
Make NotImplemented use a logging channel so you can turn it off independent of other logging
- 6:11 PM Changeset in webkit [19241] by
-
- 2 edits in S60/trunk/WebCore
2007-01-29 bujtas <zbujtas@gmail.com>
Reviewed by zalan bujtas
DESC:
http://bugs.webkit.org/show_bug.cgi?id=12422
jscript->schedule action->turn off jscript->action timeouts->crash. fix: check if the proxy is available in ScheduledAction::execute()
- khtml/ecma/kjs_window.cpp: (ScheduledAction::execute):
- 6:08 PM Changeset in webkit [19240] by
-
- 2 edits in S60/branches/3.1m/WebCore
2007-01-29 bujtas <zbujtas@gmail.com>
Reviewed by zalan bujtas
DESC:
http://bugs.webkit.org/show_bug.cgi?id=12422
jscript->schedule action->turn off jscript->action timeouts->crash. fix: check if the proxy is available in ScheduledAction::execute()
- khtml/ecma/kjs_window.cpp: (ScheduledAction::execute):
- 5:13 PM Changeset in webkit [19239] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by harrison
<rdar://problem/4960137>
ASSERTION FAILURE calling SelectionController::setBaseAndExtent (11833)
- editing/selection/4960137-expected.checksum: Added.
- editing/selection/4960137-expected.png: Added.
- editing/selection/4960137-expected.txt: Added.
- editing/selection/4960137.html: Added.
WebCore:
Reviewed by harrison
<rdar://problem/4960137>
ASSERTION FAILURE calling SelectionController::setBaseAndExtent (11833)
- editing/SelectionController.cpp: (WebCore::SelectionController::setSelection): Hand off the selection to the selectionController responsible for it, instead of asserting. A selection object can't be constructed with endpoints in different documents, so this code is only necessary for one endpoint.
- 4:40 PM Changeset in webkit [19238] by
-
- 4 edits in trunk
2007-01-29 Ada Chan <adachan@apple.com>
Reviewed by Brady.
Moved the update of the title of the current entry in the backforward list to WebCore.
- loader/FrameLoader.cpp: (WebCore::FrameLoader::didChangeTitle):
- WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::setTitle):
- 4:26 PM Changeset in webkit [22866] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
Reviewed by Darin.
- WebEditorClient.cpp: (WebEditorClient::handleKeyPress): Removed EventTargetNode paramenter.
- WebEditorClient.h:
- 4:15 PM Changeset in webkit [19237] by
-
- 17 edits in trunk
WebCore:
Reviewed by Darin.
More preparation for event handling fixes.
- bridge/EditorClient.h: Removed EventTargetNode parameter from handleKeyPress since we can just get that from the event.
- dom/EventTargetNode.cpp: (WebCore::EventTargetNode::defaultEventHandler): ditto.
- page/EventHandler.cpp: (WebCore::EventHandler::defaultKeyboardEventHandler): ditto.
- page/EventHandler.h: ditto.
- platform/graphics/svg/SVGImageEmptyClients.h: (WebCore::SVGEmptyEditorClient::handleKeyPress): ditto.
- editing/Editor.h:
- editing/Editor.cpp: (WebCore::Editor::handleKeyPress): Removed EventTargetNode parameter. (WebCore::Editor::execCommand): Made commandMap use AtomicStringImpls instead of Strings. (WebCore::Editor::insertText): Moved from the bridge.
- page/mac/WebCoreFrameBridge.h: Moved insertText method to Editor.
- page/mac/WebCoreFrameBridge.mm:
- WebCore.exp: Updated exports.
WebKit:
Reviewed by Darin.
More preparation for event handling fixes.
- WebCoreSupport/WebEditorClient.h: Removed EventTargetNode parameter, since you can just get this from the KeyboardEvent.
- WebCoreSupport/WebEditorClient.mm: (WebEditorClient::handleKeyPress): ditto.
- WebView/WebHTMLViewInternal.h: Added interpretKeyEventsParameters struct.
- WebView/WebViewInternal.h: Changed parameter from NSEvent to WebCoreKeyboardEvent in _interceptEditingKeyEvent.
- WebView/WebHTMLView.mm: (-[WebHTMLView yankAndSelect:]): Updated for new triggeringEvent parameter. (-[WebHTMLView _interceptEditingKeyEvent:]): Set the WebHTMLViewInterpretKeyEventsParameters. (-[WebHTMLView doCommandBySelector:]): Access WebHTMLViewInterpretKeyEventsParameters. (-[WebHTMLView insertText:]): ditto. (-[WebHTMLView _insertText:selectInsertedText:triggeringEvent:]): Added parameter for triggeringEvent.
- 3:45 PM Changeset in webkit [22865] by
-
- 2 edits in branches/WindowsMerge/WebKitTools
Build fix.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/WaitUntilDoneDelegate.h: (WaitUntilDoneDelegate::dragDestinationActionMaskForDraggingInfo): (WaitUntilDoneDelegate::willPerformDragDestinationAction):
- 2:42 PM Changeset in webkit [19236] by
-
- 6 edits2 adds in trunk
LayoutTests:
Reviewed by Geoff.
<rdar://problem/4960097>
http://bugs.webkit.org/show_bug.cgi?id=12444
Assertion failure in -[WebCoreFrameBridge installInFrame:]
- fast/parser/xhtml-document-with-html-object-expected.txt: Added.
- fast/parser/xhtml-document-with-html-object.xhtml: Added.
WebCore:
Reviewed by Geoff.
<rdar://problem/4960097>
http://bugs.webkit.org/show_bug.cgi?id=12444
Assertion failure in -[WebCoreFrameBridge installInFrame:]
The problem was that the XML tokenizer didn't create elements with
createdByParser set to true.
- dom/Document.cpp: (WebCore::Document::createElement): New method which takes a QName. This is used by both the XML tokenizer and createElementNS.
(WebCore::Document::createElementNS):
Call new createElement method.
- dom/XMLTokenizer.h:
- dom/XMLTokenizer.cpp: (WebCore::XMLTokenizer::XMLTokenizer): (WebCore::XMLTokenizer::~XMLTokenizer): Use an OwnPtr for the pending callbacks object. Also, use String instead of StringImpl in the hash map.
(WebCore::toString):
(WebCore::XMLTokenizer::startElementNs):
Call createElement.
- 2:00 PM Changeset in webkit [19235] by
-
- 2 edits in trunk/WebCore
Reviewed by Oliver
http://bugs.webkit.org/show_bug.cgi?id=12465
Only set the iconURL port for non-zero ports
- loader/FrameLoader.cpp: (WebCore::FrameLoader::iconURL):
- 1:58 PM Changeset in webkit [19234] by
-
- 5 edits2 adds in trunk
Reviewed by Geoff and Oliver.
- rdar://problem/4955561
- missusing JavaScript shouldn't crash webkit. Now it doesn't, in this case.
- bindings/objc/objc_runtime.mm: (ObjcFallbackObjectImp::callAsFunction):
- bindings/runtime_method.cpp: (RuntimeMethod::callAsFunction):
- bindings/runtime_object.cpp: (RuntimeObjectImp::callAsFunction):
LayoutTests:
Reviewed by Geoff and Oliver.
- rdar://problem/4955561
- missusing JavaScript shouldn't crash webkit. Now it doesn't in this case.
- plugins/call-as-function-test-expected.txt: Added.
- plugins/call-as-function-test.html: Added.
- 11:49 AM Changeset in webkit [19233] by
-
- 2 edits in trunk/WebKit
2007-01-29 Oliver Hunt <oliver@apple.com>
build fix
- WebView/WebHTMLView.mm: (-[WebHTMLView _startDraggingImage:at:operation:event:sourceIsDHTML:DHTMLWroteData:]):
- 10:47 AM Changeset in webkit [22864] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
WebKitWin:
Reviewed by Oliver.
<rdar://problem/4892067>
DnD a font file in Boomer locks it up.
Create a drop target helper so we get snazzy drag images.
- WebView.cpp: (WebView::WebView): (WebView::DragEnter): (WebView::DragOver): (WebView::DragLeave): (WebView::Drop):
- WebView.h:
- 10:38 AM Changeset in webkit [22863] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
2007-01-29 Oliver Hunt <oliver@apple.com>
Reviewed by Adam.
Basic implementation of new dragclient method
- WebDragClient.cpp: (WebDragClient::dragSourceActionMaskForPoint):
- WebDragClient.h:
- 10:36 AM Changeset in webkit [19232] by
-
- 2 edits in trunk/WebCore
- platform/network/mac/ResourceRequestMac.mm: Build fix -- removed #import of no-longer-extant WebDataProtocol.h (and also one of the two #imports for WebCoreSystemInterface.h, while I was at it)
- 10:33 AM Changeset in webkit [19231] by
-
- 2 edits in trunk/WebCore
Reviewed by Oliver.
- page/DragController.cpp: (WebCore::DragController::dragEnteredOrUpdated): Only try a drag operation if the drag client explicitly specified that it is OK
- 10:25 AM Changeset in webkit [19230] by
-
- 19 edits in trunk
2007-01-25 Oliver Hunt <oliver@apple.com>
Reviewed by Adam.
WebKit:
Migrated drag state and logic to WebCore, removed superfluous methods
- ChangeLog:
- WebCoreSupport/WebDragClient.h:
- WebCoreSupport/WebDragClient.mm: (WebDragClient::dragSourceActionMaskForPoint):
- WebCoreSupport/WebFrameBridge.mm:
allowDHTMLDrag move to WebCore::EventHandler
- WebView/WebHTMLView.mm: (-[WebHTMLView _startDraggingImage:at:operation:event:sourceIsDHTML:DHTMLWroteData:]): (-[WebHTMLView draggedImage:movedTo:]): (-[WebHTMLView draggedImage:endedAt:operation:]): dragOffset and dragSourecAction is now stored in WebCore::DragController migrated _delegateDragSourceActionMask to WebCore::DragController
- WebView/WebHTMLViewInternal.h: Removed dragOffset declaration, migrated to WebCore::DragController
- WebView/WebView.mm: removed unnecessary method, _loadingDragOperationForDraggingInfo
WebKitQt:
Reviewed by Adam.
Stub for new DragClient method
- WebCoreSupport/DragClientQt.cpp: (WebCore::DragClientQt::dragSourceActionMaskForPoint):
- WebCoreSupport/DragClientQt.h:
WebCore:
Reviewed by Adam.
Migrated more drag logic and state to WebCore
- page/DragClient.h:
- page/DragController.cpp: (WebCore::DragController::delegateDragSourceAction): New forwarding method for the UI delegate
- page/DragController.h: (WebCore::DragController::dragOffset): Now store the drag offset -- the offset of the cursor relative to the drag image) in DragController
- page/EventHandler.cpp: (WebCore::EventHandler::allowDHTMLDrag): Moved from WebFrameBridge
- page/EventHandler.h:
- page/mac/EventHandlerMac.mm: (WebCore::EventHandler::eventMayStartDrag): (WebCore::EventHandler::handleDrag): EventHandlerMac now uses EventHandler::allowDHTMLDrag rather than the implementation in WebFrameBridge
- page/mac/WebCoreFrameBridge.h: removed definition of allowDHTMLDrag from WebFrameBridge
- platform/graphics/svg/SVGImageEmptyClients.h: (WebCore::SVGEmptyDragClient::dragSourceActionMaskForPoint): Updated empty DragClient
- 10:20 AM Changeset in webkit [19229] by
-
- 2 edits in S60/branches/3.1m/WebKit
brmorris <bradley.morrison@nokia.com>
Reviewed by nobody - build fix.
DESC: Fix for build bustage in r19200 - MLIO-6XCCTG
- 10:18 AM Changeset in webkit [19228] by
-
- 2 edits in S60/trunk/WebKit
brmorris <bradley.morrison@nokia.com>
Reviewed by nobody - build fix.
DESC: Fix for build bustage caused by r19201 - MLIO-6XCCTG
- ResourceLoader/src/HttpLoader.cpp: (CHttpLoader::CheckForSecurityStatusChange):
- 10:04 AM Changeset in webkit [19227] by
-
- 4 edits2 adds in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12359
XPathEvaluator may return some nodes more than once in a result set
Test: fast/xpath/nodeset-duplicates.html
- xml/XPathPath.cpp: (WebCore::XPath::LocationPath::doEvaluate): Ensure uniqueness of elements in the node-set.
- xml/XPathPredicate.cpp: (WebCore::XPath::Union::doEvaluate): Fixed a uniqueness algorithm that was already present here. Added a FIXME about incorrect result ordering.
- 9:55 AM Changeset in webkit [19226] by
-
- 4 edits2 moves2 adds in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12340
XPathEvaluator behavior does not match Firefox - name() and attribute nodes
WebCore:
- xml/XPathFunctions.cpp: (WebCore::XPath::FunName::doEvaluate): Do not try to append a prefix if it doesn't exist.
LayoutTests:
- fast/xpath/name-null-namespace-expected.txt: Added.
- fast/xpath/name-null-namespace.html: Added. Test for the bug.
- fast/dom/xpath-empty-string-expected.txt: Removed.
- fast/dom/xpath-empty-string.html: Removed. Moved these to fast/xpath.
- fast/xpath/xpath-namespaces.html: Fixed an inline document to be well-formed, so the test now passes in Firefox. This is really a quirk of our DOMParser that the test passed in WebKit: on error, a descriptive message is appended to the partially parsed document, instead of replacing it.
- 9:40 AM Changeset in webkit [19225] by
-
- 4 edits2 adds in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=11815
XPathEvaluator behavior does not match Firefox - substring() and empty element
Test: fast/xpath/empty-string-substring.html
- xml/XPathValue.cpp: (WebCore::XPath::Value::Value):
- xml/XPathValue.h: Added a constructor taking const char*, so that string literals and arrays don't get converted to boolean values.
- 8:11 AM Changeset in webkit [19224] by
-
- 3 edits in trunk/WebCore
Cosmetic fixes - don't resize the widget in the constructor
(it was a hack from the initial port) and fix the paint
signature)
- 7:23 AM Changeset in webkit [22862] by
-
- 4 edits in branches/WindowsMerge
WebCoreWin:
- fix build
- platform/win/TemporaryLinkStubs.cpp:
WebKitWin:
- fix build
- WebFrame.h:
- 7:10 AM Changeset in webkit [19223] by
-
- 2 edits in trunk/WebCore
- change from struct to class to make picky compilers happy
- loader/SubstituteData.h:
- 6:28 AM Changeset in webkit [19222] by
-
- 2 edits in trunk/WebCore
2007-01-30 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=12458
Bug 12458: Crash in W3C-SVG-1.1/animate-elem-09-t.svg running layout tests under guard malloc
- ksvg2/svg/SVGAnimationElement.cpp: (WebCore::parseValues): ptr either points to a ';' or off the end of the buffer. We're interested in what comes before the ';', so start there instead.
- 5:37 AM Changeset in webkit [19221] by
-
- 4 edits in trunk/WebCore
Take the scrollbars into considation when computing
the contents size of the main frame
- 5:06 AM Changeset in webkit [19220] by
-
- 2 edits in trunk/WebCore
- fix includes
- loader/SubstituteData.h:
- 5:03 AM Changeset in webkit [22861] by
-
- 5 edits in branches/WindowsMerge/WebKitWin
Reviewed by Mark.
<rdar://problem/4910106> Need to support loadData and loadHTMLString
I added the underlying support, but did not turn on the new cross-platform versions yet as I've
not had sufficient time to test.
- WebDocumentLoader.cpp: (WebDocumentLoader::WebDocumentLoader):
- WebDocumentLoader.h:
- WebFrame.cpp: (WebFrame::createDocumentLoader):
- WebFrame.h:
- 5:01 AM Changeset in webkit [19219] by
-
- 1 edit1 add in trunk/WebCore
- added new file that I forgot in the last commit
- loader/SubstituteData.h: Added. (WebCore::SubstituteData::SubstituteData): (WebCore::SubstituteData::isValid): (WebCore::SubstituteData::content): (WebCore::SubstituteData::mimeType): (WebCore::SubstituteData::textEncoding): (WebCore::SubstituteData::failingURL):
- 4:50 AM Changeset in webkit [19218] by
-
- 28 edits2 deletes in trunk
WebCore:
Reviewed by Mark.
- made data loading cross-platform
- fixed <rdar://problem/4910106>
- WebCore.exp:
- WebCore.xcodeproj/project.pbxproj:
- loader/CachedResource.cpp:
- loader/CachedResource.h:
- loader/DocLoader.cpp: (WebCore::DocLoader::requestResource):
- loader/DocumentLoader.cpp: (WebCore::DocumentLoader::DocumentLoader): (WebCore::DocumentLoader::setRequest): (WebCore::DocumentLoader::urlForHistory): (WebCore::DocumentLoader::unreachableURL):
- loader/DocumentLoader.h: (WebCore::DocumentLoader::substituteData):
- loader/FrameLoader.cpp: (WebCore::FrameLoader::load): (WebCore::FrameLoader::shouldReloadToHandleUnreachableURL): (WebCore::FrameLoader::reloadAllowingStaleData): (WebCore::FrameLoader::reload): (WebCore::FrameLoader::commitProvisionalLoad): (WebCore::FrameLoader::startLoadingMainResource): (WebCore::FrameLoader::startLoading): (WebCore::FrameLoader::checkNavigationPolicy):
- loader/FrameLoader.h:
- loader/FrameLoaderClient.h:
- loader/MainResourceLoader.cpp: (WebCore::MainResourceLoader::willSendRequest): (WebCore::MainResourceLoader::continueAfterContentPolicy): (WebCore::MainResourceLoader::handleEmptyLoad): (WebCore::MainResourceLoader::handleDataLoad): (WebCore::MainResourceLoader::loadNow): (WebCore::MainResourceLoader::load):
- loader/MainResourceLoader.h:
- loader/mac/DocumentLoaderMac.mm:
- loader/mac/WebDataProtocol.h: Removed.
- loader/mac/WebDataProtocol.mm: Removed.
- loader/qt/DocumentLoaderQt.cpp:
- platform/graphics/svg/SVGImageEmptyClients.h: (WebCore::SVGEmptyFrameLoaderClient::createDocumentLoader):
WebKit:
Reviewed by Mark.
- updated for cross-platform data loading support
- WebCoreSupport/WebFrameLoaderClient.h:
- WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::createDocumentLoader):
- WebView/WebDataSource.mm: (-[WebDataSource initWithRequest:]):
- WebView/WebDocumentLoaderMac.h:
- WebView/WebDocumentLoaderMac.mm: (WebDocumentLoaderMac::WebDocumentLoaderMac):
- WebView/WebFrame.mm: (-[WebFrame _loadData:MIMEType:textEncodingName:baseURL:unreachableURL:]): (-[WebFrame loadData:MIMEType:textEncodingName:baseURL:]): (-[WebFrame _loadHTMLString:baseURL:unreachableURL:]): (-[WebFrame loadArchive:]):
- WebView/WebFrameInternal.h:
- WebView/WebHTMLView.mm: (uniqueURLWithRelativePart): (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]):
WebKitQt:
Reviewed by Mark.
- updated for cross-platform data loading support
- WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::createDocumentLoader):
- WebCoreSupport/FrameLoaderClientQt.h:
- 3:57 AM Changeset in webkit [19217] by
-
- 2 edits in trunk/WebCore
Order the build files alphabetically instead of
the random mess we had before
- 3:30 AM Changeset in webkit [19216] by
-
- 3 edits in trunk/WebCore
Use the platform independent scrollbar code.
Remove the redundant empty stubs and forward
few missing platform scrollbar calls
r=Lars
- 2:37 AM Changeset in webkit [19215] by
-
- 4 edits in trunk/WebKitQt
Make window resizing work
- 2:24 AM Changeset in webkit [19214] by
-
- 4 edits in trunk/WebKitQt
Make popup windows work
- 1:24 AM Changeset in webkit [19213] by
-
- 11 edits in trunk
Reviewed by Zack
Fix the way we handle native widgets (QWidget) inside
WebCore. Now WebCore::Widget owns the QWidget in all
cases. This is the only way to get well defined semantics
for all teh native widgets we have (currently ScrollView
and ScrollBar, but plugins will follow).
This has the side effect that one cannot rely on a defined
lifetime of a QWebFrame when using the API.
- 1:01 AM Changeset in webkit [22860] by
-
- 4 edits in branches/WindowsMerge/WebCore
2007-01-29 Steve Falkenburg <sfalken@apple.com>
Fix build break from RootObject ownership change.
- bridge/win/FrameWin.cpp: (WebCore::FrameWin::createRootObject): Added (WebCore::FrameWin::cleanupPluginObjects): change destroy to invalidate (WebCore::FrameWin::bindingRootObject): change new RootObject to RootObject::create
- bridge/win/FrameWin.h:
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::bindingInstance): change new RootObject to FrameWin::createRootObject.
- 1:00 AM Changeset in webkit [19212] by
-
- 1 edit in trunk/WebKitQt/WebCoreSupport/ChromeClientQt.cpp
Missed saving this file before the previous checkin.
- 12:47 AM Changeset in webkit [19211] by
-
- 7 edits in trunk/WebKitQt
Implement more functions for the Qt build
Jan 28, 2007:
- 10:28 PM Changeset in webkit [19210] by
-
- 2 edits in trunk/WebCore
Fix redirects with the Qt resource implementation.
- 10:17 PM Changeset in webkit [19209] by
-
- 4 edits in trunk/JavaScriptCore
Reviewed by Maciej Stachowiak.
First step in fixing <rdar://problem/4485644> REGRESSION: JavaScriptCore
has init routines
Don't rely on a static initializer to store the main thread's ID (which
we would use to detect allocations on secondary threads). Instead, require
the caller to notify fastMalloc if it might allocate on a secondary thread.
Also fixed what seemed like a race condition in do_malloc.
tcmalloc_unittest and my custom versions of JS iBench and PLT show no
regressions.
- wtf/FastMalloc.cpp: (WTF::fastMallocSetIsMultiThreaded): (1) Renamed from "fastMallocRegisterThread", which was a misleading name because not all threads need to register with fastMalloc -- only secondary threads need to, and only for the purpose of disabling its single-threaded optimization.
(2) Use the pageheap_lock instead of a custom one, since we need to synchronize
with the read of isMultiThreaded inside CreateCacheIfNecessary. This is a new
requirement, now that we can't guarantee that the first call to CreateCacheIfNecessary
will occur on the main thread at init time, before any other threads have been created.
(WTF::TCMalloc_ThreadCache::CreateCacheIfNecessary):
(WTF::do_malloc): Reverted WTF change only to call GetCache() if size <= kMaxSize.
The WTF code would read phinited without holding the pageheap_lock, which
seemed like a race condition. Regardless, calling GetCache reduces the number
of code paths to module initialization, which will help in writing the
final fix for this bug.
- 10:00 PM Changeset in webkit [19208] by
-
- 2 edits in trunk/WebCore
2007-01-29 Mark Rowe <mrowe@apple.com>
Reviewed by Brady.
http://bugs.webkit.org/show_bug.cgi?id=11085
Bug 11085: REGRESSION: favicon.ico always looked for on port 80
- loader/FrameLoader.cpp: (WebCore::FrameLoader::iconURL): Copy the port over to the favicon URL.
- 7:22 PM Changeset in webkit [19207] by
-
- 2 edits in trunk/WebCore
Reviewed by Adele.
Fix http://bugs.webkit.org/show_bug.cgi?id=12453
REGRESSION(r19197): Tabbing into web page requires two key presses
All layout tests pass.
- page/FocusController.cpp: (WebCore::FocusController::advanceFocus): If there's no focused frame, actually go ahead and find a focusable node instead of just focusing the main frame and quitting. This behavior was a holdover from a previous desired tabbing behavior with respect to frames.
- 7:10 PM Changeset in webkit [19206] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by Darin and David Hyatt.
- Test for http://bugs.webkit.org/show_bug.cgi?id=12423 Mixing white-space:pre text with non white-space:pre text does not wrap properly
- fast/block/basic/white-space-pre-wraps-expected.checksum: Added.
- fast/block/basic/white-space-pre-wraps-expected.png: Added.
- fast/block/basic/white-space-pre-wraps-expected.txt: Added.
- fast/block/basic/white-space-pre-wraps.html: Added.
WebCore:
Reviewed by Darin and David Hyatt.
- fix http://bugs.webkit.org/show_bug.cgi?id=12423 Mixing white-space:pre text with non white-space:pre text does not wrap properly
Test: fast/block/basic/white-space-pre-wraps.html
- rendering/bidi.cpp: (WebCore::RenderBlock::findNextLineBreak): Wrap a non-wrapping text run if it appears on a line with previous text runs that do wrap.
- 6:38 PM Changeset in webkit [19205] by
-
- 1 edit in trunk/LayoutTests/ChangeLog
Removed files that were not committed from the ChangeLog entry.
- 6:36 PM Changeset in webkit [19204] by
-
- 4 edits2 adds in trunk
LayoutTests:
Reviewed by Darin. Patch by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=8360 Repro crash when onscroll handler deletes the scrolled object
- fast/layers/removed-by-scroll-handler-expected.checksum: Added.
- fast/layers/removed-by-scroll-handler-expected.png: Added.
- fast/layers/removed-by-scroll-handler-expected.txt: Added.
- fast/layers/removed-by-scroll-handler.html: Added.
WebCore:
Reviewed by Darin. Patch by Mitz.
- fix http://bugs.webkit.org/show_bug.cgi?id=8360 Repro crash when onscroll handler deletes the scrolled object
Test: fast/layers/removed-by-scroll-handler.html
- page/FrameView.cpp: (WebCore::FrameViewPrivate::FrameViewPrivate): Added a m_enqueueEvents count. (WebCore::FrameView::layout): Raise the enqueue count before starting layout and until after enqueued events are dispatched. (WebCore::FrameView::scheduleEvent): Made this function dispatch the event immediately unless the enqueue count is positive.
- rendering/RenderLayer.cpp: (WebCore::RenderLayer::scrollToOffset): Schedule the scroll event through the FrameView. (WebCore::RenderLayer::scrollRectToVisible): (WebCore::RenderLayer::updateScrollInfoAfterLayout): (WebCore::Marquee::start):
- 6:30 PM Changeset in webkit [19203] by
-
- 3 edits2 adds in trunk
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=9815 JavaScript TypeError loading Dean Edwards' JS compressor/obfuscator
Creating a function using 'new Function()' was not setting its prototype with the
same flags as 'function() { }'.
Test: fast/js/function-prototype.html
- kjs/function_object.cpp: (FunctionObjectImp::construct): Change flags from DontEnum|DontDelete|ReadOnly to Internal|DontDelete to match FuncDeclNode::processFuncDecl() and FuncExprNode::evaluate() in kjs/nodes.cpp.
LayoutTests:
Reviewed by Darin.
- Test for http://bugs.webkit.org/show_bug.cgi?id=9815 JavaScript TypeError loading Dean Edwards' JS compressor/obfuscator
- fast/js/function-prototype-expected.txt: Added.
- fast/js/function-prototype.html: Added.
- 4:03 PM Changeset in webkit [19202] by
-
- 9 edits2 adds in trunk/WebCore
2007-01-28 Charles Ying <charles_ying@yahoo.com>
Reviewed by eseidel. Landed by eseidel.
Fix http://bugs.webkit.org/show_bug.cgi?id=12429
animateTransform rotate, with cx/cy is broken
SVGTransform now contains a float point to store the rotation center, needed
to track rotation center for interpolation by animateTransform.
SVGTransform now has an additional constructor:
SVGTransform(type) to make empty base value transforms that match their
distanced values.
Removed m_colorDistance and m_transformDistance from their respective classes
as they are now computed at update time.
Fix a case where animateTransform did not parse transform values correctly
according to BNF in W3C spec:
Test case in:
- manual-tests/animation/animateTransform-toanimation.svg: Added.
Fix a case where animateTransform only specified a to animation only.
Test case in:
- manual-tests/animation/animateTransform-parser.svg: Added.
- ksvg2/svg/SVGAnimateColorElement.cpp: (WebCore::SVGAnimateColorElement::updateAnimationBaseValueFromElement): (WebCore::SVGAnimateColorElement::updateAnimatedValue): (WebCore::SVGAnimateColorElement::calculateFromAndToValues):
- ksvg2/svg/SVGAnimateColorElement.h:
- ksvg2/svg/SVGAnimateTransformElement.cpp: (WebCore::SVGAnimateTransformElement::updateAnimatedValue): (WebCore::SVGAnimateTransformElement::updateAnimationBaseValueFromElement): (WebCore::SVGAnimateTransformElement::calculateFromAndToValues): (WebCore::SVGAnimateTransformElement::parseTransformValue):
- ksvg2/svg/SVGAnimateTransformElement.h:
- ksvg2/svg/SVGTransform.cpp: (SVGTransform::SVGTransform): (SVGTransform::angle): (SVGTransform::rotationCenter): (SVGTransform::setTranslate): (SVGTransform::setScale): (SVGTransform::setRotate): (SVGTransform::setSkewX): (SVGTransform::setSkewY):
- ksvg2/svg/SVGTransform.h:
- ksvg2/svg/SVGTransformDistance.cpp: (WebCore::SVGTransformDistance::SVGTransformDistance): (WebCore::SVGTransformDistance::scaledDistance): (WebCore::SVGTransformDistance::addSVGTransforms): (WebCore::SVGTransformDistance::addSVGTransform): (WebCore::SVGTransformDistance::addToSVGTransform): (WebCore::SVGTransformDistance::distance):
- ksvg2/svg/SVGTransformDistance.h:
- manual-tests/animation/animateTransform-parser.svg: Added.
- manual-tests/animation/animateTransform-toanimation.svg: Added.
- 2:48 PM Changeset in webkit [19201] by
-
- 5 edits in S60/trunk/WebKit
spadma
DESC: Entering or leaving a secure web site causes several confirmations MLIO-6XCCTG
Reviewed by Zalan, merge of r19200 from 3.1 branch to s60/trunk by brad.
http://bugzilla.opendarwin.org/show_bug.cgi?id=12415
- 2:12 PM Changeset in webkit [19200] by
-
- 5 edits in S60/branches/3.1m/WebKit
spadma <Sachin.Padma@nokia.com>
Reviewed by Zalan, landed by brad.
DESC: Entering or leaving a secure web site causes several confirmations MLIO-6XCCTG
http://bugzilla.opendarwin.org/show_bug.cgi?id=12415
- 11:35 AM Changeset in webkit [19199] by
-
- 3 edits2 deletes in trunk/LayoutTests
Fixed a broken test to actually work (and fail).
- dom/svg/level3/xpath/Conformance_ID-expected.checksum: Removed.
- dom/svg/level3/xpath/Conformance_ID-expected.png: Removed.
- dom/svg/level3/xpath/Conformance_ID-expected.txt:
- dom/svg/level3/xpath/Conformance_ID.svg:
- 10:17 AM Changeset in webkit [19198] by
-
- 8 edits in S60/trunk
bujtas <zbujtas@gmail.com>
Rs'd by Brad
DESC: display fallback content in case of unsupported plugin.
http://bugs.webkit.org/show_bug.cgi?id=12426
fix: webkit should return null, if the plugin is not supported.
- bridge/WebCoreBridge.h:
- kwq/KWQKHTMLPart.cpp: (KWQKHTMLPart::createPart): (KWQKHTMLPart::createSoundstart):