Timeline
Sep 19, 2007:
- 11:44 PM Changeset in webkit [25667] by
-
- 1 copy in tags/Safari-523.7b
New tag.
- 11:44 PM Changeset in webkit [25666] by
-
- 1 edit in trunk/WebKit/win/WebKit.vcproj/VERSION
Bump version for submit
- 10:56 PM Changeset in webkit [25665] by
-
- 2 edits in trunk/WebKit/win
Rubber stamped by Adam Roben.
- WebKit.vcproj/WebKit.sln: Update location of DumpRenderTree and TestNetscapePlugin to point to their new locations.
- 7:03 PM Changeset in webkit [25664] by
-
- 4 edits in trunk
Versioning.
- 7:03 PM Changeset in webkit [25663] by
-
- 1 copy in tags/Safari-4523.7
New tag.
- 7:02 PM Changeset in webkit [25662] by
-
- 1 copy in tags/Safari-5523.7
New tag.
- 5:43 PM Changeset in webkit [25661] by
-
- 4 edits in trunk
WebCore:
Reviewed by Darin Adler.
- WebCore part of speculative fix for <rdar://problem/5490627>, about crashes constructing a String using the values filled in by checkSpellingOfString()
- editing/Editor.cpp: (WebCore::findFirstMisspellingInRange): initialize out parameters the way we do elsewhere; add many assertions for improper results from checkSpellingOfString(); don't create a String at all until we've checked all the ways that checkSpellingOfString() results could indicate invalid string, even the unexpected ones; as an optimization, don't construct a String at all when looping through to mark all instances.
WebKit:
Reviewed by Darin Adler.
- WebKit part of speculative fix for <rdar://problem/5490627>, about crashes constructing a String using the values filled in by checkSpellingOfString()
- WebCoreSupport/WebEditorClient.mm: (WebEditorClient::checkSpellingOfString): convert NSNotFound to -1, since WebCore code expects -1 for this purpose. We already do this in checkGrammarOfString.
- 5:17 PM Changeset in webkit [25660] by
-
- 1 edit1 delete in trunk/WebKitTools
Rubberstamped by Hyatt.
- Spinneret: Removed.
- 5:13 PM Changeset in webkit [25659] by
-
- 2 edits in branches/Safari-2.0-dashboard/WebKit
2007-09-19 Mark Rowe <mrowe@apple.com>
Merge r18567 from trunk to Safari-2.0-dashboard.
2007-01-03 John Sullivan <sullivan@apple.com>
- WebView/WebPDFView.mm: (-[WebPDFView _openWithFinder:]): Tiger build fix: use [NSNumber initWithInt:] rather than the new [NSNumber initWithInteger:]
- 4:55 PM Changeset in webkit [25658] by
-
- 2 edits in trunk/JavaScriptCore
2007-09-19 Holger Hans Peter Freyther <zecke@selfish.org>
Rubber stamped by Adam.
Make the guard/#if use the same name (ENABLE_FTPDIR) as the #define. This follows
the ENABLE_ICONDATABASE example from a couple of lines above.
- wtf/Platform.h:
- 4:14 PM Changeset in webkit [25657] by
-
- 1 edit in trunk/WebCore/ChangeLog
Restore the ChangeLog entries accidently removed by r25646 which was spotted by Mark.
- 4:00 PM Changeset in webkit [25656] by
-
- 4 edits in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
There is no need to have FTPDirectoryDocument stubs. We can
compile FTPDirectoryDocument.cpp and FTPDirectoryTokenizer.cpp
instead.
- WebCore.pro:
- platform/gdk/TemporaryLinkStubs.cpp:
- platform/qt/TemporaryLinkStubs.cpp:
- 4:00 PM Changeset in webkit [25655] by
-
- 2 edits in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
Remove includes that are not needed.
- platform/gdk/TemporaryLinkStubs.cpp:
- 3:59 PM Changeset in webkit [25654] by
-
- 3 edits1 add in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
Move the Pasteboard stubs to PasteboardGdk.cpp.
- WebCore.pro:
- platform/gdk/PasteboardGdk.cpp: Added. (WebCore::Pasteboard::generalPasteboard): (WebCore::Pasteboard::writeSelection): (WebCore::Pasteboard::writeURL): (WebCore::Pasteboard::writeImage): (WebCore::Pasteboard::clear): (WebCore::Pasteboard::canSmartReplace): (WebCore::Pasteboard::documentFragment): (WebCore::Pasteboard::plainText): (WebCore::Pasteboard::Pasteboard):
- platform/gdk/TemporaryLinkStubs.cpp:
- 3:57 PM Changeset in webkit [25653] by
-
- 3 edits1 add in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
Move the Icon stubs to IconGdk.cpp
- WebCore.pro:
- platform/gdk/TemporaryLinkStubs.cpp:
- platform/graphics/gdk/IconGdk.cpp: Added. (WebCore::Icon::Icon): (WebCore::Icon::~Icon): (WebCore::Icon::newIconForFile):
- 3:48 PM Changeset in webkit [25652] by
-
- 3 edits in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
Move the Font stubs to FontGdk.cpp
- platform/gdk/FontGdk.cpp: (WebCore::Font::drawComplexText): (WebCore::Font::floatWidthForComplexText): (WebCore::Font::offsetForPositionForComplexText): (WebCore::Font::selectionRectForComplexText):
- platform/gdk/TemporaryLinkStubs.cpp:
- 3:45 PM Changeset in webkit [25651] by
-
- 3 edits1 add in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
Move the SearchPopupMenu stubs to SearchPopupMenuGdk.cpp
- WebCore.pro:
- platform/gdk/SearchPopupMenuGdk.cpp: Added. (WebCore::SearchPopupMenu::SearchPopupMenu): (WebCore::SearchPopupMenu::saveRecentSearches): (WebCore::SearchPopupMenu::loadRecentSearches): (WebCore::SearchPopupMenu::enabled):
- platform/gdk/TemporaryLinkStubs.cpp:
- 3:39 PM Changeset in webkit [25650] by
-
- 3 edits2 adds in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
Move the ContextMenu and ContextMenuItem stubs to
ContextMenuGdk.cpp and ContextMenuItemGdk.cpp.
- WebCore.pro:
- platform/gdk/ContextMenuGdk.cpp: Added. (WebCore::ContextMenu::ContextMenu): (WebCore::ContextMenu::~ContextMenu): (WebCore::ContextMenu::appendItem): (WebCore::ContextMenu::setPlatformDescription): (WebCore::ContextMenu::platformDescription): (WebCore::ContextMenu::releasePlatformDescription):
- platform/gdk/ContextMenuItemGdk.cpp: Added. (WebCore::ContextMenuItem::ContextMenuItem): (WebCore::ContextMenuItem::~ContextMenuItem): (WebCore::ContextMenuItem::releasePlatformDescription): (WebCore::ContextMenuItem::type): (WebCore::ContextMenuItem::setType): (WebCore::ContextMenuItem::action): (WebCore::ContextMenuItem::setAction): (WebCore::ContextMenuItem::title): (WebCore::ContextMenuItem::setTitle): (WebCore::ContextMenuItem::platformSubMenu): (WebCore::ContextMenuItem::setSubMenu): (WebCore::ContextMenuItem::setChecked):
- platform/gdk/TemporaryLinkStubs.cpp:
- 3:36 PM Changeset in webkit [25649] by
-
- 3 edits in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
Implement the WebCore::fileSize function using g_stat.
- platform/gdk/FileSystemGdk.cpp: (WebCore::fileSize):
- platform/gdk/TemporaryLinkStubs.cpp:
- 3:33 PM Changeset in webkit [25648] by
-
- 4 edits in trunk/WebCore
2007-09-18 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
Move the ResourceHandle stubs from TemporaryLinkStubs
to the ResourceHandleCurl.cpp file. This affects the
Gtk+ and wx port as they share the curl implementation.
- platform/gdk/TemporaryLinkStubs.cpp:
- platform/network/curl/ResourceHandleCurl.cpp: (WebCore::ResourceHandle::willLoadFromCache): (WebCore::ResourceHandle::loadsBlocked):
- platform/wx/TemporaryLinkStubs.cpp:
- 3:26 PM Changeset in webkit [25647] by
-
- 4 edits in trunk/WebKit/gtk
2007-09-17 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
WebKitGtkPage and WebKitGtkFrame have a dependency on each other. To
allow client code to include both headers the typedef's for
WebKitGtkFrame, WebKitGtkPage, WebKitGtkFrameData and WebKitGtkNetworkRequest
are moved into webkitgtkdefines.h and included by both webkitgtkpage.h and
webkitgtkframe.h
- Api/webkitgtkdefines.h:
- Api/webkitgtkframe.h:
- Api/webkitgtkpage.h:
- 3:17 PM Changeset in webkit [25646] by
-
- 2 edits in trunk/WebCore
2007-09-17 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Mark.
Take http://bugs.webkit.org/show_bug.cgi?id=15221 into account
and change the variable names from nameSystem to systemName and
change the name of the function to stringByAdoptingFileSystemRepresentation.
- platform/gdk/FileChooserGdk.cpp: (WebCore::stringByAdoptingFileSystemRepresentation): (WebCore::FileChooser::basenameForWidth):
- 3:02 PM Changeset in webkit [25645] by
-
- 2 edits in trunk/LayoutTests
Reviewed by.
- Layout Test fixe
- fast/dom/Window/new-window-opener.html:
- 2:25 PM Changeset in webkit [25644] by
-
- 1 edit2 adds in trunk/LayoutTests
Reviewed by Geoff and Sam.
- Added test cases for the different features of a new opened window.
- fast/dom/Window/new-window-opener-expected.txt: Added.
- fast/dom/Window/new-window-opener.html: Added.
- 1:51 PM Changeset in webkit [25643] by
-
- 3 edits2 adds in trunk
WebCore:
Reviewed by Geoff Garen.
Fix <rdar://problem/5492141> Assertion in isdigit() on windows Safari
Test: fast/css/hexColor-isDigit-assert.html
- platform/DeprecatedString.cpp: (WebCore::isCharacterAllowedInBase): Check that the character is ascii to avoid an assertions on Windows.
LayoutTests:
Reviewed by Geoff Garen.
Test for <rdar://problem/5492141> Assertion in isdigit() on windows Safari
- fast/css/hexColor-isDigit-assert-expected.txt: Added.
- fast/css/hexColor-isDigit-assert.html: Added.
- 1:17 PM Changeset in webkit [25642] by
-
- 3 edits in trunk/WebCore
Reviewed by Geoff.
<rdar://problem/5489879>
Combination of real player with high connection quality in selecting player makes Safari quit.
Prevent the Real Player plug-in from calling the window proc recursively.
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::wndProc): (WebCore::PluginViewWin::setNPWindowRect): (WebCore::PluginViewWin::determineQuirks): (WebCore::PluginViewWin::PluginViewWin):
- plugins/win/PluginViewWin.h: (WebCore::):
- 11:04 AM Changeset in webkit [25641] by
-
- 25 edits1 move2 adds2 deletes in trunk
WebCore:
Reviewed by Maciej.
Fix for <rdar://problem/5472062> -webkit-user-select: none makes selection difficult
and for <rdar://problem/5472056> REGRESSION: Cannot type into edit fields on a form (sccsheriff.org)
Tests:
This fix has a few steps:
1) Removes the ignore value for the -webkit-user-select property. We now decide when to prevent selection from starting by calling canStartSelection on the node.
2) Implements canStartSelection which returns false for all elements that used to have -webkit-user-select:ignore set, true for content editable nodes,
and walks up the tree to ask the parent before allowing selection to be started on any other nodes.
3) We used to disallow selection from starting within -webkit-user-select:none blocks, but now we only use canStartSelection for that. This will allow easy selections
in cases like iChat where there's a mix of selectable and non-selectable content.
4) Makes -webkit-user-select inherited. After removing the "ignore" value, -webkit-user-select would behave like it was inherited anyways since we already allowed the text value to override the none value.
- css/html4.css: Removed all usage of -webkit-user-select: ignore. This is now handled internally with canStartSelection(). Now -webkit-user-select won't be unintentionally overridden by nodes that don't want to allow selection to be started, but do want to honor the -webkit-user-select to determine whether or not selection is allowed at all.
- editing/SelectionController.cpp: (WebCore::SelectionController::selectAll): Don't try to determine whether selection is allowed inside the root node here. VisiblePosition and Selection creation will keep Selection endpoints out of -webkit-user-select:none regions.
- dom/Node.h:
- dom/Node.cpp: (WebCore::Node::canStartSelection): Added. Always allows selection to be started in a content editable node. If there's a parent, ask the parent if starting a selection is allowed. If there's no parent, default to allowing selection.
- html/HTMLAnchorElement.h:
- html/HTMLAnchorElement.cpp: (WebCore::HTMLAnchorElement::canStartSelection): Added. If its not a link, then calls the base class. Disallows selection for non-editable links. Allows selection for editable links. This logic used to be done in CSSStyleSelector by changing the user-select property.
- html/HTMLButtonElement.h: (WebCore::HTMLButtonElement::canStartSelection): Added. Disallows selection from starting in buttons.
- html/HTMLImageElement.h: (WebCore::HTMLImageElement::canStartSelection): Added. Disallows selection from starting in images.
- html/HTMLInputElement.h:
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::canStartSelection): Added. Disallows selection from anything that's not a text field. Text fields call up to the base class. When they're editable, text controls will always be selectable because of the case for content editable content. Otherwise, they'll respect their parent element's decision about starting a selection.
- html/HTMLSelectElement.h: (WebCore::HTMLSelectElement::canStartSelection): Added. Disallows selection from starting in popup buttons.
- page/EventHandler.cpp: (WebCore::EventHandler::selectClosestWordFromMouseEvent): Use canMouseDownStartSelect instead of the ambiguously named shouldSelect(). (WebCore::EventHandler::handleMousePressEventTripleClick): ditto. (WebCore::EventHandler::handleMousePressEventSingleClick): ditto. (WebCore::EventHandler::updateSelectionForMouseDrag): Use canMouseDragExtendSelect. (WebCore::EventHandler::selectCursor): Paint an ibeam in any region that allows you to click to create a selection. (WebCore::EventHandler::canMouseDownStartSelect): Now fires the selectStart event, and calls canStartSelection instead of checking the user-select property. (WebCore::EventHandler::canMouseDragExtendSelect): This is identical to canMouseDownStartSelect because of 12823, even though it seems strange that we would fire the selectStart event here.
- page/EventHandler.h:
- page/FocusController.cpp: (WebCore::clearSelectionIfNeeded): Calls canStartSelection instead of checking the user-select property to decide when to prevent selection creation.
- rendering/RenderObject.cpp: (WebCore::RenderObject::draggableNode): ditto.
- rendering/RenderObject.h: Removed helper methods that are no longer needed.
- rendering/RenderStyle.h: Made userSelect inherited. After removing the "ignore" value, -webkit-user-select would behave like it was inherited anyways since we already allowed the text value to override the none value. Removed the SELECT_AUTO and SELECT_IGNORE values since they're no longer used. (WebCore::): (WebCore::RenderStyle::userSelect): (WebCore::RenderStyle::setUserSelect): (WebCore::RenderStyle::initialUserSelect):
- rendering/RenderStyle.cpp: (WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData): (WebCore::StyleRareNonInheritedData::operator==): (WebCore::StyleRareInheritedData::StyleRareInheritedData): (WebCore::StyleRareInheritedData::operator==): (WebCore::RenderStyle::diff):
- css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): Remove case for SELECT_AUTO and SELECT_IGNORE
- css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::adjustRenderStyle): Remove adjustment for links. This is now handled in HTMLAnchorElement::canStartSelection. (WebCore::CSSStyleSelector::applyProperty): Map CSS_VAL_AUTO to SELECT_TEXT. Remove CSS_VAL_IGNORE.
LayoutTests:
Reviewed by Maciej.
Tests for <rdar://problem/5472062> -webkit-user-select: none makes selection difficult
and for <rdar://problem/5472056> REGRESSION: Cannot type into edit fields on a form (sccsheriff.org)
- fast/css/computed-style-expected.txt: Updated for default -webkit-user-select value.
- fast/css/computed-style-without-renderer-expected.txt: ditto.
- editing/selection/5333725.html: Re-enabled.
- editing/selection/5333725.html-disabled: Removed.
- editing/selection/user-select-text-inside-user-select-ignore.html-disabled: Removed. Adjusted this test to be more specific and renamed it to textfield-inside-anchor.
- editing/selection/user-select-text-inside-user-select-ignore-expected.txt: Removed.
- fast/forms/textfield-inside-anchor-expected.txt: Added.
- fast/forms/textfield-inside-anchor.html: Added.
- 10:59 AM Changeset in webkit [25640] by
-
- 3 edits in trunk/WebKit
Reviewed by Darin Adler.
<rdar://problem/5491066> soft link Accelerate.framework
- Misc/WebGraphicsExtras.c: (WebConvertBGRAToARGB): Improve launch time performance and reduce vsize footprint by soft linking the Accelerate.framework.
- WebKit.xcodeproj/project.pbxproj: Remove no longer needed frameworks.
- 9:11 AM Changeset in webkit [25639] by
-
- 2 edits in trunk/WebKitTools
WebKitTools:
Reviewed by David Kilzer.
- Scripts/webkitdirs.pm: On Gdk and Qt, check that flex, bison, gperf are available.
- 7:40 AM Changeset in webkit [25638] by
-
- 2 edits in trunk/WebCore
2007-09-19 George Staikos <staikos@kde.org>
As discussed with Brady and Maciej, on platforms without pthreads, use
IconDatabaseNone for now and don't use pthreads. Fixes Qt Win32 build
for now.
- loader/icon/IconDatabase.h:
- 3:07 AM Changeset in webkit [25637] by
-
- 2 edits in trunk/JavaScriptCore
2007-09-19 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej.
<rdar://problem/5487107> NULL dereference crash in FastMallocZone::enumerate when running leaks against Safari
Storing remote pointers to their local equivalents in mapped memory was leading to the local pointer being
interpreted as a remote pointer. This caused a crash when using the result of mapping this invalid remote pointer.
The fix is to follow the pattern used elsewhere in FastMallocZone by always doing the mapping after reading and
never storing the mapped pointer.
- wtf/FastMalloc.cpp: (WTF::FastMallocZone::enumerate):
- 2:45 AM Changeset in webkit [25636] by
-
- 4 edits2 adds in trunk
WebCore:
Reviewed by Maciej.
Fix <rdar://problem/5488539>
(9A550) iPhone Banner on O2.UK site not clickable with Safari due to styled noscript element
Don't create renderer for noscript if scripts are enabled.
Test: fast/dom/noscript-style.html
- html/HTMLElement.cpp: (WebCore::HTMLElement::mapToEntry): (WebCore::HTMLElement::parseMappedAttribute): (WebCore::HTMLElement::checkDTD): (WebCore::HTMLElement::rendererIsNeeded): (WebCore::HTMLElement::createRenderer):
- html/HTMLElement.h:
LayoutTests:
Reviewed by Maciej.
Test for <rdar://problem/5488539>
(9A550) iPhone Banner on O2.UK site not clickable with Safari due to styled noscript element
- fast/dom/noscript-style-expected.txt: Added.
- fast/dom/noscript-style.html: Added.
Sep 18, 2007:
- 11:14 PM Changeset in webkit [25635] by
-
- 9 edits in trunk/WebKit/win
Reviewed by Adam
Final part of <rdar://problem/5471308> - Hook up async icon database on Windows
- CFDictionaryPropertyBag.cpp: (CFDictionaryPropertyBag::CFDictionaryPropertyBag): Took the opportunity to rewrite with a RetainPtr since it became available after the initial implementation (CFDictionaryPropertyBag::setDictionary): (CFDictionaryPropertyBag::dictionary): Added accessor to the CFDictionaryRef to ease use within WebKit (CFDictionaryPropertyBag::QueryInterface): Added IID_CFDictionaryPropertyBag accessor (CFDictionaryPropertyBag::Read): (CFDictionaryPropertyBag::Write):
- CFDictionaryPropertyBag.h: Added IID_CFDictionaryPropertyBag
- WebFrame.cpp: (WebFrame::url): Added accessor, gets the current URL from WebCore (WebFrame::dispatchDidReceiveIcon): Calls through to the WebView (WebFrame::registerForIconNotification): Ditto
- WebFrame.h:
- WebIconDatabase.cpp: (WebIconDatabase::iconDatabaseDidAddIconNotification): (WebIconDatabase::iconDatabaseNotificationUserInfoURLKey): (WebIconDatabase::iconDatabaseDidRemoveAllIconsNotification): (postDidRemoveAllIconsNotification): (postDidAddIconNotification):
- WebIconDatabase.h:
- WebView.cpp: (WebView::close): Unregister for the notification, just in case (WebView::notifyDidAddIcon): Called when the webview gets the didAddIcon notification, compares the url in the notification to the current main frame URL. If they match, calls to dispatchDidReceiveIconFromWebFrame (WebView::registerForIconNotification): (WebView::dispatchDidReceiveIconFromWebFrame): Dispatches the FrameLoadDelegate call. Once the delegate call is dispatched, either via the FrameLoaderClient interface of by listening for a notification, we know that our info is up to date in the IconDatabase and we don't need to listen for the generic notification any long, so we unregister for it here, as well. (WebView::onNotify): The WebView listens for two notifications now, so make the decision which was received
- WebView.h:
- 6:39 PM Changeset in webkit [25634] by
-
- 8 edits2 adds in trunk
WebCore:
Reviewed by Darin.
<rdar://problem/5478250> REGRESSION: After pasting text copied from Mail subject and typing return, the cursor disappears because of negative left margin
When pasting text from the Mail subject line, the RTF pasteboard contains text that has a first line negative indent along with a
paragraph indent that has a counteracting positive indent. This results in the first line being flush left justified, and the remaining
wrapped lines being indented. When this is converted to a DOM fragment, AppKit makes a block element with a margin-left and a negative
text-indent that matches the RTF. So far this is all correct behavior.
When this content is pasted on the line of an existing paragraph that has content, ReplaceSelectionCommand will decided to merge the paragraphs.
This will convert the block element to a style span that has all inherited style properties. These inherited properties will still contain block
properties that have no affect on inline elements. These block properties will hang around on the style span and will get cloned to new block
elements if the user hit return on that line. The new block elements would then have the text-indent but not the margin-left, so the text would be
hidden off the left edge of the page.
In the end, we should never hang on to block-only properties in our style spans. This cuts out meaningless properties and prevents properties
from magically affecting blocks later if the style is cloned for a new block element during a future editing operation.
- editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::removeRedundantStyles): Remove any inherited block properties that are now in the span's style.
- editing/markup.cpp: (WebCore::createMarkup): Ditto.
LayoutTests:
Reviewed by Darin.
Test for <rdar://problem/5478250> REGRESSION: After pasting text copied from Mail subject and typing return, the cursor disappears because of negative left margin
- editing/pasteboard/5478250.html: Added.
- platform/mac/editing/pasteboard/5478250-expected.txt: Added.
Updated results that are affected by the style span being removed or added with different style properties.
- editing/execCommand/5144139-1-expected.txt:
- editing/execCommand/create-list-with-hr-expected.txt:
- editing/pasteboard/merge-end-blockquote-expected.txt:
- editing/pasteboard/styled-element-markup-expected.txt:
- 5:04 PM Changeset in webkit [25633] by
-
- 2 edits in trunk/WebKitLibraries
Build fix. Ran update-webkitsysteminterface script on Tiger, because
the resulting binary differs when built on Tiger. See
<rdar://problem/5490613>.
- libWebKitSystemInterface.a:
- 4:47 PM Changeset in webkit [25632] by
-
- 2 edits2 adds in trunk/WebCore
Land a new UnicodeRange helper class that will be used to determine languages for fonts.
- 4:12 PM Changeset in webkit [25631] by
-
- 3 edits in trunk/WebKit/win
Reviewed by Ada and Geoff
Part of <rdar://problem/5471308> - Get async Icon Database fully hooked up on Windows
Hook up main thread delivery of Icon Database notifications from the secondary thread
- WebIconDatabase.cpp: (WebIconDatabase::WebIconDatabase): Initialize m_deliveryRequested (WebIconDatabase::init): Set the IconDatabaseClient to the shared WebIconDatabase (WebIconDatabase::dispatchDidRemoveAllIcons): Queue the notification to be delivered on the main thread then ask for the delivery (WebIconDatabase::dispatchDidAddIconForPageURL): Ditto (WebIconDatabase::scheduleNotificationDelivery): If the m_deliveryRequested hasn't been set, then set it and perform the callOnMainThread() for WebIconDatabase::deliverNotifications (postDidRemoveAllIconsNotification): (postDidAddIconNotification): (WebIconDatabase::deliverNotifications): Deliver all notifications in the current queue
- WebIconDatabase.h:
- 3:59 PM Changeset in webkit [25630] by
-
- 1 edit in trunk/WebKitTools/DumpRenderTree/win/GCControllerWin.cpp
Touch file in DRT to recompile it now. Frowny-face.
- 3:54 PM Changeset in webkit [25629] by
-
- 3 edits in trunk/WebKitLibraries
Build fix. Ran update-webkitsysteminterface script.
- WebKitSystemInterface.h:
- libWebKitSystemInterface.a:
- 3:25 PM Changeset in webkit [25628] by
-
- 1 copy in tags/Safari-523.6.1b
New tag.
- 3:25 PM Changeset in webkit [25627] by
-
- 1 edit in trunk/WebKit/win/WebKit.vcproj/VERSION
Bump version for submit
- 3:23 PM Changeset in webkit [25626] by
-
- 2 edits in trunk/WebKit
Reviewed by Darin Adler.
Fixed <rdar://problem/5490204> In some cases, WebKit can make the
Foundation disk cache way too big or way too small
Use the actual location of the foundation disk cache, rather than
the user's home directory, when determining how big to make it.
- WebView/WebView.mm: (+[WebView _setCacheModel:]):
- 3:16 PM Changeset in webkit [25625] by
-
- 1 edit in trunk/JavaScriptCore/kjs/CommonIdentifiers.cpp
Touch JavaScriptCore file to force rebuild.
- 2:34 PM Changeset in webkit [25624] by
-
- 2 edits in trunk/WebCore
Fix some HDC badness with my previous checkin.
- 2:32 PM Changeset in webkit [25623] by
-
- 3 edits2 adds in trunk
WebCore:
Reviewed by Darin.
Patch for <rdar://problem/5488478> Safari crashes when passing null to Range.insertNode()
Test: fast/dom/Range-insertNode-crash.html
- dom/Range.cpp: (WebCore::Range::insertNode): Null check the passed in node to insert.
LayoutTests:
Reviewed by Darin.
Test for <rdar://problem/5488478> Safari crashes when passing null to Range.insertNode()
- fast/dom/Range-insertNode-crash-expected.txt: Added.
- fast/dom/Range-insertNode-crash.html: Added.
- 1:59 PM Changeset in webkit [25622] by
-
- 2 edits in trunk/WebKitTools
Add JSRetainPtr.h #include to fix some builds.
- DumpRenderTree/win/LayoutTestControllerWin.cpp:
- 1:58 PM Changeset in webkit [25621] by
-
- 2 edits in trunk/WebCore
2007-09-18 Mike Fenton <mike@staikos.net>
Reviewed by George Staikos.
Retain the pen properties when changing one aspect of the pen.
- html/CanvasStyle.cpp: (WebCore::CanvasStyle::applyStrokeColor):
- 1:55 PM Changeset in webkit [25620] by
-
- 2 edits in trunk/WebCore
2007-09-18 Mike Fenton <mike@staikos.net>
Reviewed by George Staikos.
Make <canvas> work in more cases by restarting the painter after we
finish painting, and restoring the pen and opacity.
- html/HTMLCanvasElement.cpp: (WebCore::HTMLCanvasElement::paint):
- 11:33 AM Changeset in webkit [25619] by
-
- 3 edits2 adds in trunk
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=15169 Freeze on Google maps using the "Dig a hole" tool <rdar://problem/5477414>
Test: fast/dom/CSSStyleDeclaration-empty-string-property.html
- bindings/js/JSCSSStyleDeclarationCustom.cpp: (WebCore::cssPropertyName): Added an early return if the property name is the empty string, thus avoiding a loop that is not prepared for that case.
LayoutTests:
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=15169 Freeze on Google maps using the "Dig a hole" tool <rdar://problem/5477414>
- fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt: Added.
- fast/dom/CSSStyleDeclaration-empty-string-property.html: Added.
- 10:52 AM Changeset in webkit [25618] by
-
- 2 edits in trunk/WebCore
Reviewed by Adam.
- fix <rdar://problem/5415734> <select> dras incorrectly if size of menu options is changed after it pops up once
- platform/win/PopupMenuWin.cpp: (WebCore::PopupMenu::PopupMenu): Removed unnecessary initialization of IntRect. (WebCore::PopupMenu::show): Check that the clientRect is empty instead of checking the entire windowRect -- this fixes a bug where we pop up a tiny 2-pixel high black box when you click on an empty menu. (WebCore::PopupMenu::visibleItems): Base the number of items on the client rect instead of the window rect. Rounding down means this would have worked anyway, but it's more correct to do it this way. (WebCore::PopupMenu::paint): Deallocate the bitmap so it gets reallocated if it has the wrong width or height (or if GetObject returns false, which should not happen in practice).
- 10:23 AM Changeset in webkit [25617] by
-
- 12 edits in trunk
WebCore:
Reviewed by Darin.
<rdar://problem/5486974> REGRESSION(r25373): 1/4 second to doubleclick word in GMail when using Kotoeri IM, also slow in other IMs (15163)
Updated tests:
- fast/dom/Window/window-xy-properties-expected.txt:
- fast/dom/plugin-attributes-enumeration-expected.txt:
- fast/events/onerror-bubbling-expected.txt:
- fast/events/related-target-expected.txt:
- fast/forms/select-namedItem-expected.txt:
- fast/table/incomplete-table-in-fragment-2-expected.txt:
- fast/table/incomplete-table-in-fragment-hang-expected.txt:
- fast/table/large-rowspan-crash-expected.txt:
- plugins/embed-attributes-setting-expected.txt:
- editing/TextIterator.cpp: (WebCore::TextIterator::shouldRepresentNodeOffsetZero): Avoid VisiblePosition check if the current node is a descendant of the start container and the start offset was 0. In that case we already had enough context to correctly decide whether to emit a newline after a preceding block. We chose not to emit (m_haveEmitted is false), so don't second guess that.
(WebCore::TextIterator::exitNode):
Changed some comments.
LayoutTests:
Reviewed by Darin.
Updated for:
<rdar://problem/5486974> REGRESSION(r25373): 1/4 second to doubleclick word in GMail when using Kotoeri IM, also slow in other IMs (15163)
NOTE: This reverts the test result changes I made for rdar://5472125, back to not emitting
a newline for collapsed block or hr at start of range.
- fast/dom/Window/window-xy-properties-expected.txt:
- fast/dom/plugin-attributes-enumeration-expected.txt:
- fast/events/onerror-bubbling-expected.txt:
- fast/events/related-target-expected.txt:
- fast/forms/select-namedItem-expected.txt:
- fast/table/incomplete-table-in-fragment-2-expected.txt:
- fast/table/incomplete-table-in-fragment-hang-expected.txt:
- fast/table/large-rowspan-crash-expected.txt:
- plugins/embed-attributes-setting-expected.txt:
- 6:55 AM Changeset in webkit [25616] by
-
- 2 edits in trunk/WebKitTools
WebKitTools:
Reviewed by Adam.
- Scripts/prepare-ChangeLog:
- Properly parse GECOS field.
- Use git configuration for user name and email when appropriate.