Timeline
Dec 22, 2009:
- 11:54 PM Changeset in webkit [52522] by
-
- 2 edits in trunk/WebKitTools
2009-12-22 Daniel Bates <dbates@rim.com>
Reviewed by Eric Seidel.
Fixes an issue in builtDylibPathForName so that it returns the correct
path to the built QtWebKit library on the Qt Windows port. Currently,
it returns the path to the file named QtWebKit.dll but this file does
not exist on the Qt Windows build. Instead, the file is named
QtWebKit4.dll.
- Scripts/webkitdirs.pm:
- 11:28 PM Changeset in webkit [52521] by
-
- 6 edits in trunk/WebCore
2009-12-22 Daniel Bates <dbates@webkit.org>
Reviewed by Eric Seidel.
Renames enums in RenderStyleConstants::EListStyleType to conform to
the WebKit Code Style Guidelines.
No functionality was changed. So, no new tests.
- css/CSSPrimitiveValueMappings.h: (WebCore::CSSPrimitiveValue::CSSPrimitiveValue): (WebCore::CSSPrimitiveValue::operator EListStyleType):
- rendering/RenderListItem.cpp: (WebCore::RenderListItem::styleDidChange):
- rendering/RenderListMarker.cpp: (WebCore::listMarkerText): (WebCore::RenderListMarker::paint): (WebCore::RenderListMarker::calcPrefWidths): (WebCore::RenderListMarker::updateMargins): (WebCore::RenderListMarker::getRelativeMarkerRect):
- rendering/style/RenderStyle.h: (WebCore::InheritedFlags::initialListStyleType):
- rendering/style/RenderStyleConstants.h: (WebCore::):
- 10:08 PM Changeset in webkit [52520] by
-
- 2 edits in trunk/WebKitTools
2009-12-22 Marc-Antoine Ruel <maruel@chromium.org>
Reviewed by Adam Roben.
Remove the only dependency on perl-libwin32 in cygwin
- Scripts/num-cpus:
- 7:59 PM Changeset in webkit [52519] by
-
- 2 edits in trunk/WebCore
2009-12-22 James Su <suzhe@chromium.org>
Reviewed by Darin Fisher.
[Chromium] Keyboard shortcut in dropdown not working.
https://bugs.webkit.org/show_bug.cgi?id=32008
Consider PlatformKeyboardEvent::Char type event as character type
event on all platforms. It fixes the "type ahead find" feature
of the popup listbox on Linux and Mac platforms.
Merge the case-sensitive type ahead find fix from
WebCore/dom/SelectElement.cpp. See
https://bugs.webkit.org/show_bug.cgi?id=29103
- platform/chromium/PopupMenuChromium.cpp: (WebCore::isCharacterTypeEvent):
- 7:52 PM QtWebKitBackportingFixes edited by
- (diff)
- 6:26 PM Changeset in webkit [52518] by
-
- 2 edits in trunk/WebCore
2009-12-22 Carol Szabo <carol.szabo@nokia.com>
Reviewed by Eric Seidel.
[Qt] The "Search" input type is not rendered correctly when styled.
https://bugs.webkit.org/show_bug.cgi?id=32417
There are no new tests because only pixel tests may be affected by
this change and those changes can only be done on the build bot.
- platform/qt/RenderThemeQt.cpp: (WebCore::RenderThemeQt::paintSearchField): Since currently we paint the Search control as a QLineEdit, I have deferred painting to WebCore, as in the case of the text input so that the painting is consistent.
- 6:19 PM Changeset in webkit [52517] by
-
- 3 edits3 adds in trunk
2009-12-22 Kenneth Russell <kbr@google.com>
Reviewed by Eric Seidel.
[Chromium] Garbage in transparent regions of images uploaded as textures
https://bugs.webkit.org/show_bug.cgi?id=32888
- fast/canvas/webgl/bug-32888-expected.txt: Added.
- fast/canvas/webgl/bug-32888.html: Added.
- fast/canvas/webgl/resources/bug-32888-texture.png: Added.
2009-12-22 Kenneth Russell <kbr@google.com>
Reviewed by Eric Seidel.
[Chromium] Garbage in transparent regions of images uploaded as textures
https://bugs.webkit.org/show_bug.cgi?id=32888
Test: fast/canvas/webgl/bug-32888.html (works in Safari / DumpRenderTree)
- src/GraphicsContext3D.cpp: (WebCore::GraphicsContext3D::texImage2D):
- 6:11 PM Changeset in webkit [52516] by
-
- 3 edits in trunk/WebCore
2009-12-22 Yongjun Zhang <yongjun.zhang@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
https://bugs.webkit.org/show_bug.cgi?id=32121
[Qt] implement ImageDecoderQt::clearFrameBufferCache().
- platform/graphics/qt/ImageDecoderQt.cpp: (WebCore::ImageDecoderQt::initializeDecoder): (WebCore::ImageDecoderQt::setData): (WebCore::ImageDecoderQt::clearFrameBufferCache):
- platform/graphics/qt/ImageDecoderQt.h:
- 6:04 PM Changeset in webkit [52515] by
-
- 2 edits in trunk/WebCore
2009-12-22 Nayan Kumar K <nayankk@gmail.com>
Reviewed by Eric Seidel.
Fix assert failure with WML pages having 'Refresh' task in
'onenterforward' event.
Writing Layout test is not possible. Please refer to the discussion
in bug id #30989. A sample test case is attached in BugZilla.
- wml/WMLCardElement.cpp: (WebCore::WMLCardElement::handleIntrinsicEventIfNeeded):
- 5:34 PM Changeset in webkit [52514] by
-
- 2 edits in trunk/WebKit/chromium
2009-12-22 Adam Langley <agl@google.com>
Build fix: not reviewed.
r52504 (https://bugs.webkit.org/show_bug.cgi?id=32845) broke the
Chromium build on Windows and Mac due to a misplaced #endif. The
buildbot didn't find the problem because it runs on Linux.
Have verified this patch with the author of the above.
- src/GraphicsContext3D.cpp:
- 5:20 PM Changeset in webkit [52513] by
-
- 5 edits in trunk/LayoutTests
Removed DataGrid from results.
- fast/dom/Window/window-properties-expected.txt: Removed DataGrid classes.
- fast/dom/prototype-inheritance-2-expected.txt: Ditto.
- fast/dom/prototype-inheritance-expected.txt: Ditto.
- fast/js/global-constructors-expected.txt: Ditto.
- 5:18 PM Changeset in webkit [52512] by
-
- 1 edit4 moves in trunk/LayoutTests
Disabled DataGrid tests.
- fast/dom/HTMLDataGridElement/DataGridColumns-basic.html: Removed.
- fast/dom/HTMLDataGridElement/DataGridColumns-basic.html-disabled: Copied from fast/dom/HTMLDataGridElement/DataGridColumns-basic.html.
- fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html: Removed.
- fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html-disabled: Copied from fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html.
- fast/dom/HTMLDataGridElement/DataGridColumns-dom.html: Removed.
- fast/dom/HTMLDataGridElement/DataGridColumns-dom.html-disabled: Copied from fast/dom/HTMLDataGridElement/DataGridColumns-dom.html.
- fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html: Removed.
- fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html-disabled: Copied from fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html.
- 4:49 PM Changeset in webkit [52511] by
-
- 3 edits4 adds in trunk
ASSERTION FAILED: m_numNodeListCaches
https://bugs.webkit.org/show_bug.cgi?id=19526
<rdar://problem/7431572>
Reviewed by Sam Weinig.
WebCore:
Test: fast/dom/NodeList/adoptNode-node-list-cache.html
- dom/Node.cpp:
(WebCore::Node::setDocument): Call removeNodeListCache on the old
document and addNodeListCache on the new one if moving a node that
has node lists.
LayoutTests:
- fast/dom/NodeList/adoptNode-node-list-cache-expected.txt: Added.
- fast/dom/NodeList/adoptNode-node-list-cache.html: Added.
- fast/dom/NodeList/resources: Added.
- fast/dom/NodeList/resources/adoptNode-node-list-cache-subframe.html: Added.
- 4:48 PM Changeset in webkit [52510] by
-
- 2 edits in trunk/WebKit/win
Another try at fixing Windows build.
- WebKitPrefix.cpp: Touch it.
- 4:36 PM EFLWebKit edited by
- (diff)
- 4:26 PM Changeset in webkit [52509] by
-
- 2 edits in trunk/WebCore
First cut at fixing Windows build.
- WebCorePrefix.cpp: Touch it.
- 3:59 PM Changeset in webkit [52508] by
-
- 2 edits in trunk/WebKitTools
- pywebsocket/mod_pywebsocket: Added property svn:ignore to ignore
generated ".pyc" files.
- 3:53 PM Changeset in webkit [52507] by
-
- 13 edits in trunk
Turn off datagrid by default, at least for all platforms Apple ships.
The datagrid implementation isn't ready for general web use yet.
Reviewed by Mark Rowe.
- Configurations/FeatureDefines.xcconfig: Turn off datagrid by default.
WebCore:
- Configurations/FeatureDefines.xcconfig: Turn off datagrid by default.
- WebCore.vcproj/WebCoreCommon.vsprops: Ditto.
- WebCore.vcproj/build-generated-files.sh: Ditto.
- page/DOMWindow.idl: Sorted things here to touch the file to give
the Windows build a slightly better chance of success.
WebKit/mac:
- Configurations/FeatureDefines.xcconfig: Turn off datagrid by default.
WebKit/win:
- WebKit.vcproj/WebKit.vcproj: Turn off datagrid by default.
WebKitTools:
- Scripts/build-webkit: Turn off datagrid by default.
- 3:50 PM Changeset in webkit [52506] by
-
- 1 edit2 adds in trunk/LayoutTests
2009-12-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
Upstream platform-specific variant of
plugins/get-url-with-blank-target.html . There is some uncertainty
over which behavior is correct - Chromium's and Safari/Win in this
test, or Safari/Mac in the generic test. See
https://bugs.webkit.org/show_bug.cgi?id=32886 for the bug to converge
the two.
This patch is bug https://bugs.webkit.org/show_bug.cgi?32762 .
- platform/chromium/plugins/get-url-with-blank-target-expected.txt: Added.
- platform/chromium/plugins/get-url-with-blank-target.html: Added.
- 3:35 PM QtWebKitBackportingFixes edited by
- (diff)
- 3:31 PM QtWebKitBackportingFixes edited by
- (diff)
- 3:19 PM QtWebKitBackportingFixes edited by
- (diff)
- 3:12 PM Changeset in webkit [52505] by
-
- 1 edit in trunk/LayoutTests/ChangeLog
2009-12-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
Upstream a bunch of forms tests from chromium.org.
https://bugs.webkit.org/show_bug.cgi?id=32755
- fast/forms/basic-selects.html: Added.
- fast/forms/basic-textareas-quirks.html: Added.
- fast/forms/document-write-empty-expected.txt: Added.
- fast/forms/document-write-empty.html: Added.
- fast/forms/form-action-expected.txt: Added.
- fast/forms/form-action.html: Added.
- fast/forms/lazy-event-listener-scope-chain-expected.txt: Added.
- fast/forms/lazy-event-listener-scope-chain.html: Added.
- fast/forms/resources/logo.gif: Added.
- fast/forms/selected-index-value-expected.txt: Added.
- fast/forms/selected-index-value.html: Added.
- fast/forms/style-display-none-expected.txt: Added.
- fast/forms/style-display-none.html: Added.
- platform/mac/fast/forms/basic-selects-expected.checksum: Added.
- platform/mac/fast/forms/basic-selects-expected.png: Added.
- platform/mac/fast/forms/basic-selects-expected.txt: Added.
- platform/mac/fast/forms/basic-textareas-quirks-expected.checksum:
- platform/mac/fast/forms/basic-textareas-quirks-expected.png:
- platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
- 3:00 PM Changeset in webkit [52504] by
-
- 2 edits in trunk/WebKit/chromium
2009-12-22 Kenneth Russell <kbr@google.com>
Reviewed by Eric Seidel.
[Chromium] WebGL crashes intermittently on Linux
https://bugs.webkit.org/show_bug.cgi?id=32845
The dlclose'ing of libGL.so.1 and dlopen'ing of it each time a
GraphicsContext3D was created was occasionally causing it to be
re-mapped at a different base address. Since GLEW is not
re-initialized every time, primarily for performance reasons, its
cached function pointers were pointing to garbage. Stopped closing
and re-opening libGL.so.1 each time; now it is loaded lazily, when
the first 3D context is created. Also reused the X display
connection since the GLX routines' correctness might hinge upon it
not resulting in a change of GL implementation.
- src/GraphicsContext3D.cpp: (WebCore::GraphicsContext3DInternal::GLConnection::chooseFBConfig): (WebCore::GraphicsContext3DInternal::GLConnection::createNewContext): (WebCore::GraphicsContext3DInternal::GLConnection::createPbuffer): (WebCore::GraphicsContext3DInternal::GLConnection::destroyPbuffer): (WebCore::GraphicsContext3DInternal::GLConnection::makeCurrent): (WebCore::GraphicsContext3DInternal::GLConnection::destroyContext): (WebCore::GraphicsContext3DInternal::GLConnection::getCurrentContext): (WebCore::GraphicsContext3DInternal::GLConnection::GLConnection): (WebCore::GraphicsContext3DInternal::GLConnection::tryLoad): (WebCore::GraphicsContext3DInternal::GLConnection::create): (WebCore::GraphicsContext3DInternal::GLConnection::~GLConnection): (WebCore::GraphicsContext3DInternal::GraphicsContext3DInternal): (WebCore::GraphicsContext3DInternal::~GraphicsContext3DInternal): (WebCore::GraphicsContext3DInternal::makeContextCurrent):
- 2:33 PM Changeset in webkit [52503] by
-
- 3 edits1 copy in trunk/JavaScriptCore
2009-12-22 Steve Block <steveblock@google.com>
Reviewed by David Levin.
Updates Android's scheduleDispatchFunctionsOnMainThread() to use new
AndroidThreading class, rather than using JavaSharedClient directly.
This fixes the current layering violation.
https://bugs.webkit.org/show_bug.cgi?id=32651
The pattern is copied from Chromium, which uses the ChromiumThreading
class. This patch also fixes the style in ChromiumThreading.h.
- wtf/android/AndroidThreading.h: Added. Declares AndroidThreading.
- wtf/android/MainThreadAndroid.cpp: Modified (WTF::scheduleDispatchFunctionsOnMainThread): Uses AndroidThreading.
- wtf/chromium/ChromiumThreading.h: Modified. Fixes style.
- 2:26 PM Changeset in webkit [52502] by
-
- 4 edits16 adds in trunk/LayoutTests
2009-12-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
Add platform-specific chromium test.
https://bugs.webkit.org/show_bug.cgi?id=32741
- platform/chromium/fast/dom/interval-expected.txt: Added.
- platform/chromium/fast/dom/interval.html: Added.
- 2:18 PM Changeset in webkit [52501] by
-
- 2 edits in trunk/WebKitTools
2009-12-22 Eric Seidel <eric@webkit.org>
Reviewed by Darin Adler.
validate-committer-lists fails when run from an SVN checkout
https://bugs.webkit.org/show_bug.cgi?id=31974
- Scripts/validate-committer-lists:
- Make it print a warning message instead of throwing an exception when running from an SVN checkout.
- 2:05 PM Changeset in webkit [52500] by
-
- 3 edits in trunk/JavaScriptCore
Fix a couple of problems with UntypedPtrAndBitfield.
Reviewed by Sam Weinig.
Add a m_leaksPtr to reduce false positives from leaks in debug builds
(this isn't perfect because we'd like a solution for release builds,
but this is now at least as good as a PtrAndFlags would be).
Switch SmallStringsto use a regular string for the base, rather than
a static one. UntypedPtrAndBitfield assumes all strings are at least
8 byte aligned; this migt not be true of static strings. Shared buffers
are heap allocated, as are all UStringImpls other than static strings.
Static strings cannot end up being the owner string of substrings,
since the only static strings are length 0.
- runtime/SmallStrings.cpp:
(JSC::SmallStringsStorage::SmallStringsStorage):
- runtime/UStringImpl.h:
(JSC::UntypedPtrAndBitfield::UntypedPtrAndBitfield):
(JSC::UStringImpl::UStringImpl):
- 1:59 PM Changeset in webkit [52499] by
-
- 2 edits in trunk/WebCore
Rubber stamped by Dan Bernstein.
- page/FrameView.h: Removed incorrect comment.
- 1:47 PM QtWebKitBackportingFixes edited by
- (diff)
- 1:44 PM Changeset in webkit [52498] by
-
- 1 edit4 adds in trunk/LayoutTests
2009-12-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
Add platform-specific chromium test.
https://bugs.webkit.org/show_bug.cgi?id=32741
- platform/chromium/fast/dom/interval-expected.txt: Added.
- platform/chromium/fast/dom/interval.html: Added.
- 1:42 PM QtWebKitBackportingFixes edited by
- (diff)
- 1:40 PM QtWebKitBackportingFixes edited by
- (diff)
- 1:36 PM Changeset in webkit [52497] by
-
- 1 edit4 adds in trunk/LayoutTests
2009-12-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Adam Barth.
Attempting to upstream xss-inactive-closure test from the Chromium
test suite. https://bugs.webkit.org/show_bug.cgi?id=32691 .
- http/tests/security/listener/resources/xss-inactive-closure-child-2.html: Added.
- http/tests/security/listener/resources/xss-inactive-closure-child.html: Added.
- http/tests/security/listener/xss-inactive-closure-expected.txt: Added.
- http/tests/security/listener/xss-inactive-closure.html: Added.
- 1:18 PM Changeset in webkit [52496] by
-
- 3 edits in trunk/WebKitTools
2009-12-22 Philippe Normand <pnormand@igalia.com>
Reviewed by Adam Barth.
check-webkit-style should not warn about NULL usage in g_object_{get,set}
https://bugs.webkit.org/show_bug.cgi?id=32858
- Scripts/modules/cpp_style.py:
- Scripts/modules/cpp_style_unittest.py:
- 12:09 PM Changeset in webkit [52495] by
-
- 9 edits in trunk
2009-12-22 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: simplify highlighter definition.
WebCore:
- inspector/front-end/CSSSourceSyntaxHighlighter.js: (WebInspector.CSSSourceSyntaxHighlighter):
- inspector/front-end/JavaScriptSourceSyntaxHighlighter.js: (WebInspector.JavaScriptSourceSyntaxHighlighter.): (WebInspector.JavaScriptSourceSyntaxHighlighter):
- inspector/front-end/SourceSyntaxHighlighter.js: (WebInspector.SourceSyntaxHighlighter.prototype.lex):
- inspector/front-end/utilities.js: ():
LayoutTests:
- inspector/syntax-highlight-css-expected.txt:
- inspector/syntax-highlight-javascript-expected.txt:
- inspector/syntax-highlight.js: (frontend_dumpSyntaxHighlight):
- 11:26 AM Changeset in webkit [52494] by
-
- 7 edits2 adds in trunk
Reentrancy problem with selection in some edge cases.
https://bugs.webkit.org/show_bug.cgi?id=32842
rdar://problem/7449974
Reviewed by Sam Weinig.
WebCore:
Test: fast/forms/selection-layout-reentry-strange-case.html
Move the selection display update process done in the
selectionLayoutChanged function into the layout timer
instead of doing it immediately when selection changes occur.
- editing/SelectionController.cpp:
(WebCore::SelectionController::SelectionController):
Initialize m_needsDisplayUpdate to false.
(WebCore::SelectionController::setSelection): Call
the new setNeedsDisplayUpdate function instead of the old
badly named Frame::selectionLayoutChanged function.
(WebCore::SelectionController::setNeedsDisplayUpdate):
Set m_needsDisplayUpdate. If it is just becoming true, then
call FrameView::scheduleRelayout.
- editing/SelectionController.h: Added setNeedsDisplayUpdate,
needsDisplayUpdate, and m_needsDisplayUpdate.
- page/Frame.cpp:
(WebCore::Frame::setCaretVisible): Call setNeedsDisplayUpdate.
(WebCore::Frame::selectionLayoutChanged): Call
setNeedsDisplayUpdate to set it to false, since this is the
function that performs "selection display update". Later I want
to rename this function.
- page/FrameView.cpp:
(WebCore::FrameView::needsLayout): Add a new clause, since
we need a call to layout if needsDisplayUpdate is true.
LayoutTests:
- fast/forms/selection-layout-reentry-strange-case-expected.txt: Added.
- fast/forms/selection-layout-reentry-strange-case.html: Added.
- platform/mac/accessibility/frame-with-title-expected.txt: Updated since
the number of layouts is now different.
- 11:17 AM QtWebKitPerformanceWork edited by
- Added WebKit and Git prerequisite (diff)
- 11:17 AM QtWebKitBackportingFixes edited by
- (diff)
- 10:58 AM Changeset in webkit [52493] by
-
- 2 edits1 add in trunk/JavaScriptCore
2009-12-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Darin Adler.
RVCT (ARMCC_VERSION < 400000) does not provide strcasecmp and strncasecmp
https://bugs.webkit.org/show_bug.cgi?id=32857
Add implementation of strcasecmp and strncasecmp for RVCT < 4.0
because earlier versions of RVCT 4.0 does not provide these functions.
- wtf/StringExtras.cpp: Added. (strcasecmp): (strncasecmp):
- wtf/StringExtras.h:
- 10:51 AM Changeset in webkit [52492] by
-
- 2 edits in trunk/WebCore
2009-12-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Darin Adler.
Allocate RemoteFontStream on the heap
https://bugs.webkit.org/show_bug.cgi?id=32850
RemoteFontStream is allocated on the stack, so its memory is freed
immediately when FontCustomPlatformData::createFontCustomPlatformData
returns.
SkTypeface::CreateFromStream increments the reference count, but it keeps
the pointer to the memory allocated on the stack which is not valid
anymore.
RemoteFontStream is a descendant of SkRefCount and SkRefCount::unref
invokes SkDELETE(this) internally once the reference count reaches zero.
This means that SkRefCount-ed instances must be allocated on the heap.
- platform/graphics/chromium/FontCustomPlatformData.cpp: (WebCore::createFontCustomPlatformData):
- 10:43 AM Changeset in webkit [52491] by
-
- 2 edits in trunk/WebCore
2009-12-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Darin Adler.
when condition COMPILER(RVCT) is fulfilled, we are trying to free a pointer to array allocated on the stack
https://bugs.webkit.org/show_bug.cgi?id=32861
Don't free the pointer for COMPILER(RVCT).
- dom/XMLTokenizerLibxml2.cpp: (WebCore::XMLTokenizer::error):
- 10:38 AM QtWebKitBackportingFixes edited by
- (diff)
- 10:36 AM Changeset in webkit [52490] by
-
- 3 edits in trunk/JavaScriptCore
2009-12-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Darin Adler.
Define ALWAYS_INLINE and WTF_PRIVATE_INLINE to forceinline for RVCT
https://bugs.webkit.org/show_bug.cgi?id=32853
Use forceinline forces RVCT to compile a C or C++ function
inline. The compiler attempts to inline the function, regardless of
the characteristics of the function.
- wtf/AlwaysInline.h:
- wtf/FastMalloc.h:
- 10:32 AM QtWebKitBackportingFixes edited by
- (diff)
- 10:32 AM QtWebKitBackportingFixes edited by
- (diff)
- 10:28 AM QtWebKitBackportingFixes edited by
- (diff)
- 10:05 AM QtWebKitBackportingFixes edited by
- (diff)
- 9:40 AM QtWebKitBackportingFixes edited by
- (diff)
- 9:39 AM Changeset in webkit [52489] by
-
- 8 edits in trunk/WebCore
Rubber-stamped by Dan Bernstein.
Remove no longer necessary experimental single view #ifdefs from Widget and
ScrollView.
- page/Chrome.h:
- page/mac/ChromeMac.mm:
- platform/ScrollView.cpp:
(WebCore::ScrollView::wheelEvent):
- platform/Widget.cpp:
- platform/Widget.h:
- platform/mac/ScrollViewMac.mm:
- platform/mac/WidgetMac.mm:
- 9:33 AM Changeset in webkit [52488] by
-
- 5 edits in trunk/WebKit/chromium
2009-12-22 Yaar Schnitman <yaar@chromium.org>
Reviewed by Darin Fisher.
autoComplete and getElementById methods for WebKit API
- public/WebDocument.h:
- public/WebInputElement.h:
- src/WebDocument.cpp: (WebKit::WebDocument::getElementById):
- src/WebInputElement.cpp: (WebKit::WebInputElement::autoComplete):
- 9:32 AM QtWebKitBackportingFixes edited by
- (diff)
- 8:21 AM Changeset in webkit [52487] by
-
- 4 edits in trunk/WebCore
2009-12-21 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: Do not lose original request for non-main resource redirects.
- inspector/InspectorResource.cpp: (WebCore::InspectorResource::appendRedirect):
- inspector/front-end/Resource.js: (WebInspector.Resource):
- inspector/front-end/inspector.js: (WebInspector.updateResource):
- 5:13 AM Changeset in webkit [52486] by
-
- 5 edits1 move in trunk
Rubber-stamped by Holger Freyther.
.:
Adjusted path to QtLauncher.
- WebKit.pro:
WebKit/qt:
Moved QtLauncher to WebKitTools/
- QtLauncher: Removed.
- QtLauncher/QtLauncher.pro: Removed.
- QtLauncher/main.cpp: Removed.
WebKitTools:
Moved QtLauncher from WebKit/qt.
- QtLauncher: Copied from WebKit/qt/QtLauncher.
- QtLauncher/QtLauncher.pro:
Dec 21, 2009:
- 11:46 PM Changeset in webkit [52485] by
-
- 2 edits in trunk/LayoutTests
[Qt] Skip layoutTestController.notifyDone() related test until fix.
https://bugs.webkit.org/show_bug.cgi?id=31626
- platform/qt/Skipped: http/tests/misc/set-window-opener-to-null.html added.
- 11:04 PM Changeset in webkit [52484] by
-
- 1 edit4 adds in trunk/LayoutTests
2009-12-21 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
Upstream chrome/fast/events/iframe-onload-remove-self-no-crash.html .
https://bugs.webkit.org/show_bug.cgi?id=32742 .
- fast/frames/iframe-onload-remove-self-no-crash-expected.txt: Added.
- fast/frames/iframe-onload-remove-self-no-crash.html: Added.
- fast/frames/resources/iframe-onload-remove-self-no-crash-child.html: Added.
- fast/frames/resources/iframe-onload-remove-self-no-crash.js: Added. (onWindowLoad):
- 10:57 PM Changeset in webkit [52483] by
-
- 3 edits in trunk/WebCore
2009-12-21 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
Use ASSERT instead of assert in image-decoders
https://bugs.webkit.org/show_bug.cgi?id=32852
Other decoders use WTF's ASSERT macro.
Follow this convention.
- platform/image-decoders/jpeg/JPEGImageDecoder.cpp: (WebCore::JPEGImageReader::decode):
- platform/image-decoders/png/PNGImageDecoder.cpp: (WebCore::PNGImageDecoder::headerAvailable):
- 10:54 PM Changeset in webkit [52482] by
-
- 2 edits in trunk/JavaScriptCore
Prospective GTK build fix: Add UStringImpl.cpp/h to the build.
- GNUmakefile.am:
- 10:53 PM Changeset in webkit [52481] by
-
- 2 edits in trunk/JavaScriptCore
Fix the Qt build, add UStringImpl.cpp to the build.
- JavaScriptCore.pri:
- 10:46 PM Changeset in webkit [52480] by
-
- 7 edits1 copy in trunk/WebKitTools
2009-12-21 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
[bzt] Automate the process of calling prepare-ChangeLog
https://bugs.webkit.org/show_bug.cgi?id=32816
This patch automates the process of creating a bug and patch and
uploading it to bugzilla. The first cut just calls
prepare-ChangeLog.
This patch required some refactoring of upload.py to the Step
model, but that's worth doing anyway.
- Scripts/bugzilla-tool:
- Scripts/modules/buildsteps.py:
- Scripts/modules/commands/download.py:
- Scripts/modules/commands/upload.py:
- Scripts/modules/commands/upload_unittest.py:
- Scripts/modules/mock_bugzillatool.py:
- 9:44 PM Changeset in webkit [52479] by
-
- 2 edits in trunk/WebCore
2009-12-21 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
Use vsnprintf instead of vasprintf for RVCT.
https://bugs.webkit.org/show_bug.cgi?id=32851
RVCT does not support vasprint, so use vsnprintf instead.
- dom/XMLTokenizerLibxml2.cpp: (WebCore::XMLTokenizer::error):
- 8:47 PM Changeset in webkit [52478] by
-
- 6 edits in trunk
2009-12-21 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by Alexey Proskuryakov.
Invalid url should raise SYNTAX_ERR exception.
https://bugs.webkit.org/show_bug.cgi?id=32700
- websocket/tests/bad-sub-protocol-expected.txt: add CONSOLE MESSAGEs
- websocket/tests/script-tests/url-parsing.js: add invalid url tests. Also changed url from ws://127.0.0.1/ to ws://127.0.0.1:8880/websocket/tests/simple to make it sure no errors on console message for these tests by not receiving unexpected response from 127.0.0.1:80
- websocket/tests/url-parsing-expected.txt:
2009-12-21 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by Alexey Proskuryakov.
Invalid url should raise SYNTAX_ERR exception.
https://bugs.webkit.org/show_bug.cgi?id=32700
Check url is valid in WebSocket::connect.
Also log the detailed reason of websocket failures to console.
- websockets/WebSocket.cpp: (WebCore::encodeProtocolString): (WebCore::WebSocket::connect):
- 8:31 PM Changeset in webkit [52477] by
-
- 1 edit3 adds in trunk/LayoutTests
2009-12-21 Dirk Pranke <dpranke@chromium.org>
Reviewed by Adam Barth.
Upstream a test from chromium.org.
https://bugs.webkit.org/show_bug.cgi?id=32761
- http/tests/misc/resources/content-iframe.html: Added.
- http/tests/misc/set-window-opener-to-null-expected.txt: Added.
- http/tests/misc/set-window-opener-to-null.html: Added.
- 7:36 PM Changeset in webkit [52476] by
-
- 1 edit in trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
Build fix for Windows Debug, if this breaks Release I will roll it out.
- 7:01 PM Changeset in webkit [52475] by
-
- 1 edit in trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
Should be final part of the Windows build fix.
- 7:00 PM Changeset in webkit [52474] by
-
- 2 edits in trunk/WebKit/mac
Don't allocate a WebGeolocationControllerClient unless that compile-time setting is enabled.
Reviewed by Sam Weinig.
- WebView/WebView.mm:
(-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]):
- 6:49 PM Changeset in webkit [52473] by
-
- 4 edits in trunk/WebKitLibraries
Update WebKitSystemInterface.
Reviewed by Samuel Weinig.
- libWebKitSystemInterfaceLeopard.a:
- libWebKitSystemInterfaceSnowLeopard.a:
- libWebKitSystemInterfaceTiger.a:
- 6:41 PM Changeset in webkit [52472] by
-
- 3 edits in trunk
Hopefully closer to a build fix. JavaScriptCore will build now.
- 6:25 PM Changeset in webkit [52471] by
-
- 2 edits in trunk/JavaScriptCore
Windows Build fix part 5.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 6:04 PM Changeset in webkit [52470] by
-
- 2 edits in trunk/JavaScriptCore
Fix breakage of world introduced in build fix to r52463.
Reviewed by NOBODY (build fix).
- runtime/UStringImpl.h:
- 6:03 PM Changeset in webkit [52469] by
-
- 2 edits in trunk/WebCore
Make sure that we check for the right thread.
Reviewed by Sam Weinig.
- platform/mac/WebCoreObjCExtras.mm:
(WebCoreObjCScheduleDeallocateOnMainThread):
- 5:35 PM QtWebKitPerformanceWork edited by
- Change formatting to outline mode (diff)
- 5:31 PM QtWebKitPerformanceWork edited by
- Add section Common Windows Errors and describe port 80 already in use error (diff)
- 5:28 PM Changeset in webkit [52468] by
-
- 1 edit in trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
unreviewed windows build fix #4
- 5:21 PM Changeset in webkit [52467] by
-
- 1 edit in trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
unreviewed windows build fix #3
- 5:08 PM Changeset in webkit [52466] by
-
- 1 edit in trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
unreviewed windows build fix #2
- 4:57 PM Changeset in webkit [52465] by
-
- 5 edits in trunk
WebCore: REGRESSION(4.0.4-ToT): Indent deletes non highlighted text in gmail.
<rdar://problem/7489326>
https://bugs.webkit.org/show_bug.cgi?id=32843
Reviewed by Maciej Stachowiak.
The fix for 7442387 did not handle the case where the end of paragraph
is not a descendant of the computed outer block.
Updated editing/execCommand/indent-with-style2.html to cover this case too.
- editing/CompositeEditCommand.cpp:
(WebCore::CompositeEditCommand::cloneParagraphUnderNewElement):
LayoutTests: REGRESSION(4.0.4-ToT): Indent deletes non highlighted text in gmail.
<rdar://problem/7489326>
https://bugs.webkit.org/show_bug.cgi?id=32843
Reviewed by Maciej Stachowiak.
The fix for 7442387 did not handle the case where the end of paragraph
is not a descendant of the computed outer block.
Updated editing/execCommand/indent-with-style2.html to cover this case too.
- editing/execCommand/indent-with-style2-expected.txt:
- editing/execCommand/indent-with-style2.html:
- 4:53 PM Changeset in webkit [52464] by
-
- 1 edit in trunk/JavaScriptCore/runtime/UStringImpl.h
unreviewed windows build fix #1
- 4:47 PM QtWebKitPerformanceWork edited by
- Rewrote the sentence that starts "When starting the 'http_server'...", … (diff)
- 4:41 PM QtWebKitPerformanceWork edited by
- Added section Prerequisites to mention (diff)
- 4:38 PM Changeset in webkit [52463] by
-
- 10 edits4 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=32831
Replace UString::Rep implementation, following introduction of ropes to JSC.
Reviewed by Darin Adler.
- Remove redundant overcapacity mechanisms.
- Reduce memory cost of Rep's.
- Add an inline storage mechanism akin to that in WebCore's StringImpl.
~1% Sunspider progression.
- JavaScriptCore.exp:
- JavaScriptCore.xcodeproj/project.pbxproj:
- runtime/JSString.cpp:
(JSC::JSString::resolveRope):
- runtime/SmallStrings.cpp:
(JSC::SmallStringsStorage::SmallStringsStorage):
- runtime/UString.cpp:
(JSC::initializeUString):
(JSC::createRep):
(JSC::UString::createFromUTF8):
(JSC::UString::createUninitialized):
(JSC::UString::spliceSubstringsWithSeparators):
(JSC::UString::replaceRange):
(JSC::UString::ascii):
(JSC::UString::operator=):
(JSC::UString::toStrictUInt32):
(JSC::equal):
- runtime/UString.h:
(JSC::UString::isEmpty):
(JSC::UString::cost):
(JSC::makeString):
- runtime/UStringImpl.cpp: Added.
(JSC::UStringImpl::baseSharedBuffer):
(JSC::UStringImpl::sharedBuffer):
(JSC::UStringImpl::destroy):
(JSC::UStringImpl::computeHash):
- runtime/UStringImpl.h: Added.
(JSC::UntypedPtrAndBitfield::UntypedPtrAndBitfield):
(JSC::UntypedPtrAndBitfield::asPtr):
(JSC::UntypedPtrAndBitfield::operator&=):
(JSC::UntypedPtrAndBitfield::operator|=):
(JSC::UntypedPtrAndBitfield::operator&):
(JSC::UStringImpl::create):
(JSC::UStringImpl::createCopying):
(JSC::UStringImpl::createUninitialized):
(JSC::UStringImpl::data):
(JSC::UStringImpl::size):
(JSC::UStringImpl::cost):
(JSC::UStringImpl::hash):
(JSC::UStringImpl::computedHash):
(JSC::UStringImpl::setHash):
(JSC::UStringImpl::identifierTable):
(JSC::UStringImpl::setIdentifierTable):
(JSC::UStringImpl::ref):
(JSC::UStringImpl::deref):
(JSC::UStringImpl::allocChars):
(JSC::UStringImpl::copyChars):
(JSC::UStringImpl::computeHash):
(JSC::UStringImpl::null):
(JSC::UStringImpl::empty):
(JSC::UStringImpl::checkConsistency):
(JSC::UStringImpl::):
(JSC::UStringImpl::UStringImpl):
(JSC::UStringImpl::operator new):
(JSC::UStringImpl::bufferOwnerString):
(JSC::UStringImpl::bufferOwnership):
(JSC::UStringImpl::isStatic):
JavaScriptGlue:
- ForwardingHeaders/wtf/PossiblyNull.h: Added.
- add forwarding header.
WebCore:
- ForwardingHeaders/runtime/UStringImpl.h: Added.
- add forwarding header.
- platform/text/StringImpl.cpp:
(WebCore::StringImpl::ustring):
- order of arguments to UString::Rep constructor for shared strings changed.
- 3:50 PM Changeset in webkit [52462] by
-
- 1 edit16 adds in trunk/LayoutTests
2009-12-21 Dirk Pranke <dpranke@chromium.org>
Reviewed by Adam Barth.
Upstream a bunch of platform-specific Chromium plugin tests.
https://bugs.webkit.org/show_bug.cgi?id=32751
- platform/chromium/plugins/call-as-function-expected.txt: Added.
- platform/chromium/plugins/call-as-function.html: Added.
- platform/chromium/plugins/get-url-with-iframe-target-no-crash-expected.txt: Added.
- platform/chromium/plugins/get-url-with-iframe-target-no-crash.html: Added.
- platform/chromium/plugins/multiple-plugins-expected.txt: Added.
- platform/chromium/plugins/multiple-plugins.html: Added.
- platform/chromium/plugins/nested-plugin-objects-expected.txt: Added.
- platform/chromium/plugins/nested-plugin-objects.html: Added.
- platform/chromium/plugins/refcount-leaks-expected.txt: Added.
- platform/chromium/plugins/refcount-leaks.html: Added.
- platform/chromium/plugins/return-npobject-expected.txt: Added.
- platform/chromium/plugins/return-npobject.html: Added.
- platform/chromium/plugins/script-object-invoke-expected.txt: Added.
- platform/chromium/plugins/script-object-invoke.html: Added.
- 3:42 PM Changeset in webkit [52461] by
-
- 1 edit2 adds in trunk/LayoutTests
2009-12-21 Dirk Pranke <dpranke@chromium.org>
Reviewed by Darin Adler.
Upstream a test to ensure we handle variations on "javascript:" URL
correctly.
- fast/dom/xss-DENIED-javascript-variations-expected.txt: Added.
- fast/dom/xss-DENIED-javascript-variations.html: Added.
- 3:39 PM Changeset in webkit [52460] by
-
- 5 edits in trunk/WebKitLibraries
Update WebKitSystemInterface.
Reviewed by Samuel Weinig.
- WebKitSystemInterface.h:
- libWebKitSystemInterfaceLeopard.a:
- libWebKitSystemInterfaceSnowLeopard.a:
- libWebKitSystemInterfaceTiger.a:
- 3:15 PM Changeset in webkit [52459] by
-
- 66 edits1 add in trunk/WebCore
2009-12-18 Nate Chapin <Nate Chapin>
Reviewed by Adam barth.
Generate V8 bindings non-constructor callback declarations
in CodeGeneratorV8.pm instead of manually declaring them in
V8CustomBinding.h.
- 3:00 PM Changeset in webkit [52458] by
-
- 1 edit5 deletes in trunk/LayoutTests
2009-12-21 Nate Chapin <Nate Chapin>
Unreviewed, build fix.
Cleared instead of deleted some layout test files, making them fail. Delete them for real.
- http/tests/navigation/image-load-in-beforeunload-handler-expected.txt: Removed.
- http/tests/navigation/image-load-in-beforeunload-handler.html: Removed.
- http/tests/navigation/image-load-in-unload-handler-expected.txt: Removed.
- http/tests/navigation/image-load-in-unload-handler.html: Removed.
- http/tests/navigation/resources/wait-then-notify-done.html: Removed.
- 2:52 PM Changeset in webkit [52457] by
-
- 2 edits in trunk/WebKitTools
- Scripts/do-webcore-rename: Did a rename, so checking in the
version of the script I used.
- 2:39 PM Changeset in webkit [52456] by
-
- 15 edits in trunk
2009-12-21 Nate Chapin <Nate Chapin>
Rubber-stamped by Darin Adler.
Revert r52446 due to crashiness.
- loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::loadRequest):
- loader/FrameLoader.cpp: (WebCore::FrameLoader::FrameLoader): (WebCore::FrameLoader::stopLoading): (WebCore::FrameLoader::loadURL): (WebCore::FrameLoader::loadWithDocumentLoader): (WebCore::FrameLoader::stopAllLoaders): (WebCore::FrameLoader::continueLoadAfterNavigationPolicy): (WebCore::FrameLoader::pageHidden):
- loader/FrameLoader.h: (WebCore::FrameLoader::suppressOpenerInNewFrame):
- loader/Request.cpp: (WebCore::Request::Request): (WebCore::Request::~Request):
- loader/Request.h:
- loader/SubresourceLoader.cpp: (WebCore::SubresourceLoader::create):
- loader/SubresourceLoader.h:
- loader/loader.cpp: (WebCore::Loader::load): (WebCore::Loader::cancelRequests): (WebCore::Loader::Host::servePendingRequests): (WebCore::Loader::Host::cancelPendingRequests): (WebCore::Loader::Host::cancelRequests):
- 2:12 PM Changeset in webkit [52455] by
-
- 3 edits in trunk/WebKitTools
2009-12-21 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Update status-bubble to show all the queues
https://bugs.webkit.org/show_bug.cgi?id=32838
Also, move statusbubble over to use memcache.
- QueueStatusServer/handlers/statusbubble.py:
- QueueStatusServer/templates/statusbubble.html:
- 1:26 PM Changeset in webkit [52454] by
-
- 5 edits in trunk/WebCore
Add support for V8 Date binding.
https://bugs.webkit.org/show_bug.cgi?id=32699
Patch by Kent Tamura <tkent@chromium.org> on 2009-12-19
Reviewed by Adam Barth.
This implements the same behavior as the recent change of
CodeGeneratorJS.pm and JSDOMBinding.cpp.
- bindings/scripts/CodeGeneratorV8.pm: Produce toWebCoreDate() or v8DateOrNull() for Date type.
- bindings/v8/V8Binding.cpp:
(WebCore::toWebCoreDate):
Converts a JavaScript object to a double representing Date.
(WebCore::v8DateOrNull):
Converts a double representing Date to a JavaScript Date object or null.
- bindings/v8/V8Binding.h: Declare toWebCoreDate() and v8DateOrNull().
- html/HTMLInputElement.idl: Delete V8_BINGIN exclusion for valueAsDate.
- 12:19 PM Changeset in webkit [52453] by
-
- 3 edits1 copy1 add in trunk/WebKitTools
2009-12-21 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Delete the boring "Empty queue" status messages in QueueStatusServer
https://bugs.webkit.org/show_bug.cgi?id=32818
- QueueStatusServer/app.yaml:
- QueueStatusServer/cron.yaml:
- QueueStatusServer/handlers/gc.py:
- QueueStatusServer/main.py:
- 12:18 PM Changeset in webkit [52452] by
-
- 2 edits in trunk/WebKit/qt
Doc: Minor fixes to language.
Patch by David Boddie <dboddie@trolltech.com> on 2009-12-21
Reviewed by Simon Hausmann.
- Api/qwebpage.cpp:
- 12:15 PM Changeset in webkit [52451] by
-
- 5 edits in trunk/WebCore
Renamed m_sel to m_selection. Used do-webcore-rename.
Reviewed by Mark Rowe.
- editing/SelectionController.cpp:
(WebCore::SelectionController::setSelection):
(WebCore::SelectionController::nodeWillBeRemoved):
(WebCore::SelectionController::willBeModified):
(WebCore::SelectionController::directionOfEnclosingBlock):
(WebCore::SelectionController::modifyExtendingRight):
(WebCore::SelectionController::modifyExtendingForward):
(WebCore::SelectionController::modifyMovingRight):
(WebCore::SelectionController::modifyMovingForward):
(WebCore::SelectionController::modifyExtendingLeft):
(WebCore::SelectionController::modifyExtendingBackward):
(WebCore::SelectionController::modifyMovingLeft):
(WebCore::SelectionController::modifyMovingBackward):
(WebCore::SelectionController::modify):
(WebCore::SelectionController::expandUsingGranularity):
(WebCore::SelectionController::xPosForVerticalArrowNavigation):
(WebCore::SelectionController::setBase):
(WebCore::SelectionController::setExtent):
(WebCore::SelectionController::layout):
(WebCore::SelectionController::caretRenderer):
(WebCore::SelectionController::invalidateCaretRect):
(WebCore::SelectionController::paintCaret):
(WebCore::SelectionController::debugRenderer):
(WebCore::SelectionController::contains):
(WebCore::SelectionController::selectAll):
(WebCore::SelectionController::formatForDebugger):
(WebCore::SelectionController::showTreeForThis):
- editing/SelectionController.h:
- editing/gtk/SelectionControllerGtk.cpp:
(WebCore::SelectionController::notifyAccessibilityForSelectionChange):
- editing/mac/SelectionControllerMac.mm:
(WebCore::SelectionController::notifyAccessibilityForSelectionChange):
Let the script do its thing. Made sure no tests broke.
- 12:11 PM Changeset in webkit [52450] by
-
- 4 edits in trunk/WebCore
2009-12-21 Carol Szabo <carol.szabo@nokia.com>
Reviewed by Darin Adler.
Inconsistent use of counterName and identifier in CSS counter code and loss of information about the counter type.
https://bugs.webkit.org/show_bug.cgi?id=31814
No new tests because there are no functional changes in this patch.
- rendering/CounterNode.cpp: (WebCore::CounterNode::CounterNode): (WebCore::CounterNode::computeCountInParent): (WebCore::showTreeAndMark):
- rendering/RenderCounter.cpp: (WebCore::planCounter): (WebCore::findPlaceForCounter): (WebCore::makeCounterNode): (WebCore::RenderCounter::originalText): Changed to use identifier instead of counterName and actsAsReset or hasResetType, as appropriate instead of isReset.
- rendering/CounterNode.h: (WebCore::CounterNode::actsAsReset): (WebCore::CounterNode::hasResetType):
- 12:00 PM Changeset in webkit [52449] by
-
- 8 edits in trunk
2009-12-21 Dirk Schulze <krit@webkit.org>
Reviewed by Darin Adler and Nikolas Zimmermann.
Speed-up SVG Masking
https://bugs.webkit.org/show_bug.cgi?id=32738
This patch makes SVG Masking faster. The luminance calculaton of the ImageBuffer,
that is created by pixel manipulation, got optimized. The ImageBuffer and it's
luminance is created once now, not on every call of applyMask.
The size of the intermediate ImageBuffer depends on the visible area now and is
clipped by the mask rect.
The patch doesn't change functionality so no new tests needed.
The new ImageBuffer handling in Mask causes two updates of test results. The pixel
tests and LayoutTests pass, but the checksum doesn't match.
- svg/SVGMaskElement.cpp: (WebCore::SVGMaskElement::drawMaskerContent):
- svg/graphics/SVGResourceMasker.cpp: (WebCore::SVGResourceMasker::applyMask):
2009-12-21 Dirk Schulze <krit@webkit.org>
Reviewed by Darin Adler and Nikolas Zimmermann.
Speed-up SVG Masking
https://bugs.webkit.org/show_bug.cgi?id=32738
Update pixel test results for two SVG masking operations. They don't fail
and there is no noticable difference between the old and new results. But
Masking uses smaller ImageBuffers now and that changed the checksum.
- platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
- platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
- platform/mac/svg/batik/masking/maskRegions-expected.checksum:
- platform/mac/svg/batik/masking/maskRegions-expected.png:
- 10:58 AM Changeset in webkit [52448] by
-
- 5 edits2 adds in trunk
2009-12-21 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Darin Adler.
Test that dragging an SVG as <img> doesn't crash the browser.
Note that this only works in debug mode as it's a failing assert.
- fast/images/drag-svg-as-image.html: Added.
- platform/qt/Skipped: fast/images/drag-svg-as-image.html added.
2009-12-21 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Darin Adler.
Fix assertion failure when dragging an SVG image.
https://bugs.webkit.org/show_bug.cgi?id=32511
Test: fast/images/drag-svg-as-image.html
- svg/graphics/SVGImage.cpp: (WebCore::SVGImage::filenameExtension): Return "svg"
- svg/graphics/SVGImage.h:
- 9:58 AM Changeset in webkit [52447] by
-
- 2 edits in trunk/WebCore
Reviewed by Xan Lopez.
[GTK] G_OBJECT() cast is not necessary for signals connection and properties access
https://bugs.webkit.org/show_bug.cgi?id=32661
Removed useless calls to the G_OBJECT() macro and replaced NULL
occurences with a SENTINEL macro.
- platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp: (WebCore::MediaPlayerPrivate::hasVideo): (WebCore::MediaPlayerPrivate::hasAudio): (WebCore::MediaPlayerPrivate::setVolume): (WebCore::MediaPlayerPrivate::createGSTPlayBin):
- 9:51 AM UsingGitWithWebKit edited by
- Explain why one might want to "track the Subversion repository" (diff)
- 8:55 AM Changeset in webkit [52446] by
-
- 10 edits5 adds in trunk
2009-12-21 Nate Chapin <Nate Chapin>
Reviewed by Darin Adler.
If an image load is started during an unload or beforeunload event, run it
asynchronously (and allow it to outlive its page) so navigation can continue
while the load completes.
Tests: http/tests/navigation/image-load-in-beforeunload-handler.html
http/tests/navigation/image-load-in-unload-handler.html
- loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::loadRequest):
- loader/FrameLoader.cpp: Rename m_unloadEventBeingDispatched to m_isDispatchingUnloadEvent. (WebCore::FrameLoader::FrameLoader): (WebCore::FrameLoader::stopLoading): (WebCore::FrameLoader::loadURL): (WebCore::FrameLoader::loadWithDocumentLoader): (WebCore::FrameLoader::stopAllLoaders): (WebCore::FrameLoader::continueLoadAfterNavigationPolicy): Set m_isDispatchingBeforeUnloadEvent. (WebCore::FrameLoader::pageHidden):
- loader/FrameLoader.h: (WebCore::FrameLoader::isDispatchingUnloadFamilyEvent): Added.
- loader/Request.cpp: (WebCore::Request::Request): Add OutlivePagePolicy to constructor parameters
- loader/Request.h: (WebCore::): Add OutlivePagePolicy enum. (WebCore::Request::shouldOutlivePage): Added. (WebCore::Request::frame): Added.
- loader/SubresourceLoader.cpp: (WebCore::SubresourceLoader::create): Change one of the security checks to an outlive page check.
- loader/SubresourceLoader.h:
- loader/loader.cpp: (WebCore::Loader::load): Add OutlivePagePolicy to Request constructor call,
ensure requests that should outlive page are done asynchronously.
(WebCore::Loader::cancelRequests): Remove ending ASSERT since it will now be hard to predict how
many requests might possibly outlive a cancel in every case.
(WebCore::Loader::Host::servePendingRequests): Use the correct frame in the case of a request outliving its page.
(WebCore::Loader::Host::cancelPendingRequests): Ensure we don't cancel request that should outlive their page.
(WebCore::Loader::Host::cancelRequests): Ensure we don't cancel request that should outlive their page.
- 8:34 AM Changeset in webkit [52445] by
-
- 2 edits in trunk/LayoutTests
Rubber-stamped by Xan Lopez.
- platform/gtk/Skipped: Unskip test fixed by patch from Bug 24001.
- 7:06 AM Changeset in webkit [52444] by
-
- 18 edits13 copies10 moves9 adds7 deletes in trunk/WebKit/qt
[Qt] Clean up the WebKit layer unit-tests
Reviewed by Simon Hausmann.
- Use tests.pri for common options
- Standardize file naming
- Move all resources to 'resources' subdir
- Standardize how TESTS_SOURCE_DIR is used
- Get rid of UID3 for symbian (autogenerated)
- Don't build app bundles on Mac OS X
- tests/benchmarks/loading/loading.pro: Added.
- tests/benchmarks/loading/tst_loading.pro: Removed.
- tests/benchmarks/painting/painting.pro: Added.
- tests/benchmarks/painting/tst_painting.pro: Removed.
- tests/qgraphicswebview/qgraphicswebview.pro:
- tests/qwebelement/qwebelement.pro:
- tests/qwebelement/qwebelement.qrc: Removed.
- tests/qwebelement/resources/image.png: Renamed from WebKit/qt/tests/qwebelement/image.png.
- tests/qwebelement/resources/style.css: Renamed from WebKit/qt/tests/qwebelement/style.css.
- tests/qwebelement/resources/style2.css: Renamed from WebKit/qt/tests/qwebelement/style2.css.
- tests/qwebelement/tst_qwebelement.qrc: Added.
- tests/qwebframe/qwebframe.pro:
- tests/qwebframe/qwebframe.qrc: Removed.
- tests/qwebframe/resources/image.png: Renamed from WebKit/qt/tests/qwebframe/image.png.
- tests/qwebframe/resources/style.css: Renamed from WebKit/qt/tests/qwebframe/style.css.
- tests/qwebframe/resources/test1.html: Renamed from WebKit/qt/tests/qwebframe/test1.html.
- tests/qwebframe/resources/test2.html: Renamed from WebKit/qt/tests/qwebframe/test2.html.
- tests/qwebframe/resources/testiframe.html: Renamed from WebKit/qt/tests/qwebframe/testiframe.html.
- tests/qwebframe/resources/testiframe2.html: Renamed from WebKit/qt/tests/qwebframe/testiframe2.html.
- tests/qwebframe/tst_qwebframe.cpp:
- tests/qwebframe/tst_qwebframe.qrc: Added.
- tests/qwebhistory/qwebhistory.pro:
- tests/qwebhistory/resources/page1.html: Renamed from WebKit/qt/tests/qwebhistory/data/page1.html.
- tests/qwebhistory/resources/page2.html: Renamed from WebKit/qt/tests/qwebhistory/data/page2.html.
- tests/qwebhistory/resources/page3.html: Renamed from WebKit/qt/tests/qwebhistory/data/page3.html.
- tests/qwebhistory/resources/page4.html: Renamed from WebKit/qt/tests/qwebhistory/data/page4.html.
- tests/qwebhistory/resources/page5.html: Renamed from WebKit/qt/tests/qwebhistory/data/page5.html.
- tests/qwebhistory/resources/page6.html: Renamed from WebKit/qt/tests/qwebhistory/data/page6.html.
- tests/qwebhistory/tst_qwebhistory.cpp:
(tst_QWebHistory::):
- tests/qwebhistory/tst_qwebhistory.qrc:
- tests/qwebhistoryinterface/qwebhistoryinterface.pro:
- tests/qwebinspector/qwebinspector.pro:
- tests/qwebpage/qwebpage.pro:
- tests/qwebpage/resources/frame_a.html: Renamed from WebKit/qt/tests/qwebpage/frametest/frame_a.html.
- tests/qwebpage/resources/iframe.html: Renamed from WebKit/qt/tests/qwebpage/frametest/iframe.html.
- tests/qwebpage/resources/iframe2.html: Renamed from WebKit/qt/tests/qwebpage/frametest/iframe2.html.
- tests/qwebpage/resources/iframe3.html: Renamed from WebKit/qt/tests/qwebpage/frametest/iframe3.html.
- tests/qwebpage/resources/index.html: Renamed from WebKit/qt/tests/qwebpage/frametest/index.html.
- tests/qwebpage/tst_qwebpage.cpp:
(tst_QWebPage::backActionUpdate):
(tst_QWebPage::frameAt):
(tst_QWebPage::errorPageExtensionInFrameset):
(tst_QWebPage::screenshot):
- tests/qwebpage/tst_qwebpage.qrc:
- tests/qwebplugindatabase/qwebplugindatabase.pro:
- tests/qwebview/qwebview.pro:
- tests/qwebview/resources/frame_a.html: Renamed from WebKit/qt/tests/qwebview/data/frame_a.html.
- tests/qwebview/resources/index.html: Renamed from WebKit/qt/tests/qwebview/data/index.html.
- tests/qwebview/tst_qwebview.cpp:
(tst_QWebView::reusePage):
(tst_QWebView::crashTests):
- tests/qwebview/tst_qwebview.qrc:
- tests/resources/image2.png: Renamed from WebKit/qt/tests/qwebframe/resources/image2.png.
- tests/tests.pri: Added.
- tests/tests.pro:
- 6:44 AM Changeset in webkit [52443] by
-
- 2 edits in trunk/WebKit/win
Fix non-ACCELERATED_COMPOSITING builds
- WebPreferences.cpp:
(WebPreferences::acceleratedCompositingEnabled): Guard use of
WKCACFLayerRenderer with USE(ACCELERATED_COMPOSITING).
- 6:36 AM Changeset in webkit [52442] by
-
- 7 edits in trunk/WebKit/win
Add IWebPreferencesPrivate::[set]AcceleratedCompositingEnabled
Fixes <http://webkit.org/b/32745>.
Reviewed by Ada Chan.
- Interfaces/IWebPreferencesPrivate.idl: Added
[set]AcceleratedCompositingEnabled.
- Interfaces/WebKit.idl: Touched to force a build.
- WebPreferenceKeysPrivate.h: Added
WebKitAcceleratedCompositingEnabledPreferenceKey.
- WebPreferences.cpp:
(WebPreferences::initializeDefaultSettings): Make accelerated
compositing be on by default.
(WebPreferences::setAcceleratedCompositingEnabled): Store the new
value.
(WebPreferences::acceleratedCompositingEnabled): If accelerated
compositing isn't available, return false. Otherwise, return the value
stored in preferences.
- WebPreferences.h: Added [set]AcceleratedCompositingAvailable.
- WebView.cpp:
(WebView::notifyPreferencesChanged): Just pass the value from
WebPreferences on down.
- 6:36 AM Changeset in webkit [52441] by
-
- 2 edits in trunk/WebCore
Fix Windows build warnings
- WebCore.vcproj/WebCore.vcproj: Exclude SVG files from the build that
are compiled via SVGAllInOne.cpp.
- 3:10 AM Changeset in webkit [52440] by
-
- 4 edits in trunk/WebCore
2009-12-20 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: Can’t copy outer html of selected node.
Also adds "Copy as HTML" context menu item.
- English.lproj/localizedStrings.js:
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype._populateTagContextMenu):
- inspector/front-end/inspector.js: (WebInspector.documentCanCopy):
- 3:00 AM Changeset in webkit [52439] by
-
- 6 edits3 adds in trunk/WebCore
2009-12-20 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Eric Seidel.
Web Inspector: extract syntax highlighters into separate files.
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- inspector/front-end/CSSSourceSyntaxHighlighter.js: Added. (WebInspector.CSSSourceSyntaxHighlighter):
- inspector/front-end/JavaScriptSourceSyntaxHighlighter.js: Added. (WebInspector.JavaScriptSourceSyntaxHighlighter): (WebInspector.JavaScriptSourceSyntaxHighlighter.):
- inspector/front-end/SourceFrame.js:
- inspector/front-end/SourceSyntaxHighlighter.js: Added. (WebInspector.SourceSyntaxHighlighter): (WebInspector.SourceSyntaxHighlighter.prototype.createSpan): (WebInspector.SourceSyntaxHighlighter.prototype.process.processChunk): (WebInspector.SourceSyntaxHighlighter.prototype.process.moveToNextLine): (WebInspector.SourceSyntaxHighlighter.prototype.process): (WebInspector.SourceSyntaxHighlighter.prototype.lex): (WebInspector.SourceSyntaxHighlighter.prototype.appendNonToken): (WebInspector.SourceSyntaxHighlighter.prototype.syntaxHighlightNode):
- inspector/front-end/WebKit.qrc:
- inspector/front-end/inspector.html:
- 1:48 AM Changeset in webkit [52438] by
-
- 3 edits in trunk/WebCore
defersLoading is disabled in current libcURL.
https://bugs.webkit.org/show_bug.cgi?id=32707
Patch by Julien Chaffraix <jchaffraix@pleyo.com> on 2009-12-18
Reviewed by Darin Adler.
Basically this change reverts r49577 that was totally wrong.
According to curlver.h, LIBCURL_VERSION_NUM is a
"6-digit (24 bits) hexadecimal number".
The check should be against 0x071200 (7.18) as it was originally the case.
- platform/network/curl/ResourceHandleManager.cpp:
(WebCore::ResourceHandleManager::initializeHandle): Use the right check.
- platform/network/curl/ResourceHandleCurl.cpp:
(WebCore::ResourceHandle::setDefersLoading): Ditto. Also removed a print
to use a LOG_ERROR instead.
- 1:07 AM Changeset in webkit [52437] by
-
- 4 edits in trunk/WebKitTools
2009-12-21 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Exception on queue status server
https://bugs.webkit.org/show_bug.cgi?id=32812
Turns out we need to pass the id to the filter.
- QueueStatusServer/filters/webkit_extras.py:
- QueueStatusServer/templates/patch.html:
- QueueStatusServer/templates/recentstatus.html: