Timeline
Jun 9, 2008:
- 10:42 PM Changeset in webkit [34476] by
-
- 4 edits in trunk
2008-06-09 Alp Toker <alp@nuanti.com>
gcc3/autotools build fix. Add explicit -O2 -fno-strict-aliasing to
each of the tools since these are no longer set globally.
- 9:58 PM Changeset in webkit [34475] by
-
- 6 edits in trunk
WebCore:
Reviewed by Justin Garcia.
- fix https://bugs.webkit.org/show_bug.cgi?id=19443 <rdar://problem/5994544> REGRESSION (r32531-r32652): Moving the insertion point past a newline inserted in a text area skips the next character
Tests added to editing/selection/move-left-right.html
- editing/VisiblePosition.cpp: (WebCore::VisiblePosition::leftVisuallyDistinctCandidate): When falling back from visual to logical movement, restart at the original position rather than an intermediate position. (WebCore::VisiblePosition::rightVisuallyDistinctCandidate): Ditto.
LayoutTests:
Reviewed by Justin Garcia.
- update test for https://bugs.webkit.org/show_bug.cgi?id=19443 <rdar://problem/5994544> REGRESSION (r32531-r32652): Moving the insertion point past a newline inserted in a text area skips the next character
- editing/selection/move-left-right-expected.txt:
- editing/selection/move-left-right.html:
- platform/mac/editing/selection/move-left-right-expected.txt:
- 8:42 PM Changeset in webkit [34474] by
-
- 2 edits in tags/Safari-5525.18/JavaScriptCore
Merge r34204.
- 8:41 PM Changeset in webkit [34473] by
-
- 3 edits3 adds in branches/Safari-3-1-branch
Merge r34204.
- 3:54 PM Changeset in webkit [34472] by
-
- 2 edits in trunk/WebCore
2008-06-07 Brent Fulgham <bfulgham@gmail.com>
Reviewed by Maciej.
Windows build fix.
- platform/graphics/win/QTMovieWin.cpp: (initializeSupportedTypes):
- 2:02 PM Changeset in webkit [34471] by
-
- 2 edits in trunk/JavaScriptCore
2008-06-09 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Sam.
Add an include for readline/history.h to fix the build for Darwin users
with the GNU readline library installed. Also, clean up the style of
the HAVE(READLINE) check.
- kjs/testkjs.cpp: (runInteractive):
- 10:10 AM Changeset in webkit [34470] by
-
- 4 edits in trunk/JavaScriptCore
2008-06-09 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Bug 17531: Add interactive mode to testkjs
<https://bugs.webkit.org/show_bug.cgi?id=17531>
This is a cleaned up version of Sam's earlier patch to add an
interactive mode to testkjs.
Readline support is only enabled on Darwin platforms for now, but
other ports can enable it by defining HAVE_READLINE in kjs/config.h.
- JavaScriptCore.xcodeproj/project.pbxproj:
- kjs/config.h:
- kjs/testkjs.cpp: (Options::Options): (runWithScripts): (runInteractive): (printUsageStatement): (parseArguments): (kjsmain):
- 7:58 AM Changeset in webkit [34469] by
-
- 2 edits in trunk/WebKit/qt
2008-06-09 Benjamin C Meyer <ben@meyerhome.net>
Reviewed by Simon
Add Shift-Space shortcut to go up one screen, the opposite of Space
which goes down one screen.
- 5:55 AM Changeset in webkit [34468] by
-
- 2 edits in trunk/WebCore
2008-06-09 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon
Use the text color from QStyle when styling form elements.
- 3:59 AM Changeset in webkit [34467] by
-
- 8 edits in trunk/WebCore
WebCore:
2008-06-07 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin Adler.
Part of bug 19200: *.in files should embed more information
https://bugs.webkit.org/show_bug.cgi?id=19200
- Added a parameters hash that will hold the parameters we used to give in the command line.
- Added "tags" / "attrs" XML tag parsing to fill the parameters hash.
- Moved namespace, namespaceURI, namespacePrefix and cppNamespace in the *.in files.
- dom/make_names.pl:
- html/HTMLAttributeNames.in:
- html/HTMLTagNames.in:
- svg/svgattrs.in:
- svg/svgtags.in:
- svg/xlinkattrs.in:
- xml/xmlattrs.in:
- 12:56 AM Changeset in webkit [34466] by
-
- 2 edits in trunk/WebCore
2008-06-09 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Darin.
Incorporated Darin's comments to bug 18965.
- 12:30 AM Changeset in webkit [34465] by
-
- 1 edit14 copies37 deletes in trunk/LayoutTests
Backout 34464. The build bot didn't like the new tests.
Jun 8, 2008:
- 11:26 PM Changeset in webkit [34464] by
-
- 1 edit37 adds14 deletes in trunk/LayoutTests
2008-06-08 Adam Barth <abarth@webkit.org>
Reviewed by Darin Alder.
Improve coverage of our frame navigation test cases. This revealed a
bug in plugin navigation (we aren't setting the opener properly), but
that's probably better addressed in a separate patch.
- http/tests/security/frameNavigation/navigation-ALLOWED-child-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-child.html: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-descendant-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-descendant.html: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-not-opener-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-not-opener.html: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-opener-child-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-opener-child.html: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-popup-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-popup.html: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-sibling-same-parent-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-ALLOWED-sibling-same-parent.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-form-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-form.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-hyperlink-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-hyperlink.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-location-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-location.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-open-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-open.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-plugin-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-popup-child-plugin.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-form-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-form.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-hyperlink-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-hyperlink.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-location-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-location.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-open-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-open.html: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-plugin-expected.txt: Added.
- http/tests/security/frameNavigation/navigation-DENIED-sibling-plugin.html: Added.
- http/tests/security/frameNavigation/resources/frame-with-link-to-navigate.html: Removed.
- http/tests/security/frameNavigation/resources/frame-with-plugin-to-navigate.html: Removed.
- http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Removed.
- http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Removed.
- http/tests/security/frameNavigation/resources/iframe.html: Added.
- http/tests/security/frameNavigation/resources/lib.js: Added.
- http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Removed.
- http/tests/security/frameNavigation/resources/navigation-happened.html: Removed.
- http/tests/security/frameNavigation/resources/open.html: Added.
- http/tests/security/frameNavigation/resources/ready.html: Added.
- http/tests/security/frameNavigation/resources/target.html: Added.
- http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Removed.
- http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Removed.
- http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Removed.
- http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Removed.
- http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Removed.
- http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html: Removed.
- http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt: Removed.
- http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation.html: Removed.
- 11:26 PM Changeset in webkit [34463] by
-
- 4 edits1 copy1 add in trunk/LayoutTests
2008-06-08 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Fix tests not to rely on broken javascript URL behavior.
- fast/events/event-listener-html-non-html-confusion.html:
- fast/replaced/image-map-bug16782-expected.txt: Added.
- fast/replaced/image-map-bug16782.html: Added.
- fast/replaced/image-map.html:
- svg/custom/prevent-default.svg:
- 10:20 PM Changeset in webkit [34462] by
-
- 3 edits in trunk/LayoutTests
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Bug 17931: Incorrect decompilation with |new|
<https://bugs.webkit.org/show_bug.cgi?id=17931>
This bug was fixed by SquirrelFish, but we should add a test.
- fast/js/function-toString-parentheses-expected.txt:
- fast/js/resources/function-toString-parentheses.js:
- 9:47 PM Changeset in webkit [34461] by
-
- 3 edits1 add in trunk/LayoutTests
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Bug 17932: "ASSERTION FAILED: type != Continue" with do/while and try/finally
<https://bugs.webkit.org/show_bug.cgi?id=17932>
This bug was fixed by SquirrelFish, but we should add a test, as well
as tests for related issues found while developing SquirrelFish.
- fast/js/continue-break-multiple-labels-expected.txt:
- fast/js/continue-break-multiple-labels.html:
- fast/js/resources/continue-break-multiple-labels.js: Added.
- 9:37 PM Changeset in webkit [34460] by
-
- 3 edits11 adds in trunk
WebCore:
2008-06-08 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Inherit document.URL from parent's document.URL, not document.baseURI.
Tests: http/tests/security/cookies/assign-document-url.html
http/tests/security/cookies/base-about-blank.html
http/tests/security/cookies/base-tag.html
http/tests/security/cookies/basic.html
- dom/Document.cpp: (WebCore::Document::open):
LayoutTests:
2008-06-08 Adam Barth <abarth@webkit.org>
Reviewed by Darin Alder.
Add a number of tests for document.cookie access.
- http/tests/security/cookies: Added.
- http/tests/security/cookies/assign-document-url-expected.txt: Added.
- http/tests/security/cookies/assign-document-url.html: Added.
- http/tests/security/cookies/base-about-blank-expected.txt: Added.
- http/tests/security/cookies/base-about-blank.html: Added.
- http/tests/security/cookies/base-tag-expected.txt: Added.
- http/tests/security/cookies/base-tag.html: Added.
- http/tests/security/cookies/basic-expected.txt: Added.
- http/tests/security/cookies/basic.html: Added.
- http/tests/security/cookies/resources: Added.
- http/tests/security/cookies/resources/set-a-cookie.html: Added.
- 8:39 PM Changeset in webkit [34459] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin Adler.
Fix font asserts in wx port. Our computeHash function should generate the same hash for two identical fonts which are different objects, which it wasn't doing before.
https://bugs.webkit.org/show_bug.cgi?id=19310
- 7:12 PM Changeset in webkit [34458] by
-
- 3 edits2 adds in trunk
WebCore:
Reviewed by Darin Adler.
- fix <rdar://problem/5961977> Crash in RenderBlock::layoutColumns()
Test: fast/multicol/content-height-zero-crash.html
- rendering/RenderBlock.cpp: (WebCore::RenderBlock::layoutColumns): Changed to not keep creating overflow columns that have zero height, because they do not help with fitting content in.
LayoutTests:
- test for <rdar://problem/5961977> Crash in RenderBlock::layoutColumns()
Reviewed by Darin Adler.
- fast/multicol/content-height-zero-crash-expected.txt: Added.
- fast/multicol/content-height-zero-crash.html: Added.
- 5:57 PM Changeset in webkit [34457] by
-
- 7 edits in trunk
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Bug 19346: REGRESSION: Mootools 1.2 Class inheritance broken in post-SquirrelFish merge
<https://bugs.webkit.org/show_bug.cgi?id=19346>
A check for whether a function's caller is eval code accidentally included
the case where the caller's caller is native code. Add a CodeType field to
CodeBlock and use this for the eval caller test instead.
- VM/CodeBlock.h: (KJS::CodeBlock::CodeBlock): (KJS::ProgramCodeBlock::ProgramCodeBlock): (KJS::EvalCodeBlock::EvalCodeBlock):
- VM/Machine.cpp: (KJS::getCallerFunctionOffset):
- kjs/nodes.cpp: (KJS::FunctionBodyNode::generateCode): (KJS::ProgramNode::generateCode):
LayoutTests:
- fast/js/function-dot-arguments-and-caller-expected.txt:
- fast/js/function-dot-arguments-and-caller.html:
- 3:18 PM ApplicationsGtk edited by
- Add NewsKit and Galaxium (diff)
- 1:57 PM Changeset in webkit [34456] by
-
- 2 edits1 add in trunk/WebCore
Fix Bug 18837: Database panel fails to display tables if any value is NULL
Reviewed by Darin Adler.
Test: manual-tests/inspector/display-sql-null.html
- manual-tests/inspector/display-sql-null.html: Added.
- page/inspector/DatabasesPanel.js: (WebInspector.DatabasesPanel.prototype.dataGridForResult): Convert all objects to strings before operating on them.
- 1:57 PM Changeset in webkit [34455] by
-
- 2 edits1 add in trunk/WebCore
Fix Bug 19438: Transaction errors are never displayed in database query view
Reviewed by Darin Adler.
Test: manual-tests/inspector/display-sql-transaction-error.html
- manual-tests/inspector/display-sql-transaction-error.html: Added.
- page/inspector/DatabaseQueryView.js: (WebInspector.DatabaseQueryView.prototype._enterKeyPressed): Use _executeSqlError as the error callback for executeSql. (WebInspector.DatabaseQueryView.prototype._queryError): Changed to only take two parameters. This matches what we'll be passed if db.transaction fails. (WebInspector.DatabaseQueryView.prototype._executeSqlError): Added. Calls through to _queryError.
- 1:36 PM Changeset in webkit [34454] by
-
- 3 edits in trunk/WebCore
2008-06-08 Dirk Schulze <vbs85@gmx.de>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=18840
[CAIRO] Clipping-support for SVG
Support for clipping in SVG/Cairo and fixes transformation of paths.
- platform/graphics/cairo/PathCairo.cpp: (WebCore::Path::transform):
- svg/graphics/cairo/SVGResourceClipperCairo.cpp: (WebCore::SVGResourceClipper::applyClip):
- 1:33 PM Changeset in webkit [34453] by
-
- 2 edits in trunk/WebCore
2008-06-08 Dirk Schulze <vbs85@gmx.de>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=18663
Add text-stroke support to Cairo.
- platform/graphics/cairo/FontCairo.cpp: (WebCore::Font::drawGlyphs):
- 1:30 PM Changeset in webkit [34452] by
-
- 7 edits3 adds in trunk
WebCore:
2008-06-08 Vincent Ricard <magic@magicninja.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=16489
WebKit does not support ElementTraversal specification
Tests: fast/dom/Element/element-traversal.html
- dom/Element.cpp: (WebCore::Element::firstElementChild): (WebCore::Element::lastElementChild): (WebCore::Element::previousElementSibling): (WebCore::Element::nextElementSibling): (WebCore::Element::childElementCount):
- dom/Element.h:
- dom/Element.idl:
LayoutTests:
2008-06-08 Vincent Ricard <magic@magicninja.org>
Reviewed by Darin.
test cases for https://bugs.webkit.org/show_bug.cgi?id=16489
WebKit does not support ElementTraversal specification
- fast/dom/Element/element-traversal-expected.txt: Added.
- fast/dom/Element/element-traversal.html: Added.
- fast/dom/Element/resources/element-traversal.js: Added.
- fast/dom/domListEnumeration-expected.txt: Updated since Element now has 5 new properties. It would be good to rewrite this test so it doesn't have to be updated every time we add a property to Node or Element.
- fast/dom/resources/domListEnumeration.js: Ditto.
- 1:01 PM Changeset in webkit [34451] by
-
- 4 edits in trunk
WebCore:
2008-06-08 Bradley Meck <genisis329@gmail.com>
Reviewed by Darin.
- fix https://bugs.webkit.org/show_bug.cgi?id=17051 safari should treat "url()" as a valid CSS value
Test: fast/css/invalid-cursor-property-crash.html
Changed check for empty url() to be a check for null since url() is valid
CSS even if it is empty.
- css/CSSParser.cpp: (WebCore::CSSParser::parseValue): (WebCore::CSSParser::parseFillImage): (WebCore::CSSParser::parseBorderImage):
LayoutTests:
2008-06-08 Bradley Meck <genisis329@gmail.com>
Reviewed and tweaked by Darin.
- test for https://bugs.webkit.org/show_bug.cgi?id=17051 safari should treat "url()" as a valid CSS value
We should really add some more tests for this. One text-only test each for the
four different sites that handle URLs (cursor image, list style image, fill image,
border image) that were fixed. Currently this covers only the cursor image.
- fast/css/invalid-cursor-property-crash.html: Updated test to expect the url() to be expanded into the URL of the document itself. The text of the test is now a bit misleading, but it still tests that it's not a crash, and now it also doubles as a check that url() is handled properly.
- 12:41 PM Changeset in webkit [34450] by
-
- 3 edits3 adds in trunk
WebCore:
2008-06-08 Vincent Ricard <magic@magicninja.org>
Reviewed by Darin.
Bug 18041: DOMNodeRemoved events are sent twice
Test: fast/dom/Node/DOMNodeRemovedEvent.html
- dom/ContainerNode.cpp: (WebCore::ContainerNode::removeChild):
LayoutTests:
2008-06-08 Vincent Ricard <magic@magicninja.org>
Reviewed by Darin.
Test case for
Bug 18041: DOMNodeRemoved events are sent twice
- fast/dom/Node/DOMNodeRemovedEvent-expected.txt: Added.
- fast/dom/Node/DOMNodeRemovedEvent.html: Added.
- fast/dom/Node/resources/DOMNodeRemovedEvent.js: Added.
- 12:31 PM Changeset in webkit [34449] by
-
- 11 edits3 adds in trunk
WebCore:
2008-06-08 Tony Chang <idealisms@gmail.com>
Reviewed by Eric Seidel.
- fix https://bugs.webkit.org/show_bug.cgi?id=18167 there should be no text-drag delay on any platform except for Mac
Move the drag text delay value into the platform specific files.
Test: editing/selection/drag-text-delay.html
- page/EventHandler.cpp:
- page/EventHandler.h:
- page/gtk/EventHandlerGtk.cpp:
- page/mac/EventHandlerMac.mm:
- page/qt/EventHandlerQt.cpp:
- page/win/EventHandlerWin.cpp:
- page/wx/EventHandlerWx.cpp:
LayoutTests:
2008-06-08 Tony Chang <idealisms@gmail.com>
Reviewed by Eric Seidel.
- test for https://bugs.webkit.org/show_bug.cgi?id=18167 there should be no text-drag delay on any platform except for Mac
Also updated two tests which depend on the drag text delay to be greater
than 0 by making them no longer select text before the mouse down.
- editing/selection/drag-text-delay-expected.txt: Added.
- editing/selection/drag-text-delay.html: Added.
- platform/mac/editing/selection/drag-text-delay-expected.txt: Added.
- fast/events/autoscroll.html:
- fast/forms/input-readonly-autoscroll.html:
- 12:21 PM Changeset in webkit [34448] by
-
- 3 edits2 adds in trunk
WebCore:
2008-06-08 Rob Buis <buis@kde.org>
Reviewed by Darin.
- fix https://bugs.webkit.org/show_bug.cgi?id=18512 getPresentationAttribute returns a shared object
Test: svg/custom/getPresentationAttribute-modify.svg
- svg/SVGStyledElement.cpp: (WebCore::SVGStyledElement::getPresentationAttribute): Unshare the mapped style declaration if it is shared before returning the presentation attribute.
LayoutTests:
2008-06-08 Rob Buis <buis@kde.org>
Reviewed by Darin.
- test for https://bugs.webkit.org/show_bug.cgi?id=18512 getPresentationAttribute returns a shared object
- svg/custom/getPresentationAttribute-modify-expected.txt: Added.
- svg/custom/getPresentationAttribute-modify.svg: Added.
- 12:08 PM Changeset in webkit [34447] by
-
- 2 edits in trunk/LayoutTests
2008-06-08 Eric Roman <minatoar@gmail.com>
Reviewed by Adam Roben.
- fix https://bugs.webkit.org/show_bug.cgi?id=18550 cross-frame-access-call.html doesn't really test window.open(), since popups are blocked
- http/tests/security/cross-frame-access-call.html: Enable popups for this layout test. The test checks that window.open is returns undefined (same-domain enforcement), however unless popups are enabled it returns undefined regardless.
- 12:04 PM Changeset in webkit [34446] by
-
- 4 edits in trunk
2008-06-08 Alp Toker <alp@nuanti.com>
autotools/GTK+ build system cleanup. Don't include WebKit API in the
WebCore build as it's no longer needed since r34426.
- 11:39 AM Changeset in webkit [34445] by
-
- 3 edits in trunk/WebCore
2008-06-08 Jonathan Haas <myrdred@gmail.com>
Reviewed by Eric Seidel.
Tweaked by Darin while landing to make it compile.
- fix http://bugs.webkit.org/show_bug.cgi?id=19128 SVG fonts don't work with medial Arabic characters
Haven't figured out a way to make an automated test for this.
- svg/SVGGlyphElement.h: Made arabicForm unsigned so it fits into its 3-bit field. Did the same for orientation's 2-bit field.
- svg/SVGFont.cpp: Did a bit of minor tweaking. (WebCore::isCompatibleArabicForm): Added a cast to avoid a warning since the type is now different.
- 11:22 AM Changeset in webkit [34444] by
-
- 2 edits in trunk/WebCore
2008-06-08 Eric Carlson <eric.carlson@apple.com>
Reviewed by Antti.
- fix https://bugs.webkit.org/show_bug.cgi?id=19299 <rdar://problem/5969392>
Generate the media MIME type list dynamically.
- platform/graphics/win/QTMovieWin.cpp: (initializeSupportedTypes):
- 11:16 AM Changeset in webkit [34443] by
-
- 2 edits in trunk/WebCore
2008-06-08 Christian Persch <chpe@gnome.org>
Reviewed by Darin.
- https://bugs.webkit.org/show_bug.cgi?id=19309 uninitialised variable in PluginView
- plugins/PluginView.cpp: (WebCore::PluginView::PluginView): Initialise the NPP's pdata member to 0.
- 11:07 AM Changeset in webkit [34442] by
-
- 2 edits in trunk/WebCore
2008-06-08 Darin Adler <Darin Adler>
Reviewed by Mitz.
- https://bugs.webkit.org/show_bug.cgi?id=19435 fix warning in PluginDebug.h
- plugins/PluginDebug.h: Don't compile the errorStrings array if LOG_DISABLED is set.
- 10:44 AM Changeset in webkit [34441] by
-
- 2 edits in trunk/BugsSite
Reviewed by Adam Roben.
- update trac URL in PrettyPatch
- PrettyPatch/PrettyPatch.rb:
- 9:10 AM Changeset in webkit [34440] by
-
- 3 edits in trunk
2008-06-08 Alp Toker <alp@nuanti.com>
Rubber-stamped by Mark Rowe.
Bring back -fstrict-aliasing for JavaScriptCore which was removed in
r31821, since aliasing issues have now been fixed.
Use -O3, not -O2 for the JavaScriptCore build.
- GNUmakefile.am:
- configure.ac:
- 9:01 AM Changeset in webkit [34439] by
-
- 2 edits in trunk/WebKitTools
2008-06-08 Darin Adler <Darin Adler>
- Scripts/make-js-test-wrappers: Added another exception.