Timeline
Aug 6, 2006:
- 11:10 PM Changeset in webkit [15810] by
-
- 5 edits in trunk
Fixing the build for the newer Bison and our new use of -Wundef. Turns off -Wundef for WebKit because <CoreGraphics/CGBase.h> causes a warning we can't fix. We can turn it back on once this radar is fixed: <rdar://problem/4669823> CGBase.h fails to build with -Wundef enabled.
Aug 5, 2006:
- 4:53 PM Changeset in webkit [15809] by
-
- 3 edits in trunk/WebCore
Reviewed by Eric Seidel.
- fix a storage leak
- rendering/RenderView.cpp: (WebCore::RenderView::setSelection): Delete the values if we are going to exit without using the maps. Otherwise all the values leak.
- 1:14 PM Changeset in webkit [15808] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by Hyatt.
- test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10213 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving <iframe> and <select>
- fast/frames/iframe-option-crash-expected.checksum: Added.
- fast/frames/iframe-option-crash-expected.png: Added.
- fast/frames/iframe-option-crash-expected.txt: Added.
- fast/frames/iframe-option-crash.xhtml: Added.
WebCore:
Reviewed by Hyatt.
- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10213 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving <iframe> and <select>
Test: fast/frames/iframe-option-crash.xhtml
- rendering/RenderView.cpp: (WebCore::RenderView::paintBoxDecorations): Check for a nil renderer.
Note:
See TracTimeline
for information about the timeline view.