Timeline
May 21, 2006:
- 11:19 PM Changeset in webkit [14513] by
-
- 1 edit in trunk/WebCore/platform/win/FontDataWin.cpp
Fix win32 bustage.
- 11:18 PM Changeset in webkit [14512] by
-
- 5 edits3 adds in trunk/WebCore
Fix win32 bustage.
- 4:42 PM Changeset in webkit [14511] by
-
- 2 edits in trunk/WebCore
Reviewed by Maciej.
- Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9016 crash loading live.com in TreeShared::ref because accessing RenderTextField::text() can destroy the RenderTextField
- rendering/RenderTextField.cpp: (WebCore::RenderTextField::text): Reverting recent change to user innerText instead of textContent. For textareas, we need a better solution than textContent that also takes newlines into account, but this should fix this crasher.
- 12:51 AM Changeset in webkit [14510] by
-
- 1 edit1 add in trunk/WebCore
2006-05-21 Anders Carlsson <acarlsson@apple.com>
Fix build.
- ForwardingHeaders/wtf/MathExtras.h: Added.
- 12:18 AM Changeset in webkit [14509] by
-
- 1 edit in trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
Add mathextras to javascrtipcore project.
- 12:05 AM Changeset in webkit [14508] by
-
- 1 edit in trunk/WebCore/platform/mac/FontPlatformData.h
Fix mac bustage. Minor snafu in constructor.
May 20, 2006:
- 11:58 PM Changeset in webkit [14507] by
-
- 14 edits1 move2 adds in trunk/WebCore
Switch on Cairo-based text rendering on win32.
- 11:55 PM Changeset in webkit [14506] by
-
- 1 add in trunk/JavaScriptCore/wtf/MathExtras.h
Add mathextras.h to wtf to give win32 roundf/lroundf support.
- 7:09 PM Changeset in webkit [14505] by
-
- 2 edits in trunk/WebKit
Reviewed by Beth.
- fix assertion failure on layout tests
- WebView/WebDataSource.m: (-[WebDataSource _mainReceivedError:complete:]): Don't do anything if this data source is no longer connected to a frame. Used to be this couldn't happen because the WebView would have been nil, but we no longer go through the WebView.
- 3:42 PM Changeset in webkit [14504] by
-
- 2 edits in trunk/WebKit
Reviewed by Anders.
Bug 9018: REGRESSION: resizing the top area of the inspector does not grow as expected
http://bugzilla.opendarwin.org/show_bug.cgi?id=9018
Use clientHeight now that offsetHeight includes the border and padding.
clientHeight should have been used initially.
- WebInspector/WebInspector.m: (-resizeTopArea):
- 2:22 PM Changeset in webkit [14503] by
-
- 2 edits in trunk/WebKitWin
Fix Cairo double buffering.
- 1:19 PM Changeset in webkit [14502] by
-
- 6 edits3 adds in trunk
2006-05-20 Anders Carlsson <acarlsson@apple.com>
Reviewed by Geoff.
http://bugzilla.opendarwin.org/show_bug.cgi?id=8993
Support function declaration in case statements
- kjs/grammar.y: Get rid of StatementList and use SourceElements instead.
- kjs/nodes.cpp: (CaseClauseNode::evalStatements): (CaseClauseNode::processVarDecls): (CaseClauseNode::processFuncDecl): (ClauseListNode::processFuncDecl): (CaseBlockNode::processFuncDecl): (SwitchNode::processFuncDecl):
- kjs/nodes.h: (KJS::CaseClauseNode::CaseClauseNode): (KJS::ClauseListNode::ClauseListNode): (KJS::ClauseListNode::getClause): (KJS::ClauseListNode::getNext): (KJS::ClauseListNode::releaseNext): (KJS::SwitchNode::SwitchNode): Add processFuncDecl for the relevant nodes.
- kjs/nodes2string.cpp: (CaseClauseNode::streamTo): next got renamed to source.
LayoutTests:
2006-05-20 Anders Carlsson <acarlsson@apple.com>
Reviewed by Geoff.
- fast/js/function-declarations-in-switch-statement-expected.txt: Added.
- fast/js/function-declarations-in-switch-statement.html: Added.
- fast/js/resources/function-declarations-in-switch-statement.js: Added.
- 1:57 AM Changeset in webkit [14501] by
-
- 2 edits1 add in trunk/WebCore
Reviewed by Darin.
- http://bugzilla.opendarwin.org/show_bug.cgi?id=8991 REGRESSION: missing or broken CSS custom cursors are displayed as a missing image icon
- page/FrameView.cpp: (WebCore::selectCursor): Fallback to CURSOR_AUTO if the image is an error image.
- manual-tests/custom-cursors.html: Added.
- 1:47 AM Changeset in webkit [14500] by
-
- 3 edits4 adds in trunk
2006-05-20 Mitz Pettel <opendarwin.org@mitzpettel.com>
Reviewed and landed by ap.
- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=9009 REGRESSION: ToT crash in WebCore at Zap2it
Test: fast/table/empty-section-crash.html
- rendering/RenderTableSection.cpp: (WebCore::RenderTableSection::paint): Return immediately if the section has 0 rows or 0 columns.