Timeline
Mar 23, 2007:
- 11:24 PM Changeset in webkit [20460] by
-
- 4 edits in trunk/WebCore
Fix Gmail spurious glyphs issue.
- 9:38 PM Changeset in webkit [20459] by
-
- 5 edits4 adds in trunk
LayoutTests:
Reviewed by Adele.
- pixel test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13153 REGRESSION: Visual highlighting of pre-populated blank line in textarea is broken
- editing/selection/doubleclick-crash-expected.checksum:
- editing/selection/doubleclick-crash-expected.png:
- fast/text/selection-hard-linebreak-expected.checksum: Added.
- fast/text/selection-hard-linebreak-expected.png: Added.
- fast/text/selection-hard-linebreak-expected.txt: Added.
- fast/text/selection-hard-linebreak.html: Added.
WebCore:
Reviewed by Adele.
- fix http://bugs.webkit.org/show_bug.cgi?id=13153 REGRESSION: Visual highlighting of pre-populated blank line in textarea is broken
- fix a bug where selecting across a soft line break did not highlight to the end of the first line if it contained skipped whitespace
Test: fast/text/selection-hard-linebreak.html
- rendering/InlineTextBox.cpp: (WebCore::InlineTextBox::selectionState): Changed to treat a selection that ends on the end of a hard line break as if it ends after the line break. Fixed the case of a selection that starts and ends in the same text object as the box but does not intersect it to return SelectionNone instead of selectionBoth.
- 9:05 PM Changeset in webkit [20458] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by Adele.
- test for http://bugs.webkit.org/show_bug.cgi?id=13124 REGRESSION: Reproducible crash in Widget::getView
- fast/frames/hover-timer-crash-expected.txt: Added.
- fast/frames/hover-timer-crash.html: Added.
WebCore:
Reviewed by Adele.
- fix http://bugs.webkit.org/show_bug.cgi?id=13124 REGRESSION: Reproducible crash in Widget::getView
Test: fast/frames/hover-timer-crash.html
- page/Frame.cpp: (WebCore::Frame::setView): Added a call to EventHandler::clear().
- 8:56 PM Changeset in webkit [23182] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Reviewed by Adam
<rdar://5086194> - WebHistory overreleases a CFNumber
- WebHistory.cpp: (WebHistory::loadHistoryGutsFromURL): Don't CFRelease what we didn't legitimately get a ref for!
- 6:41 PM Changeset in webkit [23181] by
-
- 4 edits in branches/WindowsMerge/WebKitWin
Reviewed by Darin.
WebKit part of <rdar://problem/5084881> Add a "turn of site-specific
hacks" menu item to the Debug menu
Added new IWebPrivate::setAllowSiteSpecificHacks SPI.
- Interfaces/IWebViewPrivate.idl: Added declaration.
- WebView.cpp: (WebView::userAgentForKURL): Only give a site-specific UA if site-specific hacks are turned on. (WebView::setAllowSiteSpecificHacks): Added.
- WebView.h: (WebView::allowSiteSpecificHacks): Added.
- 6:18 PM Changeset in webkit [20457] by
-
- 1 edit in trunk/WebCore/editing/ReplaceSelectionCommand.cpp
Forgot to include these nil checks in my previous checkin.
- 5:58 PM Changeset in webkit [20456] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by adele
<rdar://problem/5078739>
Crash in in ReplaceSelectionCommand if the fragment contains only a style span
- editing/pasteboard/5078739-expected.txt: Added.
- editing/pasteboard/5078739.html: Added.
WebCore:
Reviewed by adele
<rdar://problem/5078739>
Crash in in ReplaceSelectionCommand if the fragment contains only a style span
- editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::doApply): Check for an empty fragment after removing a redundant style span instead of before.
- 3:54 PM Changeset in webkit [23180] by
-
- 2 edits in branches/WindowsMerge/WebCore
Reviewed by Maciej.
Fix for <rdar://problem/5083928> In editable webviews, caps lock key is ignored
- platform/win/KeyEventWin.cpp: (WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent): Removed code to store lowercase characters in m_text. Now that we use the character code to create m_text this is already taken care of. This does mean that m_unmodifiedText is not right. This is used for accesskeys, which don't work yet, so that is covered in rdar://5085596. This also fixes line endings in this file.
- 3:32 PM Changeset in webkit [23179] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Reviewed by Hyatt.
Fix for <rdar://problem/5083914> Cursor is wrong for all context
menus
- WebView.cpp: (WebView::handleContextMenuEvent): Set the cursor to the pointer cursor.
- 3:26 PM Changeset in webkit [20455] by
-
- 3 edits2 adds in trunk/JavaScriptCore
Reviewed/landed by Adam.
Bug 13175: Make apollo mac project files for JavaScriptCore actually
build something
http://bugs.webkit.org/show_bug.cgi?id=13175
- Changing apollo mac project files for JavaScriptCore such that they actually build JavaScriptCore source code.
- JavaScriptCore.apolloproj/ForwardingSources/grammar.cpp: Added.
- JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcconfig:
- JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
- 2:48 PM Changeset in webkit [20454] by
-
- 2 edits in trunk/WebCore
<rdar://problem/5085063>
Fix non-looping animation on cuteoverload.com. Just always flush
decoded data for large animated images to avoid our cache getting
out of sync with the image source.
Reviewed by ggaren
- platform/graphics/BitmapImage.cpp: (WebCore::BitmapImage::advanceAnimation):
- 2:09 PM Changeset in webkit [20453] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin.
Fix for <rdar://problem/5061024> REGRESSION: Returning false from onkeypress event on Input is ignored when key is Tab
http://bugs.webkit.org/show_bug.cgi?id= 13020
No known way to add a layout test for this. We would need a way to know exactly how the event was consumed.
- page/EventHandler.cpp: (WebCore::EventHandler::defaultKeyboardEventHandler): If the keypress event has its default behavior prevented, then we should consider the keydown event handled.
- 1:53 PM Changeset in webkit [20452] by
-
- 2 edits in S60/trunk/WebCore
rathnasa, reviewed by zalan
DESC: [S60] ESMS-6YDMWP: TRUE - GSM - broswer crashes on certain web pages
Quick fix to validate null pointers
http://bugs.webkit.org/show_bug.cgi?id=13074
- 1:53 PM Changeset in webkit [23178] by
-
- 2 edits in branches/WindowsMerge
Being a Boy Scout.
- 1:50 PM Changeset in webkit [23177] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/ChangeLog
Reviewed by Adam.
Fixed <rdar://5084888> need to add flickr to spoof list in Boomer WebKit
- WebView.cpp: (WebView::userAgentForKURL): added flickr spoof
- 1:49 PM Changeset in webkit [23176] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Reviewed by NOBODY (OOPS!).
Fixed <rdar://5084888> need to add flickr to spoof list in Boomer WebKit
- WebView.cpp: (WebView::userAgentForKURL): added flickr spoof
- 1:48 PM Changeset in webkit [20451] by
-
- 2 edits in S60/trunk/WebCore
2007-03-23 bujtas <zbujtas@gmail.com>
Reviewed by Sachin.
DESC: onFocus/onClick could destroy the node (and the associated rendered) under the cursor. fix to check
if the renderer is still valid.
http://bugs.webkit.org/show_bug.cgi?id=13172
- kwq/KWQKHTMLPart.cpp:
- 1:43 PM Changeset in webkit [20450] by
-
- 2 edits in S60/branches/3.1m/WebCore
2007-03-23 bujtas <zbujtas@gmail.com>
Reviewed by Sachin.
DESC: onFocus/onClick could destroy the node (and the associated rendered) under the cursor. fix to check
if the renderer is still valid.
http://bugs.webkit.org/show_bug.cgi?id=13172
- kwq/KWQKHTMLPart.cpp:
- 1:42 PM Changeset in webkit [20449] by
-
- 7 edits8 adds in trunk
LayoutTests:
Reviewed by darin
Fixed (was missing a newline):
- editing/execCommand/4917055-expected.txt: Tests setting a caet before the image and changing its alignment:
- editing/execCommand/5080333-1-expected.checksum: Added.
- editing/execCommand/5080333-1-expected.png: Added.
- editing/execCommand/5080333-1-expected.txt: Added.
- editing/execCommand/5080333-1.html: Added. Tests selecting the image and changing its alignment:
- editing/execCommand/5080333-2-expected.checksum: Added.
- editing/execCommand/5080333-2-expected.png: Added.
- editing/execCommand/5080333-2-expected.txt: Added.
- editing/execCommand/5080333-2.html: Added.
WebCore:
Reviewed by darin
<rdar://problem/5080333>
REGRESSION: Selection changes when changing the alignment of an image
Regression occurred when we started using moveParagraphs
to move content in applyBlockStyle. moveParagraphs
moves by copying, deleting and reinserting content, and
so must be accompanied by selection preservation code.
That code uses rangeFromLocationAndLength and rangeLength,
which use TextIterators, which don't emit anything for images
and other replaced elements, causing this bug.
- editing/ApplyStyleCommand.cpp: (WebCore::ApplyStyleCommand::applyBlockStyle): Ask rangeLength and rangeFromLocationAndLength to request that their TextIterators emit spaces for replaced elements. Use rangeCompliantEquivalent()s when creating a Range from VisiblePositions, since some VisiblePositions have illegal deepEquivalent()s.
- editing/CompositeEditCommand.cpp: (WebCore::CompositeEditCommand::moveParagraphs): Ditto.
- editing/TextIterator.cpp: (WebCore::TextIterator::TextIterator): (WebCore::TextIterator::handleReplacedElement): Emit a space if requested. (WebCore::TextIterator::representNodeOffsetZero): Emit ranges before m_node, not around m_lastTextNode. These ranges should represent the part of the document associated with the emitted character. (WebCore::TextIterator::rangeLength): Take in the new bool. (WebCore::TextIterator::rangeFromLocationAndLength): Ditto. Also, don't loop an extra time after finding the end of the range when we're looking for zero length ranges. This appeared to be a workaround for the bugs fixed in representNodeOffsetZero in this patch.
- editing/TextIterator.h:
- 1:05 PM Changeset in webkit [20448] by
-
- 4 edits in tags/Safari-4522.5.1
Versioning.
- 1:03 PM Changeset in webkit [20447] by
-
- 8 edits in tags/Safari-4522.5.1
Merge in r20445.
- 12:58 PM Changeset in webkit [20446] by
-
- 1 copy in tags/Safari-4522.5.1
New tag.
- 12:51 PM Changeset in webkit [20445] by
-
- 8 edits in trunk
2007-03-24 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Darin.
- Configurations/JavaScriptCore.xcconfig: Remove unnecessary INFOPLIST_PREPROCESS.
2007-03-24 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Darin.
- Configurations/JavaScriptGlue.xcconfig: Remove unnecessary INFOPLIST_PREPROCESS.
2007-03-24 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Darin.
- Configurations/WebCore.xcconfig: Remove unnecessary INFOPLIST_PREPROCESS.
2007-03-24 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Darin.
- Configurations/WebKit.xcconfig: Remove unnecessary INFOPLIST_PREPROCESS.
- 12:13 PM Changeset in webkit [20444] by
-
- 2 edits in S60/trunk/WebCore
yadavall, reviewed by <zbujtas@gmail.com>
DESC: Fix NULL pointer check for CacheImage
http://bugs.webkit.org/show_bug.cgi?id=13094
WARNING: NO TEST CASES ADDED OR CHANGED
- bridge/WebCoreBridge.cpp: (CWebCoreBridge::NavigableNodeUnderCursor):
- 11:39 AM Changeset in webkit [20443] by
-
- 2 edits in trunk/WebCore
- html/HTMLBodyElement.cpp: Fix comment typo.
- 11:38 AM Changeset in webkit [20442] by
-
- 2 edits in trunk/WebCore
Patch from Adam Treat to make the Qt build work without SVG and XSLT as well as
with.
- 11:25 AM Changeset in webkit [20441] by
-
- 2 edits in trunk/WebCore
Reviewed by Hyatt.
- <rdar://problem/5074439> handle margins on frame and iframe elements without involving FrameView, FrameLoader, etc.
- html/HTMLBodyElement.cpp: (WebCore::HTMLBodyElement::insertedIntoDocument): Grab the margin from the frame directly here. There was no real benefit to doing this via FrameView. Later we can delete quite a bit of unneeded code here and in WebKit that exists only to set up the margin values in FrameView, which are now unused.
- 11:24 AM Changeset in webkit [20440] by
-
- 5 edits2 adds in trunk
LayoutTests:
Reviewed by Darin.
Tests for <rdar://problem/5080428> REGRESSION: getting value for hidden input element fails after the fix for Bug 11866
http://bugs.webkit.org/show_bug.cgi?id=13121
- fast/dom/HTMLInputElement/input-hidden-value-expected.txt: Added.
- fast/dom/HTMLInputElement/input-hidden-value.html: Added.
- fast/forms/input-value-expected.txt:
WebCore:
Reviewed by Darin.
Fix for <rdar://problem/5080428> REGRESSION: getting value for hidden input element fails after the fix for Bug 11866
http://bugs.webkit.org/show_bug.cgi?id=13121
Rolled out the change for 11866 that made hidden input elements store the value separately from the value attribute.
Added an m_originalValue field that gets set when the element is done being parsed (in closeRenderer). In reset,
use the m_originalValue for hidden input elements.
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::closeRenderer): (WebCore::HTMLInputElement::reset): (WebCore::HTMLInputElement::setValue): (WebCore::HTMLInputElement::storesValueSeparateFromAttribute):
- html/HTMLInputElement.h:
- 11:01 AM Changeset in webkit [20439] by
-
- 2 edits in trunk/WebKitTools
Patch by Adam Treat. Removes hardcoded path to .pro file.
- 10:48 AM Changeset in webkit [20438] by
-
- 2 edits in S60/branches/3.1m/WebKit
2007-03-22 spadma <sachin.padma@nokia.com>
Reviewed by Yongjun.
DESC: When leaving a secure web page, the query "Leaving a secure web page. Continue?" is shown twice
http://bugs.webkit.org/show_bug.cgi?id=13160
TSW ID: PNIO-6T5GMC
- ResourceLoader/src/HttpLoader.cpp: (CHttpLoader::CheckForSecurityStatusChange):
- 10:45 AM Changeset in webkit [20437] by
-
- 2 edits in S60/trunk/WebKit
2007-03-22 spadma <sachin.padma@nokia.com>
Reviewed by Yongjun.
DESC: When leaving a secure web page, the query "Leaving a secure web page. Continue?" is shown twice
http://bugs.webkit.org/show_bug.cgi?id=13160
TSW ID: PNIO-6T5GMC
- ResourceLoader/src/HttpLoader.cpp: (CHttpLoader::CheckForSecurityStatusChange):
- 8:08 AM Changeset in webkit [20436] by
-
- 2 edits in S60/branches/3.1m/WebKit
2007-03-20 spadma <sachin.padma@nokia.com>
Reviewed by Yongjun.
DESC: Browser closes when clicked RSS20 feed icons on motime web
http://bugs.webkit.org/show_bug.cgi?id=13131
TSW ID: AKKO-6Z3AM2
- ResourceLoader/src/DefaultContentHandler.cpp: (CDefaultContentHandler::HandleError):
- 8:07 AM Changeset in webkit [20435] by
-
- 2 edits in S60/trunk/WebKit
2007-03-20 spadma <sachin.padma@nokia.com>
Reviewed by Yongjun.
DESC: Browser closes when clicked RSS20 feed icons on motime web
http://bugs.webkit.org/show_bug.cgi?id=13131
TSW ID: AKKO-6Z3AM2
- ResourceLoader/src/DefaultContentHandler.cpp: (CDefaultContentHandler::HandleError):
- 8:05 AM Changeset in webkit [20434] by
-
- 4 edits in S60/trunk
2007-03-20 sareen
Reviewed by Zalan/Sachin.
DESC: Pointer cannot be moved after opening flash to player and returning to page ( MLIO-6YEGYC )
http://bugs.webkit.org/show_bug.cgi?id=13014
WARNING: NO TEST CASES ADDED OR CHANGED
- bridge/WebCoreBridge.cpp: (CWebCoreBridge::NodeTypeB):
- 8:02 AM Changeset in webkit [20433] by
-
- 4 edits in S60/branches/3.1m
2007-03-20 sareen
Reviewed by Zalan/Sachin.
DESC: Pointer cannot be moved after opening flash to player and returning to page ( MLIO-6YEGYC )
http://bugs.webkit.org/show_bug.cgi?id=13014
WARNING: NO TEST CASES ADDED OR CHANGED
- bridge/WebCoreBridge.cpp: (CWebCoreBridge::NodeTypeB):
- 7:57 AM Changeset in webkit [20432] by
-
- 2 edits in S60/trunk/WebKit
2007-03-22 hongzhao <set EMAIL_ADDRESS environment variable>
Reviewed by zbujtas@gmail.com
DESC: [S60] Some images crash when browsing some wap page - TKWG-6Z59YX in 3.1m branch
Fix: Remove extra image content-type strings added by the server before passing it to the image decoder.
http://bugs.webkit.org/show_bug.cgi?id=13151
- BrowserCore/Renderers/src/ImageRenderer.cpp: (CImageRenderer::ConstructL):
- 7:56 AM Changeset in webkit [20431] by
-
- 2 edits in S60/branches/3.1m/WebKit
2007-03-22 hongzhao <set EMAIL_ADDRESS environment variable>
Reviewed by zbujtas@gmail.com
DESC: [S60] Some images crash when browsing some wap page - TKWG-6Z59YX in 3.1m branch
Fix: Remove extra image content-type strings added by the server before passing it to the image decoder.
http://bugs.webkit.org/show_bug.cgi?id=13151
- BrowserCore/Renderers/src/ImageRenderer.cpp: (CImageRenderer::ConstructL):
- 4:47 AM Changeset in webkit [23175] by
-
- 9 edits in branches/WindowsMerge
WebKitToolsWin:
Reviewed by Oliver.
Implemented dumping of frame scroll positions.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp: (dumpFrameScrollPosition): Ported from Mac. (dump): Added call to dumpFrameScrollPosition. (runTest): Initialize new global.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.h: Added extern declaration.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/LayoutTestController.cpp: (dumpChildFrameScrollPositionsCallback): Implemented.
WebKitWin:
Reviewed by Oliver.
Implemented some WebFrame methods to support dumping frame scroll
offsets in DRT.
- Interfaces/IWebFrame.idl: Changed signature of IWebFrame::childFrames.
- Interfaces/IWebFramePrivate.idl: Added scrollOffset declaration.
- WebFrame.cpp: (WebFrame::name): Implemented. (WebFrame::childFrames): Implemented. (WebFrame::scrollOffset): Implemented.
- WebFrame.h: Updated/added declarations.
- 4:41 AM Changeset in webkit [20430] by
-
- 1 edit in trunk/WebCore/ChangeLog
Add radar reference.
- 4:37 AM Changeset in webkit [20429] by
-
- 3 edits4 adds in trunk
2007-03-23 Mitz Pettel <mitz@webkit.org>
Reviewed by Dave Hyatt.
- fix http://bugs.webkit.org/show_bug.cgi?id=13157 List markers positioned incorrectly and don't repaint properly on Oxford homepage
Test: fast/lists/marker-image-error.html
- rendering/RenderListMarker.cpp: (WebCore::RenderListMarker::imageChanged): Mark ourselves for relayout if the image failed to load, since that means we will use a bullet instead.
2007-03-23 Mitz Pettel <mitz@webkit.org>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=13157 List markers positioned incorrectly and don't repaint properly on Oxford homepage
- fast/lists/marker-image-error-expected.checksum: Added.
- fast/lists/marker-image-error-expected.png: Added.
- fast/lists/marker-image-error-expected.txt: Added.
- fast/lists/marker-image-error.html: Added.
- 4:23 AM Changeset in webkit [20428] by
-
- 2 edits in trunk/WebCore
Fix the compile
- 2:25 AM Changeset in webkit [20427] by
-
- 3 edits in trunk/WebKit
2007-03-23 Mark Rowe <mrowe@apple.com>
Build fix for when BUILDING_ON_TIGER is not defined.
- Misc/WebTypesInternal.h:
- WebView/WebHTMLView.mm:
- 1:32 AM Changeset in webkit [23174] by
-
- 4 edits in branches/WindowsMerge/WebKitWin
WebKitWin:
Reviewed by Oliver.
WebKit part of fix for <rdar://problem/4990740>.
Added IWebDataSourcePrivate::mainDocumentError.
- Interfaces/IWebDataSource.idl: Added method declaration and updated copyrights.
- WebDataSource.cpp: (WebDataSource::mainDocumentError): Implemented.
- WebDataSource.h: Added declaration.
- 12:29 AM Changeset in webkit [23173] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
2007-03-23 Steve Falkenburg <sfalken@apple.com>
Reviewed by Adam.
<rdar://problem/5083645> Spoofed UA for gmail doesn't work - should be removed
- WebView.cpp: (WebView::userAgentForKURL): Remove gmail spoof
- 12:24 AM Changeset in webkit [20426] by
-
- 5 edits in trunk/LayoutTests
Reviewed by Adam.
Make script-add.html more deterministic.
- fast/dom/resources/script3.js:
- fast/dom/resources/script4.js:
- fast/dom/resources/script5.js:
- fast/dom/script-add.html:
Mar 22, 2007:
- 11:14 PM Changeset in webkit [23172] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
Fix for print stylesheets not being honored.
- 11:07 PM Changeset in webkit [20425] by
-
- 4 edits in trunk/WebCore
printing changes
- 10:59 PM Changeset in webkit [23171] by
-
- 2 edits in branches/WindowsMerge/WebCore
Reviewed by Adam Roben.
Fixed <rdar://problem/5082985> Select menus are too see-through
Upped alpha value from 90 to 95. Menus will still seem a little
more see-through than on the mac, since their backgrounds are
white, not grey, but white matches other Windows browsers.
- ChangeLog:
- platform/win/PopupMenuWin.cpp:
- 10:58 PM Changeset in webkit [20424] by
-
- 4 edits in tags/Safari-4522.5
Versioning.
- 10:55 PM Changeset in webkit [20423] by
-
- 1 copy in tags/Safari-522.4.2b
New tag.
- 10:55 PM Changeset in webkit [20422] by
-
- 1 edit8 adds in trunk/JavaScriptCore
Reviewed/landed by Adam.
- Adding mac project files for apollo port of JavaScriptCore. Currently project just builds dftables.
- JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.Debug.xcconfig: Added.
- JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.Release.xcconfig: Added.
- JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcconfig: Added.
- JavaScriptCore.apolloproj/mac/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj: Added.
- 10:50 PM Changeset in webkit [20421] by
-
- 2 edits in tags/Safari-4522.5/WebCore
Merge in r20390.
- 10:47 PM Changeset in webkit [20420] by
-
- 1 copy in tags/Safari-4522.5
New tag.
- 10:00 PM Changeset in webkit [20419] by
-
- 2 edits in trunk/WebCore
Reviewed by Ada.
<rdar://problem/5074974>
CrashTracer: [USER] repro crash in Safari at com.apple.WebCore: WebCore::FrameLoader::activeDocumentLoader const + 6
- loader/mac/NetscapePlugInStreamLoaderMac.mm: (WebCore::NetscapePlugInStreamLoader::didReceiveResponse): Don't use ResourceResponse:isHTTP here since that only looks at the protocol instead of if the response came from a HTTP server (and not a web archive).
- 9:41 PM Changeset in webkit [20418] by
-
- 2 edits in branches/Safari-522/WebCore
Merged 20416 from TOT
- 9:07 PM Changeset in webkit [20417] by
-
- 2 edits in trunk/WebCore
Not reviewed - gdk build fix.
- platform/graphics/cairo/ImageSourceCairo.cpp:
- 8:36 PM Changeset in webkit [20416] by
-
- 2 edits in trunk/WebCore
Fix wheeling issue on gamespot.com
- 8:33 PM Changeset in webkit [20415] by
-
- 1 copy in branches/Safari-522
New branch.
- 8:33 PM Changeset in webkit [20414] by
-
- 1 delete in branches/Safari-522
Removing this branch.
- 6:43 PM Changeset in webkit [23170] by
-
- 2 edits in branches/WindowsMerge/WebCore
Reviewed by Maciej.
<rdar://problem/5081539>
QT content is dupped on a page, if page is being previewed or printed.
Don't update the frame geometry if the document is in printing mode.
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::setFrameGeometry):
- 6:26 PM Changeset in webkit [23169] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
Reviewed by Maciej.
<rdar://problem/5082270>
Crash in windows media player at MTV.COM
Ignore any WM_PAINT events we get while painting.
- WebView.cpp: (WebView::WebView): (WebView::updateBackingStore): (WebView::paint): (WebViewWndProc):
- WebView.h: (WebView::isPainting):
- 5:32 PM Writing Layout Tests for DumpRenderTree edited by
- Removed mouseClick() since it's been removed in r20407. (diff)
- 5:25 PM Changeset in webkit [20413] by
-
- 3 edits8 adds in trunk
LayoutTests:
Reviewed by kevin
<rdar://problem/5081257>
REGRESSION: New Mail signatures start out empty
- editing/selection/5081257-1-expected.checksum: Added.
- editing/selection/5081257-1-expected.png: Added.
- editing/selection/5081257-1-expected.txt: Added.
- editing/selection/5081257-1.html: Added.
- editing/selection/5081257-2-expected.checksum: Added.
- editing/selection/5081257-2-expected.png: Added.
- editing/selection/5081257-2-expected.txt: Added.
- editing/selection/5081257-2.html: Added.
WebCore:
Reviewed by kevin
<rdar://problem/5081257>
REGRESSION: New Mail signatures start out empty
- editing/VisiblePosition.cpp: (WebCore::VisiblePosition::canonicalPosition): Allow descent from positions inside the document into an editable body.
- 5:16 PM Changeset in webkit [23168] by
-
- 2 edits in branches/WindowsMerge/WebCore
Fix by Hyatt, reviewed and committed by me.
Fix for <rdar://problem/5082360> Incomplete frame paint when
shrinking window @ google.com
- platform/win/ScrollViewWin.cpp: (WebCore::ScrollView::setFrameGeometry): Wrong order!
- 5:15 PM Changeset in webkit [20412] by
-
- 3 edits in trunk/WebKit
WebKit:
Reviewed by Darin.
Use BUILDING_ON_TIGER from WebKitPrefix.h instead of local
MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4 tests.
- Misc/WebTypesInternal.h:
- WebView/WebHTMLView.mm:
- 4:57 PM Changeset in webkit [20411] by
-
- 2 edits in trunk/WebCore
Reviewed by Adele and John
<rdar://5043528> - Prepare for new API
- platform/network/ResourceHandle.cpp: (WebCore::ResourceHandle::clearAuthentication): Clear CF type
- 4:26 PM Changeset in webkit [23167] by
-
- 5 edits in branches/WindowsMerge/WebKitTools
Reviewed by Adele.
Implemented layoutTestController.dumpTitleChanges.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp: (runTest): Initialize new global.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.h: Added extern declaration.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/LayoutTestController.cpp: (dumpTitleChangesCallback): Implemented.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/WaitUntilDoneDelegate.cpp: (WaitUntilDoneDelegate::didReceiveTitle): Implemented.
- 3:14 PM Changeset in webkit [20410] by
-
- 2 edits in trunk/WebCore
Patch by Hyatt, reviewed and committed by me.
Does not reproduce consistently, so a layout test does not seem
possible.
Fix for <rdar://problem/5082421> Constantly hitting ASSERT(!
needsLayout()) in RenderView::paint()
- page/FrameView.cpp: (WebCore::FrameView::layoutPending): It is not enough to ask if the layout timer is active. There may be times that we don't have a body yet so we cannot schedule layout yet, but the root still needs layout.
- 3:08 PM Changeset in webkit [20409] by
-
- 7 edits in S60/branches/3.1m
2007-03-22 spadma
Reviewed by Zalan.
DESC: TMCN-6Z8J7S Opening a web bank application crashes the browser
http://bugs.webkit.org/show_bug.cgi?id=13162
- BrowserView/inc/WebKitLoader.h:
- BrowserView/src/WebKitLoader.cpp: (CWebKitLoader::~CWebKitLoader): (CWebKitLoader::SetPageUrlL):
- BrowserView/src/webkitbridge.cpp: (CWebKitBridge::SaveFormData):
- 3:08 PM Changeset in webkit [20408] by
-
- 7 edits in S60/trunk
2007-03-22 spadma
Reviewed by Zalan.
DESC: TMCN-6Z8J7S Opening a web bank application crashes the browser
http://bugs.webkit.org/show_bug.cgi?id=13162
- BrowserView/inc/WebKitLoader.h:
- BrowserView/src/WebKitLoader.cpp: (CWebKitLoader::~CWebKitLoader): (CWebKitLoader::SetPageUrlL):
- BrowserView/src/webkitbridge.cpp: (CWebKitBridge::SaveFormData):
- 2:58 PM Changeset in webkit [23166] by
-
- 2 edits in branches/WindowsMerge/WebKitTools
Rubberstamped by Geoff.
Removed eventSender.mouseClick now that it isn't used.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/EventSender.cpp:
- 2:53 PM Changeset in webkit [20407] by
-
- 8 edits2 deletes in trunk
LayoutTests:
Reviewed by Geoff.
Replaced all calls to eventSender.mouseClick with paired calls to
mouseDown/mouseUp.
- fast/events/click-count.html:
- fast/events/event-sender-mouse-click-expected.txt: Removed.
- fast/events/event-sender-mouse-click.html: Removed.
- fast/events/frame-click-focus.html:
- fast/events/objc-event-api.html:
- fast/forms/focus-selection-input.html:
- fast/forms/focus-selection-textarea.html:
WebKitTools:
Reviewed by Geoff.
Removed eventSender.mouseClick because it was only useful for AppKit
controls, which we don't use anymore.
- DumpRenderTree/EventSendingController.m: (+[EventSendingController isSelectorExcludedFromWebScript:]): Removed mouseClick.
- 2:52 PM Changeset in webkit [23165] by
-
- 4 edits in branches/WindowsMerge/WebKitWin
WebKitWin:
Reviewed by Anders.
Fix for <rdar://problem/5071358> window.open won't work with empty urls (24fun test)
- Interfaces/IWebURLRequest.idl:
- WebMutableURLRequest.cpp: (WebMutableURLRequest::isEmpty): Added. Checks whether the ResourceRequest is empty. On the mac, NSURLRequests created from empty ResourceRequests are nil. We may want to consider that in the future, but there were too many places in the app that expected the IWebURLRequest to be non-null.
- WebMutableURLRequest.h:
- 2:52 PM Changeset in webkit [20406] by
-
- 2 edits in S60/trunk/WebKit
2007-03-21 vbradley <vincent.bradley@nokia.com>
Reviewed by Sachin.
DESC: ASAA-6X5DX8 : NewsTicker SVG icon doesn't display
http://bugs.webkit.org/show_bug.cgi?id=13144
- Plugin/src/PluginWin.cpp: (CPluginWin::WriteStreamToFileL):
- 2:50 PM Changeset in webkit [20405] by
-
- 2 edits in S60/branches/3.1m/WebKit
2007-03-21 vbradley <vincent.bradley@nokia.com>
Reviewed by Sachin.
DESC: ASAA-6X5DX8 : NewsTicker SVG icon doesn't display
http://bugs.webkit.org/show_bug.cgi?id=13144
- Plugin/src/PluginWin.cpp: (CPluginWin::WriteStreamToFileL):
- 2:20 PM Changeset in webkit [20404] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin
Followup for recent fix to 5079700, found by assertion added to Safari.
- page/mac/FrameMac.mm: (WebCore::Frame::searchForLabelsBeforeElement): Fixed another place in this method where an empty NSString was being returned instead of nil. Cleaned up the style a little too.
- 2:03 PM Changeset in webkit [20403] by
-
- 1 edit in tags/JavaScriptCore-5522.4.1/JavaScriptCore/Info.plist
Versioning
- 2:03 PM Changeset in webkit [20402] by
-
- 2 edits in tags/JavaScriptCore-5522.4.1/JavaScriptCore
Merging fix from r20368.
- 2:00 PM Changeset in webkit [20401] by
-
- 1 copy in tags/JavaScriptCore-5522.4.1/JavaScriptCore
New tag (part 2.)
- 2:00 PM Changeset in webkit [20400] by
-
- 1 delete in tags/JavaScriptCore-5522.4.1/JavaScriptCore
Removing bad tag.
- 1:59 PM Changeset in webkit [20399] by
-
- 1 copy in tags/JavaScriptCore-5522.4.1/JavaScriptCore
New tag (part 2.)
- 1:58 PM Changeset in webkit [20398] by
-
- 1 add in tags/JavaScriptCore-5522.4.1
New tag (part 1.)
- 1:56 PM Changeset in webkit [20397] by
-
- 1 move in tags/WebCore-5522.4.1
Move this tag.
- 1:53 PM Changeset in webkit [20396] by
-
- 1 edit in tags/Safari-5522.4.1/WebCore/Info.plist
Versiong.
- 1:52 PM Changeset in webkit [20395] by
-
- 5 edits in tags/Safari-5522.4.1/WebCore
Merging fix from r20381.
- 1:51 PM Changeset in webkit [20394] by
-
- 1 copy in tags/Safari-5522.4.1/WebCore
New tag (part 2.)
- 1:50 PM Changeset in webkit [20393] by
-
- 1 add in tags/Safari-5522.4.1
New tag (part 1.)
- 1:45 PM Changeset in webkit [20392] by
-
- 4 edits in trunk/WebCore
Remove unnecessary destroyFrameAtIndex call. Now that we throw away
the image source, it is no longer needed.
Reviewed by beth
- platform/graphics/BitmapImage.cpp: (WebCore::BitmapImage::destroyDecodedData):
- 12:28 PM Changeset in webkit [20391] by
-
- 2 edits in S60/trunk/WebKit
borges, reviewed by bradley
DESC: minor fix to renderer.mmpi for new build system
http://bugs.webkit.org/show_bug.cgi?id=13027
- group/renderer.mmpi:
- 12:09 PM Changeset in webkit [20390] by
-
- 2 edits in trunk/WebCore
Reviewed by Geoff, Darin.
<rdar://problem/5077892> In RapidWeaver 3.5.1, a crash occurs when attempting to load Safari Bookmarks in iMedia Browser
- platform/mac/ThreadCheck.mm: (WebCore::_WebCoreThreadViolationCheck): Change default on Tiger to NSLog rather than raise an exception.
- 11:22 AM Changeset in webkit [20389] by
-
- 2 edits in trunk/WebCore
Reviewed by Brady.
- use binary_search instead of hash table; slightly better performance and less memory use
- platform/network/ResourceHandle.cpp: (WebCore::ResourceHandle::portAllowed): Use binary_search.
- 11:17 AM Changeset in webkit [20388] by
-
- 4 edits in trunk
WebCore:
Reviewed by Adele.
- fix <rdar://problem/5074630> detachChildren call should move from WebKit to WebCore
- loader/FrameLoader.cpp: (WebCore::FrameLoader::setDocumentLoader): Add a call to detachChildren() after the call to prepareForDataSourceReplacement(). There was no reason for this crucial loading step to be left to the client.
WebKit:
Reviewed by Adele.
- fix <rdar://problem/5074630> detachChildren call should move from WebKit to WebCore
- WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::prepareForDataSourceReplacement): Remove call to detachChildren. This should be a WebCore responsibility.
- 3:55 AM Changeset in webkit [23164] by
-
- 2 edits in branches/WindowsMerge/WebCore
Fix crasher in RenderTableSection::paint
- 3:55 AM Changeset in webkit [23163] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/ChangeLog
Fix crasher in RenderTableSection::paint
- 3:55 AM Changeset in webkit [23162] by
-
- 4 edits in branches/WindowsMerge/WebKitWin
Fix crasher in RenderTableSection::paint
- 3:47 AM Changeset in webkit [20387] by
-
- 1 edit in trunk/WebCore/platform/ScrollView.h
- 2:21 AM Changeset in webkit [20386] by
-
- 6 edits2 adds in trunk
LayoutTests:
Reviewed by Ada.
Added a new test to make sure that eventSender.mouseClick works
correctly.
- fast/events/click-count-expected.txt: Added.
- fast/events/click-count.html: Added.
Updated results for some tests that depended on the broken version of
eventSender.mouseClick.
- fast/events/objc-event-api-expected.txt:
- fast/forms/focus-selection-input-expected.txt:
- fast/forms/focus-selection-textarea-expected.txt:
WebKitTools:
Reviewed by Ada.
Make eventSender.mouseClick actually send a mouse up event.
- DumpRenderTree/EventSendingController.m: (-[EventSendingController mouseClick]):
- 2:13 AM Changeset in webkit [20385] by
-
- 5 edits in trunk/WebCore
Minor refactoring and cleanup of the bridge calls that want to control layout settings on the RenderView.
Have the bridge talk through the FrameView instead of just asking for the RenderView directly.
Add an assert to help catch situations where the RenderView needs layout at paint time, since this is a known
catastrophic scenario that will (much of the time) result in a crash in RenderTableSection::paint.
Reviewed by aroben
- page/FrameView.cpp: (WebCore::FrameView::adjustViewSize): (WebCore::FrameView::needsLayout): (WebCore::FrameView::setNeedsLayout):
- page/FrameView.h:
- page/mac/WebCoreFrameBridge.mm: (-[WebCoreFrameBridge needsLayout]): (-[WebCoreFrameBridge setNeedsLayout]):
- rendering/RenderView.cpp: (WebCore::RenderView::paint):
- 1:51 AM Changeset in webkit [23161] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
2007-03-22 Ada Chan <adachan@apple.com>
WebKitWin:
Reviewed by Hyatt and Alice.
Changed the mouse event processing in the WebView wndproc so we actually
allow a mouse event with click count > 3, which matches the mac safari behavior.
Set globalPrevButton and globalPrevPoint also in mouse down.
- WebView.cpp: (WebView::handleMouseEvent):
- 12:04 AM Changeset in webkit [23160] by
-
- 2 edits in branches/WindowsMerge/WebCore
Fix wheel events.