Timeline
Sep 22, 2010:
- 11:59 PM Changeset in webkit [68124] by
-
- 2 edits4 adds in trunk
2010-09-22 Luke Macpherson <macpherson@chromium.org>
Reviewed by Alexey Proskuryakov.
Don't allow empty strings as tokens in xmlhttprequest, as per rfc2616 section 2.2.
XMLHttpRequest: setRequestHeader() does not throw SYNTAX_ERR exception if the header field name is empty
https://bugs.webkit.org/show_bug.cgi?id=46151
Test: http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name.html
- xml/XMLHttpRequest.cpp: (WebCore::isValidToken):
- 10:15 PM Changeset in webkit [68123] by
-
- 3 edits2 adds in trunk/WebCore
2010-09-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Adam Barth.
[BREWMP] Enable touch events
https://bugs.webkit.org/show_bug.cgi?id=46321
Enable TOUCH_EVENTS by porting PlatformTouchEvent and PlatformTouchPoint.
Brew MP does not support multi touch, so enable only single touch for now.
- platform/PlatformTouchEvent.h:
- platform/PlatformTouchPoint.h:
- platform/brew/PlatformTouchEventBrew.cpp: Added. (WebCore::PlatformTouchEvent::PlatformTouchEvent):
- platform/brew/PlatformTouchPointBrew.cpp: Added. (WebCore::PlatformTouchPoint::PlatformTouchPoint):
- 9:55 PM Changeset in webkit [68122] by
-
- 3 edits in trunk/WebKitTools
2010-09-22 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Fix comm-queue typo
https://bugs.webkit.org/show_bug.cgi?id=46339
We were missing a "self". The real problem is that we didn't have an
integration test for the failure case.
- Scripts/webkitpy/tool/commands/queues.py:
- Scripts/webkitpy/tool/commands/queues_unittest.py:
- 9:33 PM Changeset in webkit [68121] by
-
- 6 edits26 adds in trunk/LayoutTests
2010-09-22 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Adam Barth.
Rebaseline a few repainting tests for Chromium.
https://bugs.webkit.org/show_bug.cgi?id=46337
- platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.checksum: Added.
- platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
- platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added.
- platform/chromium-linux/fast/repaint/block-layout-inline-children-replaced-expected.checksum: Added.
- platform/chromium-linux/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
- platform/chromium-linux/fast/repaint/block-layout-inline-children-replaced-expected.txt: Added.
- platform/chromium-linux/fast/repaint/list-marker-expected.checksum:
- platform/chromium-linux/fast/repaint/list-marker-expected.png:
- platform/chromium-mac/fast/repaint/background-misaligned-expected.checksum: Added.
- platform/chromium-mac/fast/repaint/background-misaligned-expected.png: Added.
- platform/chromium-mac/fast/repaint/block-layout-inline-children-float-positioned-expected.checksum: Added.
- platform/chromium-mac/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
- platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum: Added.
- platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
- platform/chromium-mac/fast/repaint/continuation-after-outline-expected.checksum: Added.
- platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png: Added.
- platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.checksum: Added.
- platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.png: Added.
- platform/chromium-mac/fast/repaint/opacity-change-on-overflow-float-expected.checksum: Added.
- platform/chromium-mac/fast/repaint/opacity-change-on-overflow-float-expected.png: Added.
- platform/chromium-mac/fast/repaint/subtree-root-clip-3-expected.checksum: Added.
- platform/chromium-mac/fast/repaint/subtree-root-clip-3-expected.png: Added.
- platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.checksum: Added.
- platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
- platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added.
- platform/chromium-win/fast/repaint/block-layout-inline-children-replaced-expected.checksum: Added.
- platform/chromium-win/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
- platform/chromium-win/fast/repaint/block-layout-inline-children-replaced-expected.txt: Added.
- platform/chromium-win/fast/repaint/list-marker-expected.checksum:
- platform/chromium-win/fast/repaint/list-marker-expected.png:
- platform/chromium/test_expectations.txt: Updated, removed crazy comment.
- 9:19 PM Changeset in webkit [68120] by
-
- 3 edits in trunk/BugsSite
2010-09-22 Adam Barth <abarth@webkit.org>
Reviewed by John Sullivan.
New review-page design doesn't include name of reviewer
https://bugs.webkit.org/show_bug.cgi?id=46271
- PrettyPatch/PrettyPatch.rb:
- code-review.js:
- 8:46 PM Changeset in webkit [68119] by
-
- 2 edits in trunk/BugsSite
2010-09-22 Adam Barth <abarth@webkit.org>
Fix typo in CSS.
- PrettyPatch/PrettyPatch.rb:
- 8:42 PM Changeset in webkit [68118] by
-
- 3 edits in trunk/BugsSite
2010-09-22 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Add link to bug to review page
https://bugs.webkit.org/show_bug.cgi?id=46192
To make room for the link, I moved the help text to the top of the page
and tweaked the language to help folks discover that you can select
context using the line numbers.
Also, move more text to sans-serif since that fits in better with the
pretty-patch fonts.
- PrettyPatch/PrettyPatch.rb:
- code-review.js:
- 8:11 PM Changeset in webkit [68117] by
-
- 5 edits in trunk/WebKitTools
2010-09-22 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
commit-queue should log more detailed messages to the QueueStatusServer
https://bugs.webkit.org/show_bug.cgi?id=46333
When I created CommitQueueTask, I removed most of the previous logging.
This patch adds back more detailed logging so folks can see their patch
progress through the queue.
- Scripts/webkitpy/tool/bot/commitqueuetask.py:
- Scripts/webkitpy/tool/bot/commitqueuetask_unittest.py:
- Scripts/webkitpy/tool/commands/queues.py:
- Scripts/webkitpy/tool/commands/queues_unittest.py:
- 7:57 PM Changeset in webkit [68116] by
-
- 2 edits in trunk/WebCore
Fix a typo and correct an inaccurate phrase in a comment.
Rubber-stamped by Darin Adler.
- html/parser/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processEndTag):
- 7:39 PM Changeset in webkit [68115] by
-
- 8 edits3 adds in trunk
2010-09-22 Andy Estes <aestes@apple.com>
Reviewed by Adam Barth.
REGRESSION (r61285): <script /> parses differently in HTML5
https://bugs.webkit.org/show_bug.cgi?id=42909
If pre-HTML5 parser quirks are enabled, the HTMLTreeBuilder should
handle self-closing script tags like the old parser did. Specifically,
"<script />" should be treated as "<script></script>".
- html/parser/HTMLDocumentParser.cpp: (WebCore::HTMLDocumentParser::HTMLDocumentParser): Instantiate HTMLTreeBuilder with the value of usePreHTML5ParserQuirks().
- html/parser/HTMLTreeBuilder.cpp: (WebCore::HTMLTreeBuilder::HTMLTreeBuilder): (WebCore::HTMLTreeBuilder::processEndTag): If the tokenizer is not currently in DataState, this means that the current end token is fake and was created by the tree builder to handle a self-closing script tag. Assert that pre-HTML5 quirks are enabled and set the tokenizer's state to DataState in this case. (WebCore::HTMLTreeBuilder::processStartTagForInHead): If pre-HTML5 parser quirks are enabled and the script tag is self-closing, create and procses a fake script end tag.
- html/parser/HTMLTreeBuilder.h: (WebCore::HTMLTreeBuilder::create):
2010-09-22 Andy Estes <aestes@apple.com>
Reviewed by Adam Barth.
REGRESSION (r61285): <script /> parses differently in HTML5
https://bugs.webkit.org/show_bug.cgi?id=42909
Add tests for the self-closing script tag quirk.
- fast/parser/pre-html5-parser-quirks-expected.txt:
- fast/parser/pre-html5-parser-quirks.html:
- fast/parser/resources/pre-html5-parser-quirk-document-fragment.html:
- fast/parser/resources/pre-html5-parser-quirk-self-closing-script-in-body.html: Added.
- fast/parser/resources/pre-html5-parser-quirk-self-closing-script-in-head.html: Added.
- fast/parser/resources/pre-html5-parser-quirk-self-closing-script.js: Added. (printToConsole):
- 7:08 PM Changeset in webkit [68114] by
-
- 15 edits2 deletes in trunk
2010-09-22 Mihai Parparita <mihaip@chromium.org>
Reviewed by Darin Fisher.
[Chromium] User style layout tests don't pass on Chromium
https://bugs.webkit.org/show_bug.cgi?id=46069
User style tests should now pass with the Chromium DRT since we now
apply the styles immediately, just like the other ports (once we also
remove some bad baselines for user-style-top-frame-only added by
r62958).
Tests still don't pass with test_shell until it starts to use
InjectInExistingDocuments too.
- platform/chromium-mac/userscripts/user-style-top-frame-only-expected.txt: Removed.
- platform/chromium-win/userscripts/user-style-top-frame-only-expected.txt: Removed.
- platform/chromium/drt_expectations.txt:
2010-09-22 Mihai Parparita <mihaip@chromium.org>
Reviewed by Darin Fisher.
[Chromium] User style layout tests don't pass on Chromium
https://bugs.webkit.org/show_bug.cgi?id=46069
Instead of making resetUserStyleCacheInAllFrames be a no-op for
Chromium, have it be controlled by a UserStyleInjectionTime enum.
Also move the UserStyleSheet::Level enum to be inside
UserStyleSheetTypes for consistency.
- WebCore.exp.in:
- dom/Document.cpp: (WebCore::Document::pageGroupUserSheets):
- page/PageGroup.cpp: (WebCore::PageGroup::addUserStyleSheetToWorld):
- page/PageGroup.h:
- page/UserStyleSheet.h: (WebCore::UserStyleSheet::UserStyleSheet): (WebCore::UserStyleSheet::level):
- page/UserStyleSheetTypes.h:
2010-09-22 Mihai Parparita <mihaip@chromium.org>
Reviewed by Darin Fisher.
[Chromium] User style layout tests don't pass on Chromium
https://bugs.webkit.org/show_bug.cgi?id=46069
Expose UserStyleInjectionTime in WebView.
- public/WebView.h:
- src/WebViewImpl.cpp: (WebKit::WebView::addUserStyleSheet):
2010-09-22 Mihai Parparita <mihaip@chromium.org>
Reviewed by Darin Fisher.
[Chromium] User style layout tests don't pass on Chromium
https://bugs.webkit.org/show_bug.cgi?id=46069
Fix a typo in LayoutTestController::addUserStyleSheet that was causing a
crash the Chromium DRT. Pass InjectInExistingDocuments to mimic DRT
behavior from other ports.
- DumpRenderTree/chromium/LayoutTestController.cpp: (LayoutTestController::addUserStyleSheet):
- 7:02 PM Changeset in webkit [68113] by
-
- 2 edits in trunk/WebKit/chromium
2010-09-22 James Robinson <jamesr@chromium.org>
[chromium] Re-synchronizes features.gypi with upstream feature_overrides.gypi.
- features.gypi:
- 6:55 PM Changeset in webkit [68112] by
-
- 18 edits in trunk
2010-09-22 Ruben <chromium@hybridsource.org>
Reviewed by Tony Chang.
[chromium] added ifdefs for FreeBSD support
https://bugs.webkit.org/show_bug.cgi?id=46316
- bindings/js/JSInspectorFrontendHostCustom.cpp: (WebCore::JSInspectorFrontendHost::platform):
- bindings/v8/custom/V8InspectorFrontendHostCustom.cpp: (WebCore::V8InspectorFrontendHost::platformCallback):
- dom/SelectElement.cpp:
- loader/CachedFont.cpp:
- page/EventHandler.cpp:
- page/chromium/EventHandlerChromium.cpp:
- platform/Scrollbar.cpp:
- platform/chromium/ChromiumBridge.h:
- platform/graphics/chromium/FontPlatformData.h:
- platform/graphics/skia/FontCustomPlatformData.cpp: (WebCore::FontCustomPlatformData::~FontCustomPlatformData): (WebCore::FontCustomPlatformData::fontPlatformData): (WebCore::createFontCustomPlatformData):
- platform/graphics/skia/FontCustomPlatformData.h:
2010-09-22 Ruben <chromium@hybridsource.org>
Reviewed by Tony Chang.
[chromium] added ifdefs for FreeBSD support
https://bugs.webkit.org/show_bug.cgi?id=46316
- WebKit.gyp:
- features.gypi:
- src/ChromiumBridge.cpp:
- src/WebFrameImpl.cpp: (WebKit::ChromePrintContext::spoolPage):
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::mouseDown): (WebKit::WebViewImpl::mouseUp): (WebKit::WebViewImpl::keyEvent): (WebKit::WebViewImpl::setScrollbarColors): (WebKit::WebViewImpl::setSelectionColors):
- 6:48 PM Changeset in webkit [68111] by
-
- 2 edits in trunk/WebKit/gtk
2010-09-22 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Martin Robinson.
[GTK] Replace instances of g_timeout_add() with g_idle_add() in testatk.c
https://bugs.webkit.org/show_bug.cgi?id=46284
Use g_idle_add() whenever g_timeout_add() was being used.
This is desired because it's better to rely on the main loop to
decide when it's a good moment to execute the task (when idle)
than manually setting a timeout, which also sets a minimum amount
of time needed to get the function executed.
- tests/testatk.c: (testWekitAtkTextSelections): (testWebkitAtkGetExtents): (testWebkitAtkListsOfItems): (main):
- 6:31 PM Changeset in webkit [68110] by
-
- 3 edits in trunk/WebCore
2010-09-22 Rafael Antognolli <antognolli@profusion.mobi>
Unreviewed build fix.
[EFL] Fix build due to latest EFL (Edje) changes.
https://bugs.webkit.org/show_bug.cgi?id=46317
Make the change int -> Edje_Load_Error (enum).
No new functionality, so no new tests.
- platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::themePartCacheEntryReset): (WebCore::RenderThemeEfl::createEdje): (WebCore::RenderThemeEfl::applyPartDescriptions):
- platform/efl/ScrollbarEfl.cpp: (ScrollbarEfl::setParent):
- 6:31 PM Changeset in webkit [68109] by
-
- 2 edits in trunk/LayoutTests
2010-09-22 Kinuko Yasuda <kinuko@chromium.org>
Unreviewed, temporarily disabling the new filesystem test on chromium.
- platform/chromium/test_expectations.txt:
- 6:27 PM Changeset in webkit [68108] by
-
- 3 edits2 adds in trunk
WebCore: AX: aria-hidden change doesn't update the ax tree
https://bugs.webkit.org/show_bug.cgi?id=45836
Reviewed by Darin Adler.
Test: accessibility/aria-hidden-update.html
- dom/Element.cpp:
(WebCore::Element::updateAfterAttributeChanged):
LayoutTests: [FileSystem] Fix Flags handling in DirectoryEntry custom binding code
https://bugs.webkit.org/show_bug.cgi?id=46028
Patch by Kinuko Yasuda <kinuko@chromium.org> on 2010-09-22
Reviewed by Dumitru Daniliuc.
- fast/filesystem/flags-passing-expected.txt: Added.
- fast/filesystem/flags-passing.html: Added.
- fast/filesystem/script-tests/TEMPLATE.html: Added.
- fast/filesystem/script-tests/flags-passing.js: Added.
- platform/gtk/Skipped: FileSystem API not supported on gtk.
- platform/mac/Skipped: FileSystem API not supported on mac.
- platform/qt/Skipped: FileSystem API not supported on qt.
- platform/win/Skipped: FileSystem API not supported on win.
- 6:20 PM Changeset in webkit [68107] by
-
- 6 edits2 adds in trunk
[WinCairo] Part 2: Update WebKitTestRunner and DumpRenderTree Build.
https://bugs.webkit.org/show_bug.cgi?id=46303.
Reviewed by Martin Robinson.
WebKit/win:
- WebKit.vcproj/WebKit.sln: Update overall Debug_Cairo and
Release_Cairo configurations to select appropriate build
targets for WebKitTestRunner and MiniBrowser.
WebKitTools:
- MiniBrowser/Configurations/MiniBrowserCFLite.vsprops: Added.
- MiniBrowser/Configurations/MiniBrowserCommon.vsprops: Moved
CoreFoundation-specific stuff to new MiniBrowserCoreFoundation
property sheet.
- MiniBrowser/Configurations/MiniBrowserCoreFoundation.vsprops: Added.
- MiniBrowser/MiniBrowser.vcproj: Updated configuration to use
appropriate property sheet for the build types.
- WebKitTestRunner/win/WebKitTestRunner.vcproj: Updated the
configuration to use appropriate property sheet for CoreFoundation
and CFLite-style builds.
- 6:18 PM Changeset in webkit [68106] by
-
- 2 edits in trunk
2010-09-22 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Fix build with GCC 4.4.x
https://bugs.webkit.org/show_bug.cgi?id=40826
Change the -fstrict-aliasing flag to -fno-strict-aliasing as other
ports like GTK and QT are using in their build systems. It was failing
to execute when compiled with GCC 4.4.x in Release mode.
Refactor the flags in order to be more readable.
- cmake/WebKitHelpers.cmake:
- 5:58 PM Changeset in webkit [68105] by
-
- 8 edits6 adds in trunk
2010-09-22 Kinuko Yasuda <kinuko@chromium.org>
Reviewed by Dumitru Daniliuc.
[FileSystem] Fix Flags handling in DirectoryEntry custom binding code
https://bugs.webkit.org/show_bug.cgi?id=46028
Do not use adoptRef to get RefPtr from a raw pointer that is already
adopted in toNative/toJS.
Test: fast/filesystem/flags-passing.html
- bindings/js/JSDirectoryEntryCustom.cpp: (WebCore::JSDirectoryEntry::getFile): (WebCore::JSDirectoryEntry::getDirectory):
- bindings/v8/custom/V8DirectoryEntryCustom.cpp: (WebCore::V8DirectoryEntry::getDirectoryCallback): (WebCore::V8DirectoryEntry::getFileCallback):
2010-09-22 Kinuko Yasuda <kinuko@chromium.org>
Reviewed by Dumitru Daniliuc.
[FileSystem] Fix Flags handling in DirectoryEntry custom binding code
https://bugs.webkit.org/show_bug.cgi?id=46028
- fast/filesystem/flags-passing-expected.txt: Added.
- fast/filesystem/flags-passing.html: Added.
- fast/filesystem/script-tests/TEMPLATE.html: Added.
- fast/filesystem/script-tests/flags-passing.js: Added.
- platform/gtk/Skipped: FileSystem API not supported on gtk.
- platform/mac/Skipped: FileSystem API not supported on mac.
- platform/qt/Skipped: FileSystem API not supported on qt.
- platform/win/Skipped: FileSystem API not supported on win.
- 5:45 PM Changeset in webkit [68104] by
-
- 2 edits3 adds in trunk/LayoutTests
2010-09-22 Tony Chang <tony@chromium.org>
Reviewed by David Levin.
[chromium] add baselines for xmlhttprequest tests for chromium
https://bugs.webkit.org/show_bug.cgi?id=46281
- platform/chromium/http/tests/xmlhttprequest/methods-async-expected.txt: Allow no content-length for non-get/post requests
- platform/chromium/http/tests/xmlhttprequest/methods-expected.txt: Allow no content-length for non-get/post requests
- platform/chromium/test_expectations.txt: Enable 3 tests on linux + mac
- 5:44 PM Changeset in webkit [68103] by
-
- 3 edits in trunk/WebCore
2010-09-22 Jia Pu <jpu@apple.com>
Reviewed by Dan Bernstein.
Need to stop autocorrection panel timer when selection changes.
https://bugs.webkit.org/show_bug.cgi?id=46201
<rdar://problem/8441042>
- editing/Editor.cpp: (WebCore::Editor::appliedEditing): Stop correction timer after editing. (WebCore::Editor::markAllMisspellingsAndBadGrammarInRanges): When text checking is done for showing autocorrection panel, we suppress all corrections that are not at the end of text checking range. So that we don't replace other words while showing correction panel for the last word. (WebCore::Editor::stopCorrectionPanelTimer): Stop correction timer.
- editing/Editor.h: Added stopCorrectionPanelTimer() method.
- 5:37 PM Changeset in webkit [68102] by
-
- 3 edits2 adds in trunk/WebKitTools
2010-09-22 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Optimize commit-queue performance for green trees
https://bugs.webkit.org/show_bug.cgi?id=46254
This patch redesigns the controller logic for the commit-queue. In the
new design, the controller exercises much finer-grained control over
the landing process. In particular:
- Patches that fail to apply now get rejected almost immediately.
- Patches that fail to build get rejects after two builds (instead of three builds and one test run).
- Patches that run into a flaky test now get accepted after one build and two test runs instead of three full build-and-test runs.
The main cost of these optimizations is that we don't find out the tree
has a failing test until the very end of the process, but if the tree
has a busted test, there's not much we can do anyway. We might as well
burn commit-queue resources spinning optimisticly.
- Scripts/webkitpy/tool/bot/commitqueuetask.py: Added.
- Scripts/webkitpy/tool/bot/commitqueuetask_unittest.py: Added.
- Scripts/webkitpy/tool/commands/queues.py:
- 5:07 PM Changeset in webkit [68101] by
-
- 14 edits in trunk
2010-09-22 Eric Uhrhane <ericu@chromium.org>
Reviewed by Dumitru Daniliuc.
Add Chromium implementation for FileWriter
https://bugs.webkit.org/show_bug.cgi?id=44361
No new tests; the implementation's not yet far enough along for that.
This makes a chain of contruction-and-linking-up for various sorts of
FileWriter interfaces to call through to Chromium, and for various
sorts of FileWriterClients to call back, with object ownership always
pointing towards the Chromium API. That is, the DOM object owns an
AsyncFileWriter, which owns its implementation object, and the reverse
(client) direction is raw pointers.
File metadata is looked up before the FileWriter is returned, so that
we know the file exists and can cache its length.
The WebCore part of this is simple and generic enough to handle
Chromium, so it should be easy for me to put in a WebCore-only
implementation next.
- fileapi/AsyncFileWriter.h:
- fileapi/DOMFileSystem.cpp: (WebCore::DOMFileSystem::createWriter):
- fileapi/DOMFileSystem.h:
- fileapi/FileSystemCallbacks.cpp: (WebCore::FileSystemCallbacksBase::didCreateFileWriter): (WebCore::FileWriterCallbacks::FileWriterCallbacks): (WebCore::FileWriterCallbacks::didCreateFileWriter):
- fileapi/FileSystemCallbacks.h:
- platform/AsyncFileSystem.h:
- platform/AsyncFileSystemCallbacks.h:
2010-09-22 Eric Uhrhane <ericu@chromium.org>
Reviewed by Dumitru Daniliuc.
Add Chromium implementation for FileWriter
https://bugs.webkit.org/show_bug.cgi?id=44361
No new tests; the implementation's not yet far enough along for that.
This makes a chain of construction-and-linking-up for various sorts of
FileWriter interfaces to call through to Chromium, and for various
sorts of FileWriterClients to call back, with object ownership always
pointing towards the Chromium API. That is, the DOM object owns an
AsyncFileWriter, which owns its implementation object, and the reverse
(client) direction is raw pointers.
File metadata is looked up before the FileWriter is returned, so that
we know the file exists and can cache its length.
The WebKit/chromium interface here is modeled after that of the
FileSystem.
- public/WebFileInfo.h: (WebKit::WebFileInfo::WebFileInfo):
- src/AsyncFileSystemChromium.cpp: (WebCore::FileWriterHelperCallbacks::FileWriterHelperCallbacks): (WebCore::FileWriterHelperCallbacks::didSucceed): (WebCore::FileWriterHelperCallbacks::didReadMetadata): (WebCore::FileWriterHelperCallbacks::didReadDirectory): (WebCore::FileWriterHelperCallbacks::didOpenFileSystem): (WebCore::FileWriterHelperCallbacks::didCreateFileWriter): (WebCore::FileWriterHelperCallbacks::didFail): (WebCore::AsyncFileSystemChromium::createWriter):
- src/AsyncFileSystemChromium.h:
- src/AsyncFileWriterChromium.cpp: (WebCore::AsyncFileWriterChromium::setWebFileWriter): (WebCore::AsyncFileWriterChromium::write): (WebCore::AsyncFileWriterChromium::didFail):
- src/AsyncFileWriterChromium.h:
- src/WebFileSystemCallbacksImpl.h:
- 5:06 PM Changeset in webkit [68100] by
-
- 5 edits in trunk
2010-09-22 Michael Saboff <msaboff@apple.com>
Reviewed by Gavin Barraclough.
Fixed the cross over from alternatives executed once and
those that loop. This fixed the problem where the index
was getting messed up for looping alternatives causing an
infinite loop.
https://bugs.webkit.org/show_bug.cgi?id=46189
- yarr/RegexJIT.cpp: (JSC::Yarr::RegexGenerator::generateDisjunction):
2010-09-22 Michael Saboff <msaboff@apple.com>
Reviewed by Gavin Barraclough.
Updated tests to include patterns similar to what caused the problems
in https://bugs.webkit.org/show_bug.cgi?id=46189.
- fast/js/regexp-bol-expected.txt:
- fast/js/script-tests/regexp-bol.js:
- 4:40 PM Changeset in webkit [68099] by
-
- 2 edits in trunk/WebKit/qt
2010-09-22 Andras Becsi <abecsi@webkit.org>
Speculative build fix for the Qt Windows bots.
- Api/DerivedSources.pro:
- 4:34 PM Changeset in webkit [68098] by
-
- 6 edits2 adds in trunk
WebKit/win: [WinCairo] Update WebKitTestRunner and DumpRenderTree Build.rt
https://bugs.webkit.org/show_bug.cgi?id=46303.
Reviewed by Martin Robinson.
- WebKit.vcproj/WebKit.sln: Update overall Debug_Cairo and
Release_Cairo configurations to select appropriate build
targets for InjectionBundle.
WebKitTools: [WinCairo] Update WebKitTestRunner and DumpRenderTree Build.
https://bugs.webkit.org/show_bug.cgi?id=46303.
Reviewed by Martin Robinson.
- DumpRenderTree/win/DumpRenderTree.vcproj: Disable local MD5 sources
for Cairo build. Copy wtf MD5 header to ForwardingHeaders for the
WinCairo build.
- WebKitTestRunner/Configurations/InjectedBundleCFLite.vsprops: Added.
- WebKitTestRunner/win/InjectedBundle.vcproj: Update win new *_Cairo
build targets that use the new InjectedBundleCFLite.vsprops file.
- 4:20 PM Changeset in webkit [68097] by
-
- 3 edits in trunk/WebKit2
2010-09-22 Andras Becsi <abecsi@webkit.org>
Unreviewed build fix after r68079.
[Qt] Also generate WebPage's message-receiving code and message types
for the Qt port of WebKit2.
- DerivedSources.pro:
- WebKit2.pro:
- 4:12 PM Changeset in webkit [68096] by
-
- 6 edits2 adds in trunk
Reviewed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=46222
<rdar://problem/8461701> Document.getElementById() malfunctions if ID was changed via Attr node modification.
Test: fast/dom/Attr/change-id-via-attr-node-value.html
- dom/Attr.h:
- dom/Attr.cpp: (WebCore::Attr::setValue): Separated a version callable from WebCore from one avaiable to JS. Attr::setValue() can be called from Element::setAttribute(), and we don't want to update m_elementsById (or to call attributeChanged()) twice in that case. (WebCore::Attr::childrenChanged): If Attr's node children change, id changes.
- dom/Document.cpp: (WebCore::Document::removeElementById): Added an assertion that we are not trying to remove something that isn't there. If we are, we probably failed to update m_elementsById earlier.
- dom/Element.cpp: (WebCore::Element::setAttribute): If the attribute has an Attr node, its children should be updated to match attribute value.
- 4:06 PM Changeset in webkit [68095] by
-
- 2 edits in tags/Safari-534.8.1/JavaScriptCore
Merge r68092.
- 4:02 PM Changeset in webkit [68094] by
-
- 5 edits in tags/Safari-534.8.1
Versioning.
- 3:53 PM Changeset in webkit [68093] by
-
- 1 copy in tags/Safari-534.8.1
New tag.
- 3:49 PM Changeset in webkit [68092] by
-
- 2 edits in trunk/JavaScriptCore
Allow jsc.exe to be run against unversioned ICU.
Rubber stamped by Jon Honeycutt.
- JavaScriptCore.vcproj/jsc/jscCommon.vsprops:
- 3:40 PM Changeset in webkit [68091] by
-
- 4 edits2 adds in trunk/LayoutTests
2010-09-22 Tony Chang <tony@chromium.org>
Reviewed by Dimitri Glazkov.
[chromium] Rebaseline 3 tests on win/linux
https://bugs.webkit.org/show_bug.cgi?id=46315
- platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum: Minor differences in how text and borders are anti-aliased.
- platform/chromium-linux/editing/selection/move-by-line-001-expected.png:
- platform/chromium-win/fast/dom/Element/getBoundingClientRect-expected.txt: This test is sensitive to font metrics. They appear correct visually, just positioned slightly different vertically.
- platform/chromium-win/fast/dom/Range/getBoundingClientRect-expected.txt: Same as above.
- platform/chromium/test_expectations.txt:
- 3:35 PM Changeset in webkit [68090] by
-
- 2 edits in trunk/LayoutTests
2010-09-22 Tony Chang <tony@chromium.org>
Reviewed by David Levin.
[chromium] remove commented out test failures from test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=46313
- platform/chromium/test_expectations.txt:
- 3:11 PM Changeset in webkit [68089] by
-
- 4 edits in trunk/WebCore
https://bugs.webkit.org/show_bug.cgi?id=46311, lock form controls and replaced elements to vertical block flow.
Reviewed by Dan Bernstein.
Patch form controls that don't use RenderReplaced by hand in html.css. Patch all RenderReplaced elements
with an override of setStyle that forces the new style to have a vertical block flow. We have to do something like
this to cover the CSS3 content: url(img) method of image replacement.
- css/html.css:
(input, textarea, keygen, select, button, isindex, meter, progress):
- rendering/RenderReplaced.cpp:
(WebCore::RenderReplaced::setStyle):
- rendering/RenderReplaced.h:
- 3:07 PM Changeset in webkit [68088] by
-
- 2 edits2 adds in trunk/WebKit2
Stub out a PluginProcessManager class
https://bugs.webkit.org/show_bug.cgi?id=46305
Reviewed by Adam Roben.
- UIProcess/Plugins/PluginProcessManager.cpp: Added.
(WebKit::PluginProcessManager::shared):
(WebKit::PluginProcessManager::getPluginProcessConnection):
(WebKit::PluginProcessManager::removePluginProcessProxy):
- UIProcess/Plugins/PluginProcessManager.h: Added.
- WebKit2.xcodeproj/project.pbxproj:
- 3:05 PM Changeset in webkit [68087] by
-
- 3 edits in trunk/JavaScriptCore
2010-09-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Laszlo Gombos.
Use "typedef wchar_t JSChar" when compiled with RVCT
https://bugs.webkit.org/show_bug.cgi?id=40651
Use wchar_t for JSChar and UChar when compiled with RVCT.
Linux is the exception for this rule.
- API/JSStringRef.h:
- wtf/unicode/qt4/UnicodeQt4.h:
- 3:03 PM Changeset in webkit [68086] by
-
- 16 edits1 add2 deletes in trunk/LayoutTests
Unreviewed chromium test expectation changes.
- platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
- platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Removed.
- platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
- platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Removed.
- platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
- platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- 2:56 PM Changeset in webkit [68085] by
-
- 2 edits in trunk/WebKitTools
2010-09-22 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build fix.
Fix bustage of rebaseline-chromium-webkit-tests resulting from
r67974. Really need better unit tests for this tool :(
- Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
- 2:43 PM Changeset in webkit [68084] by
-
- 2 edits in trunk/WebKitTools
Unbreak test-webkitpy
- Scripts/webkitpy/test/main.py:
(Tester.run_tests): Add a line that mysteriously got deleted.
- 2:37 PM Changeset in webkit [68083] by
-
- 4 edits2 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=46304
Reviewed by Dan Bernstein.
display:inline should become display:inline-block when an object's block flow does not match its parent's block flow.
Added fast/blockflow/display-mutation.html
WebCore:
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::styleForElement):
(WebCore::CSSStyleSelector::pseudoStyleForElement):
(WebCore::CSSStyleSelector::adjustRenderStyle):
- css/CSSStyleSelector.h:
LayoutTests:
- fast/blockflow/display-mutation-expected.txt: Added.
- fast/blockflow/display-mutation.html: Added.
- 2:37 PM Changeset in webkit [68082] by
-
- 4 edits in trunk/WebKit2
Add a ViewportConfiguration class for the Qt WebKit2 API, which
currently calculated a fallback viewport configuration.
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2010-09-22
Reviewed by Antonio Gomes.
- UIProcess/API/qt/qwkpage.cpp:
(QWKPage::ViewportConfiguration::ViewportConfiguration):
(QWKPage::ViewportConfiguration::~ViewportConfiguration):
(QWKPage::ViewportConfiguration::operator=):
(QWKPage::viewportConfigurationForSize):
- UIProcess/API/qt/qwkpage.h:
- UIProcess/API/qt/qwkpage_p.h:
(QtViewportConfigurationPrivate::QtViewportConfigurationPrivate):
- 2:14 PM Changeset in webkit [68081] by
-
- 2 edits in trunk/WebKit2
Windows build fix
- WebProcess/WebKitMain.cpp:
(WebKitMain): Fix typo
- 1:44 PM Changeset in webkit [68080] by
-
- 3 edits in trunk/WebKitTools
Make test-webkitpy test WebKit2's scripts
These scripts can't be in WebKitTools due to limitations of Apple's
build process. But that doesn't mean we can't test them!
Fixes <http://webkit.org/b/46297> test-webkitpy should test code in
WebKit2/Scripts
Reviewed by Adam Barth.
- Scripts/test-webkitpy:
(_clean_packages_with_test): Renamed from _clean_webkitpy_with_test.
Now takes an external_package_paths parameter and cleans both webkitpy
and any external packages.
(init): Added an external_package_paths parameter which we pass along
to _clean_packages_with_test.
(top level): Add WebKit2/Scripts/webkit2 as our only external package
and pass it along to init and Tester.run_tests.
- Scripts/webkitpy/test/main.py:
(Tester.run_tests): Added an optional external_package_paths
parameter. We modify sys.path so that the external packages can be
imported, and search for unittest files inside all external packages
in addition to inside webkitpy.
- 1:43 PM Changeset in webkit [68079] by
-
- 13 edits11 adds1 delete in trunk/WebKit2
Autogenerate WebPage's message-receiving code and message types
This patch encompasses several changes that allow message types and
receiving code to be generated by a script, and add some type-safety
as a bonus. Messages are now represented by structs instead of an ID +
ArgumentCoder. The struct contains the arguments and the ID together,
and has a constructor that enforces the use of correct types.
Correspondingly, a new overload of WebProcessProxy::send that takes a
message struct (instead of a message ID and separate arguments) has
been added. Eventually all callers should use this overload and the
old one can be removed.
This patch only touches WebPage's messages. We should transition other
message receivers over to this new system eventually.
Fixes <http://webkit.org/b/43636> <rdar://problem/8282462> Add a
type-safe IPC mechanism to WebKit2
Reviewed by Anders Carlsson.
- DerivedSources.make: Added. Calls generate-message-receiver.py and
generate-messages-header.py for each message receiver it knows about
(just WebPage for now).
- Platform/CoreIPC/Arguments.h: Added First/Second/ThirdArgumentType
typedefs for use in handleMessage.
- Platform/CoreIPC/HandleMessage.h: Added.
(CoreIPC::handleMessage): This overloaded function template decodes
arguments and passes them along to the specified function.
- Scripts/generate-message-receiver.py: Added.
- Scripts/generate-messages-header.py: Added.
These scripts just wrap functionality in messages.py.
- Scripts/webkit2/init.py: Added. This just exists so that Python
will treat this directory as a package.
- Scripts/webkit2/messages.py: Added. Contains the code to parse
messages files and generate .cpp/.h files from them.
(MessageReceiver.init): This class represents a single receiver of
messages.
(MessageReceiver.iterparameters): Returns a generator that can be used
to iterate over all the parameters of all the messages of this
receiver.
(MessageReceiver.parse): Reads a messages file from a file-like object
and parses it into a MessageReceiver object.
(Message.init): This class represents a single message.
(Message.id): Returns the ID name for this message.
(Parameter.init): This class represents a single parameter for a
message.
(messages_header_filename): Returns the name of the header that
defines the messages for a given receiver.
(surround_in_condition): Surrounds the given string in #if/#endif if
there is an associated condition.
(messages_to_kind_enum): Returns a string that defines the Kind enum
for these messages.
(function_parameter_type): Returns the type that should be used when
passing a value of the given type as a parameter to a function.
(base_class): Returns the base class for a message struct.
(message_to_struct_declaration): Returns a string that declares the
struct for this message.
(forward_declarations_for_namespace): Returns a string that contains
forward-declarations for a set of types in a given namespace.
(forward_declarations): Returns a string that contains all the
forward-declarations needed in order to declare all the message
structs for this receiver.
(generate_header_file): Returns a string containing the messages
header file for this receiver.
(handler_function): Returns the name of the function that handles a
given message for a given receiver.
(case_statement): Returns a string containing a case statement for
handling the given message.
(header_for_type): Returns the header needed to define a given type,
enclosed in quotes or angle brackets as needed.
(generate_message_handler): Returns a string containing the contents
of a .cpp file that defines a didReceive*Message function.
- Scripts/webkit2/messages_unittest.py: Added. Contains tests for
messages.py.
- Shared/CoreIPCSupport/WebPageMessageKinds.h: Removed. This has been
replaced by a generated WebPageMessages.h header.
- UIProcess/WebEditCommandProxy.cpp:
- UIProcess/WebPageProxy.cpp:
Updated to use the new message structs and WebProcessProxy::send
overload.
- UIProcess/WebProcessProxy.h:
(WebKit::WebProcessProxy::send): Added this new overload that takes a
message struct.
- WebKit2.xcodeproj/project.pbxproj: Added a Derived Sources shell
script target that invokes DerivedSources.make. Added "Derived
Sources" and "Scripts" groups that contain the various new files.
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::didReceivePolicyDecision):
(WebKit::WebPage::getSourceForFrame):
Changed these functions to take the raw IPC types and do the necessary
translation themselves. This keeps the generated code from need to
know how to perform the translation.
(WebKit::WebPage::didReceiveMessage): Replaced handling of WebPage
messages with a call to didReceiveWebPageMessage, whose implementation
is generated by the scripts.
- WebProcess/WebPage/WebPage.h: Added didReceiveWebPageMessage.
- WebProcess/WebPage/WebPage.messages.in: Added. This file declares
all of the messages that WebPage receives, roughly grouped by
functionality.
- win/WebKit2.vcproj: Added "Derived Sources" and "Scripts" filters
that contain the various new files. Let VS resort some other files.
- win/WebKit2Common.vsprops: Added
$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources to the include
path so that the generated messages header can be found.
- win/WebKit2.make: Copy the generated source files to $(DSTROOT).
- win/WebKit2Generated.make: Added a call to build-generated-files.sh.
- win/WebKit2Generated.vcproj: Added build-generated-files.sh.
- win/build-generated-files.sh: Added. Invokes DerivedSources.make.
- 1:43 PM Changeset in webkit [68078] by
-
- 15 edits in trunk
2010-09-22 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Martin Robinson.
[Gtk] object:text-changed events should be emitted for entries and password text
https://bugs.webkit.org/show_bug.cgi?id=25898
Implement proper 'text-changed' signal emission for the GTK port
Call deleteTextFromNode() when needed while removing text nodes.
Do it even when removeNode() is going to be called afterwards, in
order to allow accessibility to get properly notified about the
text being removed alongside with that node.
- editing/DeleteSelectionCommand.cpp: (WebCore::DeleteSelectionCommand::handleGeneralDelete):
New function in AXObjectCache to call when text changes in a node.
Added one new function to allow notifying something changed in a
text node through the associated RenderObject, making such a
function dependant on the platform-specific implementation,
provided through a protected function (provided a proper
implementation for the GTK port and a dummy one for the others).
- accessibility/AXObjectCache.cpp: (WebCore::AXObjectCache::nodeTextChangeNotification): New
- accessibility/AXObjectCache.h: (WebCore::AXObjectCache::AXTextChange): New enumeration (WebCore::AXObjectCache::nodeTextChangeNotification): New (WebCore::AXObjectCache::nodeTextChangePlatformNotification): New
- accessibility/AccessibilityRenderObject.h: (WebCore::toAccessibilityRenderObject):
- accessibility/chromium/AXObjectCacheChromium.cpp: (WebCore::AXObjectCache::nodeTextChangePlatformNotification): New
- accessibility/gtk/AXObjectCacheAtk.cpp: (WebCore::emitTextChanged): (WebCore::AXObjectCache::nodeTextChangePlatformNotification): New
- accessibility/mac/AXObjectCacheMac.mm: (WebCore::AXObjectCache::nodeTextChangePlatformNotification): New
- accessibility/win/AXObjectCacheWin.cpp: (WebCore::AXObjectCache::nodeTextChangePlatformNotification): New
Notify accessibility when something changes in a text node.
Call to AXObjectCache::nodeTextChangeNotification() to notify when
text was inserted/deleted when applying/unapplying a text edition
command, along with the offset in the original text where the
change took place and the number of characters that got affected.
- editing/AppendNodeCommand.cpp: (WebCore::sendAXTextChangedIgnoringLineBreaks): (WebCore::AppendNodeCommand::doApply): (WebCore::AppendNodeCommand::doUnapply):
- editing/DeleteFromTextNodeCommand.cpp: (WebCore::DeleteFromTextNodeCommand::doApply): (WebCore::DeleteFromTextNodeCommand::doUnapply):
- editing/InsertIntoTextNodeCommand.cpp: (WebCore::InsertIntoTextNodeCommand::doApply): (WebCore::InsertIntoTextNodeCommand::doUnapply):
- editing/InsertNodeBeforeCommand.cpp: (WebCore::InsertNodeBeforeCommand::doApply): (WebCore::InsertNodeBeforeCommand::doUnapply): (WebCore::DeleteSelectionCommand::handleGeneralDelete):
2010-09-22 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Martin Robinson.
[Gtk] object:text-changed events should be emitted for entries and password text
https://bugs.webkit.org/show_bug.cgi?id=25898
New unit test to make sure text-changed signals are emitted
- tests/testatk.c: (textChangedCb): New. Signal handler for the text-changed::insert and text-changed::delete signals. (checkTextChangesAndBailOut): New. Source function to check the global result of the test and quit from the main loop. (testWebkitAtkTextChangedNotifications): New test. (main):
- 1:27 PM Changeset in webkit [68077] by
-
- 3 edits in trunk/WebCore
https://bugs.webkit.org/show_bug.cgi?id=46298, add logicalWidth/Height getters/setters to RenderBox.
Reviewed by Dan Bernstein.
- rendering/RenderBox.cpp:
(WebCore::RenderBox::logicalWidth):
(WebCore::RenderBox::logicalHeight):
(WebCore::RenderBox::setLogicalWidth):
(WebCore::RenderBox::setLogicalHeight):
- rendering/RenderBox.h:
- 1:24 PM Changeset in webkit [68076] by
-
- 2 edits in trunk/JavaScriptCore
2010-09-22 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
[INTERPRETER] Two tests fail with SputnikError: #1.1: if argArray is neither an array nor an arguments object (see 10.1.8), a TypeError exception is thrown
https://bugs.webkit.org/show_bug.cgi?id=44245
Remove incorrect code from op_load_varargs in the interpreter.
- interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute):
- 1:14 PM Changeset in webkit [68075] by
-
- 10 edits in trunk/WebKit2
Enhance ProcessLauncher to be able to launch plug-in processes
https://bugs.webkit.org/show_bug.cgi?id=46295
Reviewed by Darin Adler.
- UIProcess/Launcher/ProcessLauncher.cpp:
(WebKit::ProcessLauncher::ProcessLauncher):
Make the ProcessLauncher constructor take a LaunchOptions struct.
(WebKit::ProcessLauncher::processTypeAsString):
Given a process type, return its string representation.
(WebKit::ProcessLauncher::getProcessTypeFromString):
And vice versa.
- UIProcess/Launcher/mac/ProcessLauncherMac.mm:
(WebKit::ProcessLauncher::launchProcess):
Rename "mode" to "type" and pass the type as a string based on the LaunchOptions struct.
Also, set the launch architecture from the LaunchOptions struct.
- UIProcess/Launcher/win/ProcessLauncherWin.cpp:
(WebKit::ProcessLauncher::launchProcess):
Rename "mode" to "type."
- UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::connect):
Initialize a LaunchOptions struct.
- WebProcess/WebKitMain.cpp:
(WebKitMain):
Factor code that can be shared between the mac and windows WebKitMain code out into a
WebKitMain overload that takes a CommandLine.
- WebProcess/WebProcessMain.h:
- WebProcess/mac/WebProcessMainMac.mm:
(WebKit::WebProcessMain):
- WebProcess/win/WebProcessMainWin.cpp:
(WebKit::WebProcessMain):
Change WebProcessMain to take a const CommandLine reference instead of a pointer.
- 12:46 PM Changeset in webkit [68074] by
-
- 5 edits in trunk/WebCore
2010-09-22 Luiz Agostini <luiz.agostini@openbossa.org>
Reviewed by Oliver Hunt.
Script engine agnostic ScriptCallback class
https://bugs.webkit.org/show_bug.cgi?id=43216
Refactoring class ScriptFunctionCall to create a class (ScriptCallback) that
receives a script function as a ScriptValue and calls that function with provided parameters.
- bindings/js/ScriptFunctionCall.cpp: (WebCore::ScriptCallArgumentHandler::appendArgument): (WebCore::ScriptFunctionCall::ScriptFunctionCall): (WebCore::ScriptCallback::ScriptCallback): (WebCore::ScriptCallback::call):
- bindings/js/ScriptFunctionCall.h: (WebCore::ScriptCallArgumentHandler::ScriptCallArgumentHandler):
- bindings/v8/ScriptFunctionCall.cpp: (WebCore::ScriptCallArgumentHandler::appendArgument): (WebCore::ScriptFunctionCall::ScriptFunctionCall): (WebCore::ScriptCallback::ScriptCallback): (WebCore::ScriptCallback::call):
- bindings/v8/ScriptFunctionCall.h: (WebCore::ScriptCallArgumentHandler::ScriptCallArgumentHandler):
- 12:38 PM Changeset in webkit [68073] by
-
- 2 edits in trunk/WebKitTools
2010-09-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Tony Chang.
new-run-webkit-tests: r68063 broke linux python tests
Add a missing "from future import with_statement" to this
new file; the perils of testing only on the Mac and by review :(
- Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
- 12:38 PM Changeset in webkit [68072] by
-
- 2 edits in trunk/WebCore
Unreviewed.
Build fix for invalid assertion after r68059.
- editing/ApplyStyleCommand.cpp:
(WebCore::getPropertiesNotIn): Correct assertion target after
name change.
- 12:37 PM Changeset in webkit [68071] by
-
- 5 edits in trunk/LayoutTests
2010-09-22 Abhishek Arya <inferno@chromium.org>
Unreviewed.
Rebaseline multicol/span tests for GTK, QT platforms as part of r68062.
- platform/gtk/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- platform/gtk/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- 12:37 PM Changeset in webkit [68070] by
-
- 5 edits in trunk/WebKit2
Rename GetPluginHostConnection to GetPluginPath
https://bugs.webkit.org/show_bug.cgi?id=46292
Reviewed by Adam Roben.
Rename GetPluginHostConnection to GetPluginPath since this message will always get the
plug-in path. We'll add another message to actually get the connection.
- Shared/CoreIPCSupport/WebProcessProxyMessageKinds.h:
- UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::getPluginPath):
(WebKit::WebProcessProxy::didReceiveMessage):
(WebKit::WebProcessProxy::didReceiveSyncMessage):
- UIProcess/WebProcessProxy.h:
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::createPlugin):
- 12:35 PM Changeset in webkit [68069] by
-
- 5 edits in trunk
https://bugs.webkit.org/show_bug.cgi?id=45957, fix regression in column rules stacking test.
Reviewed by Simon Fraser.
WebCore:
Rewrite how the pagination bit gets set in RenderLayers, since it was totally broken and not
accounting for whether or not the columns block was even in the layer's containing block
hierarchy.
- rendering/RenderLayer.cpp:
(WebCore::checkContainingBlockChainForPagination):
(WebCore::RenderLayer::updatePagination):
LayoutTests:
- platform/mac/fast/multicol/column-rules-stacking-expected.checksum:
- platform/mac/fast/multicol/column-rules-stacking-expected.png:
- 12:29 PM Changeset in webkit [68068] by
-
- 2 edits in trunk/WebKit/chromium
2010-09-22 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium build fix. Fix build when accelerated
compositing is not enabled at compile time.
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::resize):
- 12:18 PM Changeset in webkit [68067] by
-
- 2 edits in trunk
2010-09-22 No'am Rosenthal <noam.rosenthal@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Move the accelerated compositing build flag to the right place
https://bugs.webkit.org/show_bug.cgi?id=43882
- WebKit.pri: Removed the redundant version check.
- 12:17 PM Changeset in webkit [68066] by
-
- 2 edits in trunk/WebCore
Unreviewed.
[WinCairo] Build fix for platform/cairo stuff after r67981.
- WebCore.vcproj/WebCore.vcproj: Add new files needed by all cairo
ports.
- 12:12 PM Changeset in webkit [68065] by
-
- 4 edits in trunk/WebKit2
Move plug-in creation to WebPage::createPlugin
https://bugs.webkit.org/show_bug.cgi?id=46289
Reviewed by Adam Roben.
- WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
(WebKit::WebFrameLoaderClient::createPlugin):
Call WebPage::createPlugin.
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::createPlugin):
Create the plug-in.
- 12:11 PM Changeset in webkit [68064] by
-
- 2 edits in trunk/WebCore
2010-09-22 Erik Arvidsson <arv@chromium.org>
Reviewed by Nate Chapin.
[Chromium] Fix memory model for dataset
https://bugs.webkit.org/show_bug.cgi?id=46280
This is covered by existing tests.
- bindings/v8/custom/V8DOMStringMapCustom.cpp: (WebCore::toV8):
- 12:06 PM Changeset in webkit [68063] by
-
- 8 edits10 adds in trunk
2010-09-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Tony Chang.
Adds platform/chromium-gpu-* directories for holding the
GPU-accelerated baselines and expectations for Chromium.
- platform/chromium-gpu/test_expectations.txt: Added.
- platform/chromium-gpu-mac/README.txt: Added.
- platform/chromium-gpu-win/README.txt: Added.
- platform/chromium-gpu-linux/README.txt: Added.
2010-09-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Tony Chang.
Add a 'chromium-gpu' set of ports that will test the accelerated
GPU paths. This patch adds:
- support for the '--accelerated-compositing' and 'accelerated-2d-canvas' flags to new-run-webkit-tests (and the 'no-' flags)
- adds a new set of Ports that will look under platform/chromium-gpu-$OS/ for baselines before looking in the regular chromium search path
- adds a new test_expectations.txt file in platform/chromium-gpu that skips all but the tests we actually want to run with acceleration.
This patch will allow us to run both with and without acceleration
and to change the defaults for both the regular and -gpu options
as the code evolves.
We plan to add both --chromium-$OS and --chromium-gpu-$OS runs to
each test bot.
- Scripts/webkitpy/layout_tests/port/chromium.py:
- Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
- Scripts/webkitpy/layout_tests/port/factory.py:
- Scripts/webkitpy/layout_tests/port/webkit.py:
- 12:03 PM Changeset in webkit [68062] by
-
- 9 edits4 adds in trunk
2010-09-22 Abhishek Arya <inferno@chromium.org>
Reviewed by Dave Hyatt.
Fix wrong casts for table cell since its parent is not a RenderBlock. Remove
the redundant destroy call for empty anonymous columns or column span block.
https://bugs.webkit.org/show_bug.cgi?id=46245
Tests: fast/table/table-anonymous-block-destroy-crash.html
fast/table/table-columns-blocks-calc-crash.html
- rendering/RenderBlock.cpp: (WebCore::RenderBlock::addChildToAnonymousColumnBlocks): (WebCore::RenderBlock::columnsBlockForSpanningElement): (WebCore::RenderBlock::removeChild):
2010-09-22 Abhishek Arya <inferno@chromium.org>
Reviewed by Dave Hyatt.
Tests that removing an anonymous block from a table cell does not result in crash.
Also, tests that calculating columns block for a table cell does not result in crash.
Rebaseline existing multicol span tests since we don't explicitly remove an empty
anonymous columns or column span blocks.
https://bugs.webkit.org/show_bug.cgi?id=46245
- fast/table/table-anonymous-block-destroy-crash-expected.txt: Added.
- fast/table/table-anonymous-block-destroy-crash.html: Added.
- fast/table/table-columns-blocks-calc-crash-expected.txt: Added.
- fast/table/table-columns-blocks-calc-crash.html: Added.
- platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
- platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
- platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
- platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
- platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
- 11:59 AM Changeset in webkit [68061] by
-
- 12 edits in trunk
2010-09-22 Matt Perry <mpcomplete@chromium.org>
Reviewed by Darin Fisher.
Trying to reland a version of r67749:
Have V8DOMWindowShell ask the embedder whether to run a V8 extension
in a particular script context.
https://bugs.webkit.org/show_bug.cgi?id=45721
- bindings/v8/V8DOMWindowShell.cpp: (WebCore::V8DOMWindowShell::createNewContext):
- bindings/v8/V8Proxy.cpp: (WebCore::V8Proxy::registerExtension):
- bindings/v8/V8Proxy.h:
- loader/EmptyClients.h: (WebCore::EmptyFrameLoaderClient::allowScriptExtension):
- loader/FrameLoaderClient.h:
2010-09-22 Matt Perry <mpcomplete@chromium.org>
Reviewed by Darin Fisher.
Trying to reland a version of r67749:
Have V8DOMWindowShell ask the embedder whether to run a V8 extension
in a particular script context.
https://bugs.webkit.org/show_bug.cgi?id=45721
- public/WebFrameClient.h: (WebKit::WebFrameClient::allowScriptExtension):
- public/WebScriptController.h:
- src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::allowScriptExtension):
- src/FrameLoaderClientImpl.h:
- src/WebScriptController.cpp: (WebKit::WebScriptController::registerExtension):
- 11:59 AM Changeset in webkit [68060] by
-
- 5 edits in trunk
2010-09-22 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
[JIT] fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15.3.5.3_A2_T6.html fails
https://bugs.webkit.org/show_bug.cgi?id=44246
JIT code generated for instanceof was not checking to ensure that the prototype property was
an object, this patch ensures that it does.
- jit/JITOpcodes.cpp: (JSC::JIT::emit_op_instanceof): (JSC::JIT::emitSlow_op_instanceof):
- jit/JITOpcodes32_64.cpp: (JSC::JIT::emit_op_instanceof): (JSC::JIT::emitSlow_op_instanceof):
2010-09-22 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
[JIT] fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15.3.5.3_A2_T6.html fails
https://bugs.webkit.org/show_bug.cgi?id=44246
Correct expected output from this test.
- fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15.3.5.3_A2_T6-expected.txt:
- 11:30 AM Changeset in webkit [68059] by
-
- 7 edits2 adds in trunk
2010-09-22 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
queryCommandState returns false for Underline command when no selection is made
https://bugs.webkit.org/show_bug.cgi?id=17594
The bug was caused by selectionComputedStyle's adding -webkit-text-decorations-in-effect property
to a dummy span used to obtain the computed style when there is a typing style.
Since this property is for internal use only, the CSS parser always stripped the property.
As a result, we were always ignoring the text decorations set by the typing style.
Fixed the bug by making selectionComputedStyle directly merge the computed style of the current
caret position and the typing style. This also eliminates the need for a dummy span element.
Due to the merge, the return value of selectionComputedStyle had to be changed to CSSMutableStyleDeclaration
from CSSComputedStyleDeclaration.
Test: editing/execCommand/query-text-decoration-with-typing-style.html
- editing/ApplyStyleCommand.cpp: (WebCore::StyleChange::init): Calls getPropertiesNotIn. (WebCore::getPropertiesNotIn): Renamed from getPropertiesNotInComputedStyle since it takes CSSStyleDeclaration* instead of CSSComputedStyleDeclaration* for the second argument. (WebCore::ApplyStyleCommand::removeNonEditingProperties): Extracted from editingStyleAtPosition. (WebCore::ApplyStyleCommand::editingStyleAtPosition): Calls removeNonEditingProperties.
- editing/ApplyStyleCommand.h:
- editing/Editor.cpp: (WebCore::triStateOfStyle): Calls getPropertiesNotIn. Renamed from triStateOfStyleInComputedStyle since it no longer takes CSSComputedStyleDeclaration. (WebCore::Editor::selectionStartHasStyle): Calls selectionComputedStyle and triStateOfStyle. (WebCore::Editor::selectionHasStyle): Ditto. (WebCore::Editor::selectionStartCSSPropertyValue): Calls selectionComputedStyle. (WebCore::Editor::selectionComputedStyle): See above.
- editing/Editor.h:
- editing/EditorCommand.cpp: (WebCore::executeToggleStyleInList): Calls selectionComputedStyle.
2010-09-22 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
queryCommandState returns false for Underline command when no selection is made
https://bugs.webkit.org/show_bug.cgi?id=17594
Added a test to ensure queryCommandValue('underline') and queryCommandValue('strikeThrough')
correctly incorporates the typing style.
- editing/execCommand/query-text-decoration-with-typing-style-expected.txt: Added.
- editing/execCommand/query-text-decoration-with-typing-style.html: Added.
- 11:14 AM Changeset in webkit [68058] by
-
- 6 edits in trunk/WebKit2
Random plug-in cleanups
https://bugs.webkit.org/show_bug.cgi?id=46279
Reviewed by Darin Adler.
- WebProcess/Plugins/Plugin.cpp:
(WebKit::Plugin::Parameters::encode):
(WebKit::Plugin::Parameters::decode):
Add CoreIPC coding support for the Plugin::Parameters struct.
- WebProcess/Plugins/PluginController.h:
Add pluginProcessCrashed pure virtual member function.
- WebProcess/Plugins/PluginView.cpp:
(WebKit::PluginView::handleEvent):
handleEvent can be called when m_plugin is null.
(WebKit::PluginView::pluginProcessCrashed):
Ask the renderer to show the crashed plug-in indicator.
- 10:48 AM Changeset in webkit [68057] by
-
- 2 edits in trunk/WebKit2
Don't listen for some window notifications on all windows
https://bugs.webkit.org/show_bug.cgi?id=46277
Reviewed by John Sullivan.
Only listen for NSWindowDidBecomeKeyNotification and NSWindowDidResignKeyNotification notifications
on all windows; this matches old WebKit and fixes a crash where we would send notifications to views whose
underlying pages were invalid.
- UIProcess/API/mac/WKView.mm:
(-[WKView addWindowObserversForWindow:]):
(-[WKView removeWindowObservers]):
- 10:33 AM Changeset in webkit [68056] by
-
- 14 edits2 adds in trunk
2010-09-22 Jamey Hicks <jamey.hicks@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Web Inspector: Remote Web Inspector support for QtWebKit
https://bugs.webkit.org/show_bug.cgi?id=43988
Runs a web debug server on port specified by QtTestBrowser
argument -remote-inspector-port. Property
_q_webInspectorServerPort of the QWebPage instance will be set
according to the argument. All pages with that property set will
be remotely inspectable.
URL for remote inspection of first QWebPage is
http://localhost:9222/webkit/inspector/inspector.html?page=1
where 1 is the number of the QWebPage instance.
The base URL yields an index page with links to the individual inspectors:
- WebCore.pro
2010-09-22 Jamey Hicks <jamey.hicks@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Web Inspector: Remote Web Inspector support for QtWebKit
https://bugs.webkit.org/show_bug.cgi?id=43988
Runs a web debug server on port specified by QtTestBrowser
argument -remote-inspector-port. Property
_q_webInspectorServerPort of the QWebPage instance will be set
according to the argument. All pages with that property set will
be remotely inspectable.
URL for remote inspection of first QWebPage is
http://localhost:9222/webkit/inspector/inspector.html?page=1
where 1 is the number of the QWebPage instance.
The base URL yields an index page with links to the individual inspectors:
- Api/qwebinspector.cpp: (QWebInspectorPrivate::attachAndReplaceRemoteFrontend): (QWebInspectorPrivate::detachRemoteFrontend):
- Api/qwebinspector_p.h: (QWebInspectorPrivate::QWebInspectorPrivate):
- Api/qwebpage.cpp: (QWebPagePrivate::dynamicPropertyChangeEvent): (QWebPagePrivate::inspectorServerPort):
- Api/qwebpage.h:
- Api/qwebpage_p.h:
- WebCoreSupport/InspectorClientQt.cpp: (WebCore::InspectorClientQt::InspectorClientQt): (WebCore::InspectorClientQt::inspectorDestroyed): (WebCore::InspectorClientQt::openInspectorFrontend): (WebCore::InspectorClientQt::attachAndReplaceRemoteFrontend): (WebCore::InspectorClientQt::detachRemoteFrontend): (WebCore::InspectorClientQt::sendMessageToFrontend):
- WebCoreSupport/InspectorClientQt.h:
- WebCoreSupport/InspectorServerQt.cpp: Added. (WebCore::generateWebSocketChallengeResponse): (WebCore::parseWebSocketChallengeNumber): (WebCore::InspectorServerQt::server): (WebCore::InspectorServerQt::InspectorServerQt): (WebCore::InspectorServerQt::~InspectorServerQt): (WebCore::InspectorServerQt::listen): (WebCore::InspectorServerQt::close): (WebCore::InspectorServerQt::inspectorClientForPage): (WebCore::InspectorServerQt::registerClient): (WebCore::InspectorServerQt::unregisterClient): (WebCore::InspectorServerQt::newConnection): (WebCore::InspectorServerRequestHandlerQt::InspectorServerRequestHandlerQt): (WebCore::InspectorServerRequestHandlerQt::~InspectorServerRequestHandlerQt): (WebCore::InspectorServerRequestHandlerQt::tcpReadyRead): (WebCore::InspectorServerRequestHandlerQt::tcpConnectionDisconnected): (WebCore::InspectorServerRequestHandlerQt::webSocketSend): (WebCore::InspectorServerRequestHandlerQt::webSocketReadyRead): (WebCore::RemoteFrontendChannel::RemoteFrontendChannel): (WebCore::RemoteFrontendChannel::sendMessageToFrontend):
- WebCoreSupport/InspectorServerQt.h: Added.
2010-09-22 Jamey Hicks <jamey.hicks@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Web Inspector: Remote Web Inspector support for QtWebKit
https://bugs.webkit.org/show_bug.cgi?id=43988
Runs a web debug server on port specified by QtTestBrowser
argument -remote-inspector-port. Property
_q_webInspectorServerPort of the QWebPage instance will be set
according to the argument. All pages with that property set will
be remotely inspectable.
URL for remote inspection of first QWebPage is
http://localhost:9222/webkit/inspector/inspector.html?page=1
where 1 is the number of the QWebPage instance.
The base URL yields an index page with links to the individual inspectors:
- QtTestBrowser/launcherwindow.cpp: (LauncherWindow::init):
- QtTestBrowser/launcherwindow.h:
- QtTestBrowser/main.cpp: (LauncherApplication::handleUserOptions):
- 10:28 AM Changeset in webkit [68055] by
-
- 2 edits in trunk/JavaScriptCore
2010-09-22 Patrick Gansterer <Patrick Gansterer>
Reviewed by Darin Adler.
Inline UTF8SequenceLength
https://bugs.webkit.org/show_bug.cgi?id=45589
- wtf/unicode/UTF8.cpp: (WTF::Unicode::convertUTF8ToUTF16): Use inline version of UTF8SequenceLength to improve performance.
- 10:26 AM Changeset in webkit [68054] by
-
- 18 edits in trunk
2010-09-21 Darin Adler <Darin Adler>
Reviewed by Anders Carlsson.
Fix some Objective-C GC problems and use RetainPtr instead of HardRetain/Release
https://bugs.webkit.org/show_bug.cgi?id=46220
- Misc/WebNSFileManagerExtras.m: (setMetaData): Use CFRelease instead of HardRelease. (-[NSFileManager _webkit_setMetadataURL:referrer:atPath:]): Use CFStringCreateCopy instead of -[NSObject copy] combined with HardRetainWithNSRelease.
2010-09-21 Darin Adler <Darin Adler>
Reviewed by Anders Carlsson.
Fix some Objective-C GC problems and use RetainPtr instead of HardRetain/Release
https://bugs.webkit.org/show_bug.cgi?id=46220
- WebCore.exp.in: Updated.
- bindings/objc/ObjCEventListener.h: Use a RetainPtr for m_listener, since that will do a CFRetain, which is right for GC rather than an -[NSObject retain], which is not.
- bindings/objc/ObjCEventListener.mm: (WebCore::ObjCEventListener::ObjCEventListener): Removed explicit retain. (WebCore::ObjCEventListener::~ObjCEventListener): Removed explicit release and added get(). (WebCore::ObjCEventListener::handleEvent): Added get();
- bridge/objc/objc_instance.mm: (ObjcInstance::setGlobalException): Use copy/release instead of HardRetain/HardRelease. (ObjcInstance::moveGlobalExceptionToExecState): Ditto.
- platform/Cursor.h: Use RetainPtr for PlatformCursor on Mac.
- platform/Cursor.cpp: (WebCore::Cursor::platformCursor): Moved this to CursorMac for the Mac.
- platform/Widget.cpp: Removed retain/releasePlatformWidget and made them both inlines in the header file.
- platform/Widget.h: Fixed includes and added an include of RetainPtr. Made platformWidget and setPlatformWidget non-inline on the Mac platform. Made releasePlatformWidget and retainPlatformWidget empty inline functions for non-GTK platforms.
- platform/graphics/mac/ImageMac.mm: Removed unneeded FoundationExtras.h include.
- platform/mac/ClipboardMac.mm: (WebCore::cocoaTypeFromHTMLClipboardType): use RetainPtr for the return type. (WebCore::ClipboardMac::clearData): Use RetainPtr. (WebCore::ClipboardMac::getData): Ditto. (WebCore::ClipboardMac::setData): Ditto.
- platform/mac/CursorMac.mm: (WebCore::createCustomCursor): Use RetainPtr for the return type. (WebCore::Cursor::ensurePlatformCursor): Removed all the calls to HardRetain since m_platformCursor is now a RetainPtr. (WebCore::Cursor::Cursor): Ditto. (WebCore::Cursor::operator=): Ditto. Also HardRelease. (WebCore::Cursor::~Cursor): Ditto. (WebCore::Cursor::platformCursor): Use get here.
- platform/mac/FoundationExtras.h: Removed all the functions except for HardAutorelease. Later we can remove that one too.
- platform/mac/ThemeMac.mm: (WebCore::setUpButtonCell): Changed this function to have a return value. Otherwise we end up taking a pointer (actually a reference) to a global variable, which does not do the right thing for GC. (WebCore::nonDefaultButton): Added. (WebCore::defaultButton): Added. (WebCore::button): Changed to call two separate functions with two separate global variables to avoid the problem with pointers to globals.
- platform/mac/WidgetMac.mm: (WebCore::Widget::~Widget): Removed unneeded call to releasePlatformWidget. (WebCore::Widget::platformWidget): Non-inline so we can comipile the header plain non-Objective-C C++. (WebCore::Widget::setPlatformWidget): Ditto.
- platform/network/mac/WebCoreURLResponse.mm: (mimeTypeFromUTITree): Use RetainPtr for the return type. (-[NSURLResponse adjustMIMETypeIfNecessary]): Use RetainPtr.
- 10:18 AM Changeset in webkit [68053] by
-
- 3 edits in trunk/WebKitTools
Fix webkit-patch failure-reason now that build.webkit.org has been updated
Fixes <http://webkit.org/b/46273> webkit-patch failure-reason crashes
every time
Reviewed by Eric Seidel.
- Scripts/webkitpy/common/net/buildbot.py:
(BuildBot._file_cell_text): Added. Travels down the firstChild chain
looking for an element that contains text, then returns it.
(BuildBot._parse_twisted_file_row): Use _file_cell_text to get the
text out of the cells. This way it doesn't matter whether the cells
have <b> children (as for cells in directory rows) or not (as for
cells in file rows)
(BuildBot._parse_twisted_directory_listing): Look for rows that have
the "directory" or "file" class, rather than rows with any class,
since header rows now have a class attribute.
- Scripts/webkitpy/common/net/buildbot_unittest.py:
(BuildBotTest._example_directory_listing): Updated to more closely
match the markup that build.webkit.org is producing now.
- 10:00 AM Changeset in webkit [68052] by
-
- 3 edits in trunk/WebKit2
Crash when running plug-in layout tests
https://bugs.webkit.org/show_bug.cgi?id=46269
Reviewed by Adam Roben.
Store the web page directly in the PluginView class, instead of getting it from the frame
of the plug-in element; this fixes two crashes, one where the plug-in element had been deallocated
before the plug-in view, and another where the plug-in element's document did not have a frame.
This also makes things more robust since we're asserting in the WebPage destructor that no plug-ins have
an outstanding reference to it.
- WebProcess/Plugins/PluginView.cpp:
(WebKit::webPage):
(WebKit::PluginView::PluginView):
(WebKit::PluginView::~PluginView):
(WebKit::PluginView::initializePlugin):
- WebProcess/Plugins/PluginView.h:
- 9:57 AM Changeset in webkit [68051] by
-
- 7 edits in trunk/WebKit/chromium
2010-09-22 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Darin Fisher.
[Chromium] Change WebKit API for IDBTransaciton to new style
https://bugs.webkit.org/show_bug.cgi?id=46263
- public/WebIDBIndex.h: (WebKit::WebIDBIndex::openObjectCursor): (WebKit::WebIDBIndex::openCursor): (WebKit::WebIDBIndex::getObject): (WebKit::WebIDBIndex::get):
- public/WebIDBObjectStore.h: (WebKit::WebIDBObjectStore::get): (WebKit::WebIDBObjectStore::put): (WebKit::WebIDBObjectStore::remove): (WebKit::WebIDBObjectStore::openCursor):
- src/WebIDBIndexImpl.cpp: (WebKit::WebIDBIndexImpl::openCursor): (WebKit::WebIDBIndexImpl::openObjectCursor): (WebKit::WebIDBIndexImpl::getObject): (WebKit::WebIDBIndexImpl::get):
- src/WebIDBIndexImpl.h:
- src/WebIDBObjectStoreImpl.cpp: (WebKit::WebIDBObjectStoreImpl::get): (WebKit::WebIDBObjectStoreImpl::put): (WebKit::WebIDBObjectStoreImpl::remove): (WebKit::WebIDBObjectStoreImpl::openCursor):
- src/WebIDBObjectStoreImpl.h:
- 9:25 AM Changeset in webkit [68050] by
-
- 2 edits in trunk/WebCore
2010-09-22 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] r68027 caused many crashes on the bots
https://bugs.webkit.org/show_bug.cgi?id=46268
Add the appropriate OwnPtrCairo.h include which has the OwnPtr
specialization for Cairo paths. Without it, we will have memory
corruption.
- platform/graphics/cairo/PathCairo.cpp: Add OwnPtrCairo.h include.
- 9:06 AM Changeset in webkit [68049] by
-
- 16 edits in trunk
2010-09-22 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: implement pausing on XHR
https://bugs.webkit.org/show_bug.cgi?id=46086
- bindings/v8/custom/V8XMLHttpRequestCustom.cpp: (WebCore::V8XMLHttpRequest::sendCallback):
- inspector/Inspector.idl:
- inspector/InspectorController.cpp: (WebCore::InspectorController::InspectorController): (WebCore::InspectorController::setNativeBreakpoint): (WebCore::InspectorController::removeNativeBreakpoint): (WebCore::InspectorController::willInsertDOMNodeImpl): (WebCore::InspectorController::willRemoveDOMNodeImpl): (WebCore::InspectorController::willModifyDOMAttrImpl): (WebCore::InspectorController::instrumentWillSendXMLHttpRequestImpl):
- inspector/InspectorController.h: (WebCore::InspectorController::instrumentWillSendXMLHttpRequest): (WebCore::InspectorController::inspectorControllerForScriptExecutionContext): (WebCore::InspectorController::inspectorControllerForNode): (WebCore::InspectorController::inspectorControllerForDocument):
- inspector/InspectorDebuggerAgent.cpp: (WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent): (WebCore::InspectorDebuggerAgent::didPause): (WebCore::InspectorDebuggerAgent::breakProgram):
- inspector/InspectorDebuggerAgent.h:
- inspector/InspectorTimelineAgent.h:
- inspector/front-end/CallStackSidebarPane.js: (WebInspector.CallStackSidebarPane.prototype.updateStatus):
- inspector/front-end/ElementsPanel.js: (WebInspector.ElementsPanel): (WebInspector.ElementsPanel.prototype.reset):
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype._populateTagContextMenu):
- inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel): (WebInspector.ScriptsPanel.prototype.debuggerPaused): (WebInspector.ScriptsPanel.prototype.reset):
- inspector/front-end/Settings.js:
- xml/XMLHttpRequest.h: (WebCore::XMLHttpRequest::url):
2010-09-22 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: implement pausing on XHR
https://bugs.webkit.org/show_bug.cgi?id=46086
- src/js/DevTools.js: ():
- 8:57 AM Changeset in webkit [68048] by
-
- 9 edits in trunk/WebKit2
Change a bunch of Vector<char> to Vector<uint8_t> to better indicate that we're
dealing with raw bytes.
Reviewed by Adam Roben.
- WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:
(WebKit::parsePostBuffer):
(WebKit::NPN_GetURL):
(WebKit::NPN_PostURL):
(WebKit::NPN_GetURLNotify):
(WebKit::NPN_PostURLNotify):
- WebProcess/Plugins/Netscape/NetscapePlugin.cpp:
(WebKit::NetscapePlugin::loadURL):
(WebKit::NetscapePlugin::initialize):
- WebProcess/Plugins/Netscape/NetscapePlugin.h:
- WebProcess/Plugins/Netscape/NetscapePluginStream.cpp:
(WebKit::NetscapePluginStream::deliverData):
(WebKit::NetscapePluginStream::deliverDataToPlugin):
- WebProcess/Plugins/Netscape/NetscapePluginStream.h:
- WebProcess/Plugins/PluginController.h:
- WebProcess/Plugins/PluginView.cpp:
(WebKit::PluginView::loadURL):
- WebProcess/Plugins/PluginView.h:
- 8:46 AM Changeset in webkit [68047] by
-
- 6 edits in trunk/WebKit/chromium
2010-09-21 Brett Wilson <brettw@chromium.org>
Reviewed by Darin Fisher.
Add caps log and num lock toggle state to WebInputEvent.
https://bugs.webkit.org/show_bug.cgi?id=46229
- public/WebInputEvent.h:
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::handleInputEvent):
- src/WebViewImpl.h:
- src/gtk/WebInputEventFactory.cpp: (WebKit::gdkStateToWebEventModifiers):
- src/win/WebInputEventFactory.cpp: (WebKit::SetToggleKeyState): (WebKit::WebInputEventFactory::keyboardEvent): (WebKit::WebInputEventFactory::mouseEvent): (WebKit::WebInputEventFactory::mouseWheelEvent):
- 8:37 AM Changeset in webkit [68046] by
-
- 2 edits in trunk/WebKit2
Assertion fails in [WKView _updateWindowFrame] when closing a WebKit2 window
https://bugs.webkit.org/show_bug.cgi?id=46264
<rdar://problem/8463534>
Reviewed by Adam Roben.
- UIProcess/API/mac/WKView.mm:
(-[WKView viewDidMoveToWindow]):
Only update window visibility and frame when we're moving to a window.
- 8:31 AM Changeset in webkit [68045] by
-
- 1 edit in trunk/WebCore/ChangeLog
2010-09-22 Kenneth Russell <kbr@google.com>
Reviewed by James Robinson.
Add local triangulation of cubic curve control points
https://bugs.webkit.org/show_bug.cgi?id=45252
Adding a localized triangulation algorithm which takes as input
the four control points of a cubic curve segment and provides both
triangles as well as the ability to walk the interior edges. The
latter will be used later to fill the interior of shapes bounded
by these cubic curves, quadratic curves and line segments.
- platform/graphics/gpu/LoopBlinnLocalTriangulator.cpp: Added. (WebCore::LoopBlinnLocalTriangulator::Triangle::contains): (WebCore::LoopBlinnLocalTriangulator::Triangle::nextVertex): (WebCore::LoopBlinnLocalTriangulator::Triangle::indexForVertex): (WebCore::LoopBlinnLocalTriangulator::Triangle::makeCounterClockwise): (WebCore::LoopBlinnLocalTriangulator::LoopBlinnLocalTriangulator): (WebCore::LoopBlinnLocalTriangulator::reset): (WebCore::LoopBlinnLocalTriangulator::triangulate): (WebCore::LoopBlinnLocalTriangulator::triangulateHelper): (WebCore::LoopBlinnLocalTriangulator::addTriangle): (WebCore::LoopBlinnLocalTriangulator::addInteriorVertex): (WebCore::LoopBlinnLocalTriangulator::isSharedEdge):
- platform/graphics/gpu/LoopBlinnLocalTriangulator.h: Added. (WebCore::LoopBlinnLocalTriangulator::Vertex::Vertex): (WebCore::LoopBlinnLocalTriangulator::Vertex::xyCoordinates): (WebCore::LoopBlinnLocalTriangulator::Vertex::klmCoordinates): (WebCore::LoopBlinnLocalTriangulator::Vertex::set): (WebCore::LoopBlinnLocalTriangulator::Vertex::end): (WebCore::LoopBlinnLocalTriangulator::Vertex::setEnd): (WebCore::LoopBlinnLocalTriangulator::Vertex::marked): (WebCore::LoopBlinnLocalTriangulator::Vertex::setMarked): (WebCore::LoopBlinnLocalTriangulator::Vertex::interior): (WebCore::LoopBlinnLocalTriangulator::Vertex::setInterior): (WebCore::LoopBlinnLocalTriangulator::Vertex::resetFlags): (WebCore::LoopBlinnLocalTriangulator::Triangle::Triangle): (WebCore::LoopBlinnLocalTriangulator::Triangle::getVertex): (WebCore::LoopBlinnLocalTriangulator::Triangle::setVertices): (WebCore::LoopBlinnLocalTriangulator::getVertex): (WebCore::LoopBlinnLocalTriangulator::numberOfTriangles): (WebCore::LoopBlinnLocalTriangulator::getTriangle): (WebCore::LoopBlinnLocalTriangulator::numberOfInteriorVertices): (WebCore::LoopBlinnLocalTriangulator::getInteriorVertex):
- 8:27 AM Changeset in webkit [68044] by
-
- 5 edits in trunk
2010-09-22 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Unreviewed, EFL build fix.
- CMakeListsEfl.txt:
- platform/efl/ClipboardEfl.cpp: (WebCore::ClipboardEfl::ClipboardEfl):
2010-09-22 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Unreviewed, EFL build fix.
- CMakeLists.txt:
- 8:18 AM Changeset in webkit [68043] by
-
- 2 edits in trunk/WebKit/gtk
2010-09-22 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
Added information about drop shadow improvements to the NEWS file.
- NEWS: Added information about drop shadow improvements.
- 8:03 AM Changeset in webkit [68042] by
-
- 2 edits in trunk/WebCore
2010-09-22 İsmail Dönmez <ismail@namtrac.org>
Reviewed by Andreas Kling.
[Qt] Build fix for WinCE
Add two missing stubs:
- privateBrowsingStateChanged(bool)
- bindingInstance()
- platform/qt/TemporaryLinkStubsQt.cpp: (PluginView::privateBrowsingStateChanged): (PluginView::bindingInstance):
- 8:01 AM Changeset in webkit [68041] by
-
- 3 edits in trunk/WebCore
2010-09-22 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] FontCustomPlatformData.cpp leaks FT_Faces
https://bugs.webkit.org/show_bug.cgi?id=16941
Attach lifetime of the FontCustomPlatformData FT_Face to the resulting cairo_font_face_t.
This will free the memory associated with the FT_Face once the cairo_font_face_t is
destroyed.
No new tests as functionality should not change.
- platform/graphics/cairo/FontCustomPlatformData.cpp: (WebCore::releaseCustomFontData): Moved this helper method to the top of the file and gave it a more descriptive name. (WebCore::FontCustomPlatformData::FontCustomPlatformData): Changed the constructor to take the FT_Face and the buffer, so to better encapsulate the creation of the cairo face. (WebCore::FontCustomPlatformData::~FontCustomPlatformData): Added a comment about the fate of the FT_Face to the destructor. (WebCore::createFontCustomPlatformData): Cleaned up the code here and moved some of the logic into the constructor.
- platform/graphics/cairo/FontCustomPlatformData.h: Updated method definitions.
- 7:40 AM Changeset in webkit [68040] by
-
- 13 edits in trunk/WebKit/gtk
2010-09-21 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
[GTK] Fix transfer annotations for WebKitGTK+ static API
https://bugs.webkit.org/show_bug.cgi?id=46244
Deal with all the warnings related to transfer issues. Mostly the
problem was the transfer being missing, but there were also typos
in the function name or missing ':' at the end of the function
name in the gtk-doc.
- webkit/webkitdownload.cpp:
- webkit/webkitnetworkrequest.cpp:
- webkit/webkitnetworkresponse.cpp:
- webkit/webkitsecurityorigin.cpp:
- webkit/webkitwebdatabase.cpp:
- webkit/webkitwebdatasource.cpp:
- webkit/webkitwebframe.cpp:
- webkit/webkitwebhistoryitem.cpp:
- webkit/webkitwebinspector.cpp:
- webkit/webkitwebresource.cpp:
- webkit/webkitwebsettings.cpp:
- webkit/webkitwebview.cpp: (webkit_web_view_class_init): (webkit_web_view_get_main_frame):
- 7:25 AM Changeset in webkit [68039] by
-
- 6 edits in trunk
2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
[Qt] PluginStrategy implementation is broken
https://bugs.webkit.org/show_bug.cgi?id=46078
Remove the QWebPage* member from WebPlatformStrategies.
Get the originator QWebPage of the getPluginInfo call via
the Page* argument.
- Api/qwebpage.cpp: (QWebPagePrivate::QWebPagePrivate):
- WebCoreSupport/WebPlatformStrategies.cpp: (WebPlatformStrategies::initialize): (WebPlatformStrategies::WebPlatformStrategies): (WebPlatformStrategies::getPluginInfo): Use the ChromeClient for accessing the originator QWebPage.
- WebCoreSupport/WebPlatformStrategies.h:
2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
[Qt] PluginStrategy implementation is broken
https://bugs.webkit.org/show_bug.cgi?id=46078
- UIProcess/API/qt/qwkpage.cpp: (QWKPagePrivate::QWKPagePrivate): Initialize the WebPlatformStrategies at the UI side as well because we are using the LocalizationStrategy in the UI process. Added a FIXME since this should be fixed in the future.
- 7:17 AM Changeset in webkit [68038] by
-
- 12 edits in trunk
2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
PluginStrategy should satisfy the needs of Qt
https://bugs.webkit.org/show_bug.cgi?id=45857
No new functionality so no new tests.
- WebCoreSupport/WebPlatformStrategies.cpp: (WebPlatformStrategies::getPluginInfo):
- WebCoreSupport/WebPlatformStrategies.h:
2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
PluginStrategy should satisfy the needs of Qt
https://bugs.webkit.org/show_bug.cgi?id=45857
No new functionality so no new tests.
- WebCoreSupport/WebPlatformStrategies.h:
- WebCoreSupport/WebPlatformStrategies.mm: (WebPlatformStrategies::getPluginInfo):
2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
PluginStrategy should satisfy the needs of Qt
https://bugs.webkit.org/show_bug.cgi?id=45857
No new functionality so no new tests.
- plugins/PluginData.cpp: (WebCore::PluginData::initPlugins):
- plugins/PluginStrategy.h: Added a |const Page*| argument to getPluginInfo.
2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
PluginStrategy should satisfy the needs of Qt
https://bugs.webkit.org/show_bug.cgi?id=45857
No new functionality so no new tests.
- WebProcess/WebCoreSupport/WebPlatformStrategies.cpp: (WebKit::WebPlatformStrategies::getPluginInfo):
- WebProcess/WebCoreSupport/WebPlatformStrategies.h:
- 6:53 AM Changeset in webkit [68037] by
-
- 2 edits in trunk/WebKit/qt
2010-09-22 İsmail Dönmez <ismail@namtrac.org>
Reviewed by Andreas Kling.
[Qt] Buildfix for WinCE
- Api/DerivedSources.pro:
- 6:02 AM Changeset in webkit [68036] by
-
- 11 edits in trunk/WebCore
2010-09-22 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Elements panel does not reflect changes to the text node values.
https://bugs.webkit.org/show_bug.cgi?id=46166
- dom/CharacterData.cpp: (WebCore::CharacterData::dispatchModifiedEvent):
- inspector/Inspector.idl:
- inspector/InspectorController.cpp: (WebCore::InspectorController::characterDataModifiedImpl):
- inspector/InspectorController.h: (WebCore::InspectorController::characterDataModified):
- inspector/InspectorDOMAgent.cpp: (WebCore::InspectorDOMAgent::characterDataModified):
- inspector/InspectorDOMAgent.h: (WebCore::EventListenerInfo::EventListenerInfo): (WebCore::InspectorDOMAgent::create): (WebCore::InspectorDOMAgent::cast): (WebCore::InspectorDOMAgent::cssStore):
- inspector/front-end/DOMAgent.js: (WebInspector.DOMAgent.prototype._characterDataModified): (WebInspector.characterDataModified):
- inspector/front-end/ElementsPanel.js: (WebInspector.ElementsPanel.prototype._characterDataModified):
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype._textNodeEditingCommitted):
- 5:10 AM Changeset in webkit [68035] by
-
- 2 edits in trunk/WebCore
[Qt] On Maemo platform, web style is missing for some inputs
https://bugs.webkit.org/show_bug.cgi?id=46182
Patch by Ragner Magalhaes <ragner.magalhaes@openbossa.org> on 2010-09-21
Reviewed by Kenneth Rohde Christiansen.
- css/themeQtMaemo5.css:
- 4:03 AM QtWebKitRelease20 edited by
- (diff)
- 3:31 AM WebKit Team edited by
- (diff)
- 3:26 AM Changeset in webkit [68034] by
-
- 1 edit4 adds in trunk/LayoutTests
2010-09-22 Adam Barth <abarth@webkit.org>
Reviewed by Alexey Proskuryakov.
REGRESSION: HTMLElement.localName returns lowercase, breaks Jira
https://bugs.webkit.org/show_bug.cgi?id=14114
Add tests from bug.
- fast/parser/localname-case-expected.txt: Added.
- fast/parser/localname-case-strict-expected.txt: Added.
- fast/parser/localname-case-strict.html: Added.
- fast/parser/localname-case.html: Added.
- 3:25 AM QtWebKitRelease20Deployment edited by
- (diff)
- 3:19 AM Changeset in webkit [68033] by
-
- 2 edits in trunk/WebCore
2010-09-22 Patrick Gansterer <Patrick Gansterer>
Unreviewed.
[WINCE] Build fix for ResourceHandleWin after r67291.
- platform/network/win/ResourceHandleWin.cpp: (WebCore::ResourceHandle::loadResourceSynchronously): Replace Frame* parameter with NetworkingContext*.
- 2:34 AM Changeset in webkit [68032] by
-
- 2 edits in trunk/WebKitSite
2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
Unreviewed HTML syntax fix for my recent change in the coding-style.
- coding/coding-style.html: Change ">" and "<" to ">" and "<".
- 1:58 AM Changeset in webkit [68031] by
-
- 4 edits in trunk/WebCore
2010-09-22 Chris Guillory <chris.guillory@google.com>
Reviewed by Chris Fleizach.
Crash due to bad cast in AXObjectCacheChromium.cpp.
https://bugs.webkit.org/show_bug.cgi?id=46237
- accessibility/chromium/AXObjectCacheChromium.cpp: (WebCore::AXObjectCache::postPlatformNotification):
- page/ChromeClient.h: (WebCore::ChromeClient::postAccessibilityNotification): (WebCore::ChromeClient::didChangeAccessibilityObjectState): (WebCore::ChromeClient::didChangeAccessibilityObjectChildren):
- page/chromium/ChromeClientChromium.h:
- 1:55 AM Changeset in webkit [68030] by
-
- 2 edits in trunk/WebKitSite
2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Darin Adler.
check-webkit-style and the coding style guidelines page are inconsistent
https://bugs.webkit.org/show_bug.cgi?id=46099
- coding/coding-style.html: Making clear that includes of system headers must come after includes of other headers.
- 1:45 AM QtWebKitRelease20 edited by
- (diff)
- 1:45 AM Changeset in webkit [68029] by
-
- 1 edit2 adds in trunk/WebCore
2010-09-22 Chris Rogers <crogers@google.com>
Reviewed by James Robinson.
Add HRTFElevation files
https://bugs.webkit.org/show_bug.cgi?id=45864
No new tests since audio API is not yet implemented.
- platform/audio/HRTFElevation.cpp: Added. (WebCore::HRTFElevation::calculateSymmetricKernelsForAzimuthElevation): (WebCore::HRTFElevation::calculateKernelsForAzimuthElevation): (WebCore::HRTFElevation::createForSubject): (WebCore::HRTFElevation::createByInterpolatingSlices): (WebCore::HRTFElevation::getKernelsFromAzimuth):
- platform/audio/HRTFElevation.h: Added. (WebCore::HRTFElevation::kernelListL): (WebCore::HRTFElevation::kernelListR): (WebCore::HRTFElevation::elevationAngle): (WebCore::HRTFElevation::numberOfAzimuths): (WebCore::HRTFElevation::sampleRate): (WebCore::HRTFElevation::HRTFElevation):
- 1:44 AM QtWebKitTableOfFeatures20 edited by
- (diff)
- 1:37 AM Changeset in webkit [68028] by
-
- 2 edits in trunk/WebKit/mac
2010-09-22 Paul Knight <pknight@apple.com>
Reviewed by Simon Fraser.
-[WebView _scheduleCompositingLayerSync] should wake the run loop
https://bugs.webkit.org/show_bug.cgi?id=46226
Call CFRunLoopWakeUp to make sure the run loop is not sleeping, which could delay layer painting.
- WebView/WebView.mm: (-[WebView _scheduleCompositingLayerSync]):
- 1:23 AM Changeset in webkit [68027] by
-
- 3 edits in trunk/WebCore
2010-09-22 Alejandro G. Castro <alex@igalia.com>
Reviewed by Martin Robinson.
[gtk] Use the smart pointers to handle cairo_path_t
https://bugs.webkit.org/show_bug.cgi?id=46212
Modified the code to use smart pointers with cairo_path_t
variables.
- platform/graphics/cairo/GraphicsContextCairo.cpp: (WebCore::appendPathToCairoContext): (WebCore::GraphicsContext::clip): (WebCore::GraphicsContext::drawTiledShadow):
- platform/graphics/cairo/PathCairo.cpp: (WebCore::Path::Path): (WebCore::Path::operator=): (WebCore::Path::apply): (WebCore::Path::debugString):
- 1:11 AM Changeset in webkit [68026] by
-
- 1 edit1 add in trunk/WebCore
2010-09-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Kent Tamura.
[BREWMP] Implement Image::loadPlatformResource
https://bugs.webkit.org/show_bug.cgi?id=45873
Load images from the resource directory.
- platform/graphics/brew/ImageBrew.cpp: Added. (WebCore::Image::loadPlatformResource):
- 1:10 AM Changeset in webkit [68025] by
-
- 1 edit2 adds in trunk/WebCore
2010-09-22 Chris Rogers <crogers@google.com>
Reviewed by James Robinson.
Add HRTFKernel files
https://bugs.webkit.org/show_bug.cgi?id=45863
No new tests since audio API is not yet implemented.
- platform/audio/HRTFKernel.cpp: Added. (WebCore::extractAverageGroupDelay): (WebCore::HRTFKernel::HRTFKernel): (WebCore::HRTFKernel::createImpulseResponse): (WebCore::HRTFKernel::createInterpolatedKernel):
- platform/audio/HRTFKernel.h: Added. (WebCore::HRTFKernel::create): (WebCore::HRTFKernel::fftFrame): (WebCore::HRTFKernel::fftSize): (WebCore::HRTFKernel::frameDelay): (WebCore::HRTFKernel::sampleRate): (WebCore::HRTFKernel::nyquist): (WebCore::HRTFKernel::HRTFKernel):
- 1:09 AM Changeset in webkit [68024] by
-
- 4 edits2 adds in trunk
2010-09-22 Kent Tamura <tkent@chromium.org>
Reviewed by Chris Fleizach.
Support keyboard operations for <input type=range>.
https://bugs.webkit.org/show_bug.cgi?id=45803
- fast/forms/range-keyoperation-expected.txt: Added.
- fast/forms/range-keyoperation.html: Added.
2010-09-22 Kent Tamura <tkent@chromium.org>
Reviewed by Chris Fleizach.
Support keyboard operations for <input type=range>.
https://bugs.webkit.org/show_bug.cgi?id=45803
Increasing the value with Up/Right arrow keys by its step value,
and decreasing with Down/Left arrow keys. If an input element has
step=any attribute, increasing/decreasing by 1/100 of max-min.
Note: This change is not useful on Mac because users can't set
focus on range controls.
Test: fast/forms/range-keyoperation.html
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::defaultEventHandler): Calls handleKeyEventForRange() for RANGE and key events. (WebCore::HTMLInputElement::handleKeyEventForRange):
- html/HTMLInputElement.h: Add handleKeyEventForRange() declaration.
- 12:49 AM Changeset in webkit [68023] by
-
- 4 edits2 adds in trunk
2010-09-22 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Chris Fleizach.
[Gtk] Incorrect exposure of list items whose children are elements
https://bugs.webkit.org/show_bug.cgi?id=45383
Check that list items will be always exposed like that for GTK
- platform/gtk/accessibility/list-items-always-exposed-expected.txt: Added.
- platform/gtk/accessibility/list-items-always-exposed.html: Added.
2010-09-22 Mario Sanchez Prada <msanchez@igalia.com>
Reviewed by Chris Fleizach.
[Gtk] Incorrect exposure of list items whose children are elements
https://bugs.webkit.org/show_bug.cgi?id=45383
Set ATK_ROLE_LIST_ITEM looking for the role of the parent object
Test: platform/gtk/accessibility/list-items-always-exposed.html
- accessibility/gtk/AccessibilityObjectAtk.cpp: (WebCore::AccessibilityObject::accessibilityPlatformIncludesObject): Always include objects with ListItemRole in accessibility for GTK.
- accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (getInterfaceMaskFromObject): Add some specific code to handle the special case of list markers by implementing AtkText when needed.
- 12:42 AM Changeset in webkit [68022] by
-
- 22 edits27 moves in trunk/WebCore
2010-09-22 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
Make FilterEffects independent of SVG
https://bugs.webkit.org/show_bug.cgi?id=46177
Moving all FilterEffects from svg/graphics/filters to platform/graphics/filters, now that they
are independent of SVG. Removed the SVG prefix of the files and updated the headers.
- Android.mk:
- CMakeLists.txt:
- GNUmakefile.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- platform/graphics/filters/DistantLightSource.h: Copied from WebCore/svg/graphics/filters/SVGDistantLightSource.h.
- platform/graphics/filters/FEConvolveMatrix.cpp: Copied from WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp.
- platform/graphics/filters/FEConvolveMatrix.h: Copied from WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h.
- platform/graphics/filters/FEDiffuseLighting.cpp: Copied from WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp.
- platform/graphics/filters/FEDiffuseLighting.h: Copied from WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h.
- platform/graphics/filters/FEDisplacementMap.cpp: Copied from WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp.
- platform/graphics/filters/FEDisplacementMap.h: Copied from WebCore/svg/graphics/filters/SVGFEDisplacementMap.h.
- platform/graphics/filters/FEFlood.cpp: Copied from WebCore/svg/graphics/filters/SVGFEFlood.cpp.
- platform/graphics/filters/FEFlood.h: Copied from WebCore/svg/graphics/filters/SVGFEFlood.h.
- platform/graphics/filters/FELighting.cpp: Copied from WebCore/svg/graphics/filters/SVGFELighting.cpp.
- platform/graphics/filters/FELighting.h: Copied from WebCore/svg/graphics/filters/SVGFELighting.h.
- platform/graphics/filters/FEMerge.cpp: Copied from WebCore/svg/graphics/filters/SVGFEMerge.cpp.
- platform/graphics/filters/FEMerge.h: Copied from WebCore/svg/graphics/filters/SVGFEMerge.h.
- platform/graphics/filters/FEMorphology.cpp: Copied from WebCore/svg/graphics/filters/SVGFEMorphology.cpp.
- platform/graphics/filters/FEMorphology.h: Copied from WebCore/svg/graphics/filters/SVGFEMorphology.h.
- platform/graphics/filters/FEOffset.cpp: Copied from WebCore/svg/graphics/filters/SVGFEOffset.cpp.
- platform/graphics/filters/FEOffset.h: Copied from WebCore/svg/graphics/filters/SVGFEOffset.h.
- platform/graphics/filters/FESpecularLighting.cpp: Copied from WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp.
- platform/graphics/filters/FESpecularLighting.h: Copied from WebCore/svg/graphics/filters/SVGFESpecularLighting.h.
- platform/graphics/filters/FETile.cpp: Copied from WebCore/svg/graphics/filters/SVGFETile.cpp.
- platform/graphics/filters/FETile.h: Copied from WebCore/svg/graphics/filters/SVGFETile.h.
- platform/graphics/filters/FETurbulence.cpp: Copied from WebCore/svg/graphics/filters/SVGFETurbulence.cpp.
- platform/graphics/filters/FETurbulence.h: Copied from WebCore/svg/graphics/filters/SVGFETurbulence.h.
- platform/graphics/filters/LightSource.cpp: Copied from WebCore/svg/graphics/filters/SVGLightSource.cpp.
- platform/graphics/filters/LightSource.h: Copied from WebCore/svg/graphics/filters/SVGLightSource.h.
- platform/graphics/filters/PointLightSource.h: Copied from WebCore/svg/graphics/filters/SVGPointLightSource.h.
- platform/graphics/filters/SpotLightSource.h: Copied from WebCore/svg/graphics/filters/SVGSpotLightSource.h.
- svg/SVGFEConvolveMatrixElement.h:
- svg/SVGFEDiffuseLightingElement.cpp:
- svg/SVGFEDisplacementMapElement.h:
- svg/SVGFEDistantLightElement.cpp:
- svg/SVGFEFloodElement.h:
- svg/SVGFELightElement.h:
- svg/SVGFEMergeElement.h:
- svg/SVGFEMorphologyElement.h:
- svg/SVGFEOffsetElement.h:
- svg/SVGFEPointLightElement.cpp:
- svg/SVGFESpecularLightingElement.h:
- svg/SVGFESpotLightElement.cpp:
- svg/SVGFETileElement.h:
- svg/SVGFETurbulenceElement.h:
- svg/graphics/filters/SVGDistantLightSource.h: Removed.
- svg/graphics/filters/SVGFEConvolveMatrix.cpp: Removed.
- svg/graphics/filters/SVGFEConvolveMatrix.h: Removed.
- svg/graphics/filters/SVGFEDiffuseLighting.cpp: Removed.
- svg/graphics/filters/SVGFEDiffuseLighting.h: Removed.
- svg/graphics/filters/SVGFEDisplacementMap.cpp: Removed.
- svg/graphics/filters/SVGFEDisplacementMap.h: Removed.
- svg/graphics/filters/SVGFEFlood.cpp: Removed.
- svg/graphics/filters/SVGFEFlood.h: Removed.
- svg/graphics/filters/SVGFELighting.cpp: Removed.
- svg/graphics/filters/SVGFELighting.h: Removed.
- svg/graphics/filters/SVGFEMerge.cpp: Removed.
- svg/graphics/filters/SVGFEMerge.h: Removed.
- svg/graphics/filters/SVGFEMorphology.cpp: Removed.
- svg/graphics/filters/SVGFEMorphology.h: Removed.
- svg/graphics/filters/SVGFEOffset.cpp: Removed.
- svg/graphics/filters/SVGFEOffset.h: Removed.
- svg/graphics/filters/SVGFESpecularLighting.cpp: Removed.
- svg/graphics/filters/SVGFESpecularLighting.h: Removed.
- svg/graphics/filters/SVGFETile.cpp: Removed.
- svg/graphics/filters/SVGFETile.h: Removed.
- svg/graphics/filters/SVGFETurbulence.cpp: Removed.
- svg/graphics/filters/SVGFETurbulence.h: Removed.
- svg/graphics/filters/SVGLightSource.cpp: Removed.
- svg/graphics/filters/SVGLightSource.h: Removed.
- svg/graphics/filters/SVGPointLightSource.h: Removed.
- svg/graphics/filters/SVGSpotLightSource.h: Removed.
- 12:40 AM Changeset in webkit [68021] by
-
- 1 edit3 adds in trunk/LayoutTests
2010-09-22 Michael Saboff <msaboff@apple.com>
Reviewed by Darin Adler.
New test for (BOL) anchored regular expressions. Some of the
tests inspired by https://bugs.webkit.org/show_bug.cgi?id=46049.
- fast/js/regexp-bol-expected.txt: Added.
- fast/js/regexp-bol.html: Added.
- fast/js/script-tests/regexp-bol.js: Added.
- 12:37 AM Changeset in webkit [68020] by
-
- 2 edits in trunk/WebCore
2010-09-22 Patrick Gansterer <Patrick Gansterer>
Reviewed by Adam Roben.
[WIN] Add internetHandle to WebCoreSynchronousLoader.
https://bugs.webkit.org/show_bug.cgi?id=46185
For loading content via network the WebCoreSynchronousLoader needs its own (synchronous) internetHandle.
This also adds asynchronousInternetHandle() to create a static asynchronous internetHandle.
- platform/network/win/ResourceHandleWin.cpp: (WebCore::createInternetHandle): (WebCore::asynchronousInternetHandle): (WebCore::WebCoreSynchronousLoader::internetHandle): (WebCore::WebCoreSynchronousLoader::WebCoreSynchronousLoader): Create synchronous internetHandle. (WebCore::WebCoreSynchronousLoader::~WebCoreSynchronousLoader): Delete synchronous internetHandle.
- 12:26 AM Changeset in webkit [68019] by
-
- 2 edits in trunk/WebCore
2010-09-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Chris Fleizach.
[chromium] Remove unused sys/types.h in VDMXParser.cpp
https://bugs.webkit.org/show_bug.cgi?id=46136
sys/types.h is not needed here.
- platform/graphics/chromium/VDMXParser.cpp:
- 12:25 AM Changeset in webkit [68018] by
-
- 2 edits in trunk/WebCore
2010-09-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Kent Tamura.
[BREWMP] Change the home directory path to the WebKit module directory
https://bugs.webkit.org/show_bug.cgi?id=45895
AEEFS_HOME_DIR denotes the currently running application's directory.
Change it to fs:/~<clsid> to use the WebKit module directory as home.
- platform/brew/FileSystemBrew.cpp: (WebCore::homeDirectoryPath):
- 12:12 AM Changeset in webkit [68017] by
-
- 1 edit1 add in trunk/WebCore
2010-09-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Kent Tamura.
[BREWMP] Add dummy Pasteboard
https://bugs.webkit.org/show_bug.cgi?id=46107
Pasteboard is not supported yet. Add dummy implementation to avoid link errors.
- platform/brew/PasteboardBrew.cpp: Added. (WebCore::Pasteboard::generalPasteboard): (WebCore::Pasteboard::Pasteboard): (WebCore::Pasteboard::clear): (WebCore::Pasteboard::writeSelection): (WebCore::Pasteboard::writePlainText): (WebCore::Pasteboard::writeURL): (WebCore::Pasteboard::writeImage): (WebCore::Pasteboard::canSmartReplace): (WebCore::Pasteboard::plainText): (WebCore::Pasteboard::documentFragment):
Sep 21, 2010:
- 10:56 PM Changeset in webkit [68016] by
-
- 2 edits in trunk/WebCore
2010-09-21 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Kent Tamura.
Each EntityMaskIn* needs explanation
https://bugs.webkit.org/show_bug.cgi?id=44833
Added a description as to why we escape nbsp when serializing HTML documents but not when serializing XML documents.
- editing/markup.cpp:
- 10:53 PM Changeset in webkit [68015] by
-
- 2 edits in trunk/WebKit/chromium
2010-09-21 James Robinson <jamesr@chromium.org>
Reviewed by Kenneth Russell.
[chromium] Check if the acceleratedCompositingEnabled setting is active in WebViewImpl::graphicsContext3D()
https://bugs.webkit.org/show_bug.cgi?id=46239
This adds a check for whether acceleratedCompositingEnabled is true on the Page's Settings
object before creating and vending a GraphicsContext3D object. This is needed because when
an offscreen WebGraphicsContext3DCommandBufferImpl is initialized it first asks the WebViewImpl
for the compositor context. WebGraphicsContext3DCommandBufferImpl::initialize checks if the
disable accelerated compositing command line switch is set, but this is insufficient as sometimes
the Setting object does not agree exactly with the command line switches. For example,
we explicitly toggle accelerated compositing for some chrome UI URLs regardless of what the
flag says.
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::graphicsContext3D):
- 10:36 PM Changeset in webkit [68014] by
-
- 3 edits in trunk/WebCore
2010-09-21 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Kent Tamura.
cleanup: removeInlineStyleFromElement and extractInlineStyleToPushDown should be merged
https://bugs.webkit.org/show_bug.cgi?id=46205
Cleanup required to fix the bug 27818. Added the style extraction mechanism to removeInlineStyleFromElement
and removeCSSStyle and replaced the call to extractInlineStyleToPushDown by a call to removeInlineStyleFromElement.
- editing/ApplyStyleCommand.cpp: (WebCore::ApplyStyleCommand::removeInlineStyleFromElement): Added extractedStyle argument. (WebCore::ApplyStyleCommand::removeCSSStyle): Added extractedStyle argument. (WebCore::ApplyStyleCommand::pushDownInlineStyleAroundNode): Calls removeInlineStyleFromElement instead of extractInlineStyleToPushDown which has been deleted.
- editing/ApplyStyleCommand.h:
- 10:22 PM Changeset in webkit [68013] by
-
- 2 edits in trunk/LayoutTests
2010-09-21 Kent Tamura <tkent@chromium.org>
Unreviewed, text expectation update.
- platform/chromium/drt_expectations.txt:
- 8:45 PM Changeset in webkit [68012] by
-
- 5 edits in trunk/WebKit/chromium
2010-09-21 Kent Tamura <tkent@chromium.org>
Reviewed by David Levin.
[Chromium] Remove WebInputElement::InputType and inputType()
https://bugs.webkit.org/show_bug.cgi?id=46238
- DEPS: Roll Chromium revision to 60132, which removed all usage of inputType().
- public/WebInputElement.h: Remove InputType and inputType().
- src/AssertMatchingEnums.cpp: Remove WebInputElement::InputType - HTMLInputElement::InputType matching tests.
- src/WebInputElement.cpp: Remove inputType().
- 8:35 PM Changeset in webkit [68011] by
-
- 2 edits in trunk/LayoutTests
2010-09-21 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
- platform/chromium/drt_expectations.txt: Remove passing tests, and fix typo.
- 8:31 PM Changeset in webkit [68010] by
-
- 2 edits in trunk/LayoutTests
2010-09-21 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update.
- platform/chromium/drt_expectations.txt: Update DRT results.
- 8:13 PM Changeset in webkit [68009] by
-
- 2 edits in trunk/WebKitTools
2010-09-21 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build fix.
new-run-webkit-tests: fix bug introduced in r68008 where if you
specify --chromium and no --platform, and you're running on
windows, you use the 'chromium-win' port by default instead of the
version-specific port. This breaks the buildbots.
It will be good for this refactoring to settle down so I can
rewrite the logic for default ports and the unit tests to be
clearer (and the testing more comprehensive).
- Scripts/webkitpy/layout_tests/port/chromium_win.py:
- 7:24 PM Changeset in webkit [68008] by
-
- 21 edits in trunk/WebKitTools
2010-09-21 Dirk Pranke <dpranke@chromium.org>
Reviewed by Adam Barth.
Modify the Port interface to take only a series of keyword arguments
in the constructor, and modify Port/factory.get() to accomodate that,
and to accept user=XXX as an argument so we can pass
webkitpy.common.system.user.User objects in.
Then, modify new-run-webkit-tests and rebaseline-chromium-webkit-tests
to use the common routine in webkitpy.common.system.user.open_url()
to display HTML files.
There was a routine in the Port interface to do the same thing,
but I see no need for a port-specific hook for this, since it is
something that will always be executed by the host environment
and displaying web pages has nothing to do with running layout tests.
Note that new-run-webkit-tests used to use test_shell to display
the page; this is potentially useful so that you can actually click
from a result to the broken page; however, since DumpRenderTree
doesn't support this functionality, it will be going away eventually.
- Scripts/webkitpy/layout_tests/port/base.py:
- Scripts/webkitpy/layout_tests/port/base_unittest.py:
- Scripts/webkitpy/layout_tests/port/chromium.py:
- Scripts/webkitpy/layout_tests/port/chromium_linux.py:
- Scripts/webkitpy/layout_tests/port/chromium_mac.py:
- Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
- Scripts/webkitpy/layout_tests/port/chromium_win.py:
- Scripts/webkitpy/layout_tests/port/dryrun.py:
- Scripts/webkitpy/layout_tests/port/factory.py:
- Scripts/webkitpy/layout_tests/port/google_chrome.py:
- Scripts/webkitpy/layout_tests/port/google_chrome_unittest.py:
- Scripts/webkitpy/layout_tests/port/gtk.py:
- Scripts/webkitpy/layout_tests/port/mac.py:
- Scripts/webkitpy/layout_tests/port/qt.py:
- Scripts/webkitpy/layout_tests/port/test.py:
- Scripts/webkitpy/layout_tests/port/webkit.py:
- Scripts/webkitpy/layout_tests/port/win.py:
- Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
- Scripts/webkitpy/layout_tests/run_webkit_tests.py:
- Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:
- 6:25 PM Changeset in webkit [68007] by
-
- 4 edits2 copies in branches/chromium/517
Merge 68004 - 2010-09-21 Cosmin Truta <ctruta@chromium.org>
Reviewed by James Robinson.
RenderImage::intrinsicSizeChanged crashes when m_imageResource is missing
https://bugs.webkit.org/show_bug.cgi?id=46120
Test a style change applied to a zoomed image.
- css3/style-zoomed-image.html: Added.
- css3/style-zoomed-image-expected.txt: Added.
2010-09-21 Cosmin Truta <ctruta@chromium.org>
Reviewed by James Robinson.
RenderImage::intrinsicSizeChanged crashes when m_imageResource is missing
https://bugs.webkit.org/show_bug.cgi?id=46120
Avoid applying operator -> to m_imageResource when its underlying pointer is NULL.
- rendering/RenderImage.h: (WebCore::RenderImage::intrinsicSizeChanged): Checked m_imageResource.
- html/HTMLImageElement.cpp: (HTMLImageElement::createRenderer): Fixed indentation.
TBR=jamesr@google.com
BUG=54972
Review URL: http://codereview.chromium.org/3431018
- 6:22 PM Changeset in webkit [68006] by
-
- 3 edits in trunk/JavaScriptCore
2010-09-21 Oliver Hunt <oliver@apple.com>
RS=Gavin Barraclough.
Fix codeblock dumping
- bytecode/CodeBlock.cpp: (JSC::CodeBlock::dump):
- runtime/Executable.h: (JSC::ScriptExecutable::ScriptExecutable):
- 6:10 PM Changeset in webkit [68005] by
-
- 35 edits1 delete in trunk
Revert "2010-09-21 Chris Guillory <chris.guillory@google.com>"
This reverts commit 347aab9430be62b827cd1130adbfdf99d18bfaf0.
- 6:08 PM Changeset in webkit [68004] by
-
- 4 edits2 adds in trunk
2010-09-21 Cosmin Truta <ctruta@chromium.org>
Reviewed by James Robinson.
RenderImage::intrinsicSizeChanged crashes when m_imageResource is missing
https://bugs.webkit.org/show_bug.cgi?id=46120
Test a style change applied to a zoomed image.
- css3/style-zoomed-image.html: Added.
- css3/style-zoomed-image-expected.txt: Added.
2010-09-21 Cosmin Truta <ctruta@chromium.org>
Reviewed by James Robinson.
RenderImage::intrinsicSizeChanged crashes when m_imageResource is missing
https://bugs.webkit.org/show_bug.cgi?id=46120
Avoid applying operator -> to m_imageResource when its underlying pointer is NULL.
- rendering/RenderImage.h: (WebCore::RenderImage::intrinsicSizeChanged): Checked m_imageResource.
- html/HTMLImageElement.cpp: (HTMLImageElement::createRenderer): Fixed indentation.
- 6:07 PM Changeset in webkit [68003] by
-
- 2 edits in trunk/LayoutTests
Updated test after r67994.
Reviewed by Geoffrey Garen.
- fast/dom/Range/range-expand.html: Do not expect sentence selections to include
trailing newline characters.
- 5:38 PM Changeset in webkit [68002] by
-
- 5 edits in trunk
2010-09-21 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Kenneth Rohde Christiansen.
[EFL] Get fresh theme when running EWebLauncher
https://bugs.webkit.org/show_bug.cgi?id=46210
If user tried to run EWebLauncher outside of the build tree, it would
not find the theme and fallback to the installed one. However, since
EWebLauncher is not installed, we always want to take the theme from
the just compiled source code. If user had never installed WebKit's
EFL port it could even receive a segv since no theme would be found.
Now EWebLauncher does not fallback to the installed theme and CMake
gives as DATA_DIR the directory of the theme it has just built.
- CMakeListsEfl.txt: export DATA_DIR to parent CMakeLists.txt in order to be used by EWebLauncher.
2010-09-21 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Kenneth Rohde Christiansen.
[EFL] Get fresh theme when running EWebLauncher
https://bugs.webkit.org/show_bug.cgi?id=46210
If user tried to run EWebLauncher outside of the build tree, it would
not find the theme and fallback to the installed one. However, since
EWebLauncher is not installed, we always want to take the theme from
the just compiled source code. If user had never installed WebKit's
EFL port it could even receive a segv since no theme would be found.
Now EWebLauncher does not fallback to the installed theme and CMake
gives as DATA_DIR the directory of the theme it has just built.
- CMakeListsEfl.txt: Pass the build directory as DATA_DIR to EWebLauncher.
- EWebLauncher/main.c: Use only the theme from build director. Do not fallback to others as this could hide real bugs. (quit): (browserCreate): (findThemePath): (main):
- 5:35 PM Changeset in webkit [68001] by
-
- 2 edits in trunk/LayoutTests
2010-09-21 John Gregg <johnnyg@google.com>
Unreviewed, chromium test expecations.
[chromium] update test expectations
https://bugs.webkit.org/show_bug.cgi?id=46235
- platform/chromium/test_expectations.txt:
- 5:34 PM Changeset in webkit [68000] by
-
- 13 edits5 deletes in trunk
2010-09-21 Kenneth Russell <kbr@google.com>
Reviewed by James Robinson.
[chromium] Remove GLES2Context and WebGLES2Context
https://bugs.webkit.org/show_bug.cgi?id=46131
Removed now-obsolete GLES2Context and WebGLES2Context classes, and
dependency on command buffer client code from WebCore. Built and
tested 3D CSS and WebGL content on Mac OS X to test.
- WebKit.gyp:
- public/WebGLES2Context.h: Removed.
- public/WebGraphicsContext3D.h:
- public/WebKitClient.h:
- public/WebView.h:
- src/ChromeClientImpl.cpp:
- src/GLES2Context.cpp: Removed.
- src/GLES2ContextInternal.cpp: Removed.
- src/GLES2ContextInternal.h: Removed.
- src/WebGraphicsContext3DDefaultImpl.cpp:
- src/WebGraphicsContext3DDefaultImpl.h:
- src/WebViewImpl.cpp:
- src/WebViewImpl.h:
2010-09-21 Kenneth Russell <kbr@google.com>
Reviewed by James Robinson.
[chromium] Remove GLES2Context and WebGLES2Context
https://bugs.webkit.org/show_bug.cgi?id=46131
Removed now-obsolete GLES2Context and WebGLES2Context classes, and
dependency on command buffer client code from WebCore. Built and
tested 3D CSS and WebGL content on Mac OS X to test.
- WebCore.gypi:
- platform/chromium/GLES2Context.h: Removed.
- platform/graphics/skia/ImageSkia.cpp:
- 5:33 PM Changeset in webkit [67999] by
-
- 2 edits in trunk/WebKitTools
2010-09-21 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build fix.
Don't pass the --test-shell arg to the Chromium Mac port of DRT;
it just confuses it.
- Scripts/webkitpy/layout_tests/port/webkit.py:
- 5:31 PM Changeset in webkit [67998] by
-
- 2 edits in trunk/WebCore
Try to fix the Windows build.
- loader/Cache.cpp:
(WebCore::Cache::makeResourcePurgeable):
(WebCore::Cache::evict): Cast to int before using unary '-', to avoid an
MSVC warning.
- 5:27 PM Changeset in webkit [67997] by
-
- 2 edits in trunk/WebKit2
Add DirectX SDK include path.
Rubber stamped by Simon Fraser.
- win/WebKit2DirectX.vsprops:
- 5:18 PM Changeset in webkit [67996] by
-
- 6 edits in trunk/WebCore
Use purgeable memory to keep more dead resources in cache
https://bugs.webkit.org/show_bug.cgi?id=44806
<rdar://problem/8350901>
Patch by Pratik Solanki <psolanki@apple.com> on 2010-09-21
Reviewed by Geoffrey Garen and Darin Adler.
This changes the behavior of dead resources in the WebCore cache to be the following if
shouldMakeResourcePurgeableOnEviction() returns true.
- Dead resources in the cache are kept in non-purgeable memory.
- When we prune dead resources, instead of freeing them, we mark their memory as purgeable
and keep the resources until the kernel reclaims the purgeable memory.
By leaving the in-cache dead resources in dirty resident memory, we decrease the likelihood
of the kernel claiming that memory and forcing us to refetch the resource (for example when
a user presses back).
And by having an unbounded number of resource objects using purgeable memory, we can use
as much memory as is available on the machine. The trade-off is that the CachedResource
object (and its member variables) are allocated in non-purgeable TC-malloc'd memory so
we would see slightly more memory use due to this.
- loader/Cache.cpp:
(WebCore::Cache::resourceForURL): Adjust sizes appropriately if we made resource memory
non-purgeable.
(WebCore::Cache::pruneDeadResources): When removing dead resources, try first to mark their
memory as purgeable. If not, evict the resource.
(WebCore::Cache::makeResourcePurgeable): Added. Try to mark resource
memory as purgeable. If successful, adjust the sizes so that we don't
factor this resources size in the Cache size calculation.
(WebCore::Cache::evict): Don't decrement size if we already did it in makeResourcePurgeable.
(WebCore::Cache::dumpLRULists): Extra debug logging.
- loader/Cache.h:
(WebCore::Cache::shouldMakeResourcePurgeableOnEviction): Added. Indicates if the new
behaviour is enabled.
- loader/CachedCSSStyleSheet.cpp:
(WebCore::CachedCSSStyleSheet::allClientsRemoved): Do not mark memory as purgeable. The
Cache class takes care of this.
- loader/CachedImage.cpp:
(WebCore::CachedImage::destroyDecodedData): Ditto.
- loader/CachedScript.cpp:
(WebCore::CachedScript::destroyDecodedData): Ditto.
- 5:17 PM Changeset in webkit [67995] by
-
- 2 edits in trunk/WebKitTools
Make a new buildbot for Leopard Debug Test
Reviewed by Stephanie Lewis.
- BuildSlaveSupport/build.webkit.org-config/config.json:
- 5:13 PM Changeset in webkit [67994] by
-
- 3 edits2 adds in trunk
<rdar://problem/7729077> Extending the selection to sentence boundary after a line break may select extra character
https://bugs.webkit.org/show_bug.cgi?id=46232
Reviewed by Darin Adler.
WebCore:
Test: editing/selection/extend-by-sentence-002.html
- editing/visible_units.cpp:
(WebCore::nextBoundary): The text iterator’s range end can be the position after
the line break, in which case the next visible is actually after the first character
of the next sentence. Instead, advance the text iterator past the newline character
and return the beginning of its range, which is guaranteed to still be before the
next sentence.
LayoutTests:
- editing/selection/extend-by-sentence-002-expected.txt: Added.
- editing/selection/extend-by-sentence-002.html: Added.
- 5:06 PM Changeset in webkit [67993] by
-
- 2 edits in trunk/WebKitTools
2010-09-21 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build fix.
Fix breakage of Chromium Mac DRT port caused by r67905.
- Scripts/webkitpy/layout_tests/port/webkit.py:
- 4:59 PM Changeset in webkit [67992] by
-
- 2 edits in trunk/WebKit/chromium
2010-09-21 Kenneth Russell <kbr@google.com>
Reviewed by James Robinson.
[chromium] Roll forward Chromium DEPS to pick up removal of WebGLES2Context dependencies
https://bugs.webkit.org/show_bug.cgi?id=46231
Ran build-webkit --chromium --debug on Mac OS X to test the roll-forward.
- DEPS:
- 4:39 PM Changeset in webkit [67991] by
-
- 8 edits in trunk/WebKit2
Forward window focus changes to the plug-in
https://bugs.webkit.org/show_bug.cgi?id=46227
Reviewed by Dan Bernstein.
- WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:
(WebKit::NetscapePlugin::windowFocusChanged):
Send the NPCocoaEventWindowFocusChanged event.
(WebKit::NetscapePlugin::windowFrameChanged):
(WebKit::NetscapePlugin::windowVisibilityChanged):
Add stubs.
- WebProcess/Plugins/Plugin.h:
Add windowFocusChanged, windowFrameChanged and windowVisibilityChanged.
- WebProcess/Plugins/PluginView.cpp:
(WebKit::PluginView::webPage):
Make webPage a member function instead.
(WebKit::PluginView::setWindowIsFocused):
Call the plug-in member function.
(WebKit::PluginView::initializePlugin):
When the plug-in has been initialized, update its window frame, window visibility
and window focus states.
(WebKit::PluginView::setParent):
Move viewGeometryDidChange to initializePlugin.
- WebProcess/Plugins/PluginView.h:
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::setActive):
Tell all plug-in views about the new window focus state.
(WebKit::WebPage::windowIsFocused):
Return whether the window is focused or not.
- WebProcess/WebPage/WebPage.h:
(WebKit::WebPage::windowIsVisible):
(WebKit::WebPage::windowFrame):
Add getters.
- 4:19 PM Changeset in webkit [67990] by
-
- 5 edits in trunk/JavaScriptCore
2010-09-21 Oliver Hunt <oliver@apple.com>
Reviewed by Geoffrey Garen.
Speed up function.apply(..., arguments)
https://bugs.webkit.org/show_bug.cgi?id=46207
Add code to do argument copying inline in the case
where we're using Function.apply to forward our arguments
directly.
- jit/JIT.cpp: (JSC::JIT::privateCompileSlowCases):
Splitted op_load_varargs into fast and slow paths, so add the call
to the slow path generator.
- jit/JIT.h:
- jit/JITCall32_64.cpp: Remove 32bit specific emit_op_load_varargs as the logic is the same for all value representations
- jit/JITOpcodes.cpp: (JSC::JIT::emit_op_load_varargs): Copy arguments inline (JSC::JIT::emitSlow_op_load_varargs):
- 3:27 PM Changeset in webkit [67989] by
-
- 2 edits in trunk/WebCore
2010-09-21 Robert Hogan <robert@webkit.org>
Rubber-stamped by Ariya Hidayat.
[Qt] Build fix against qt trunk
- platform/graphics/qt/ContextShadow.cpp: (WebCore::ContextShadow::beginShadowLayer):
- 2:25 PM Changeset in webkit [67988] by
-
- 28 edits in branches/audio/WebCore
audio branch: changes in preparation for landing in trunk
- added more rigorous thread safety and ASSERTS in AudioNode and AudioContext
- added HRTFDatabaseLoader to load HRTF datasets asynchronously in another thread
- cleaned up HRTF audio resource loading abstraction in HRTFElevation
- general cleanup in the HRTF classes
- added addInput() and addOutput() protected methods to AudioNode and added calls in AudioNode constructors
- 2:25 PM Changeset in webkit [67987] by
-
- 2 adds in branches/audio/WebCore/platform/audio
audio branch: add HRTFDatabaseLoader files
- 2:04 PM Changeset in webkit [67986] by
-
- 9 edits in trunk/WebKit/chromium
2010-09-21 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Nate Chapin.
[Chromium] Plumb the IDBTransansaction's id
https://bugs.webkit.org/show_bug.cgi?id=46197
Next step, add the plumbing to Chromium. Then we add code to WebKit
that uses it (and take out the default IDBTransaction param).
- public/WebIDBCursor.h: (WebKit::WebIDBCursor::key): (WebKit::WebIDBCursor::value):
- public/WebIDBFactory.h: (WebKit::WebIDBFactory::open):
- public/WebIDBIndex.h: (WebKit::WebIDBIndex::openObjectCursor): (WebKit::WebIDBIndex::openCursor): (WebKit::WebIDBIndex::getObject): (WebKit::WebIDBIndex::get):
- public/WebIDBObjectStore.h: (WebKit::WebIDBObjectStore::get): (WebKit::WebIDBObjectStore::put): (WebKit::WebIDBObjectStore::remove): (WebKit::WebIDBObjectStore::createIndex): (WebKit::WebIDBObjectStore::removeIndex): (WebKit::WebIDBObjectStore::openCursor):
- src/WebIDBIndexImpl.cpp: (WebKit::WebIDBIndexImpl::openCursor): (WebKit::WebIDBIndexImpl::openObjectCursor): (WebKit::WebIDBIndexImpl::getObject): (WebKit::WebIDBIndexImpl::get):
- src/WebIDBIndexImpl.h:
- src/WebIDBObjectStoreImpl.cpp: (WebKit::WebIDBObjectStoreImpl::get): (WebKit::WebIDBObjectStoreImpl::put): (WebKit::WebIDBObjectStoreImpl::remove): (WebKit::WebIDBObjectStoreImpl::openCursor):
- src/WebIDBObjectStoreImpl.h:
- 2:00 PM Changeset in webkit [67985] by
-
- 2 edits in trunk/WebCore
2010-09-21 Tony Chang <tony@chromium.org>
Unreviewed, QT build fix.
- platform/qt/ClipboardQt.cpp: (WebCore::ClipboardQt::ClipboardQt):
- 1:51 PM Changeset in webkit [67984] by
-
- 2 edits in trunk/WebKit2
Handle booleans in injected bundle messages
https://bugs.webkit.org/show_bug.cgi?id=46213
Reviewed by John Sullivan.
- Shared/UserMessageCoders.h:
(WebKit::UserMessageEncoder::baseEncode):
(WebKit::UserMessageDecoder::baseDecode):
- 1:43 PM Changeset in webkit [67983] by
-
- 7 edits in trunk
2010-09-21 Andy Estes <aestes@apple.com>
Reviewed by Darin Adler.
REGRESSION (r61285): AIM 2.1.296: Code rendered as text in Welcome screen
https://bugs.webkit.org/show_bug.cgi?id=46134
AIM clients linked against versions of WebKit prior to the introduction
of the HTML5 parser contain markup incompatible with the new parser.
Enable parser quirks in this case to remain compatible with these
clients.
- WebView/WebView.mm: (shouldUsePreHTML5ParserQuirks): Returns true if the embedding application is AIM and was linked against a version of WebKit prior to the introduction of the HTML5 parser, or if the WebKitPreHTML5ParserQuirks WebPreference is enabled. (-[WebView _preferencesChangedNotification:]): Call WebCore::Settings::setUsePreHTML5ParserQuirks().
2010-09-21 Andy Estes <aestes@apple.com>
Reviewed by Darin Adler.
REGRESSION (r61285): AIM 2.1.296: Code rendered as text in Welcome screen
https://bugs.webkit.org/show_bug.cgi?id=46134
- WebCore.exp.in: Export ZN7WebCore32applicationIsAOLInstantMessengerEv.
- platform/mac/RuntimeApplicationChecks.h:
- platform/mac/RuntimeApplicationChecks.mm: (WebCore::applicationIsAOLInstantMessenger): Determine if the embedding application is AOL Instant Messenger by checking the bundle identifier.
- 1:22 PM Changeset in webkit [67982] by
-
- 35 edits1 copy in trunk
2010-09-21 Chris Guillory <chris.guillory@google.com>
Reviewed by Chris Fleizach.
Send webkit accessibility notifications to Chromium.
https://bugs.webkit.org/show_bug.cgi?id=45156
- platform/chromium/accessibility/post-notification-ActiveDescendantChanged-expected.txt:
- platform/chromium/accessibility/post-notification-CheckedStateChanged-expected.txt:
- platform/chromium/accessibility/post-notification-ChildrenChanged-expected.txt:
- platform/chromium/accessibility/post-notification-FocusedUIElementChanged-expected.txt:
- platform/chromium/accessibility/post-notification-FocusedUIElementChanged.html:
- platform/chromium/accessibility/post-notification-LayoutComplete-expected.txt:
- platform/chromium/accessibility/post-notification-LayoutComplete.html:
- platform/chromium/accessibility/post-notification-LiveRegionChanged-expected.txt:
- platform/chromium/accessibility/post-notification-LoadComplete-expected.txt:
- platform/chromium/accessibility/post-notification-LoadComplete.html:
- platform/chromium/accessibility/post-notification-MenuListValueChanged-expected.txt:
- platform/chromium/accessibility/post-notification-RowCollapsed-expected.txt:
- platform/chromium/accessibility/post-notification-RowCountChanged-expected.txt:
- platform/chromium/accessibility/post-notification-RowExpanded-expected.txt:
- platform/chromium/accessibility/post-notification-ScrolledToAnchor-expected.txt:
- platform/chromium/accessibility/post-notification-ScrolledToAnchor.html:
- platform/chromium/accessibility/post-notification-SelectedChildrenChanged-expected.txt:
- platform/chromium/accessibility/post-notification-SelectedTextChanged-expected.txt:
- platform/chromium/accessibility/post-notification-SelectedTextChanged.html:
- platform/chromium/accessibility/post-notification-ValueChanged-expected.txt:
- platform/chromium/accessibility/post-notification.js: (test):
2010-09-21 Chris Guillory <chris.guillory@google.com>
Reviewed by Chris Fleizach.
Send webkit accessibility notifications to Chromium.
https://bugs.webkit.org/show_bug.cgi?id=45156
- WebCore.gypi:
- accessibility/chromium/AXObjectCacheChromium.cpp: (WebCore::AXObjectCache::postPlatformNotification): (WebCore::AXObjectCache::handleFocusedUIElementChanged): (WebCore::AXObjectCache::handleScrolledToAnchor):
- dom/Document.cpp: (WebCore::Document::implicitClose): (WebCore::Document::setFocusedNode):
- editing/SelectionController.h:
- editing/chromium/SelectionControllerChromium.cpp: Added. (WebCore::SelectionController::notifyAccessibilityForSelectionChange):
- page/FrameView.cpp: (WebCore::FrameView::layout):
- page/chromium/ChromeClientChromium.h:
2010-09-21 Chris Guillory <chris.guillory@google.com>
Reviewed by Chris Fleizach.
Send webkit accessibility notifications to Chromium.
https://bugs.webkit.org/show_bug.cgi?id=45156
- public/WebAccessibilityCache.h:
- public/WebViewClient.h:
- src/ChromeClientImpl.cpp: (WebKit::ChromeClientImpl::focusedNodeChanged): (WebKit::ChromeClientImpl::getPopupMenuInfo):
- src/ChromeClientImpl.h:
- src/WebAccessibilityCache.cpp: (WebKit::WebAccessibilityCache::accessibilityEnabled):
- 1:21 PM Changeset in webkit [67981] by
-
- 5 edits2 copies2 moves in trunk/WebCore
2010-09-21 Alejandro G. Castro <alex@igalia.com>
Reviewed by Martin Robinson.
[gtk] Move copyContextProperties outside the GraphicsContextCairo
https://bugs.webkit.org/show_bug.cgi?id=46179.
Moved the copyContextProperties function to the CairoUtilities so
we can use it outside GraphicsContextCairo. We moved also the old
gtk CairoUtilities file to GdkCairoUtilities and added the new
file in the cairo directory.
- GNUmakefile.am:
- platform/graphics/cairo/CairoUtilities.cpp: Added. (WebCore::copyContextProperties):
- platform/graphics/cairo/CairoUtilities.h: Added.
- platform/graphics/cairo/GraphicsContextCairo.cpp:
- platform/graphics/gtk/CairoUtilities.cpp: Removed.
- platform/graphics/gtk/CairoUtilities.h: Removed.
- platform/graphics/gtk/GdkCairoUtilities.cpp: Added. (getCairoSurfacePixel): (getGdkPixbufPixel): (cairoImageSurfaceToGdkPixbuf):
- platform/graphics/gtk/GdkCairoUtilities.h: Added.
- platform/graphics/gtk/ImageBufferGtk.cpp:
- platform/graphics/gtk/ImageGtk.cpp:
- 1:20 PM Changeset in webkit [67980] by
-
- 2 edits in trunk/LayoutTests
Unreviewed chromium expectations update.
- platform/chromium/test_expectations.txt:
- 1:19 PM Changeset in webkit [67979] by
-
- 2 edits in trunk/WebKit2
WebKit2 should look for WebKit2WebProcess.exe next to WebKit.dll
https://bugs.webkit.org/show_bug.cgi?id=46209
<rdar://problem/8445639>
Reviewed by Adam Roben.
Find WebKit2WebProcess.exe by getting the full path to WebKit.dll, and then
removing the last path component and replacing it with WebKit2WebProcess.exe.
- UIProcess/Launcher/win/ProcessLauncherWin.cpp:
(WebKit::ProcessLauncher::launchProcess):
- 1:06 PM Changeset in webkit [67978] by
-
- 2 edits in trunk/WebKitTools
2010-09-21 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build fix.
Add missing import of 'tempfile'.
- Scripts/webkitpy/layout_tests/port/chromium.py:
- 12:48 PM Changeset in webkit [67977] by
-
- 2 edits in trunk/WebCore
2010-09-21 Vangelis Kokkevis <vangelis@chromium.org>
Reviewed by James Robinson.
[chromium] Cleaned up LayerRendererChromium::prepareToDrawLayers
logic to avoid unnecessary copy operations if the existing root layer
contents aren't useful for scrolling. Also removed call to updateLayersRecursive()
as the composited layer update is actually happening in the drawLayers() method.
https://bugs.webkit.org/show_bug.cgi?id=46199
- platform/graphics/chromium/LayerRendererChromium.cpp: (WebCore::LayerRendererChromium::prepareToDrawLayers):
- 12:47 PM Changeset in webkit [67976] by
-
- 1 edit2 adds in trunk/LayoutTests
2010-09-21 Adam Barth <abarth@webkit.org>
Reviewed by Alexey Proskuryakov.
stray param elements are dropped during parsing
https://bugs.webkit.org/show_bug.cgi?id=14551
This bug was fixed by the HTML5 parser. Add tests from bug.
- fast/parser/stray-param-expected.txt: Added.
- fast/parser/stray-param.html: Added.
- 12:37 PM Changeset in webkit [67975] by
-
- 1 edit8 adds in trunk/LayoutTests
2010-09-21 Adam Barth <abarth@webkit.org>
Reviewed by Alexey Proskuryakov.
[html-parsing] make entity handling match IE7 / HTML5
https://bugs.webkit.org/show_bug.cgi?id=14391
This patch adds more test coverage of entity parsing. We seem to have
a bug with AElig, but I'll fix that in a future patch.
- fast/tokenizer/entities-01.html: Added.
- fast/tokenizer/entities-02.html: Added.
- fast/tokenizer/entities-03.html: Added.
- fast/tokenizer/entities-04.html: Added.
- 12:11 PM Changeset in webkit [67974] by
-
- 21 edits1 move1 add51 deletes in trunk/WebKitTools
2010-09-17 Dirk Pranke <dpranke@chromium.org>
Reviewed by Ojan Vafai.
new-run-webkit-tests: pull the list of tests from the Port, and
make it possible to run with no actual test files in the filesystem.
This set of changes allows us to delete the special
webkitpy/layout_tests/data directory and test the generic code without
touching the filesystem (except to write results). This speeds up
test-webkitpy substantially.
This also cleans up and removes several code paths in the generic
code and fixes some minor bugs, notably in the test_expectations
parsing, which was previously fragile if the tests weren't present.
We also change the way we diff image results to be able to do so
in memory, without relying on files. This slows down chromium
test_shell, which always writes images to files, but should speed
up DRT and ImageDiff-based implementations slightly.
Note that pulling the list of tests to run from the Port will allow
ports to specify what tests to run as an inclusive list; previously
you could only do this as an exclusive list by using a
test_expectations file or Skipped files; nothing actually uses this
feature yet and it's unclear if it should be used.
Note that there are no functional changes -- apart from now
always printing out the location of the checksum file when we are
tracing test runs -- and the total number of lines of non-test code
actually drops by two.
There is some more cleanup that can be done in the Port/Driver
interface and in some handling of filenames, but I'll save that
for another change.
- Scripts/webkitpy/layout_tests/data/*: Removed.
- no longer need special mock layout_tests_directory in the repository.
- Scripts/webkitpy/layout_tests/layout_package/printing.py:
- add code to display missing text files, checksums when tracing
- update to not look at the filesystem directly.
- Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py:
- add more unit tests
- Scripts/webkitpy/layout_tests/layout_package/test_expectations.py:
- remove tests_are_present flag
- update with changes in Port interface - no longer access the filesystem directly, although we still use os.path for filename manipulation.
- Scripts/webkitpy/layout_tests/layout_package/test_expectations_unittest.py:
- add more unit tests
- Scripts/webkitpy/layout_tests/layout_package/test_files.py: Removed.
- renamed to port/test_files.py
- Scripts/webkitpy/layout_tests/port/base.py:
- change diff_image() to expect actual image data, not filenames
- add expected_checksum(), expected_image(), expected_text() to return the content of the files so that we don't need a filesystem
- add path_exists(), path_isdir() for filesystem-like access.
- add test_dirs() to keep clobber-test-results from needing to actually look at a real layout tests dir
- add tests() to return the list of tests to run on the port (calls port/test_files to do the work).
- add update_baseline() to be able to save new baselines
- add uri_to_test_name() from port/dryrun.py so we can easily check filename_to_uri()
- Scripts/webkitpy/layout_tests/port/base_unittest.py:
- add more unit tests
- Scripts/webkitpy/layout_tests/port/chromium.py:
- change diff_image() to accept image content, not filenames. This will be slower for test_shell/image_diff, but faster for DRT/ImageDiff.
- Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
- add more unit tests
- Scripts/webkitpy/layout_tests/port/dryrun.py:
- simplify greatly
- Scripts/webkitpy/layout_tests/port/port_testcase.py:
- add more unit tests
- Scripts/webkitpy/layout_tests/port/test.py:
- massive rewrite to use in-script list of tests and expectations
- Scripts/webkitpy/layout_tests/port/test_files.py:
- rename from layout_package/test_files.
- Scripts/webkitpy/layout_tests/port/test_files_unittest.py:
- add unit tests
- Scripts/webkitpy/layout_tests/port/webkit.py:
- update diff_image() to take image contents, not files. Should make things slightly faster.
- Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
- update with changes to diff_image()
- Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests_unittest.py:
- update with changes to diff_image()
- Scripts/webkitpy/layout_tests/run_webkit_tests.py:
- remove tests_are_present from test_expectations
- pull the list of tests from port.tests() instead of calling test_files.py directly.
- Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:
- update unit tests
- Scripts/webkitpy/layout_tests/test_types/image_diff.py:
- update with changes to
- Scripts/webkitpy/layout_tests/test_types/test_type_base.py:
- update with change in Port interface
- Scripts/webkitpy/layout_tests/test_types/text_diff.py:
- update with change in Port interface
- Scripts/webkitpy/style/checkers/test_expectations.py:
- remove the tests_are_present flag
- 11:50 AM Changeset in webkit [67973] by
-
- 40 edits in trunk/WebCore
2010-09-21 Daniel Cheng <dcheng@chromium.org>
Reviewed by Tony Chang.
Change Clipboard to use an enum instead of isForDragging = true/false
https://bugs.webkit.org/show_bug.cgi?id=46004
No new tests, since it's just a refactoring change.
- bindings/js/JSClipboardCustom.cpp: (WebCore::JSClipboard::setDragImage):
- bindings/v8/custom/V8ClipboardCustom.cpp: (WebCore::V8Clipboard::setDragImageCallback):
- dom/Clipboard.cpp: (WebCore::Clipboard::Clipboard): (WebCore::Clipboard::setDropEffect): (WebCore::Clipboard::setEffectAllowed):
- dom/Clipboard.h: (WebCore::Clipboard::isForCopyAndPaste): (WebCore::Clipboard::isForDragAndDrop):
- editing/android/EditorAndroid.cpp: (WebCore::Editor::newGeneralClipboard):
- editing/brew/EditorBrew.cpp: (WebCore::Editor::newGeneralClipboard):
- editing/chromium/EditorChromium.cpp: (WebCore::Editor::newGeneralClipboard):
- editing/haiku/EditorHaiku.cpp: (WebCore::Editor::newGeneralClipboard):
- editing/mac/EditorMac.mm: (WebCore::Editor::newGeneralClipboard):
- editing/wx/EditorWx.cpp: (WebCore::Editor::newGeneralClipboard):
- page/chromium/EventHandlerChromium.cpp: (WebCore::EventHandler::createDraggingClipboard):
- page/efl/EventHandlerEfl.cpp: (WebCore::EventHandler::createDraggingClipboard):
- page/gtk/EventHandlerGtk.cpp: (WebCore::EventHandler::createDraggingClipboard):
- page/haiku/EventHandlerHaiku.cpp: (WebCore::EventHandler::createDraggingClipboard):
- page/mac/EventHandlerMac.mm: (WebCore::EventHandler::createDraggingClipboard):
- page/qt/EventHandlerQt.cpp: (WebCore::EventHandler::createDraggingClipboard):
- page/win/EventHandlerWin.cpp: (WebCore::EventHandler::createDraggingClipboard):
- page/wx/EventHandlerWx.cpp: (WebCore::EventHandler::createDraggingClipboard):
- platform/android/ClipboardAndroid.cpp: (WebCore::ClipboardAndroid::ClipboardAndroid): (WebCore::ClipboardAndroid::clearData): (WebCore::ClipboardAndroid::clearAllData): (WebCore::ClipboardAndroid::setData):
- platform/android/ClipboardAndroid.h:
- platform/brew/ClipboardBrew.cpp: (WebCore::ClipboardBrew::ClipboardBrew): (WebCore::ClipboardBrew::clearData): (WebCore::ClipboardBrew::clearAllData): (WebCore::ClipboardBrew::setData):
- platform/brew/ClipboardBrew.h:
- platform/chromium/ClipboardChromium.cpp: (WebCore::Clipboard::create): (WebCore::ClipboardChromium::ClipboardChromium): (WebCore::ClipboardChromium::create): (WebCore::ClipboardChromium::getData):
- platform/chromium/ClipboardChromium.h:
- platform/efl/ClipboardEfl.cpp: (WebCore::Editor::newGeneralClipboard): (WebCore::ClipboardEfl::ClipboardEfl):
- platform/efl/ClipboardEfl.h: (WebCore::ClipboardEfl::create):
- platform/gtk/ClipboardGtk.cpp: (WebCore::Editor::newGeneralClipboard): (WebCore::Clipboard::create): (WebCore::ClipboardGtk::ClipboardGtk): (WebCore::dataObjectTypeFromHTMLClipboardType): (WebCore::ClipboardGtk::clearData): (WebCore::ClipboardGtk::getData): (WebCore::ClipboardGtk::setData):
- platform/gtk/ClipboardGtk.h: (WebCore::ClipboardGtk::create):
- platform/haiku/ClipboardHaiku.cpp: (WebCore::Clipboard::create): (WebCore::ClipboardHaiku::ClipboardHaiku):
- platform/haiku/ClipboardHaiku.h: (WebCore::ClipboardHaiku::create):
- platform/mac/ClipboardMac.h: (WebCore::ClipboardMac::create):
- platform/mac/ClipboardMac.mm: (WebCore::Clipboard::create): (WebCore::ClipboardMac::ClipboardMac):
- platform/qt/ClipboardQt.cpp: (WebCore::ClipboardQt::ClipboardQt): (WebCore::ClipboardQt::~ClipboardQt): (WebCore::ClipboardQt::clearData): (WebCore::ClipboardQt::clearAllData): (WebCore::ClipboardQt::setData): (WebCore::ClipboardQt::declareAndWriteDragImage): (WebCore::ClipboardQt::writeURL): (WebCore::ClipboardQt::writeRange): (WebCore::ClipboardQt::writePlainText):
- platform/qt/ClipboardQt.h: (WebCore::ClipboardQt::create):
- platform/win/ClipboardWin.cpp: (WebCore::Clipboard::create): (WebCore::ClipboardWin::ClipboardWin): (WebCore::ClipboardWin::clearData): (WebCore::ClipboardWin::clearAllData): (WebCore::ClipboardWin::setData): (WebCore::ClipboardWin::setExternalDataObject):
- platform/win/ClipboardWin.h: (WebCore::ClipboardWin::create):
- platform/win/EditorWin.cpp: (WebCore::Editor::newGeneralClipboard):
- platform/wx/ClipboardWx.cpp: (WebCore::ClipboardWx::ClipboardWx):
- platform/wx/ClipboardWx.h: (WebCore::ClipboardWx::create):
- 11:43 AM Changeset in webkit [67972] by
-
- 2 edits in trunk/JavaScriptCore
2010-09-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
<rdar://problem/8363003> REGRESSION: ~1.4% sunspider regression in
interpreter due to 54724 and 54596
Fixed a typo (using "UNLIKELY" instead of "LIKELY").
- wtf/PassRefPtr.h: (WTF::refIfNotNull): (WTF::derefIfNotNull): It is likely that m_ptr != 0 because most RefPtrs hold real data. Also, in cases where they do not hold real data, the compiler usually sees a call to release() right before the call to the destructor, so it can probably optimize out the test completely.
- 11:42 AM Changeset in webkit [67971] by
-
- 9 edits in trunk/WebKit2
Send window visibility and window frame change sizes to the plug-in
https://bugs.webkit.org/show_bug.cgi?id=46202
Reviewed by Adam Roben.
- Shared/CoreIPCSupport/WebPageMessageKinds.h:
- UIProcess/API/mac/WKView.mm:
(-[WKView _updateWindowVisibility]):
Call WebPageProxy::setWindowIsVisible.
(-[WKView addWindowObserversForWindow:]):
Add additional observers.
(-[WKView removeWindowObservers]):
Remove observers.
(-[WKView _updateWindowFrame]):
Call WebPageProxy::setWindowFrame.
(-[WKView viewDidMoveToWindow]):
Update the window visibility and the web frame.
(-[WKView _windowDidMiniaturize:]):
(-[WKView _windowDidDeminiaturize:]):
Update the window visibility.
(-[WKView _windowFrameDidChange:]):
Update the window frame.
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::setWindowIsVisible):
(WebKit::WebPageProxy::setWindowFrame):
Send messages along to the web process.
- WebProcess/Plugins/PluginView.cpp:
(WebKit::PluginView::PluginView):
Register the plug-in view.
(WebKit::PluginView::~PluginView):
Unregister the plug-in view.
(WebKit::PluginView::setWindowIsVisible):
(WebKit::PluginView::setWindowFrame):
Add empty stubs.
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::WebPage):
Initialize m_windowIsVisible.
(WebKit::WebPage::~WebPage):
Assert that all plug-in views have been removed.
(WebKit::WebPage::setWindowIsVisible):
Notify all plug-ins about the window visibility change.
(WebKit::WebPage::setWindowFrame):
Notify all plug-ins about the window frame change.
(WebKit::WebPage::didReceiveMessage):
Handle setWindowIsVisible and setWindowFrame.
- 11:39 AM Changeset in webkit [67970] by
-
- 2 edits in trunk/WebKitTools
Disable logging.
- MiniBrowser/mac/MiniBrowser_Prefix.pch:
- 11:32 AM Changeset in webkit [67969] by
-
- 2 edits in trunk/LayoutTests
2010-09-21 Adam Barth <abarth@webkit.org>
Reviewed by Alexey Proskuryakov.
Closing <li> should close nested <div>
https://bugs.webkit.org/show_bug.cgi?id=26170
This bug is fixed by the HTML5 parser. Adding test. (We have lots of
variations of this test, but I'm adding another one to make Alexey
happy.)
- html5lib/resources/webkit01.dat:
- 11:21 AM Changeset in webkit [67968] by
-
- 3 edits in trunk/WebKit2
- Configurations/WebKit2.xcconfig:
Add a note about keeping the path in MainMac.cpp in sync with the install path.
Reviewed by Mark Rowe.
- mac/MainMac.cpp:
(main):
Use the correct framework path.
- 11:16 AM Changeset in webkit [67967] by
-
- 3 edits2 adds in trunk
2010-09-21 Abhishek Arya <inferno@chromium.org>
Reviewed by Dave Hyatt.
Take isValueList() checks out of the asserts for memory safety.
https://bugs.webkit.org/show_bug.cgi?id=46194
Test: editing/execCommand/apply-style-text-decoration-crash.html
- editing/ApplyStyleCommand.cpp: (WebCore::StyleChange::extractTextStyles): (WebCore::ApplyStyleCommand::applyInlineStyleToPushDown):
2010-09-21 Abhishek Arya <inferno@chromium.org>
Reviewed by Dave Hyatt.
Tests that applying a text decoration style does not result in crash.
https://bugs.webkit.org/show_bug.cgi?id=46194
- editing/execCommand/apply-style-text-decoration-crash-expected.txt: Added.
- editing/execCommand/apply-style-text-decoration-crash.html: Added.
- 10:51 AM Changeset in webkit [67966] by
-
- 2 edits in trunk/WebCore
2010-09-21 Vangelis Kokkevis <vangelis@chromium.org>
Reviewed by Kenneth Russell.
[chromium] Fixing double translation of composited layers when scrolling.
The scrolling transform is now applied by a separate layer maintained in
the RenderLayerCompositor.
https://bugs.webkit.org/show_bug.cgi?id=46193
- platform/graphics/chromium/LayerRendererChromium.cpp: (WebCore::LayerRendererChromium::drawLayers):
- 10:50 AM Changeset in webkit [67965] by
-
- 1 edit1 add in trunk/WebKitTools
2010-09-21 Tony Chang <tony@chromium.org>
Reviewed by Kent Tamura.
add a script for running webkit_unit_tests
https://bugs.webkit.org/show_bug.cgi?id=46014
- Scripts/run-chromium-webkit-unit-tests: Added.
- 10:49 AM Changeset in webkit [67964] by
-
- 6 edits in trunk/WebCore
https://bugs.webkit.org/show_bug.cgi?id=46196, add marginStart/Before/End/After accessors to RenderBoxModelObject.
Reviewed by Dan Bernstein.
- rendering/RenderBox.cpp:
(WebCore::RenderBox::marginBefore):
(WebCore::RenderBox::marginAfter):
(WebCore::RenderBox::marginStart):
(WebCore::RenderBox::marginEnd):
- rendering/RenderBox.h:
- rendering/RenderBoxModelObject.h:
- rendering/RenderInline.cpp:
(WebCore::computeMargin):
(WebCore::RenderInline::marginLeft):
(WebCore::RenderInline::marginRight):
(WebCore::RenderInline::marginTop):
(WebCore::RenderInline::marginBottom):
(WebCore::RenderInline::marginStart):
(WebCore::RenderInline::marginEnd):
- rendering/RenderInline.h:
(WebCore::RenderInline::marginBefore):
(WebCore::RenderInline::marginAfter):
- 10:44 AM Changeset in webkit [67963] by
-
- 7 edits in trunk
2010-09-21 Fridrich Strba <fridrich.strba@bluewin.ch>
Reviewed by Martin Robinson.
Fix linking issues of the GTK+ port on Windows
https://bugs.webkit.org/show_bug.cgi?id=45844
- GNUmakefile.am: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
- configure.ac: link on Windows with ole32.dll, winmm.dll and shlwapi.dll and export correctly all needed symbols from the libwebkitgtk DLL.
2010-09-21 Fridrich Strba <fridrich.strba@bluewin.ch>
Reviewed by Martin Robinson.
Build issues with Windows versions of the GTK+ port
https://bugs.webkit.org/show_bug.cgi?id=45844
Link with winmm.dll when necessary and specify the executable extension
explicitely so that the Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@
rule actually works.
Don't try to build the ThreadSpecificWin.cpp since GTK+ port uses
a section in ThreadSpecific.cpp
- GNUmakefile.am:
2010-09-21 Fridrich Strba <fridrich.strba@bluewin.ch>
Reviewed by Martin Robinson.
Fix linking problems on Windows.
https://bugs.webkit.org/show_bug.cgi?id=45844
- GNUmakefile.am: link the executables with winmm.dll
- 10:05 AM Changeset in webkit [67962] by
-
- 2 edits2 adds in trunk/LayoutTests
2010-09-21 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
HTML parser double quote error recovery doesn't match Firefox 3.0.x
https://bugs.webkit.org/show_bug.cgi?id=23970
This bug is fixed by the HTML5 parser. Adding test.
- fast/tokenizer/unterminated-quote-in-noscript-expected.txt: Added.
- fast/tokenizer/unterminated-quote-in-noscript.html: Added.
- html5lib/resources/webkit02.dat:
- 9:48 AM Changeset in webkit [67961] by
-
- 34 edits in trunk/LayoutTests
2010-09-17 Tony Chang <tony@chromium.org>
Reviewed by Adam Barth.
[chromium] last 16 linux baselines due to scrollbar arrows
https://bugs.webkit.org/show_bug.cgi?id=46019
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.png:
- platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum:
- platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
- platform/chromium/test_expectations.txt:
- 9:34 AM Changeset in webkit [67960] by
-
- 4 edits in trunk/WebCore
https://bugs.webkit.org/show_bug.cgi?id=46190, add borderStart/Before/End/After accessors to RenderBoxModelObject.
Reviewed by Dan Bernstein.
- rendering/RenderBoxModelObject.h:
(WebCore::RenderBoxModelObject::borderBefore):
(WebCore::RenderBoxModelObject::borderAfter):
(WebCore::RenderBoxModelObject::borderStart):
(WebCore::RenderBoxModelObject::borderEnd):
(WebCore::RenderBoxModelObject::borderAndPaddingLogicalHeight):
(WebCore::RenderBoxModelObject::borderAndPaddingLogicalWidth):
- rendering/RenderTableCell.cpp:
(WebCore::RenderTableCell::borderStart):
(WebCore::RenderTableCell::borderEnd):
(WebCore::RenderTableCell::borderBefore):
(WebCore::RenderTableCell::borderAfter):
- rendering/RenderTableCell.h:
- 9:26 AM Changeset in webkit [67959] by
-
- 2 edits in trunk/WebKit2
Fix build.
- mac/MainMac.cpp:
(closeUnusedFileDescriptors):
Move this out into a separate function.
(main):
Don't use the soft linking macros, they were bringing in WTFReportAssertionFailure.
- 9:16 AM Changeset in webkit [67958] by
-
- 1 edit in trunk/WebCore/ChangeLog
Fixed a typo in the change log
- 9:02 AM Changeset in webkit [67957] by
-
- 4 edits in trunk
2010-09-21 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] 'make dist' should be fixed in preparation for the next release
https://bugs.webkit.org/show_bug.cgi?id=46129
- GNUmakefile.am: Update the sources list to include missing headers.
2010-09-21 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] 'make dist' should be fixed in preparation for the next release
https://bugs.webkit.org/show_bug.cgi?id=46129
- GNUmakefile.am: Update the sources list to include missing headers.
- 8:58 AM Changeset in webkit [67956] by
-
- 2 edits in trunk/WebCore
https://bugs.webkit.org/show_bug.cgi?id=46188, make the cross-platform setPrinting method match the Mac version of the method.
Specifically don't pass the page size down to subframes of the one you're printing.
Reviewed by John Sullivan.
- page/Frame.cpp:
(WebCore::Frame::setPrinting):
- 8:53 AM Changeset in webkit [67955] by
-
- 2 edits in trunk
2010-09-21 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
[GTK] Generate correct WebKit gir file with g-i 0.9.5
https://bugs.webkit.org/show_bug.cgi?id=46173
Generate a correct gir file for WebKit with the
gobject-introspection 0.9.5 scanner.
- GNUmakefile.am:
- 8:39 AM Changeset in webkit [67954] by
-
- 4 edits in trunk/WebKit2
Zombie WebProcesses are left around
https://bugs.webkit.org/show_bug.cgi?id=46148
<rdar://problem/8455898>
Reviewed by Dan Bernstein.
- UIProcess/Launcher/mac/ProcessLauncherMac.mm:
(WebKit::setupTerminationNotificationHandler):
Register a dispatch handler that calls waitpid when the child process exits. This prevents zombies from
staying around after the child process has quit.
(WebKit::ProcessLauncher::launchProcess):
Pass POSIX_SPAWN_START_SUSPENDED to posix_spawn to avoid race conditions when setting up the termination
notification handler. When the handler is set up we send the SIGCONT signal to the child process.
- mac/MainMac.cpp:
(main):
Loop through all file descriptors except for stdin, stdout and stderr and close them.
- WebKit2.xcodeproj/project.pbxproj:
Soft-link the Web process with WebKit2. We do this so we can ensure that we won't accidentally close any
file descriptors opened by initialization code that would have been called before main().
- 7:35 AM Changeset in webkit [67953] by
-
- 3 edits in trunk/WebCore
2010-09-21 Patrick Gansterer <Patrick Gansterer>
Reviewed by Adam Roben.
Use WTF::Vector for storing formData in ResourceHandleWin.
https://bugs.webkit.org/show_bug.cgi?id=46180
- platform/network/ResourceHandleInternal.h: (WebCore::ResourceHandleInternal::ResourceHandleInternal):
- platform/network/win/ResourceHandleWin.cpp: (WebCore::ResourceHandle::onHandleCreated): (WebCore::ResourceHandle::onRequestComplete):
- 7:34 AM Changeset in webkit [67952] by
-
- 2 edits1 move in trunk/LayoutTests
2010-09-21 Satish Sampath <satish@chromium.org>
Unreviewed, rename a test baseline to the correct name and update a test's expectation for chromium linux.
- platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-actual.txt.
- platform/chromium/test_expectations.txt:
- 7:30 AM Changeset in webkit [67951] by
-
- 2 edits in trunk/WebCore
2010-09-21 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
Reviewed by Andreas Kling.
[Qt] Check if the reply has been deleted before finishing a network request
https://bugs.webkit.org/show_bug.cgi?id=46174
A crash can happen with the following sequence:
- QNetworkReplyHandler::abort() emits reply->deleteLater()
- QNAM emits QNetworkReply::finished() -> calls QNetworkReplyHandler::finish()
- event loop would call reply->deleteLater() However a crash occurs since m_reply == 0 on step 2.
- platform/network/qt/QNetworkReplyHandler.cpp: (WebCore::QNetworkReplyHandler::finish):
- 7:19 AM Changeset in webkit [67950] by
-
- 2 edits in trunk/WebCore
2010-09-21 Jochen Eisinger <jochen@chromium.org>
Reviewed by Jeremy Orlow.
Use @ to concatenate the database name and the database identifier when building
the filename to use for indexed databases. That character is valid for filenames
but cannot occur in a database identifier derived from a security origin.
https://bugs.webkit.org/show_bug.cgi?id=46178
- storage/IDBFactoryBackendImpl.cpp: (WebCore::IDBFactoryBackendImpl::databaseFileName):
- 7:03 AM Changeset in webkit [67949] by
-
- 15 edits in trunk
2010-09-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
DeviceOrientationClient and DeviceMotionClient should have controllerDestroyed() methods
https://bugs.webkit.org/show_bug.cgi?id=45891
Tested by existing DeviceOrientation tests.
- dom/DeviceMotionClient.h:
- dom/DeviceMotionController.cpp: (WebCore::DeviceMotionController::~DeviceMotionController):
- dom/DeviceMotionController.h:
- dom/DeviceOrientationClient.h:
- dom/DeviceOrientationController.cpp: (WebCore::DeviceOrientationController::~DeviceOrientationController):
- dom/DeviceOrientationController.h:
- loader/EmptyClients.h: (WebCore::EmptyDeviceMotionClient::deviceOrientationControllerDestroyed): (WebCore::EmptyDeviceOrientationClient::deviceOrientationControllerDestroyed):
- platform/mock/DeviceOrientationClientMock.h: (WebCore::DeviceOrientationClientMock::deviceOrientationControllerDestroyed):
2010-09-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
DeviceOrientationClient and DeviceMotionClient should have controllerDestroyed() methods
https://bugs.webkit.org/show_bug.cgi?id=45891
Implements DeviceOrientationClientProxy::deviceOrientationControllerDestroyed() as a no-op,
as the client's lifetime is determined by the WebViewImpl.
- src/DeviceOrientationClientProxy.cpp: (WebKit::DeviceOrientationClientProxy::deviceOrientationControllerDestroyed):
- src/DeviceOrientationClientProxy.h:
2010-09-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
DeviceOrientationClient and DeviceMotionClient should have controllerDestroyed() methods
https://bugs.webkit.org/show_bug.cgi?id=45891
Implements WebDeviceOrientationClient::deviceOrientationControllerDestroyed to delete the client.
- WebCoreSupport/WebDeviceOrientationClient.h:
- WebCoreSupport/WebDeviceOrientationClient.mm: (WebDeviceOrientationClient::deviceOrientationControllerDestroyed):
- 6:47 AM Changeset in webkit [67948] by
-
- 9 edits in trunk/WebKit/wince
2010-09-21 Patrick Gansterer <Patrick Gansterer>
Reviewed by Adam Roben.
Add "WinCE" to classname for all WebCoreSupport classes to match filename.
https://bugs.webkit.org/show_bug.cgi?id=46175
- WebCoreSupport/ContextMenuClientWinCE.cpp: Rename ContextMenuClient to ContextMenuClientWinCE.
- WebCoreSupport/ContextMenuClientWinCE.h: Ditto.
- WebCoreSupport/DragClientWinCE.cpp: Rename DragClient to DragClientWinCE.
- WebCoreSupport/DragClientWinCE.h: Ditto.
- WebCoreSupport/EditorClientWinCE.cpp: Rename EditorClient to EditorClientWinCE.
- WebCoreSupport/EditorClientWinCE.h: Ditto.
- WebCoreSupport/InspectorClientWinCE.cpp: Rename InspectorClient to InspectorClientWinCE.
- WebCoreSupport/InspectorClientWinCE.h: Ditto.
- 6:32 AM Changeset in webkit [67947] by
-
- 3 edits in trunk/WebKitTools
2010-09-21 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
feeder-queue svn updates more often than needed
https://bugs.webkit.org/show_bug.cgi?id=46171
We don't need to poll SVN every time we feed the feeders. Rather, we
can count on the wrapper shell script to auto-update the queue.
- Scripts/webkitpy/tool/commands/queues.py:
- Scripts/webkitpy/tool/commands/queues_unittest.py:
- 6:10 AM Changeset in webkit [67946] by
-
- 4 edits in trunk
2010-09-21 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
Update for 1.3.4 release.
- configure.ac:
WebKit/gtk:
2010-09-21 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
Update for 1.3.4 release.
- NEWS:
- 6:05 AM Changeset in webkit [67945] by
-
- 4 edits1 copy1 add in trunk/WebKit2
2010-09-21 Andras Becsi <abecsi@inf.u-szeged.hu>
Reviewed by Csaba Osztrogonác.
[Qt] QtWebProcess should clean up shared memory map files on close
https://bugs.webkit.org/show_bug.cgi?id=45984
Relocate MappedMemory struct code to it's own header and implement
a singleton pool class (MappedMemoryPool) which tracks shared memory
to be able to clean up map files from disk if RunLoop stops.
- Shared/qt/MappedMemory.h: Added. (WebKit::MappedMemory::markUsed): (WebKit::MappedMemory::markFree): (WebKit::MappedMemory::isFree):
- Shared/qt/MappedMemoryPool.cpp: Added. (WebKit::MappedMemoryPool::MappedMemoryPool): (WebKit::MappedMemoryPool::instance): (WebKit::MappedMemoryPool::size): (WebKit::MappedMemoryPool::at): (WebKit::MappedMemoryPool::append): (WebKit::MappedMemoryPool::cleanUp):
- Shared/qt/UpdateChunk.cpp: (WebKit::mapMemory): (WebKit::mapFile):
- Shared/qt/UpdateChunk.h:
- WebKit2.pro:
- 5:31 AM Changeset in webkit [67944] by
-
- 2 edits1 add in trunk/LayoutTests
2010-09-21 Satish Sampath <satish@chromium.org>
Unreviewed, disable a test in chromium per the original author and added missing expectations for another.
- platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-actual.txt: Added.
- platform/chromium/test_expectations.txt:
- 4:59 AM Changeset in webkit [67943] by
-
- 3 edits in trunk/JavaScriptCore
2010-09-21 Dave Tapuska <dtapuska@rim.com>
Reviewed by Csaba Osztrogonác.
r65596 caused ENABLE_PROFILER_REFERENCE_OFFSET to not be
8 byte aligned. A non 8 byte divisible value for this will
cause the sp to become non 8 byte aligned.
Verify and correct offset values that r65596 effected that
weren't updated.
- jit/JITStubs.cpp:
- jit/JITStubs.h:
- 4:25 AM Changeset in webkit [67942] by
-
- 4 edits in trunk/WebKitTools
[Qt] Add robot loader timeout and extra time options.
https://bugs.webkit.org/show_bug.cgi?id=46172
Reviewed by Andreas Kling.
[-robot-timeout <s>]: Load the next page after s seconds if the current
page didn't finish loading.
[-robot-extra-time <s>]: Wait s seconds after the current page finished
loading before loading the next one. This should allow some time for the
page's JavaScript to execute.
- QtTestBrowser/launcherwindow.cpp:
(LauncherWindow::applyPrefs):
- QtTestBrowser/main.cpp:
(LauncherApplication::robotTimeout):
(LauncherApplication::robotExtraTime):
(LauncherApplication::LauncherApplication):
(LauncherApplication::handleUserOptions):
(main):
- QtTestBrowser/urlloader.cpp:
(UrlLoader::UrlLoader):
(UrlLoader::loadNext):
(UrlLoader::loadUrlList):
- QtTestBrowser/urlloader.h:
- 4:15 AM Changeset in webkit [67941] by
-
- 6 edits1 add in trunk
2010-09-21 Jochen Eisinger <jochen@chromium.org>
Reviewed by Jeremy Orlow.
Factor out the file name used for a given indexed database to a static method.
https://bugs.webkit.org/show_bug.cgi?id=46090
- storage/IDBFactoryBackendImpl.cpp: (WebCore::openSQLiteDatabase): (WebCore::IDBFactoryBackendImpl::databaseFileName):
- storage/IDBFactoryBackendImpl.h:
2010-09-21 Jochen Eisinger <jochen@chromium.org>
Reviewed by Jeremy Orlow.
[chromium] expose the filename used for a given indexed DB
https://bugs.webkit.org/show_bug.cgi?id=46090
- WebKit.gyp:
- public/WebIDBFactory.h:
- src/WebIDBFactory.cpp: (WebKit::WebIDBFactory::databaseFileName):
- 3:55 AM Changeset in webkit [67940] by
-
- 2 edits in trunk
2010-09-21 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
[GTK] Configure flag for Opcode stats
https://bugs.webkit.org/show_bug.cgi?id=46081
Opcode stats won't work with JIT enabled, so bail out if both are
enabled at the same time.
- configure.ac:
- 3:55 AM Changeset in webkit [67939] by
-
- 2 edits in trunk/JavaScriptCore
2010-09-21 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
Fix Opcode stats compilation
https://bugs.webkit.org/show_bug.cgi?id=46079
The FixedArray API had changed, and <stdio.h> was not included for
printf.
- bytecode/Opcode.cpp: (JSC::OpcodeStats::~OpcodeStats):
- 3:55 AM Changeset in webkit [67938] by
-
- 2 edits in trunk
2010-09-21 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
[GTK] Fix --disable-jit
https://bugs.webkit.org/show_bug.cgi?id=46080
Manually define ENABLE_JIT to 0 when we want the feature disabled.
If the value is undefined Platform.h will enable it again
automatically in some platforms, which is probably not what the
user wanted if he passed --disable-jit.
- configure.ac:
- 3:27 AM Changeset in webkit [67937] by
-
- 1 edit3 moves in trunk/LayoutTests
2010-09-21 Satish Sampath <satish@chromium.org>
Unreviewed, move an xp-specific results to win-xp
- platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Renamed from LayoutTests/platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.checksum.
- platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Renamed from LayoutTests/platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png.
- platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Renamed from LayoutTests/platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt.
- 3:21 AM Changeset in webkit [67936] by
-
- 9 edits in trunk/LayoutTests
2010-09-21 Andy Estes <aestes@apple.com>
Reviewed by Adam Barth.
Test that parser quirks apply when processing both start and end tags.
https://bugs.webkit.org/show_bug.cgi?id=40961
- fast/parser/pre-html5-parser-quirks-expected.txt:
- fast/parser/resources/pre-html5-parser-quirk-after-attribute-name-state.html:
- fast/parser/resources/pre-html5-parser-quirk-after-attribute-value-quoted-state.html:
- fast/parser/resources/pre-html5-parser-quirk-after-attribute-value-unquoted-state.html:
- fast/parser/resources/pre-html5-parser-quirk-attribute-name-state.html:
- fast/parser/resources/pre-html5-parser-quirk-before-attribute-name-state.html:
- fast/parser/resources/pre-html5-parser-quirk-document-fragment.html:
- fast/parser/resources/pre-html5-parser-quirk-tag-name-state.html:
- 3:09 AM Changeset in webkit [67935] by
-
- 2 edits in trunk/LayoutTests
2010-09-21 Pavel Podivilov <podivilov@chromium.org>
Unreviewed.
[Chromium] remove test expectations for tests regressed in r67178:r67358 (fixed in r67659)
- platform/chromium/test_expectations.txt:
- 2:24 AM Changeset in webkit [67934] by
-
- 2 edits in trunk/WebKitTools
2010-09-21 Pavel Podivilov <podivilov@chromium.org>
Unreviewed.
Adding myself to the committers list.
- Scripts/webkitpy/common/config/committers.py:
- 2:21 AM Changeset in webkit [67933] by
-
- 2 edits in trunk/WebCore
2010-09-21 Dirk Schulze <krit@webkit.org>
SVG Filter cleanup
https://bugs.webkit.org/show_bug.cgi?id=45612
Unreviewed change of episolon back to a more tolerant value in RenderTreeAsText and made it a static const.
This should turn the bots green again.
- rendering/RenderTreeAsText.cpp: (WebCore::hasFractions):
- 2:02 AM CommitterTips edited by
- (diff)
- 1:29 AM Changeset in webkit [67932] by
-
- 2 edits in trunk/LayoutTests
2010-09-21 Alejandro G. Castro <alex@igalia.com>
Unreviewed, skipped crashing test:
media/video-controls-with-mutation-event-handler.html. Added the
bug: https://bugs.webkit.org/show_bug.cgi?id=46169
- platform/gtk/Skipped:
- 1:02 AM Changeset in webkit [67931] by
-
- 3 edits in trunk/BugsSite
2010-09-21 Adam Barth <abarth@webkit.org>
Unreviewed.
[reviewtool] Publish button doesn't work
https://bugs.webkit.org/show_bug.cgi?id=46168
Darin's recent patch had a runtime error. Sadly, we don't have any
testing for this code.
- code-review.js:
- 12:45 AM Changeset in webkit [67930] by
-
- 5 edits in trunk/WebCore
https://bugs.webkit.org/show_bug.cgi?id=46125, convert table cell intrinsic padding from top/bottom-based
to before/after-based. A vertical text table can have intrinsic padding built into the left/right
direction (and this allows the base class logical padding methods on RenderBoxModelObject to be safe to use).
Reviewed by Dan Bernstein.
- rendering/RenderTableCell.cpp:
(WebCore::RenderTableCell::RenderTableCell):
(WebCore::RenderTableCell::paddingTop):
(WebCore::RenderTableCell::paddingBottom):
(WebCore::RenderTableCell::paddingLeft):
(WebCore::RenderTableCell::paddingRight):
(WebCore::RenderTableCell::paddingBefore):
(WebCore::RenderTableCell::paddingAfter):
- rendering/RenderTableCell.h:
(WebCore::RenderTableCell::setIntrinsicPaddingBefore):
(WebCore::RenderTableCell::setIntrinsicPaddingAfter):
(WebCore::RenderTableCell::setIntrinsicPadding):
(WebCore::RenderTableCell::intrinsicPaddingBefore):
(WebCore::RenderTableCell::intrinsicPaddingAfter):
- rendering/RenderTableSection.cpp:
(WebCore::RenderTableSection::calcRowHeight):
(WebCore::RenderTableSection::layoutRows):
- rendering/RenderTreeAsText.cpp:
(WebCore::RenderTreeAsText::writeRenderObject):
(WebCore::writeTextRun):
- 12:36 AM Changeset in webkit [67929] by
-
- 48 edits in trunk/WebCore
2010-09-21 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVG Filter cleanup
https://bugs.webkit.org/show_bug.cgi?id=45612
Second cleanup patch. Modified files to follow webkit style. Removed dependencies
to SVG of most of the filter effects and prepared them to move from WebCore/svg/graphics/filters
to WebCore/platform/graphics/filters/.
Renamed calculateDrawingIntRect and calculateDrawingRect to requestedRegionOfInputImageData and
drawingRegionOfInputImage to clarify the functionality and make both functions distinguishable.
- platform/graphics/filters/FEBlend.cpp: (WebCore::FEBlend::apply):
- platform/graphics/filters/FEBlend.h:
- platform/graphics/filters/FEColorMatrix.cpp: (WebCore::FEColorMatrix::apply):
- platform/graphics/filters/FEColorMatrix.h:
- platform/graphics/filters/FEComponentTransfer.cpp: (WebCore::FEComponentTransfer::apply):
- platform/graphics/filters/FEComponentTransfer.h: (WebCore::ComponentTransferFunction::ComponentTransferFunction):
- platform/graphics/filters/FEComposite.cpp: (WebCore::FEComposite::apply):
- platform/graphics/filters/FEComposite.h:
- platform/graphics/filters/FEGaussianBlur.cpp: (WebCore::FEGaussianBlur::apply):
- platform/graphics/filters/FEGaussianBlur.h:
- platform/graphics/filters/Filter.h:
- platform/graphics/filters/FilterEffect.cpp: (WebCore::FilterEffect::requestedRegionOfInputImageData): (WebCore::FilterEffect::drawingRegionOfInputImage): (WebCore::FilterEffect::effectContext):
- platform/graphics/filters/FilterEffect.h:
- platform/graphics/filters/ImageBufferFilter.cpp:
- platform/graphics/filters/ImageBufferFilter.h:
- platform/graphics/filters/SourceAlpha.cpp: (WebCore::SourceAlpha::apply):
- platform/graphics/filters/SourceAlpha.h: (WebCore::SourceAlpha::isSourceInput): (WebCore::SourceAlpha::SourceAlpha):
- platform/graphics/filters/SourceGraphic.cpp: (WebCore::SourceGraphic::apply):
- platform/graphics/filters/SourceGraphic.h: (WebCore::SourceGraphic::isSourceInput): (WebCore::SourceGraphic::SourceGraphic):
- rendering/RenderTreeAsText.cpp: (WebCore::hasFractions): (WebCore::operator<<):
- rendering/RenderTreeAsText.h: (WebCore::operator<<):
- rendering/SVGRenderTreeAsText.cpp:
- rendering/SVGRenderTreeAsText.h:
- svg/graphics/filters/SVGFEConvolveMatrix.cpp: (WebCore::FEConvolveMatrix::apply):
- svg/graphics/filters/SVGFEConvolveMatrix.h:
- svg/graphics/filters/SVGFEDiffuseLighting.cpp:
- svg/graphics/filters/SVGFEDiffuseLighting.h:
- svg/graphics/filters/SVGFEDisplacementMap.cpp: (WebCore::FEDisplacementMap::apply):
- svg/graphics/filters/SVGFEDisplacementMap.h:
- svg/graphics/filters/SVGFEFlood.cpp: (WebCore::FEFlood::apply): (WebCore::FEFlood::externalRepresentation):
- svg/graphics/filters/SVGFEFlood.h:
- svg/graphics/filters/SVGFEImage.cpp: (WebCore::FEImage::apply):
- svg/graphics/filters/SVGFEImage.h:
- svg/graphics/filters/SVGFELighting.cpp: (WebCore::FELighting::apply):
- svg/graphics/filters/SVGFELighting.h:
- svg/graphics/filters/SVGFEMerge.cpp: (WebCore::FEMerge::apply):
- svg/graphics/filters/SVGFEMerge.h:
- svg/graphics/filters/SVGFEMorphology.cpp: (WebCore::FEMorphology::apply):
- svg/graphics/filters/SVGFEMorphology.h:
- svg/graphics/filters/SVGFEOffset.cpp: (WebCore::FEOffset::apply):
- svg/graphics/filters/SVGFEOffset.h:
- svg/graphics/filters/SVGFESpecularLighting.cpp:
- svg/graphics/filters/SVGFESpecularLighting.h:
- svg/graphics/filters/SVGFETile.cpp: (WebCore::FETile::apply):
- svg/graphics/filters/SVGFETile.h:
- svg/graphics/filters/SVGFETurbulence.cpp: (WebCore::FETurbulence::apply):
- svg/graphics/filters/SVGFETurbulence.h: