Timeline
Sep 3, 2007:
- 9:31 AM Changeset in webkit [25351] by
-
- 2 edits in trunk/WebCore
Reviewed by Kevin Decker.
<rdar://problem/5456785> REGRESSION (r15963-r15970): Heading text not placed in VoiceOver Item Chooser (15132)
- bridge/mac/WebCoreAXObject.mm: (-[WebCoreAXObject title]): For headings, return the text under the element instead of nil.
- 6:48 AM Changeset in webkit [25350] by
-
- 2 edits in trunk/WebCore
2007-08-20 Oleg Sukhodolsky <son.two@gmail.com>
Reviewed by Mark.
WebKitQt/WebCoreSupport should not be added to INCLUDEPATH for gdk-port
- WebCore.pro:
- 2:56 AM Changeset in webkit [25349] by
-
- 12 edits in trunk
2007-09-03 Mark Rowe <mrowe@apple.com>
Reviewed by Tim Hatcher.
<rdar://problem/5452164> Production build with in symbols directory has no debug info
Enable debug symbol generation on all build configurations. Production builds are stripped
of symbols by Xcode during deployment post-processing.
- Configurations/Base.xcconfig:
- JavaScriptCore.xcodeproj/project.pbxproj:
2007-09-03 Mark Rowe <mrowe@apple.com>
Reviewed by Tim Hatcher.
<rdar://problem/5452164> Production build with in symbols directory has no debug info
Enable debug symbol generation on all build configurations. Production builds are stripped
of symbols by Xcode during deployment post-processing.
- Configurations/Base.xcconfig:
- JavaScriptGlue.xcodeproj/project.pbxproj:
2007-09-03 Mark Rowe <mrowe@apple.com>
Reviewed by Tim Hatcher.
<rdar://problem/5452164> Production build with in symbols directory has no debug info
Enable debug symbol generation on all build configurations. Production builds are stripped
of symbols by Xcode during deployment post-processing.
- Configurations/Base.xcconfig:
- WebCore.xcodeproj/project.pbxproj:
2007-09-03 Mark Rowe <mrowe@apple.com>
Reviewed by Tim Hatcher.
<rdar://problem/5452164> Production build with in symbols directory has no debug info
Enable debug symbol generation on all build configurations. Production builds are stripped
of symbols by Xcode during deployment post-processing.
- Configurations/Base.xcconfig:
- WebKit.xcodeproj/project.pbxproj:
Sep 2, 2007:
- 6:37 PM Changeset in webkit [25348] by
-
- 8 edits in trunk
WebCore:
Reviewed by John Sullivan and Mark Rowe
Groundwork for support for monitoring IconDatabase in-memory statistics
- WebCore.exp:
- loader/icon/IconDatabase.cpp: (WebCore::IconDatabase::pageURLMappingCount): Stub for now (WebCore::IconDatabase::retainedPageURLCount): Ditto (WebCore::IconDatabase::iconRecordCount): Ditto (WebCore::IconDatabase::iconRecordCountWithData): Ditto
- loader/icon/IconDatabase.h:
WebKit:
Reviewed by John Sullivan and Mark Rowe
Groundwork for support for monitoring IconDatabase in-memory statistics
- Misc/WebCoreStatistics.h:
- Misc/WebCoreStatistics.mm: (+[WebCoreStatistics iconPageURLMappingCount]): (+[WebCoreStatistics iconRetainedPageURLCount]): (+[WebCoreStatistics iconRecordCount]): (+[WebCoreStatistics iconsWithDataCount]):
- 6:17 PM Changeset in webkit [25347] by
-
- 2 edits in trunk/WebCore
2007-09-02 Mark Rowe <mrowe@apple.com>
Reviewed by Antti.
<rdar://problem/5454704> WebKit seems to get too-narrow widths for "Monotype Corsiva", so lays out incorrectly
- platform/mac/FontDataMac.mm: (WebCore::FontData::determinePitch): Work around NSFont incorrectly reporting Monotype Corsiva as fixed pitch.
- 8:19 AM UsingSafari2WithSafari3PublicBetaInstalled created by
- 7:52 AM WikiStart edited by
- (diff)
Sep 1, 2007:
- 9:44 PM Changeset in webkit [25346] by
-
- 3 edits1 delete in trunk
WebCore:
- rolled out fix for bug 12988 because it broke getElementById in a layout test I'm working on a new fix.
- dom/Document.cpp: Rolled out.
LayoutTests:
- rolled out the test case for 12988 until we re-fix it
- fast/dom/duplicate-ids-document-order.html: Removed.
- 4:04 PM Changeset in webkit [25345] by
-
- 24 edits in trunk
gtk:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
EditorClient::setInputMethodState stub
- WebCoreSupport/EditorClientGtk.cpp: (WebKit::EditorClient::setInputMethodState):
- WebCoreSupport/EditorClientGtk.h:
WebCore:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
Adding a new EditorClient method so it is possible to inform WebKit of focus changes.
Also added new virtual method Node::shouldUseInputMethod to allow us to trivially check
whether an input method should be used when processing input for the currently focused
Node.
- bridge/EditorClient.h:
- dom/Node.cpp: (WebCore::Node::shouldUseInputMethod):
- dom/Node.h:
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::shouldUseInputMethod):
- html/HTMLInputElement.h:
- html/HTMLTextAreaElement.cpp: (WebCore::HTMLTextAreaElement::shouldUseInputMethod):
- html/HTMLTextAreaElement.h:
- page/FocusController.cpp: (WebCore::FocusController::setFocusedNode):
- platform/graphics/svg/SVGImageEmptyClients.h: (WebCore::SVGEmptyEditorClient::setInputMethodState):
WebKit:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
EditorClient::setInputMethodState stub
- WebCoreSupport/WebEditorClient.h:
- WebCoreSupport/WebEditorClient.mm: (WebEditorClient::setInputMethodState):
WebKitQt:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
EditorClient::setInputMethodState stub
- WebCoreSupport/EditorClientQt.cpp: (WebCore::EditorClientQt::setInputMethodState):
- WebCoreSupport/EditorClientQt.h:
win:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
When focusing a password field or a non-editable element we disassociate any IME that may have
been active, and reassociate should a non-password editable element is focused.
This makes password input with an IME active simpler, and brings our IME behaviour in line with
IE.
- WebEditorClient.cpp: (WebEditorClient::setInputMethodState):
- WebEditorClient.h:
- WebView.cpp: (IMMDict::IMMDict): (WebView::setInputMethodState):
- WebView.h:
- 7:05 AM Changeset in webkit [25344] by
-
- 1 edit in tags/Safari-5523.3.1/WebKit/Configurations/Version.xcconfig
Versioning.
- 7:05 AM Changeset in webkit [25343] by
-
- 2 edits in tags/Safari-5523.3.1/WebKit
Merge r25300.
2007-08-29 Anders Carlsson <andersca@apple.com>
Fix 64-bit build.
- WebCoreSupport/WebFrameBridge.mm:
- 6:55 AM Changeset in webkit [25342] by
-
- 1 copy in tags/Safari-5523.3.1
New tag.
- 1:08 AM Changeset in webkit [25341] by
-
- 3 edits2 adds in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12988
First element (in document order) is not returned when other duplicate ID-ed elements were created first
Reset the element id cache when id's are added or removed and there
are duplicates for that id.
- 12:43 AM Changeset in webkit [25340] by
-
- 9 edits in trunk/WebCore
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15083
Some symbols in WebKit do not need to be exported
Do not export these symbols.
Aug 31, 2007:
- 10:44 PM Changeset in webkit [25339] by
-
- 2 edits in trunk/WebKit/win
<rdar://problem/5432594> Safari quits when hovering over mailto links on a webpage
In addition to substituting %@ with %s, we also need to substitute %{1-9}$@ with %{1-9}$s.
- 7:11 PM Changeset in webkit [25338] by
-
- 1 copy in tags/Safari-4523.3
New tag.
- 5:56 PM Changeset in webkit [25337] by
-
- 1 copy in tags/Safari-523.3b
New tag.
- 5:56 PM Changeset in webkit [25336] by
-
- 1 edit in trunk/WebKit/win/WebKit.vcproj/VERSION
Bump version for submit
- 4:02 PM Changeset in webkit [25335] by
-
- 5 edits4 adds in trunk
WebCore:
Reviewed by Tim Hatcher.
Fixed <rdar://problem/5420682> Mail crashes at WebCore::InsertLineBreakCommand::doApply() after dropping a selected image over container's close box
- editing/DeleteButtonController.cpp: (WebCore::DeleteButtonController::show): Factored out the code in ::show() that created and styled the elements of the Deletion UI
(WebCore::DeleteButtonController::createDeletionUI):
Neglecting to move the append of the deletionUI elements into the same clause that handles the creation
of them ended up creating multiple elements at were repeatedly appended to the target, resulting in a
bloated table deletion UI which was slow to show and hide.
- editing/DeleteButtonController.h: (WebCore::DeleteButtonController::enabled): Restore this function to how it used to be pre-r25305, sans asserts
- editing/EditCommand.cpp: Add disable/enable sandwich when undoing/redoing commands too (WebCore::EditCommand::unapply): (WebCore::EditCommand::reapply):
LayoutTests:
Reviewed by Tim Hatcher.
Test for <rdar://problem/5420682> Mail crashes at WebCore::InsertLineBreakCommand::doApply() after dropping a selected image over container's close box
- editing/deleting/deletionUI-single-instance.html: Added.
- platform/mac/editing/deleting/deletionUI-single-instance-expected.checksum: Added.
- platform/mac/editing/deleting/deletionUI-single-instance-expected.png: Added.
- platform/mac/editing/deleting/deletionUI-single-instance-expected.txt: Added.
- 3:09 PM Changeset in webkit [25334] by
-
- 3 edits in trunk/WebCore
Reviewed by Anders.
Fix <rdar://problem/5452943>
REGRESSION (r25283): Reproducible crash in HTMLObjectElement::getInstance under guard malloc
Calling updateLayoutIgnorePendingStylesheets() may do arbitrary things to render tree so
no RenderObjects can be cached over it.
- html/HTMLEmbedElement.cpp: (WebCore::findWidgetRenderer): (WebCore::HTMLEmbedElement::getInstance):
- html/HTMLObjectElement.cpp: (WebCore::HTMLObjectElement::getInstance):
- 2:57 PM Changeset in webkit [25333] by
-
- 2 edits in trunk/WebCore
Reviewed by Mitz.
<rdar://problem/5443936>
Crash after QT movie completes playback at apple.com/imac
If the plug-in or one of its children have focus, set it to NULL to prevent the web view window from getting the focus,
which can cause a layout to happen while in HTMLObjectElement::detach. (This is what we do on the Mac).
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::setParent):
- 11:51 AM Changeset in webkit [25332] by
-
- 4 edits2 adds in trunk
WebCore:
Reviewed by Justin.
Fix for <rdar://problem/5450600> REGRESSION: can't paste in textfield if its in a body that has user-select:none set (affects widgets)
Test: editing/pasteboard/paste-plaintext-user-select-none.html
- editing/ReplaceSelectionCommand.cpp: (WebCore::ReplacementFragment::insertFragmentForTestRendering): Copy the user-select style from the current selection node and apply it so it is considered during the test rendering. This is important since we recently changed user-select to be inherited. When we consider valid VisiblePositions for the test rendering, we need to have the correct user-select value that will actually be used for the real insertion.
LayoutTests:
Reviewed by Justin.
Test for <rdar://problem/5450600> REGRESSION: can't paste in textfield if its in a body that has user-select:none set (affects widgets)
- editing/pasteboard/paste-plaintext-user-select-none-expected.txt: Added.
- editing/pasteboard/paste-plaintext-user-select-none.html: Added.
- fast/forms/textarea-paste-newline.html: Updated to escape '\n' in failure description.
- 11:16 AM Changeset in webkit [25331] by
-
- 2 edits in trunk/WebCore
Reviewed by Oliver.
<rdar://problem/5423939>
http://bugs.webkit.org/show_bug.cgi?id=15013
ASSERTION FAILED !m_inDestructor in WebCore::Shared<WebCore::PluginStreamWin>::ref() on Windows
Protect the stream in case it's destroyed by the plug-in.
- plugins/win/PluginStreamWin.cpp: (WebCore::PluginStreamWin::didReceiveData):
- 9:13 AM Changeset in webkit [25330] by
-
- 2 edits in trunk/WebCore
Reviewed by Anders.
- editing/htmlediting.cpp: (WebCore::avoidIntersectionWithNode): Change assertion so that it only fires when actually modifying the selection. This isn't nearly as helpful, because the old assertion could catch potential problems in more cases, but it's not obvious how to do better.
Aug 30, 2007:
- 9:33 PM Changeset in webkit [25329] by
-
- 3 edits2 adds in trunk
WebCore:
Reviewed by Adam.
<rdar://problem/5430772> REGRESSION(303-310A5) list items do not show with mouse over on istweb.apple.com/quack.apple.com
VC++ treats bitfields as signed members, so Node::m_styleChange would be
sign extended if it was assigned the value FullStyleChange. This caused
style recalculation to stop propagating.
We work around this VC++ oddity by storing the enum as an unsigned, and
casting back to StyleChangeType in the getter.
Test: fast/css/hover-affects-child.html
- dom/Node.h: (WebCore::Node::styleChangeType):
LayoutTests:
Reviewed by Adam.
Simple test case to ensure that hover affects are correctly propagated
- fast/css/hover-affects-child-expected.txt: Added.
- fast/css/hover-affects-child.html: Added.
- 6:40 PM Changeset in webkit [25328] by
-
- 1 edit in trunk/WebCore/editing/InsertParagraphSeparatorCommand.cpp
Fixing comma placement.
- 6:36 PM Changeset in webkit [25327] by
-
- 9 edits14 adds11 deletes in trunk
WebCore:
Reviewed by Darin.
<rdar://problem/5368833>
REGRESSION: Pasting a triple-clicked line of quoted text at the top of a message adds an extra, quoted line
- editing/CompositeEditCommand.cpp: (WebCore::CompositeEditCommand::insertParagraphSeparator): Added an option for using a plain div to hold the new paragraph, instead of a clone of the previous block.
- editing/CompositeEditCommand.h:
- editing/InsertParagraphSeparatorCommand.cpp: Ditto. (WebCore::InsertParagraphSeparatorCommand::InsertParagraphSeparatorCommand): Ditto. (WebCore::InsertParagraphSeparatorCommand::doApply): Ditto.
- editing/InsertParagraphSeparatorCommand.h:
- editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::doApply): Use a default block element when creating new paragraphs, so that empty paragraphs don't contain the block style of the previous one. Don't expand collapsed brs at the end of inserted content, this was the root of the bug. We'd copy <blockquote>hello<br></blockquote><br class="Apple-interchange-newline"> and get an extra paragraph. The removed code used to make sure that if the copied selection ends with a paragraph break that is represented in the copied markup by a regular br (not an interchange newline br), that that paragraph break appears in the pasted content, but shouldMergeEnd, which was introduced after this code was written, now takes care of that. (WebCore::ReplaceSelectionCommand::shouldRemoveEndBR): Inserted content should always displace placeholder brs, even if that inserted content ends with a br.
- editing/markup.cpp: (WebCore::needInterchangeNewlineAfter): This code failed to add an interchange newline if the user copied <div>hello</div><br>, only don't add an interchange newline when copying hello<br><br>, because then the copied paragraph break will already be represented in the copied markup by a br. (WebCore::createMarkup):
LayoutTests:
Reviewed by Darin.
<rdar://problem/5368833>
REGRESSION: Pasting a triple-clicked line of quoted text at the top of a message adds an extra, quoted line
Tested for behavior that we no longer want to have:
- editing/pasteboard/quirks-mode-br-2-expected.checksum: Removed.
- editing/pasteboard/quirks-mode-br-2-expected.png: Removed.
- editing/pasteboard/quirks-mode-br-2-expected.txt: Removed.
- editing/pasteboard/quirks-mode-br-2.html: Removed.
- platform/mac/editing/pasteboard: Added.
Demonstrates bug:
- editing/pasteboard/5368833.html: Added.
- platform/mac/editing/pasteboard/5368833-expected.checksum: Added.
- platform/mac/editing/pasteboard/5368833-expected.png: Added.
- platform/mac/editing/pasteboard/5368833-expected.txt: Added.
Regenerated these expected results to reflect new behavior:
- editing/pasteboard/paste-text-012-expected.checksum: Removed.
- editing/pasteboard/paste-text-012-expected.png: Removed.
- editing/pasteboard/paste-text-012-expected.txt: Removed.
- editing/pasteboard/paste-text-013-expected.checksum: Removed.
- editing/pasteboard/paste-text-016-expected.checksum: Removed.
- editing/pasteboard/paste-text-016-expected.png: Removed.
- editing/pasteboard/paste-text-016-expected.txt: Removed.
- platform/mac/editing/pasteboard/paste-text-012-expected.checksum: Added.
- platform/mac/editing/pasteboard/paste-text-012-expected.png: Added.
- platform/mac/editing/pasteboard/paste-text-012-expected.txt: Added.
- platform/mac/editing/pasteboard/paste-text-013-expected.checksum: Added.
- platform/mac/editing/pasteboard/paste-text-013-expected.png: Added.
- platform/mac/editing/pasteboard/paste-text-013-expected.txt: Added.
- platform/mac/editing/pasteboard/paste-text-016-expected.checksum: Added.
- platform/mac/editing/pasteboard/paste-text-016-expected.png: Added.
- platform/mac/editing/pasteboard/paste-text-016-expected.txt: Added.
- 6:04 PM Changeset in webkit [25326] by
-
- 10 edits in tags/Safari-5523.3
Merge r25283.
WebCore:
Reviewed by Darin.
<rdar://problem/5424866> Bottom portion of any Web Clip widget appears transparent
Restore the previous behavior, creating plug-ins on attach, for WebKit plug-ins. Netscape plug-ins
are still created during the first layout.
- html/HTMLEmbedElement.cpp: (WebCore::HTMLEmbedElement::getInstance): Only call layout if the renderer doesn't have a widget.
- html/HTMLObjectElement.cpp: (WebCore::HTMLObjectElement::getInstance): Likewise.
- loader/FrameLoader.cpp: (WebCore::FrameLoader::shouldUsePlugin): Update for enum change.
- loader/FrameLoaderTypes.h: Add ObjectContentNetscapePlugin and ObjectContentOtherPlugin.
- page/mac/WebCoreFrameBridge.h: Get rid of the enum here, we can use the one in FrameLoaderTypes.h
- rendering/RenderPartObject.cpp: (WebCore::RenderPartObject::updateWidget): Only create the plug-in if it's not a Netscape plug-in.
(WebCore::RenderPartObject::layout):
Fix indentation.
WebKit:
Reviewed by Darin.
<rdar://problem/5424866> Bottom portion of any Web Clip widget appears transparent
- WebCoreSupport/WebFrameBridge.mm: Use the enum from FrameLoaderTypes.h.
- WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::objectContentType): Return ObjectContentNetscapePlugin and ObjectContentOtherPlugin depending on the plug-in type.
- 5:58 PM Changeset in webkit [25325] by
-
- 4 edits in trunk
Versioning.
- 5:56 PM Changeset in webkit [25324] by
-
- 1 copy in tags/Safari-5523.3
New tag.
- 5:10 PM Changeset in webkit [25323] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin.
<rdar://problem/5423900> Seed: safari crashes on submit feedback page in -[WebCoreAXObject isAttachment]
- bridge/mac/WebCoreAXObject.mm: (-[WebCoreAXObject isAttachment]): Add nil check since element could be detached.
- 3:38 PM Changeset in webkit [25322] by
-
- 110 edits in trunk
2007-08-30 Mitz Pettel <mitz@webkit.org>
Reviewed by Dave Hyatt.
- fix http://bugs.webkit.org/show_bug.cgi?id=13282 <rdar://problem/5126392> REGRESSION (NativePopUp): Rightmost character cut off in pop-up menu
- rendering/RenderMenuList.cpp: (WebCore::RenderMenuList::updateOptionsWidth): When measuring option text, use the same WebCore run rounding behavior that is used to draw it in the popup button.
2007-08-30 Mitz Pettel <mitz@webkit.org>
Reviewed by Dave Hyatt.
- updated test results for http://bugs.webkit.org/show_bug.cgi?id=13282 <rdar://problem/5126392> REGRESSION (NativePopUp): Rightmost character cut off in pop-up menu
- editing/pasteboard/4641033-expected.checksum:
- editing/pasteboard/4641033-expected.png:
- editing/pasteboard/4641033-expected.txt:
- fast/forms/HTMLOptionElement_label02-expected.checksum:
- fast/forms/HTMLOptionElement_label02-expected.png:
- fast/forms/HTMLOptionElement_label02-expected.txt:
- fast/forms/HTMLOptionElement_label03-expected.checksum:
- fast/forms/HTMLOptionElement_label03-expected.png:
- fast/forms/HTMLOptionElement_label03-expected.txt:
- fast/forms/control-restrict-line-height-expected.checksum:
- fast/forms/control-restrict-line-height-expected.png:
- fast/forms/control-restrict-line-height-expected.txt:
- fast/forms/menulist-restrict-line-height-expected.checksum:
- fast/forms/menulist-restrict-line-height-expected.png:
- fast/forms/menulist-restrict-line-height-expected.txt:
- fast/forms/menulist-width-change-expected.checksum:
- fast/forms/menulist-width-change-expected.png:
- fast/forms/menulist-width-change-expected.txt:
- fast/forms/select-change-listbox-to-popup-expected.checksum:
- fast/forms/select-change-listbox-to-popup-expected.png:
- fast/forms/select-change-listbox-to-popup-expected.txt:
- fast/forms/select-disabled-appearance-expected.checksum:
- fast/forms/select-disabled-appearance-expected.png:
- fast/forms/select-disabled-appearance-expected.txt:
- fast/forms/stuff-on-my-optgroup-expected.checksum:
- fast/forms/stuff-on-my-optgroup-expected.png:
- fast/forms/stuff-on-my-optgroup-expected.txt:
- fast/parser/document-write-option-expected.checksum:
- fast/parser/document-write-option-expected.png:
- fast/parser/document-write-option-expected.txt:
- http/tests/navigation/anchor-basic-expected.txt:
- http/tests/navigation/anchor-frames-expected.txt:
- http/tests/navigation/anchor-goback-expected.checksum:
- http/tests/navigation/anchor-goback-expected.png:
- http/tests/navigation/anchor-goback-expected.txt:
- http/tests/navigation/anchor-subframeload-expected.txt:
- http/tests/navigation/javascriptlink-basic-expected.checksum:
- http/tests/navigation/javascriptlink-basic-expected.png:
- http/tests/navigation/javascriptlink-basic-expected.txt:
- http/tests/navigation/javascriptlink-frames-expected.txt:
- http/tests/navigation/javascriptlink-goback-expected.checksum:
- http/tests/navigation/javascriptlink-goback-expected.png:
- http/tests/navigation/javascriptlink-goback-expected.txt:
- http/tests/navigation/javascriptlink-subframeload-expected.txt:
- http/tests/navigation/metaredirect-basic-expected.checksum:
- http/tests/navigation/metaredirect-basic-expected.png:
- http/tests/navigation/metaredirect-basic-expected.txt:
- http/tests/navigation/metaredirect-frames-expected.txt:
- http/tests/navigation/metaredirect-goback-expected.checksum:
- http/tests/navigation/metaredirect-goback-expected.png:
- http/tests/navigation/metaredirect-goback-expected.txt:
- http/tests/navigation/metaredirect-subframeload-expected.txt:
- http/tests/navigation/post-goback2-expected.checksum:
- http/tests/navigation/post-goback2-expected.png:
- http/tests/navigation/post-goback2-expected.txt:
- http/tests/navigation/postredirect-goback2-expected.checksum:
- http/tests/navigation/postredirect-goback2-expected.png:
- http/tests/navigation/postredirect-goback2-expected.txt:
- http/tests/navigation/redirect302-basic-expected.checksum:
- http/tests/navigation/redirect302-basic-expected.png:
- http/tests/navigation/redirect302-basic-expected.txt:
- http/tests/navigation/redirect302-frames-expected.txt:
- http/tests/navigation/redirect302-goback-expected.checksum:
- http/tests/navigation/redirect302-goback-expected.png:
- http/tests/navigation/redirect302-goback-expected.txt:
- http/tests/navigation/redirect302-subframeload-expected.txt:
- http/tests/navigation/relativeanchor-basic-expected.txt:
- http/tests/navigation/relativeanchor-frames-expected.txt:
- http/tests/navigation/relativeanchor-goback-expected.txt:
- http/tests/navigation/slowmetaredirect-basic-expected.checksum:
- http/tests/navigation/slowmetaredirect-basic-expected.png:
- http/tests/navigation/slowmetaredirect-basic-expected.txt:
- http/tests/navigation/slowtimerredirect-basic-expected.checksum:
- http/tests/navigation/slowtimerredirect-basic-expected.png:
- http/tests/navigation/slowtimerredirect-basic-expected.txt:
- http/tests/navigation/success200-basic-expected.checksum:
- http/tests/navigation/success200-basic-expected.png:
- http/tests/navigation/success200-basic-expected.txt:
- http/tests/navigation/success200-frames-expected.txt:
- http/tests/navigation/success200-frames-loadsame-expected.txt:
- http/tests/navigation/success200-goback-expected.checksum:
- http/tests/navigation/success200-goback-expected.png:
- http/tests/navigation/success200-goback-expected.txt:
- http/tests/navigation/success200-loadsame-expected.checksum:
- http/tests/navigation/success200-loadsame-expected.png:
- http/tests/navigation/success200-loadsame-expected.txt:
- http/tests/navigation/success200-reload-expected.checksum:
- http/tests/navigation/success200-reload-expected.png:
- http/tests/navigation/success200-reload-expected.txt:
- http/tests/navigation/success200-subframeload-expected.txt:
- http/tests/navigation/timerredirect-basic-expected.checksum:
- http/tests/navigation/timerredirect-basic-expected.png:
- http/tests/navigation/timerredirect-basic-expected.txt:
- http/tests/navigation/timerredirect-frames-expected.txt:
- http/tests/navigation/timerredirect-goback-expected.checksum:
- http/tests/navigation/timerredirect-goback-expected.png:
- http/tests/navigation/timerredirect-goback-expected.txt:
- http/tests/navigation/timerredirect-subframeload-expected.txt:
- tables/mozilla/bugs/bug33855-expected.checksum:
- tables/mozilla/bugs/bug33855-expected.png:
- tables/mozilla/bugs/bug33855-expected.txt:
- tables/mozilla/dom/tableDom-expected.checksum:
- tables/mozilla/dom/tableDom-expected.png:
- tables/mozilla/dom/tableDom-expected.txt:
- tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
- tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
- tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
- 3:33 PM Changeset in webkit [25321] by
-
- 5 edits in trunk
2007-08-30 Riku Voipio <riku.voipio@iki.fi>
Reviewed by Dave Kilzer.
Better ARM defines.
- kjs/ustring.h: Update comments to reflect the change and update test to fit changes to Platform.h.
- wtf/Platform.h: Forced packing is only needed on oldabi ARM. Set middle-endian floats only for little-endian oldabi ARM. Set big-endian define for big-endian ARM.
2007-08-30 Riku Voipio <riku.voipio@iki.fi>
Reviewed by Dave Kilzer.
Better ARM defines.
- platform/DeprecatedString.h: Update comments to reflect the change and update test to fit changes to Platform.h.
- 2:14 PM Changeset in webkit [25320] by
-
- 2 edits in trunk/WebKit
Reviewed by Tim.
<rdar://problem/5439953> REGRESSION: Cannot load feeds in widgets in Dashcode due to change in WebKit delegate methods
- WebView/WebFrame.mm: (-[WebFrame _attachScriptDebugger]): Don't create the debugger object if the frame has not yet created its script interpreter, to avoid premature dispatch of windowScriptObjectAvailable/Cleared delegate methods. The script debugger will be created in any case when the window object does appear.
- 11:06 AM Changeset in webkit [25319] by
-
- 5 edits in trunk/WebCore
Reviewed by Tim Hatcher.
- fix http://bugs.webkig.org/show_bug.cgi?id=14981 DEBUG builds of WebKit hang videwing Yahoo! Mail messages with ~5 MB text attachment
- rendering/InlineFlowBox.cpp: (WebCore::InlineFlowBox::checkConsistency):
- rendering/RenderFlow.cpp: (WebCore::RenderFlow::checkConsistency):
- rendering/RenderText.cpp: (WebCore::RenderText::checkConsistency): Put the actual consistency check inside an ifdef. If you need it you can turn it on. There's still some function call overhead in builds that don't have NDEBUG defined, but that's worth it so we can turn this on and off without recompiling the world.
- small code style improvement to recently changed function
- editing/TextIterator.cpp: (WebCore::plainTextToMallocAllocatedBuffer): Use a typedef and make_pair to make the code dealing with the pair simpler to read.
- 7:44 AM Changeset in webkit [25318] by
-
- 2 edits in trunk/WebKitQt
Use QKeySequence::StandardKey for the page wise scrolling shortcuts.
- 7:44 AM Changeset in webkit [25317] by
-
- 2 edits in trunk/WebKitQt
When scrolling with the keyboard don't call update() on the entire widget.
The scrollbar/scrollview implementation is already smart enough to scroll with bitblt
on a value change.
- 7:44 AM Changeset in webkit [25316] by
-
- 2 edits in trunk/WebKitQt
Fix scrolling with the keyboard if only one of the two scrollbars is visible.
- 7:26 AM Changeset in webkit [25315] by
-
- 2 edits in trunk/WebCore
Fix Qt/Gdk build.
- 6:12 AM Changeset in webkit [25314] by
-
- 2 edits in trunk/WebCore
Reviewed by Antti.
- fix <rdar://problem/5423270> CrashTracer: [USER] 1 crash in Safari at com.apple.WebCore: WebCore::plainTextToMallocAllocatedBuffer + 762
- editing/TextIterator.cpp: (WebCore::plainTextToMallocAllocatedBuffer): Check for a malloc failure and exit the function if it failed.