Timeline
May 1, 2012:
- 11:07 PM Changeset in webkit [115798] by
-
- 14 edits1 move7 adds1 delete in trunk/LayoutTests
Clean up media canPlayType() tests and add a test for WebM.
https://bugs.webkit.org/show_bug.cgi?id=85116
Reviewed by Eric Carlson.
- media/media-can-play-flac-audio-expected.txt:
- media/media-can-play-flac-audio.html:
- media/media-can-play-mpeg-audio-expected.txt:
- media/media-can-play-mpeg-audio.html:
- media/media-can-play-mpeg4-video.html:
- media/media-can-play-octet-stream-expected.txt:
- media/media-can-play-octet-stream.html:
- media/media-can-play-ogg-expected.txt:
- media/media-can-play-ogg.html:
- media/media-can-play-type-expected.txt: Renamed from LayoutTests/media/video-can-play-type-expected.txt.
- media/media-can-play-type.html: Added.
- media/media-can-play-wav-audio-expected.txt:
- media/media-can-play-wav-audio.html:
- media/media-can-play-webm-expected.txt: Added.
- media/media-can-play-webm.html: Added.
- media/video-can-play-type.html: Removed.
- 11:07 PM Changeset in webkit [115797] by
-
- 15 edits in trunk/Source/WebCore
[V8] Add an Isolate parameter to setJSWrapperForXXX()
https://bugs.webkit.org/show_bug.cgi?id=85329
Reviewed by Adam Barth.
The objective is to pass Isolate around in V8 bindings.
This patch adds an Isolate parameter to setJSWrapperForXXX()
and passes Isolate to setJSWrapperForXXX() in CodeGeneratorV8.pm.
I'll pass Isolate to setJSWrapperForXXX() in custom bindings
in a follow-up patch.
No tests. No change in behavior.
- bindings/scripts/CodeGeneratorV8.pm: Modified as described above.
(GenerateConstructorCallback):
(GenerateEventConstructorCallback):
(GenerateNamedConstructorCallback):
(GenerateToV8Converters):
- bindings/v8/V8DOMWrapper.cpp:
(WebCore::V8DOMWrapper::setJSWrapperForDOMNode):
(WebCore::V8DOMWrapper::setJSWrapperForActiveDOMNode):
- bindings/v8/V8DOMWrapper.h:
(V8DOMWrapper):
(WebCore::V8DOMWrapper::setJSWrapperForDOMObject):
(WebCore::V8DOMWrapper::setJSWrapperForActiveDOMObject):
- bindings/scripts/test/V8/V8Float64Array.cpp: Updated run-bindings-tests results.
(WebCore::V8Float64Array::wrapSlow):
- bindings/scripts/test/V8/V8TestActiveDOMObject.cpp:
(WebCore::V8TestActiveDOMObject::wrapSlow):
- bindings/scripts/test/V8/V8TestCustomNamedGetter.cpp:
(WebCore::V8TestCustomNamedGetter::wrapSlow):
- bindings/scripts/test/V8/V8TestEventConstructor.cpp:
(WebCore::V8TestEventConstructor::constructorCallback):
(WebCore::V8TestEventConstructor::wrapSlow):
- bindings/scripts/test/V8/V8TestEventTarget.cpp:
(WebCore::V8TestEventTarget::wrapSlow):
- bindings/scripts/test/V8/V8TestInterface.cpp:
(WebCore::V8TestInterface::constructorCallback):
(WebCore::V8TestInterface::wrapSlow):
- bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp:
(WebCore::V8TestMediaQueryListListener::wrapSlow):
- bindings/scripts/test/V8/V8TestNamedConstructor.cpp:
(WebCore::V8TestNamedConstructorConstructorCallback):
(WebCore::V8TestNamedConstructor::wrapSlow):
- bindings/scripts/test/V8/V8TestNode.cpp:
(WebCore::V8TestNode::constructorCallback):
(WebCore::V8TestNode::wrapSlow):
- bindings/scripts/test/V8/V8TestObj.cpp:
(WebCore::V8TestObj::constructorCallback):
(WebCore::V8TestObj::wrapSlow):
- bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp:
(WebCore::V8TestSerializedScriptValueInterface::constructorCallback):
(WebCore::V8TestSerializedScriptValueInterface::wrapSlow):
- 10:54 PM Changeset in webkit [115796] by
-
- 13 edits in trunk
Add <iframe seamless> navigation code (and pass all the navigation tests)
https://bugs.webkit.org/show_bug.cgi?id=85340
Reviewed by Adam Barth.
Source/WebCore:
This code was primarily written by Adam Barth and then submitted to my
GitHub branch via a pull request:
https://github.com/eseidel/webkit/compare/master...seamless
https://github.com/eseidel/webkit/pull/2
https://github.com/eseidel/webkit/pull/3
I rewrote parts of it to use Docment::shouldDisplaySeamlesslyWithParent.
Other parts of the original change have already been committed to WebKit by Adam
as part of prep-work for making the loader seamless-ready.
- loader/FrameLoader.cpp:
(WebCore::FrameLoader::findFrameForNavigation):
LayoutTests:
Update results now that we pass all the navigation tests.
- fast/frames/seamless/seamless-form-get-expected.txt:
- fast/frames/seamless/seamless-form-get-named-expected.txt:
- fast/frames/seamless/seamless-form-post-expected.txt:
- fast/frames/seamless/seamless-form-post-named-expected.txt:
- fast/frames/seamless/seamless-hyperlink-expected.txt:
- fast/frames/seamless/seamless-hyperlink-named-expected.txt:
- fast/frames/seamless/seamless-window-location-expected.txt:
- fast/frames/seamless/seamless-window-location-href-expected.txt:
- fast/frames/seamless/seamless-window-location-sandbox-expected.txt:
- fast/frames/seamless/seamless-window-open-expected.txt:
- 10:12 PM Changeset in webkit [115795] by
-
- 1 edit1 copy1 delete in trunk/LayoutTests
[Chromium] Move date-input-visible-strings-expected.txt to the correct place.
- platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/forms/date/date-input-visible-strings-expected.txt.
- 9:57 PM Changeset in webkit [115794] by
-
- 1 edit2 adds in trunk/LayoutTests
Unnecessary <form> tags created inside of an <iframe> with designMode on
https://bugs.webkit.org/show_bug.cgi?id=13126
Reviewed by Eric Seidel.
Add a regression test since this bug doesn't reproduce anymore but it's still good to test it.
- editing/inserting/insert-paragraph-inside-form-expected.txt: Added.
- editing/inserting/insert-paragraph-inside-form.html: Added.
- 9:44 PM Changeset in webkit [115793] by
-
- 1 edit in branches/subpixellayout/Source/WebCore/page/EventHandler.cpp
Remove extra round call in EventHandler on branch.
- 9:28 PM Changeset in webkit [115792] by
-
- 2 edits in trunk/Source/WebCore
Fullscreen pop-up logic restored to using processingUserGesture.
https://bugs.webkit.org/show_bug.cgi?id=85105
WebKit was recently updated to the new Fullscreen API:
http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#api
http://trac.webkit.org/changeset/111028
This change reverts back to using processingUserGesture() instead
of DOMWindow::allowPopUp(). This fixes incorrect behavior in
at least the Chromium port and is consistent with the cited
definition of "allowed to show a pop-up":
An algorithm is allowed to show a pop-up if, in the task in which the algorithm is running, either:
- an activation behavior is currently being processed whose click event was trusted, or
- the event listener for a trusted click event is being handled.
Reviewed by Dimitri Glazkov.
No new tests.
- dom/Document.cpp:
(WebCore::Document::requestFullScreenForElement):
- 9:22 PM Changeset in webkit [115791] by
-
- 540 edits82 copies3 deletes in branches/subpixellayout
Merge trunk changes up until 115787 into subpixel branch.
- 9:16 PM Changeset in webkit [115790] by
-
- 3 edits in trunk/LayoutTests
2012-05-01 Xiaomei Ji <xji@chromium.org>
Skip editing/selection/move-by-word-visually-mac.html (introduced in r115788) in qt and wk2.
- platform/qt/Skipped:
- platform/wk2/Skipped:
- 9:01 PM Changeset in webkit [115789] by
-
- 3 edits in trunk/Tools
webkitpy: Remove unused platform imports.
https://bugs.webkit.org/show_bug.cgi?id=85341
Reviewed by Eric Seidel.
Remove a few uses of `import platform' which were either rendered
unneeded after r105931 or were never needed at all.
- Scripts/webkitpy/common/system/executive.py:
- Scripts/webkitpy/tool/bot/flakytestreporter.py:
- 8:41 PM Changeset in webkit [115788] by
-
- 6 edits2 adds2 deletes in trunk
Source/WebCore: enable ctrl-arrow move by word visually in non-Windows platforms.
https://bugs.webkit.org/show_bug.cgi?id=85017
Reviewed by Ryosuke Niwa.
Enable ctrl-arrow moves caret by word in visual order in non-Windows platforms that use ICU word
break iterator (it is not enabled for WinCE and Qt where ICU is not used). For those platforms, ctrl-arrow
moves caret to word break position before spaces. For example, given a logical text "abc def hij", the word
break positions using ctrl-left-arrow from rightmost position are "|abc |def |hij".
The word break positions using ctrl-right-arrow from leftmost position are "abc| def| hij|".
Test: editing/selection/move-by-word-visually-mac.html
- editing/EditingBehavior.h:
(EditingBehavior):
(WebCore::EditingBehavior::shouldEatSpaceToNextWord): To control different word break positions
(regards to space) for different platforms.
- editing/FrameSelection.cpp:
(WebCore::FrameSelection::modifyMovingRight): Enable visual word movement for all platforms that use ICU.
(WebCore::FrameSelection::modifyMovingLeft):
- editing/visible_units.cpp:
(WebCore::visualWordPosition): Determine the right word break position (regards to space) based on EditingBehavior.
(WebCore::leftWordPosition):
(WebCore::rightWordPosition):
- editing/visible_units.h:
LayoutTests: enable ctrl-arrow move by word visually in other platforms (besides Windows)
https://bugs.webkit.org/show_bug.cgi?id=85017
Reviewed by Ryosuke Niwa.
Since DOMSelection.modify('move', 'left'/'right', 'word') moves caret by word in visual order (instead of
logical order) now, there are several changes to the test file:
- file name renamed from move-left-right-by-word-mac.html to move-by-word-visually-mac.html.
- test expectations change from moving caret by word in logical order to moving caret by word in visual order.
- since test expectations are inside test file itself, test file itself changes accordingly.
- editing/selection/move-by-word-visually-mac-expected.txt: Copied from LayoutTests/editing/selection/move-left-right-by-word-mac-expected.txt.
- editing/selection/move-by-word-visually-mac.html: Copied from LayoutTests/editing/selection/move-left-right-by-word-mac.html.
- editing/selection/move-left-right-by-word-mac-expected.txt: Removed.
- editing/selection/move-left-right-by-word-mac.html: Removed.
- 8:38 PM Changeset in webkit [115787] by
-
- 12 edits4 adds in trunk
Modify RealtimeAnalyserNode pull mechanism
https://bugs.webkit.org/show_bug.cgi?id=77515
Patch by Raymond Liu <raymond.liu@intel.com> on 2012-05-01
Reviewed by Chris Rogers.
Source/WebCore:
Test: webaudio/automatic-pull-node.html
- GNUmakefile.list.am:
- Modules/webaudio/AudioBasicInspectorNode.cpp: Added.
(WebCore):
(WebCore::AudioBasicInspectorNode::AudioBasicInspectorNode):
(WebCore::AudioBasicInspectorNode::pullInputs):
(WebCore::AudioBasicInspectorNode::connect):
(WebCore::AudioBasicInspectorNode::disconnect):
(WebCore::AudioBasicInspectorNode::checkNumberOfChannelsForInput):
(WebCore::AudioBasicInspectorNode::updatePullStatus):
- Modules/webaudio/AudioBasicInspectorNode.h: Added.
(WebCore):
(AudioBasicInspectorNode):
- Modules/webaudio/AudioContext.cpp:
(WebCore::AudioContext::AudioContext):
(WebCore::AudioContext::~AudioContext):
(WebCore::AudioContext::handlePreRenderTasks):
(WebCore::AudioContext::handlePostRenderTasks):
(WebCore::AudioContext::markForDeletion):
(WebCore):
(WebCore::AudioContext::addAutomaticPullNode):
(WebCore::AudioContext::removeAutomaticPullNode):
(WebCore::AudioContext::updateAutomaticPullNodes):
(WebCore::AudioContext::processAutomaticPullNodes):
- Modules/webaudio/AudioContext.h:
(AudioContext):
- Modules/webaudio/AudioDestinationNode.cpp:
(WebCore::AudioDestinationNode::provideInput):
- Modules/webaudio/AudioNode.h:
(AudioNode):
- Modules/webaudio/AudioNodeOutput.h:
(WebCore::AudioNodeOutput::isConnected):
(AudioNodeOutput):
- Modules/webaudio/RealtimeAnalyserNode.cpp:
(WebCore::RealtimeAnalyserNode::RealtimeAnalyserNode):
- Modules/webaudio/RealtimeAnalyserNode.h:
(RealtimeAnalyserNode):
- WebCore.gypi:
- WebCore.xcodeproj/project.pbxproj:
LayoutTests:
- webaudio/automatic-pull-node-expected.txt: Added.
- webaudio/automatic-pull-node.html: Added.
- 8:35 PM Changeset in webkit [115786] by
-
- 4 edits4 adds in trunk
datalist: Form control in a <datalist> should be barred from constraint validation
https://bugs.webkit.org/show_bug.cgi?id=84359
Reviewed by Kent Tamura.
Source/WebCore:
Tests: fast/forms/datalist/datalist-child-validation.html
fast/forms/form-control-element-crash.html
- html/HTMLFormControlElement.cpp:
(WebCore::HTMLFormControlElement::HTMLFormControlElement):
(WebCore::HTMLFormControlElement::updateAncestors): Updates the ancestor information.
(WebCore::HTMLFormControlElement::insertedInto): Invalidate the ancestor information and call setNeedsWillValidateCheck because willValidate might have changed.
(WebCore::HTMLFormControlElement::removedFrom): Ditto.
(WebCore::HTMLFormControlElement::disabled):
(WebCore::HTMLFormControlElement::recalcWillValidate): Returns false if element has a datalist ancestor.
(WebCore::HTMLFormControlElement::willValidate): Check if ancestor information is valid too.
(WebCore::HTMLFormControlElement::setNeedsWillValidateCheck):
- html/HTMLFormControlElement.h:
(HTMLFormControlElement):
LayoutTests:
- fast/forms/datalist/datalist-child-validation-expected.txt: Added.
- fast/forms/datalist/datalist-child-validation.html: Added. Tests that willValidate changes from false to true when we move the element out of the datalist.
- fast/forms/form-control-element-crash-expected.txt: Added.
- fast/forms/form-control-element-crash.html: Added. Tests for the crash reported in Bug 85149.
- 8:27 PM Changeset in webkit [115785] by
-
- 2 edits in trunk/Source/WebCore
Calendar Picker: Close the picker by ESC key
https://bugs.webkit.org/show_bug.cgi?id=85337
Reviewed by Kentaro Hara.
No new tests. Calendar picker is not testable in DRT yet.
- Resources/calendarPicker.js:
(handleGlobalKey): Close the popup by ESC key.
- 8:20 PM Changeset in webkit [115784] by
-
- 2 edits in trunk/Source/WebCore
PNGImageDecoder: Handle interlace buffer allocation failure
https://bugs.webkit.org/show_bug.cgi?id=85276
Reviewed by Eric Seidel.
No new tests. Not something we can easily test (malloc failure).
- platform/image-decoders/png/PNGImageDecoder.cpp:
(WebCore::PNGImageDecoder::rowAvailable): Check interlace buffer allocations
and bail via longjmp on failure. Note PNG_INTERLACE_ADAM7 is the only libpng
supported interlace type so test for it explicitly.
- 8:01 PM Changeset in webkit [115783] by
-
- 2 edits in trunk/Source/WebCore
Calendar Picker: Too wide in Japanese locale
https://bugs.webkit.org/show_bug.cgi?id=85331
Reviewed by Kentaro Hara.
No new tests. This is a locale-specific behavior.
- Resources/calendarPicker.js:
(formatJapaneseImperialEra):
Do not show an imperial era later than 平成99年 to avoid very long
year string like "275760年(平成273772年)."
(YearMonthController.prototype.attachTo):
- Respect the maximum year specfied by <input max=...> If <input max="9999-12-31"> is specified, we don't need to secure space for the year 275,760.
- Check the width for 平成99年 as well as the maximum year because "2087年(平成99年)" is usually wider than "275760年".
- 7:52 PM Changeset in webkit [115782] by
-
- 2 edits in trunk/Source/WebCore
PNGImageDecoder: Add ENABLE(IMAGE_DECODER_DOWN_SAMPLING) guards to rowAvailable
https://bugs.webkit.org/show_bug.cgi?id=85268
Reviewed by Eric Seidel.
PNGImageDecoder supports image downsampling. Add ENABLE guards to show where
downsampling is applied when outputting decoded rows to the frame buffer. Most
ports don't enable the flag: don't penalize them in terms speed in this tight
row pixel write loop. s/y/destY/ to match setRGBA() and amend some comments.
No new tests. No change in behavior.
- platform/image-decoders/png/PNGImageDecoder.cpp:
(WebCore::PNGImageDecoder::rowAvailable):
- 7:24 PM Changeset in webkit [115781] by
-
- 2 edits1 copy1 move1 add in trunk/LayoutTests
[Chromium] Rebaseline for date-input-visible-strings.html.
- platform/chromium-linux-x86/fast/forms/date/date-input-visible-strings-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt.
- platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt.
- platform/chromium/test_expectations.txt:
- 7:14 PM Changeset in webkit [115780] by
-
- 2 edits in trunk/LayoutTests
scrollbars/scrollbar-miss-mousemove-disabled.html is asserting in markAllMisspellingsAndBadGrammarInRanges()
https://bugs.webkit.org/show_bug.cgi?id=85273
- platform/mac/Skipped: Skip the test.
- 7:09 PM Changeset in webkit [115779] by
-
- 3 edits in trunk/Source/WebCore
Remove uneeded min/max pref width assignment from RenderView
https://bugs.webkit.org/show_bug.cgi?id=85325
Reviewed by Julien Chaffraix.
This code has been with us since the original import from KDE:
http://trac.webkit.org/browser/trunk/WebCore/khtml/rendering/render_root.cpp?annotate=blame&rev=4#L93
It's never been documented, or explained. Removing it showed no
effect on my local layout tests run.
However this code blocks proper implementation of <iframe seamless>
as we have to do proper min/max width negotiation across the iframe boundary.
I would remove the whole function, but doing so opens a whole can of worms
as this override is public, yet normally this function is *private* (well protected on RenderBox).
It seems plausible that frame flattening code needs this override since it doesn't always
call the min/maxPreferredWidth() calls which normally automatically call this compute*
function if the pref-widths are dirty.
Instead of trying to track that all down, I'm just removing this line, and we'll go
back and remove the whole function at a later date if possible.
- rendering/RenderView.cpp:
(WebCore::RenderView::computePreferredLogicalWidths):
- 6:36 PM Changeset in webkit [115778] by
-
- 2 edits in trunk/LayoutTests/platform
Actually commit changes.
- 6:34 PM Changeset in webkit [115777] by
-
- 1 edit in trunk/LayoutTests/ChangeLog
Skip the test added by r115724 on WebKit2 and Qt because drag and drop isn't supported by DRT
on those platforms.
- platform/qt/Skipped:
- platform/wk2/Skipped:
- 6:32 PM Changeset in webkit [115776] by
-
- 3 edits in trunk/LayoutTests
[GTK] new ref test fast/forms/listbox-clear-restore.html fails.
https://bugs.webkit.org/show_bug.cgi?id=77633
Patch by Joe Thomas <joethomas@motorola.com> on 2012-05-01
Reviewed by Martin Robinson.
Flakiness of the test case is fixed in http://trac.webkit.org/changeset/115526.
Enabling the test for GTK and Chromium ports.
- platform/chromium/test_expectations.txt:
- platform/gtk/test_expectations.txt:
- 6:24 PM Changeset in webkit [115775] by
-
- 1 edit in branches/subpixellayout/Source/WebCore/platform/FractionalLayoutUnit.h
Changing the asserts in FractionalLayoutUnit to stderr logs.
- 6:23 PM Changeset in webkit [115774] by
-
- 5 edits4 adds in trunk
Source/WebCore: REGRESSION(r115654): PDFs come up blank
https://bugs.webkit.org/show_bug.cgi?id=85275
Reviewed by Alexey Proskuryakov.
Test: http/tests/loading/pdf-commit-load-callbacks.html
- loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::finishedLoading): The load needs to be
committed before we call finishedLoading on the
FrameLoaderClient.
- loader/FrameLoader.cpp:
(WebCore::FrameLoader::transitionToCommitted): We're guaranteeing
that receivedFirstData() will be called other ways (namely,
DocumentLoader won't finish without doing so). This call now
causes custom representations to double-commit, which is bad.
LayoutTests: Test for https://bugs.webkit.org/show_bug.cgi?id=85275.
Reviewed by Alexey Proskuryakov.
- http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
- http/tests/loading/pdf-commit-load-callbacks.html: Added.
- platform/chromium/http/tests/loading: Added.
- platform/chromium/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
- platform/wk2/Skipped: New test requires layoutTestController.dumpResourceLoadCallbacks(),
which isn't support for wk2 yet.
- 6:09 PM Changeset in webkit [115773] by
-
- 17 edits1 copy1 add in trunk
Add support for seamless attribute as well as seamless sandbox flag and default CSS styling
https://bugs.webkit.org/show_bug.cgi?id=85302
Reviewed by Ojan Vafai.
Source/WebCore:
This also adds support for the seamless sandbox flag from HTML 5.
The sandbox flag is not speficially overridable in the current HTML5,
but it is set (like all sandbox flags) by default when sandbox is specified.
Unfortunately this support is not yet observable in this patch, as
this patch adds not observable features of seamless.
This patch also adds the html.css additions for seamless, as specified:
http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#replaced-elements
I noticed that my previous testing did not confirm that iframes marked
for seamless (but not possible to display as seamless due to sandbox, etc.)
were still to have this seamless styling. I've added additional testing for this case.
I also added another test for the about:blank FIXME added as part of this change.
In order to support srcdoc w/ seamless, we needed to move the srcdoc determination
sooner in the initSecurityContext function (before the should-inherit early return).
The next patch will make seamless actually observable from JS/DOM, this one
just lays down all the plumbing, and separates the security aspects for
easy review.
Test: fast/frames/seamless/seamless-inherited-origin.html
- css/html.css:
(iframe:not([seamless])):
(iframe[seamless]):
- dom/Document.cpp:
(WebCore::isEligibleForSeamless):
(WebCore):
(WebCore::Document::initSecurityContext):
(WebCore::Document::seamlessParentIFrame):
(WebCore::Document::shouldDisplaySeamlesslyWithParent):
- dom/Document.h:
(WebCore):
(Document):
- dom/SecurityContext.cpp:
(WebCore::SecurityContext::SecurityContext):
- dom/SecurityContext.h:
(WebCore::SecurityContext::mayDisplaySeamlessWithParent):
(SecurityContext):
- html/HTMLAttributeNames.in:
- html/HTMLIFrameElement.cpp:
(WebCore::HTMLIFrameElement::shouldDisplaySeamlessly):
(WebCore):
- html/HTMLIFrameElement.h:
(HTMLIFrameElement):
- html/HTMLIFrameElement.idl:
LayoutTests:
Update all the test results now that the html.css changes have
been added for seamless, as specified by HTML5:
http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#replaced-elements
I also added a new test for about:blank iframes (per a code-FIXME)
as well as some new testing to confirm that the default seamless-CSS style
applies even when iframes cannot render seamless due to security restrictions.
- fast/frames/seamless/seamless-basic-expected.txt:
- fast/frames/seamless/seamless-basic.html:
- fast/frames/seamless/seamless-inherited-origin-expected.txt: Added.
- fast/frames/seamless/seamless-inherited-origin.html: Added.
- fast/frames/seamless/seamless-inline-expected.txt:
- fast/frames/seamless/seamless-min-max-expected.txt:
- fast/frames/seamless/seamless-nested-expected.txt:
- fast/frames/seamless/seamless-quirks-expected.txt:
- fast/frames/seamless/seamless-sandbox-flag-expected.txt:
- fast/frames/seamless/seamless-sandbox-flag.html:
- fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt:
- http/tests/security/seamless/seamless-cross-origin-expected.txt:
- http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt:
- svg/in-html/by-reference.html: was using seamless, but really doens't want to, doing so just adds noise.
- 5:41 PM Changeset in webkit [115772] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Additional instances of calling histogramCustomCounts directly
https://bugs.webkit.org/show_bug.cgi?id=85322
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- src/painting/PaintAggregator.cpp:
(WebKit::PaintAggregator::invalidateRect):
- 5:39 PM Changeset in webkit [115771] by
-
- 10 edits in trunk/Source
use USE(NATIVE_FULLSCREEN_VIDEO) instead of ENABLE(NATIVE_FULLSCREEN_VIDEO)
https://bugs.webkit.org/show_bug.cgi?id=85316
Patch by Min Qin <qinmin@google.com> on 2012-05-01
Reviewed by Kent Tamura.
Source/WebCore:
NATIVE_FULLSCREEN_VIDEO means the fullscreen video is implemented by native
system view instead of webkit.
So it is more appropriate to use USE(NATIVE_FULLSCREEN_VIDEO).
This chagne also disabled the rendering of the fullscreen video element in webkit
when that flag is set.
Just renaming the variable, no new tests.
- dom/Document.cpp:
(WebCore::Document::webkitWillEnterFullScreenForElement):
(WebCore):
- platform/graphics/MediaPlayer.cpp:
(WebCore):
- platform/graphics/MediaPlayer.h:
(MediaPlayer):
- platform/graphics/MediaPlayerPrivate.h:
(MediaPlayerPrivateInterface):
Source/WebKit/chromium:
NATIVE_FULLSCREEN_VIDEO means the fullscreen video is implemented by native
system view instead of webkit
So it is more appropriate to use USE(NATIVE_FULLSCREEN_VIDEO).
Just rename the flag, no new tests
- features.gypi:
- src/WebMediaPlayerClientImpl.cpp:
(WebKit):
- src/WebMediaPlayerClientImpl.h:
(WebMediaPlayerClientImpl):
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::enterFullScreenForElement):
(WebKit::WebViewImpl::exitFullScreenForElement):
- 5:36 PM Changeset in webkit [115770] by
-
- 3 edits in trunk/Source/WebKit2
inspectorReallyUsesWebKitUserInterface should be more robust against missing files
https://bugs.webkit.org/show_bug.cgi?id=85327
<rdar://problem/11332864>
Reviewed by Timothy Hatcher.
- UIProcess/mac/WebInspectorProxyMac.mm:
(WebKit::inspectorReallyUsesWebKitUserInterface):
- WebProcess/WebPage/mac/WebInspectorMac.mm:
(WebKit::inspectorReallyUsesWebKitUserInterface):
- 5:33 PM Changeset in webkit [115769] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Additional instances of calling createAudioDevice directly
https://bugs.webkit.org/show_bug.cgi?id=85321
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- src/AudioDestinationChromium.cpp:
(WebCore::AudioDestinationChromium::AudioDestinationChromium):
- 5:27 PM Changeset in webkit [115768] by
-
- 3 edits in trunk/Source/WebKit/chromium
[Chromium] Additional instances of calling mimeRegistry directly
https://bugs.webkit.org/show_bug.cgi?id=85320
Reviewed by Eric Seidel.
Part of a refactoring series. See tracking bug 82948.
- src/FrameLoaderClientImpl.cpp:
(WebKit::FrameLoaderClientImpl::canShowMIMEType):
- src/WebMediaPlayerClientImpl.cpp:
(WebKit::WebMediaPlayerClientImpl::supportsType):
- 5:21 PM Changeset in webkit [115767] by
-
- 2 edits in trunk/Tools
[chromium] Accept four parameters when dispatching a WebInputEvent::GestureTap in chromium DRT eventSender
https://bugs.webkit.org/show_bug.cgi?id=85289
Patch by Terry Anderson <tdanderson@chromium.org> on 2012-05-01
Reviewed by Eric Seidel.
- DumpRenderTree/chromium/EventSender.cpp:
(EventSender::gestureEvent):
This change will allow for testing of WK85101. Currently
no tests use the extra parameters deltaX and deltaY. Added
a check for the size of |arguments|.
- 5:21 PM Changeset in webkit [115766] by
-
- 2 edits in branches/subpixellayout/Source/WebCore
Fix mac build on branch.
- 5:17 PM Changeset in webkit [115765] by
-
- 10 edits in trunk/Source
<rdar://problem/10422318> Support for web content filter delegate for filtering https content
https://bugs.webkit.org/show_bug.cgi?id=85300
Reviewed by Alexey Proskuryakov.
Source/WebCore:
No new tests.
- WebCore.exp.in:
- loader/MainResourceLoader.cpp:
(WebCore::MainResourceLoader::MainResourceLoader):
(WebCore::MainResourceLoader::~MainResourceLoader):
(WebCore::MainResourceLoader::didCancel):
(WebCore::MainResourceLoader::didReceiveResponse):
(WebCore::MainResourceLoader::didReceiveData):
(WebCore::MainResourceLoader::didFinishLoading):
(WebCore::MainResourceLoader::didFail):
- loader/MainResourceLoader.h:
(MainResourceLoader):
- platform/mac/WebCoreSystemInterface.h:
- platform/mac/WebCoreSystemInterface.mm:
Source/WebKit/mac:
- WebCoreSupport/WebSystemInterface.mm:
(InitWebCoreSystemInterface):
Source/WebKit2:
- WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
(InitWebCoreSystemInterface):
- 5:12 PM Changeset in webkit [115764] by
-
- 8 edits1 add in trunk/Source/WebCore
Calendar Picker: Add capability to add platform-specific style sheet
https://bugs.webkit.org/show_bug.cgi?id=85272
Reviewed by Kentaro Hara.
Add RenderTheme::extraCalendarPickerStyleSheet(). The resultant string
of the function is inserted into the calendar picker page.
No new tests. Calendar picker apperance is not testable yet.
- Resources/calendarPicker.css: Removed styles for year-month buttons.
- Resources/calendarPickerMac.css:
Moved from calendarPicker.css, and adjust styles so that they look
standard Lion buttons.
(.year-month-button):
(.year-month-button:active):
(.year-month-button:disabled):
- WebCore.gyp/WebCore.gyp: Add a rule to produce CalendarPickerMac.{cpp,h}.
- html/shadow/CalendarPickerElement.cpp:
(WebCore::CalendarPickerElement::writeDocument):
Add extraCalendarPickerStyleSheet() result to the document.
- rendering/RenderTheme.cpp:
(WebCore::RenderTheme::extraCalendarPickerStyleSheet):
Added. Returns an empty CString by default.
- rendering/RenderTheme.h:
(RenderTheme): Added extraCalendarPickerStyleSheet().
- rendering/RenderThemeChromiumMac.h: Added extraCalendarPickerStyleSheet().
- rendering/RenderThemeChromiumMac.mm:
(WebCore::RenderThemeChromiumMac::extraCalendarPickerStyleSheet):
Added. Returns the content of Resources/calendarPickerMac.css.
- 5:04 PM Changeset in webkit [115763] by
-
- 5 edits in trunk
Ensure HTMLElementStack fails gracefully if it has a non-Element.
https://bugs.webkit.org/show_bug.cgi?id=85167
Reviewed by Adam Barth.
Source/WebCore:
Test: Added to html5lib/resources/webkit02.dat
- html/parser/HTMLElementStack.cpp:
(WebCore::HTMLElementStack::oneBelowTop):
- html/parser/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processEndTag):
LayoutTests:
- html5lib/resources/webkit02.dat:
- 4:45 PM Changeset in webkit [115762] by
-
- 2 edits in branches/chromium/1084
Partial revert of r110072: Lazily allocate overflow: hidden layers if we have overflowing content
This chage forces us to allocate RenderLayers for overflow: hidden as it has been causing several
regressions. It leaves all of the scaffolding around to keep the change small. See bug 83954 for
the proper revert for trunk.
- 4:39 PM Changeset in webkit [115761] by
-
- 2 edits in trunk/Tools
Add myself to the watchlist to watch all rendering changes, as well as sort the watchers in the list
https://bugs.webkit.org/show_bug.cgi?id=85305
Reviewed by Adam Barth.
- Scripts/webkitpy/common/config/watchlist:
- 4:36 PM Changeset in webkit [115760] by
-
- 16 edits in trunk/Source
*Command.h files shouldn't be exported to WebKit layer
https://bugs.webkit.org/show_bug.cgi?id=74778
Reviewed by Eric Seidel.
Source/WebCore:
Remove the dependency on *Command.h files from Mac port's WebKit layer.
Also wrapped the call to TypingCommand::insertParagraphSeparatorInQuotedContent in the Editor class
so that we can just expose Editor's method instead of directly exposing the said static method.
- WebCore.exp.in:
- WebCore.xcodeproj/project.pbxproj:
- editing/Editor.h:
(Editor):
- editing/mac/EditorMac.mm:
(WebCore::Editor::insertParagraphSeparatorInQuotedContent):
(WebCore):
Source/WebKit/chromium:
- src/WebFrameImpl.cpp:
- src/WebViewImpl.cpp:
Source/WebKit/gtk:
- webkit/webkitwebframe.cpp:
Source/WebKit/mac:
- WebView/WebFrame.mm:
(-[WebFrame _insertParagraphSeparatorInQuotedContent]):
Source/WebKit/win:
- WebView.cpp:
Source/WebKit2:
- WebProcess/WebPage/WebPage.cpp:
- 4:18 PM Changeset in webkit [115759] by
-
- 5 edits in branches/subpixellayout/Source
Chromium/linux fixes for branch.
- 4:09 PM Changeset in webkit [115758] by
-
- 2 edits1 add in trunk/LayoutTests
[EFL] fast/loader/file-protocol-fragment.html needs rebaselining
https://bugs.webkit.org/show_bug.cgi?id=85182
Unreviewed, add EFL expectation for fast/loader/file-protocol-fragment.html
and unskip the test.
Patch by Christophe Dumez <Christophe Dumez> on 2012-05-01
- platform/efl/Skipped:
- platform/efl/fast/loader/file-protocol-fragment-expected.txt: Added.
- 4:01 PM Changeset in webkit [115757] by
-
- 2 edits in trunk/LayoutTests
Remove expectations for media/encrypted-media/encrypted-media-events.html now that crash is fixed.
https://bugs.webkit.org/show_bug.cgi?id=84596
Unreviewed expectations update.
Patch by David Dorwin <ddorwin@chromium.org> on 2012-05-01
- platform/chromium/test_expectations.txt:
- 3:52 PM Changeset in webkit [115756] by
-
- 2 edits in trunk/LayoutTests
[Mac] inspector/debugger/linkifier.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=85319
- platform/mac/Skipped: Skip the flakey test.
- 3:35 PM Changeset in webkit [115755] by
-
- 3 edits in trunk/Source/WebCore
Remove one bit from m_column to pack RenderTableCell bits more
https://bugs.webkit.org/show_bug.cgi?id=85291
Reviewed by Ojan Vafai.
Memory improvement, covered by the existing unit tests.
- rendering/RenderTableCell.cpp:
- rendering/RenderTableCell.h:
Remove one bit from m_column (which should be fine as I wouldn't expect tables above 1 millions
columns to render at all anyway) to pack the bitfields in 32 bits. Re-arranged the bits to have the bigger
bitfield first.
- 3:30 PM Changeset in webkit [115754] by
-
- 8 edits3 adds in branches/dfgopt/Source
DFG should be able to compute dominators
https://bugs.webkit.org/show_bug.cgi?id=85269
Source/JavaScriptCore:
Reviewed by Oliver Hunt.
Implements a naive dominator calculator, which is currently just used to
print information in graph dumps. I've enabled it by default mainly to
be able to track its performance impact. So far it appears that there is
none, which is unsurprising given that the number of basic blocks in most
procedures is small.
Also tweaked bytecode dumping to reveal more useful information about the
nature of the code block.
- JavaScriptCore.xcodeproj/project.pbxproj:
- bytecode/CodeBlock.cpp:
(JSC::CodeBlock::dump):
- dfg/DFGDominators.cpp: Added.
(DFG):
(JSC::DFG::Dominators::Dominators):
(JSC::DFG::Dominators::~Dominators):
(JSC::DFG::Dominators::compute):
(JSC::DFG::Dominators::iterateForBlock):
- dfg/DFGDominators.h: Added.
(DFG):
(Dominators):
(JSC::DFG::Dominators::invalidate):
(JSC::DFG::Dominators::computeIfNecessary):
(JSC::DFG::Dominators::isValid):
(JSC::DFG::Dominators::dominates):
- dfg/DFGDriver.cpp:
(JSC::DFG::compile):
- dfg/DFGGraph.cpp:
(JSC::DFG::Graph::dump):
- dfg/DFGGraph.h:
(Graph):
Source/WTF:
Reviewed by Oliver Hunt.
Added a bitvector class suitable for cheap static analysis. This class
differs from BitVector in that instead of optimizing for space, it
optimizes for execution time. Its API is also somewhat less friendly,
which is intentional; it's meant to be used in places where you know
up front how bit your bitvectors are going to be.
- WTF.xcodeproj/project.pbxproj:
- wtf/FastBitVector.h: Added.
(WTF):
(FastBitVector):
(WTF::FastBitVector::FastBitVector):
(WTF::FastBitVector::~FastBitVector):
(WTF::FastBitVector::operator=):
(WTF::FastBitVector::numBits):
(WTF::FastBitVector::resize):
(WTF::FastBitVector::setAll):
(WTF::FastBitVector::clearAll):
(WTF::FastBitVector::set):
(WTF::FastBitVector::setAndCheck):
(WTF::FastBitVector::equals):
(WTF::FastBitVector::merge):
(WTF::FastBitVector::filter):
(WTF::FastBitVector::exclude):
(WTF::FastBitVector::clear):
(WTF::FastBitVector::get):
(WTF::FastBitVector::arrayLength):
- 3:25 PM Changeset in webkit [115753] by
-
- 2 edits in trunk/Tools
Unreviewed, rolling out r115735.
http://trac.webkit.org/changeset/115735
https://bugs.webkit.org/show_bug.cgi?id=85314
cause two tests to crash due to an ASSERTION failure
(Requested by zhenyao on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-05-01
- DumpRenderTree/chromium/EventSender.cpp:
(EventSender::gestureEvent):
- 3:22 PM Changeset in webkit [115752] by
-
- 4 edits in trunk/Source/WebCore
Slow scrolling on www.sholby.net
https://bugs.webkit.org/show_bug.cgi?id=85304
<rdar://problem/11138952>
Reviewed by Beth Dakin.
Fix two performance issues that showed up on the profiles.
- loader/FrameLoader.cpp:
(WebCore::FrameLoader::checkLoadCompleteForThisFrame):
Reset the relevant painted object counter; it's only interesting when loading.
- page/Page.cpp:
(WebCore::Page::startCountingRelevantRepaintedObjects):
Set m_isCountingRelevantRepaintedObjects to true after calling reset, since reset now sets it to false.
(WebCore::Page::resetRelevantPaintedObjectCounter):
Set m_isCountingRelevantRepaintedObjects to false.
(WebCore::Page::addRelevantRepaintedObject):
Use HashSet::find to avoid an extra hash lookup.
- page/scrolling/ScrollingCoordinator.cpp:
(WebCore::ScrollingCoordinator::updateMainFrameScrollPositionAndScrollLayerPosition):
Remove the call to FrameView::updateCompositingLayersAfterLayout now, since FrameView::notifyScrollPositionChanged
already calls this and was making us to a lot of work twice.
- 3:03 PM Changeset in webkit [115751] by
-
- 2 edits in trunk/Source/WebKit2
Use the new barrier function in TiledCoreAnimationDrawingArea::forceRepaintAsync
https://bugs.webkit.org/show_bug.cgi?id=85313
<rdar://problem/10996039>
Reviewed by Sam Weinig.
Use the new dispatchAfterEnsuringUpdatedScrollPosition function in forceRepaintAsync to
ensure that the scroll position is up to date.
- WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:
(WebKit::TiledCoreAnimationDrawingArea::forceRepaintAsync):
- 2:34 PM Changeset in webkit [115750] by
-
- 3 edits in trunk/Source/JavaScriptCore
Physijs demo crashes due to DFG not updating topCallFrame correctly.
https://bugs.webkit.org/show_bug.cgi?id=85311
Reviewed by Filip Pizlo.
A few of the dfg operations failed to correctly set the topCallFrame,
and so everything goes wrong. This patch corrects the effected operations,
and makes debug builds poison topCallFrame before calling a dfg operation.
- dfg/DFGOperations.cpp:
(JSC::DFG::putByVal):
- dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::callOperation):
(SpeculativeJIT):
(JSC::DFG::SpeculativeJIT::prepareForExternalCall):
(JSC::DFG::SpeculativeJIT::appendCallWithExceptionCheck):
(JSC::DFG::SpeculativeJIT::appendCallSetResult):
- 2:26 PM Changeset in webkit [115749] by
-
- 25 edits in trunk
Source/WebCore: Audio controls have a 1px surplus outline coming from RenderImage::paintReplaced base class,
which needs overwriting.
https://bugs.webkit.org/show_bug.cgi?id=84570
Patch by Silvia Pfeiffer <silviapf@chromium.org> on 2012-05-01
Reviewed by Eric Carlson.
No new tests - covered by existing audio rendering tests.
- rendering/RenderMedia.cpp:
(WebCore::RenderMedia::paintReplaced): Overwrite inherited function.
(WebCore):
- rendering/RenderMedia.h:
(RenderMedia):
LayoutTests: Audio controls have a 1px surplus outline coming from RenderImage::paintReplaced base class,
which needs overwriting. All layout tests with an audio element need a
visual update.
https://bugs.webkit.org/show_bug.cgi?id=84570
Patch by Silvia Pfeiffer <silviapf@chromium.org> on 2012-05-01
Reviewed by Eric Carlson.
- platform/chromium-linux/media/audio-controls-rendering-expected.png:
- platform/chromium-linux/media/audio-repaint-expected.png:
- platform/chromium-linux/media/controls-after-reload-expected.png:
- platform/chromium-linux/media/controls-layout-direction-expected.png:
- platform/chromium-linux/media/media-controls-clone-expected.png:
- platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png:
- platform/chromium-mac-leopard/media/audio-repaint-expected.png:
- platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
- platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
- platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
- platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
- platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
- platform/chromium-mac/media/audio-controls-rendering-expected.png:
- platform/chromium-mac/media/audio-repaint-expected.png:
- platform/chromium-mac/media/controls-after-reload-expected.png:
- platform/chromium-mac/media/controls-layout-direction-expected.png:
- platform/chromium-mac/media/media-controls-clone-expected.png:
- platform/chromium-win/media/audio-controls-rendering-expected.png:
- platform/chromium-win/media/audio-repaint-expected.png:
- platform/chromium-win/media/controls-after-reload-expected.png:
- platform/chromium-win/media/controls-layout-direction-expected.png:
- platform/chromium-win/media/media-controls-clone-expected.png:
- 2:21 PM Changeset in webkit [115748] by
-
- 1 edit in branches/subpixellayout/Source/WebKit/efl/ewk/ewk_view.cpp
Correct misuse of LayoutUnits for scroll coordinates (we only scroll in full-pixels).
- 1:50 PM Changeset in webkit [115747] by
-
- 3 edits in trunk/Source/WebCore
Allow a pre-targeted node to be specified when dispatching a GestureTap event
https://bugs.webkit.org/show_bug.cgi?id=85296
Patch by Terry Anderson <tdanderson@chromium.org> on 2012-05-01
Reviewed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=85101
The new parameter will be used and tested in this patch.
- page/EventHandler.cpp:
(WebCore::EventHandler::handleGestureTap):
The new preTargetedNode parameter can be used to pass in the Node that is
the target of the GestureTap event. If this parameter is used, adjustedPoint
is changed to be the center of the Node's bounding rectangle.
- page/EventHandler.h:
(EventHandler):
- 1:15 PM Changeset in webkit [115746] by
-
- 2 edits in trunk/Source/WebCore
Crash calling disconnectFrame on a DOMWindowExtension a second time.
https://bugs.webkit.org/show_bug.cgi?id=85301
Reviewed by Darin Adler.
DOMWindowExtension::disconnectFrame assumed it would only be called when there was a frame
to disconnect. However, DOMWindow's destructor invokes disconnectFrame on all its
DOMWindowProperties, even if it already did so when it entered the page cache.
- page/DOMWindowExtension.cpp:
(WebCore::DOMWindowExtension::disconnectFrame):
Don't do anything if the frame has already been disconnected.
- 12:27 PM Changeset in webkit [115745] by
-
- 4 edits2 deletes in trunk
Source/WebCore: Temporarily remove webkitSourceAddId() & webkitSourceRemoveId() from DOM
until the rest of the Media Source v0.5 methods are implemented. This is
to prevent ambiguity about whether v0.5 is fully supported or not.
https://bugs.webkit.org/show_bug.cgi?id=85295
Patch by Aaron Colwell <acolwell@chromium.org> on 2012-05-01
Reviewed by Eric Carlson.
No new tests. Removing methods from DOM so relevant tests are removed.
- html/HTMLMediaElement.idl:
LayoutTests: Temporarily removing tests for webkitSourceAddId() & webkitSourceRemoveId()
until the rest of the Media Source v0.5 methods are implemented.
https://bugs.webkit.org/show_bug.cgi?id=85295
Patch by Aaron Colwell <acolwell@chromium.org> on 2012-05-01
Reviewed by Eric Carlson.
- http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt: Removed.
- http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Removed.
- platform/chromium/test_expectations.txt:
- 12:21 PM Changeset in webkit [115744] by
-
- 502 edits10 copies in branches/subpixellayout
Merge trunk changes up until 115741 into subpixel branch.
- 12:05 PM Changeset in webkit [115743] by
-
- 2 edits in trunk/Source/WebCore
IndexedDB: stale index entries may not be removed in some cases
https://bugs.webkit.org/show_bug.cgi?id=85224
Patch by Douglas Stockwell <dstockwell@chromium.org> on 2012-05-01
Reviewed by Ojan Vafai.
Ensure that stale index entries are removed when the corresponding
object store entry no longer exists.
No new tests. Addresses a performance / storage leak that is
not amenable to verification in a layout test.
- Modules/indexeddb/IDBLevelDBBackingStore.cpp:
(WebCore):
- 11:50 AM Changeset in webkit [115742] by
-
- 1 edit63 adds in trunk/LayoutTests
Add seamless test cases (all of these will pass as we land the implementation patches)
https://bugs.webkit.org/show_bug.cgi?id=85251
Reviewed by Adam Barth.
These are all test cases which were written as part of implementing seamless
on my github branch: https://github.com/eseidel/webkit/compare/master...seamless
All of these will pass once the implementation is landed, which I am uploading
as a series of patches as we speak. Because the each of pieces
affects variety of tests, it seems easiest to read the implmentation
diffs if I land all the tests up-front.
- fast/frames/seamless/resources/css-cascade-child.html: Added.
- fast/frames/seamless/resources/done.html: Added.
- fast/frames/seamless/resources/nested-seamless.html: Added.
- fast/frames/seamless/resources/quirks-square.html: Added.
- fast/frames/seamless/resources/square.html: Added.
- fast/frames/seamless/resources/two-inline-blocks.html: Added.
- fast/frames/seamless/seamless-basic-expected.txt: Added.
- fast/frames/seamless/seamless-basic.html: Added.
- fast/frames/seamless/seamless-css-cascade-expected.txt: Added.
- fast/frames/seamless/seamless-css-cascade.html: Added.
- fast/frames/seamless/seamless-designMode-expected.txt: Added.
- fast/frames/seamless/seamless-designMode.html: Added.
- fast/frames/seamless/seamless-float-expected.txt: Added.
- fast/frames/seamless/seamless-float.html: Added.
- fast/frames/seamless/seamless-form-get-expected.txt: Added.
- fast/frames/seamless/seamless-form-get-named-expected.txt: Added.
- fast/frames/seamless/seamless-form-get-named.html: Added.
- fast/frames/seamless/seamless-form-get-override-expected.txt: Added.
- fast/frames/seamless/seamless-form-get-override.html: Added.
- fast/frames/seamless/seamless-form-get.html: Added.
- fast/frames/seamless/seamless-form-post-expected.txt: Added.
- fast/frames/seamless/seamless-form-post-named-expected.txt: Added.
- fast/frames/seamless/seamless-form-post-named.html: Added.
- fast/frames/seamless/seamless-form-post-override-expected.txt: Added.
- fast/frames/seamless/seamless-form-post-override.html: Added.
- fast/frames/seamless/seamless-form-post.html: Added.
- fast/frames/seamless/seamless-hyperlink-expected.txt: Added.
- fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added.
- fast/frames/seamless/seamless-hyperlink-named.html: Added.
- fast/frames/seamless/seamless-hyperlink-override-expected.txt: Added.
- fast/frames/seamless/seamless-hyperlink-override.html: Added.
- fast/frames/seamless/seamless-hyperlink.html: Added.
- fast/frames/seamless/seamless-inline-expected.txt: Added.
- fast/frames/seamless/seamless-inline.html: Added.
- fast/frames/seamless/seamless-min-max-expected.txt: Added.
- fast/frames/seamless/seamless-min-max.html: Added.
- fast/frames/seamless/seamless-nested-expected.txt: Added.
- fast/frames/seamless/seamless-nested.html: Added.
- fast/frames/seamless/seamless-quirks-expected.txt: Added.
- fast/frames/seamless/seamless-quirks.html: Added.
- fast/frames/seamless/seamless-sandbox-flag-expected.txt: Added.
- fast/frames/seamless/seamless-sandbox-flag.html: Added.
- fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt: Added.
- fast/frames/seamless/seamless-sandbox-srcdoc.html: Added.
- fast/frames/seamless/seamless-window-location-expected.txt: Added.
- fast/frames/seamless/seamless-window-location-href-expected.txt: Added.
- fast/frames/seamless/seamless-window-location-href.html: Added.
- fast/frames/seamless/seamless-window-location-replace-expected.txt: Added.
- fast/frames/seamless/seamless-window-location-replace.html: Added.
- fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added.
- fast/frames/seamless/seamless-window-location-sandbox.html: Added.
- fast/frames/seamless/seamless-window-location.html: Added.
- fast/frames/seamless/seamless-window-open-expected.txt: Added.
- fast/frames/seamless/seamless-window-open-override-expected.txt: Added.
- fast/frames/seamless/seamless-window-open-override.html: Added.
- fast/frames/seamless/seamless-window-open.html: Added.
- http/tests/security/seamless/resources/square.html: Added.
- http/tests/security/seamless/seamless-cross-origin-expected.txt: Added.
- http/tests/security/seamless/seamless-cross-origin.html: Added.
- http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt: Added.
- http/tests/security/seamless/seamless-sandbox-srcdoc.html: Added.
- 11:33 AM Changeset in webkit [115741] by
-
- 1 add in branches/chromium/1123/codereview.settings
adding codereview.setings so we can drover
- 11:31 AM Changeset in webkit [115740] by
-
- 1 copy in branches/chromium/1123
branching for chrome
- 11:23 AM Changeset in webkit [115739] by
-
- 2 edits in trunk/Source/Platform
[Chromium] Fix WebPrerender::referrer() thunk.
https://bugs.webkit.org/show_bug.cgi?id=85290
Reviewed by Dimitri Glazkov.
- chromium/public/WebPrerender.h:
(WebKit::WebPrerender::referrer):
- 11:18 AM Changeset in webkit [115738] by
-
- 1 edit in branches/subpixellayout/Source/WebKit/efl/ewk/ewk_frame.cpp
Fixing a pixel snapping/build issue in EFL.
- 11:04 AM Changeset in webkit [115737] by
-
- 2 edits in trunk
[GTK] Fix gstreamer detection during configure
https://bugs.webkit.org/show_bug.cgi?id=84325
Patch by Landry Breuil <landry@openbsd.org> on 2012-05-01
Reviewed by Philippe Normand.
- configure.ac: Fix GSTREAMER_REQUIRED_VERSION and
GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION assignments.
- 10:40 AM Changeset in webkit [115736] by
-
- 2 edits in trunk/Source/WebCore
Use HashMap<OwnPtr> for CounterMap in RenderCounter
https://bugs.webkit.org/show_bug.cgi?id=85294
Reviewed by Eric Seidel.
- rendering/RenderCounter.cpp:
(WebCore):
(WebCore::makeCounterNode):
(WebCore::RenderCounter::destroyCounterNodes):
- 10:19 AM Changeset in webkit [115735] by
-
- 2 edits in trunk/Tools
[chromium] Accept four parameters when dispatching a WebInputEvent::GestureTap in chromium DRT eventSender
https://bugs.webkit.org/show_bug.cgi?id=85289
Patch by Terry Anderson <tdanderson@chromium.org> on 2012-05-01
Reviewed by Eric Seidel.
- DumpRenderTree/chromium/EventSender.cpp:
(EventSender::gestureEvent):
This change will allow for testing of WK85101. Currently no tests use the extra
parameters deltaX and deltaY.
- 10:08 AM Changeset in webkit [115734] by
-
- 2 edits in branches/chromium/1084/Source/WebCore/platform/graphics/chromium/cc
Merged 115281 - [chromium] Hold video provider lock from willDraw to didDraw
https://bugs.webkit.org/show_bug.cgi?id=84805
Reviewed by James Robinson.
Note: merged by hand due to conflicts.
- platform/graphics/chromium/cc/CCVideoLayerImpl.cpp: (WebCore::CCVideoLayerImpl::willDraw): (WebCore): (WebCore::CCVideoLayerImpl::willDrawInternal): (WebCore::CCVideoLayerImpl::appendQuads): (WebCore::CCVideoLayerImpl::didDraw):
- platform/graphics/chromium/cc/CCVideoLayerImpl.h:
- 9:59 AM Changeset in webkit [115733] by
-
- 4 edits1 copy in trunk/Source/WebKit/chromium
WebKit test RenderTableCellDeathTest.CanSetRow is failing as of r115705
https://bugs.webkit.org/show_bug.cgi?id=85274
Reviewed by Ojan Vafai.
The tests were crashing as we were creating a RenderTableCell without any RenderTableRow parent
which shouldn't happen inside the render tree.
Using RenderTableCell to access RenderTableRow was artificial and the checks have now been moved
to using a RenderTableRow directly.
- WebKit.gyp:
- WebKit.gypi:
Added the new file.
- tests/RenderTableCellTest.cpp:
Removed the row index tests as they are now in the following file.
- tests/RenderTableRowTest.cpp: Copied from Source/WebKit/chromium/tests/RenderTableCellTest.cpp.
Changed a bit the row index tests and re-enabled them.
- 9:52 AM Changeset in webkit [115732] by
-
- 512 edits18 copies2 deletes in branches/subpixellayout
Merge trunk changes up until 115722 into subpixel branch.
- 9:41 AM Changeset in webkit [115731] by
-
- 10 edits in branches/chromium/1084/Source
Merge 115278 - [chromium] Prevent CCLayerImpl::willDraw/didDraw mismatches
https://bugs.webkit.org/show_bug.cgi?id=84812
Reviewed by James Robinson.
Note: this did not merge cleanly, and was merged by hand.
Source/WebCore:
Because some layers lock/unlock resources, it needs to be guaranteed
that if willDraw is called on a layer then didDraw will also be called
on that layer before another willDraw or before layer destruction. Add
asserts to make sure that this is the case.
willDraw is called via CCLayerTreeHostImpl::prepareToDraw ->
calculateRenderPasses. didDraw was previously called in
CCLayerTreeHostImpl::drawLayers. Sometimes drawLayers was being
skipped by the caller of these functions based on what prepareToDraw
returned (causing didDraw to not be called). Fix this by having an
explicit step to call didDraw on all layers. This new didDrawAllLayers
function must be called if and only if prepareToDraw is called.
Tested by existing tests via new asserts in CCLayerImpl.
- platform/graphics/chromium/cc/CCLayerImpl.cpp: (WebCore::CCLayerImpl::CCLayerImpl): (WebCore::CCLayerImpl::~CCLayerImpl): (WebCore::CCLayerImpl::willDraw): (WebCore): (WebCore::CCLayerImpl::didDraw):
- platform/graphics/chromium/cc/CCLayerImpl.h: (CCLayerImpl):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp: (WebCore::CCLayerTreeHostImpl::drawLayers): (WebCore::CCLayerTreeHostImpl::didDrawAllLayers): (WebCore):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.h: (CCLayerTreeHostImpl):
- platform/graphics/chromium/cc/CCScrollbarLayerImpl.cpp: (WebCore::CCScrollbarLayerImpl::willDraw): (WebCore::CCScrollbarLayerImpl::didDraw):
- platform/graphics/chromium/cc/CCSingleThreadProxy.cpp: (WebCore::CCSingleThreadProxy::doComposite):
- platform/graphics/chromium/cc/CCTextureLayerImpl.cpp: (WebCore::CCTextureLayerImpl::willDraw):
- platform/graphics/chromium/cc/CCThreadProxy.cpp: (WebCore::CCThreadProxy::scheduledActionDrawAndSwapInternal):
- platform/graphics/chromium/cc/CCVideoLayerImpl.cpp: (WebCore::CCVideoLayerImpl::willDraw): (WebCore::CCVideoLayerImpl::didDraw):
Source/WebKit/chromium:
Update all tests to call CCLayerTreeHostImpl::didDrawAllLayers if they
call CCLayerTreeHostImpl::prepareToDraw.
- tests/CCLayerTreeHostImplTest.cpp: (WebKitTests::CCLayerTreeHostImplTest::initializeLayerRendererAndDrawFrame): (WebKitTests::TEST_F):
- 9:10 AM Changeset in webkit [115730] by
-
- 7 edits2 adds in trunk
Skip building instance tree for disallowed target
https://bugs.webkit.org/show_bug.cgi?id=85202
Reviewed by Nikolas Zimmermann.
Source/WebCore:
When the target of a use is disallowed (e.g., a mask element) we can
skip building the instance tree because the shadow tree will be
skipped as well.
Test: svg/custom/animate-disallowed-mask-element.svg
- svg/SVGUseElement.cpp:
(WebCore::SVGUseElement::buildInstanceTree):
LayoutTests:
- platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
- platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
- platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
- platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
- svg/custom/animate-disallowed-mask-element-expected.txt: Added.
- svg/custom/animate-disallowed-mask-element.svg: Added.
- 8:52 AM Changeset in webkit [115729] by
-
- 2 edits in trunk/Tools
Print out stderr output of ImageDiff if it is present
https://bugs.webkit.org/show_bug.cgi?id=85285
Reviewed by Philippe Normand.
Log the stderr output of ImageDiff as a warning if present. This is
especially helpful when ImageDiff crashes and stderr data might contain
relevant information about what caused the crash.
- Scripts/webkitpy/layout_tests/port/webkit.py:
(WebKitPort._read_image_diff):
- 8:32 AM Changeset in webkit [115728] by
-
- 5 edits1 add in trunk
Add special attribute for alternate selection touch handling.
https://bugs.webkit.org/show_bug.cgi?id=85284
Reviewed by Antonio Gomes.
PR 152975.
.:
Add manual test for -bb-selection-touchoverride.
Reviewed Internally by Gen Mak.
- ManualTests/blackberry/selection-touch-override.html: Added.
Source/WebKit/blackberry:
Add attribute -bb-selection-touchoverride to override
touch handling on selection overlay.
Reviewed Internally by Gen Mak.
- Api/WebPageClient.h:
- WebKitSupport/SelectionHandler.cpp:
(BlackBerry::WebKit::SelectionHandler::inputNodeOverridesTouch):
(WebKit):
(BlackBerry::WebKit::SelectionHandler::selectionPositionChanged):
- WebKitSupport/SelectionHandler.h:
(SelectionHandler):
- 8:30 AM Changeset in webkit [115727] by
-
- 6 edits in trunk
[Qt] Add an experimental extension to set the min. contents width
https://bugs.webkit.org/show_bug.cgi?id=85281
Reviewed by Antonio Gomes.
Source/WebKit2:
Add the experimental property preferredMinimumContentsWidth: which
can be used to set the minimum contents width when not overriden by
the page itself.
Default value is set to 0, which defines normal [desktop] behaviour.
- Shared/WebPreferencesStore.h:
(WebKit):
- UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewExperimental::preferredMinimumContentsWidth):
(QQuickWebViewExperimental::setPreferredMinimumContentsWidth):
- UIProcess/API/qt/qquickwebview_p.h:
Tools:
- MiniBrowser/qt/qml/BrowserWindow.qml:
Set the value of preferredMinimumContentsWidth to 980.
- 8:18 AM Changeset in webkit [115726] by
-
- 43 edits4 adds in trunk
Accumulation for values-animation is broken
https://bugs.webkit.org/show_bug.cgi?id=85158
Reviewed by Darin Adler.
Source/WebCore:
Example:
<rect width="999" height="100" fill="green"/>
<animate begin="0s" values="0; 30; 20" accumulate="sum" repeatCount="5" dur="2s"/>
</rect>
The rect should animate like this:
0.000s -> 0
0.500s -> 15
1.000s -> 30
1.500s -> 25
1.999s -> 20
2.000s -> 20 (first accumulation, starts accumulating from the last set value, here '20').
2.500s -> 45
3.000s -> 50
3.500s -> 45
3.999s -> 40
4.000s -> 40 (second accumulation)
etc.
This is currently broken for values-animation. The accumulation should happen after a full cycle of the values animation ran (aka. at the end of the duration).
A values animation works like this: iterate over the list of values, and calculate a 'from' and 'to' value for a given time. Example for values="0; 30; 20" dur="2s":
- 0.0s .. 1.0s -> from=0, to=30
- 1.0s .. 2.0s -> from=30, to=20
Accumulation currently is taken into account at each interval for a values-animation instead of the end of the cycle. Fix that
by passing an additional 'toAtEndOfDuration' type to calculateAnimatedValue() which is used for accumulation instead of the
current 'to' value.
Test: svg/animations/accumulate-values-width-animation.html
- svg/SVGAnimateElement.cpp:
(WebCore::SVGAnimateElement::calculateAnimatedValue):
- svg/SVGAnimateElement.h:
(SVGAnimateElement):
- svg/SVGAnimateMotionElement.cpp:
(WebCore::SVGAnimateMotionElement::calculateAnimatedValue):
- svg/SVGAnimateMotionElement.h:
(SVGAnimateMotionElement):
- svg/SVGAnimatedAngle.cpp:
(WebCore::SVGAnimatedAngleAnimator::calculateAnimatedValue):
- svg/SVGAnimatedAngle.h:
(SVGAnimatedAngleAnimator):
- svg/SVGAnimatedBoolean.cpp:
(WebCore::SVGAnimatedBooleanAnimator::calculateAnimatedValue):
- svg/SVGAnimatedBoolean.h:
(SVGAnimatedBooleanAnimator):
- svg/SVGAnimatedColor.cpp:
(WebCore::SVGAnimatedColorAnimator::calculateAnimatedValue):
- svg/SVGAnimatedColor.h:
(SVGAnimatedColorAnimator):
- svg/SVGAnimatedEnumeration.cpp:
(WebCore::SVGAnimatedEnumerationAnimator::calculateAnimatedValue):
- svg/SVGAnimatedEnumeration.h:
(SVGAnimatedEnumerationAnimator):
- svg/SVGAnimatedInteger.cpp:
(WebCore::SVGAnimatedIntegerAnimator::calculateAnimatedInteger):
(WebCore::SVGAnimatedIntegerAnimator::calculateAnimatedValue):
- svg/SVGAnimatedInteger.h:
(SVGAnimatedIntegerAnimator):
- svg/SVGAnimatedIntegerOptionalInteger.cpp:
(WebCore::SVGAnimatedIntegerOptionalIntegerAnimator::calculateAnimatedValue):
- svg/SVGAnimatedIntegerOptionalInteger.h:
(SVGAnimatedIntegerOptionalIntegerAnimator):
- svg/SVGAnimatedLength.cpp:
(WebCore::SVGAnimatedLengthAnimator::calculateAnimatedValue):
- svg/SVGAnimatedLength.h:
(SVGAnimatedLengthAnimator):
- svg/SVGAnimatedLengthList.cpp:
(WebCore::SVGAnimatedLengthListAnimator::calculateAnimatedValue):
- svg/SVGAnimatedLengthList.h:
(SVGAnimatedLengthListAnimator):
- svg/SVGAnimatedNumber.cpp:
(WebCore::SVGAnimatedNumberAnimator::calculateAnimatedValue):
- svg/SVGAnimatedNumber.h:
(SVGAnimatedNumberAnimator):
- svg/SVGAnimatedNumberList.cpp:
(WebCore::SVGAnimatedNumberListAnimator::calculateAnimatedValue):
- svg/SVGAnimatedNumberList.h:
(SVGAnimatedNumberListAnimator):
- svg/SVGAnimatedNumberOptionalNumber.cpp:
(WebCore::SVGAnimatedNumberOptionalNumberAnimator::calculateAnimatedValue):
- svg/SVGAnimatedNumberOptionalNumber.h:
(SVGAnimatedNumberOptionalNumberAnimator):
- svg/SVGAnimatedPath.cpp:
(WebCore::SVGAnimatedPathAnimator::calculateAnimatedValue):
- svg/SVGAnimatedPath.h:
(SVGAnimatedPathAnimator):
- svg/SVGAnimatedPointList.cpp:
(WebCore::SVGAnimatedPointListAnimator::calculateAnimatedValue):
- svg/SVGAnimatedPointList.h:
(SVGAnimatedPointListAnimator):
- svg/SVGAnimatedPreserveAspectRatio.cpp:
(WebCore::SVGAnimatedPreserveAspectRatioAnimator::calculateAnimatedValue):
- svg/SVGAnimatedPreserveAspectRatio.h:
(SVGAnimatedPreserveAspectRatioAnimator):
- svg/SVGAnimatedRect.cpp:
(WebCore::SVGAnimatedRectAnimator::calculateAnimatedValue):
- svg/SVGAnimatedRect.h:
(SVGAnimatedRectAnimator):
- svg/SVGAnimatedString.cpp:
(WebCore::SVGAnimatedStringAnimator::calculateAnimatedValue):
- svg/SVGAnimatedString.h:
(SVGAnimatedStringAnimator):
- svg/SVGAnimatedTransformList.cpp:
(WebCore::SVGAnimatedTransformListAnimator::calculateAnimatedValue):
- svg/SVGAnimatedTransformList.h:
(SVGAnimatedTransformListAnimator):
- svg/SVGAnimatedTypeAnimator.h:
(SVGAnimatedTypeAnimator):
- svg/SVGAnimationElement.cpp:
(WebCore::SVGAnimationElement::currentValuesForValuesAnimation):
(WebCore::SVGAnimationElement::updateAnimation):
- svg/SVGAnimationElement.h:
(WebCore::SVGAnimationElement::animateAdditiveNumber):
(SVGAnimationElement):
LayoutTests:
- svg/animations/accumulate-values-width-animation-expected.txt: Added.
- svg/animations/accumulate-values-width-animation.html: Added.
- svg/animations/resources/accumulate-values-width-animation.svg: Added.
- svg/animations/script-tests/accumulate-values-width-animation.js: Added.
(sample1):
(sample2):
(sample3):
(sample4):
(sample5):
(sample6):
(sample7):
(sample8):
(sample9):
(sample10):
(sample11):
(executeTest):
- 8:08 AM Changeset in webkit [115725] by
-
- 2 edits in trunk/Source/WebCore
https://bugs.webkit.org/show_bug.cgi?id=85231
Fixed position objects that are removed from the DOM don't kick off
fixed position recalculation
-and corresponding-
<rdar://problem/11297916>
Reviewed by Darin Adler.
- rendering/RenderBox.cpp:
(WebCore::RenderBox::willBeDestroyed):
- 7:57 AM Changeset in webkit [115724] by
-
- 1 edit2 adds in trunk/LayoutTests
drag of links with styled text drop as links with plain text
https://bugs.webkit.org/show_bug.cgi?id=19386
Reviewed by Hajime Morita.
Add a regression test since the said bug appears to have been fixed on ToT WebKit.
- editing/pasteboard/drag-drop-url-with-style-expected.txt: Added.
- editing/pasteboard/drag-drop-url-with-style.html: Added.
- 7:53 AM Changeset in webkit [115723] by
-
- 2 edits in trunk/Source/WebKit2
[Qt] Stop repeating timers which should only fire once
https://bugs.webkit.org/show_bug.cgi?id=85277
Reviewed by Antonio Gomes.
The TapGestureRecognizer uses QBasicTimers which are
repeating timers, so stop then when they fire.
- UIProcess/qt/QtTapGestureRecognizer.cpp:
(WebKit::QtTapGestureRecognizer::highlightTimeout):
(WebKit::QtTapGestureRecognizer::singleTapTimeout):
(WebKit::QtTapGestureRecognizer::tapAndHoldTimeout):
- 7:20 AM Changeset in webkit [115722] by
-
- 1 edit1 delete in trunk/LayoutTests
Remove Mac WK2-specific result for svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm.
- platform/mac-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
- 5:55 AM Changeset in webkit [115721] by
-
- 2 edits in trunk/Source/WebKit/chromium
WebKit unit tests RenderTableCellDeathTest.CanSetRow* are failing as of r115705
https://bugs.webkit.org/show_bug.cgi?id=85274
Not reviewed: test disabled.
- tests/RenderTableCellTest.cpp:
- 5:28 AM Changeset in webkit [115720] by
-
- 3 edits in trunk/LayoutTests
Fix test regression introduced by r115086.
https://bugs.webkit.org/show_bug.cgi?id=84566
Patch by Yuzhu Shen <yzshen@chromium.org> on 2012-05-01
Reviewed by Pavel Feldman.
- inspector/network-status-non-http.html:
- platform/qt/Skipped:
- 5:12 AM Changeset in webkit [115719] by
-
- 2 edits in trunk/Source/WebKit/chromium
WebKit test RenderTableCellDeathTest.CanSetRow is failing as of r115705
https://bugs.webkit.org/show_bug.cgi?id=85274
Not reviewed: test disabled.
The test is based on the standalone cell, while the new logic
requires parent to be present upon the row index set.
- tests/RenderTableCellTest.cpp:
- 4:18 AM Changeset in webkit [115718] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Regression r113405 ContextMenuImpl does not set a misspelled word
https://bugs.webkit.org/show_bug.cgi?id=85271
Reviewed by Kent Tamura.
This change calls selectMisspelledWord() to get a misspelled word so Chrome can
set the misspelledWord variable without selecting text.
- src/ContextMenuClientImpl.cpp:
(WebKit::ContextMenuClientImpl::getCustomMenuFromDefaultItems):
- 3:47 AM Changeset in webkit [115717] by
-
- 8 edits1 copy1 move in trunk/LayoutTests
[Chromium] Rebaseline for recent changes about <input type=date>.
- platform/chromium-linux/fast/forms/date/date-appearance-expected.png:
- platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
- platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
- platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
- platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt: Copied from LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt.
- platform/chromium-win/fast/forms/date/date-appearance-expected.png:
- platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
- platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt.
- platform/chromium/test_expectations.txt:
- 2:15 AM Changeset in webkit [115716] by
-
- 2 edits in trunk/Source/WebCore
Early-out for subtracting a non-intersecting region
https://bugs.webkit.org/show_bug.cgi?id=85258
Reviewed by Hajime Morita.
Given regions A and B, if the bounds of the regions do not intersect,
then the regions themselves do not intersect. If the intersection of
A and B is empty, then A subtract B == A.
- platform/graphics/Region.cpp:
(WebCore::Region::subtract):
- 1:43 AM Changeset in webkit [115715] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Test expectation update for r115713.
https://bugs.webkit.org/show_bug.cgi?id=84935
- platform/chromium/test_expectations.txt:
Mark TEXT for date-input-visible-strings.html
- 1:39 AM Changeset in webkit [115714] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, GTK test_expectations update.
- platform/gtk/test_expectations.txt: media/track/track-mode.html
is still flaky as per bug 83878.
- 12:54 AM Changeset in webkit [115713] by
-
- 5 edits4 adds in trunk/Source
[Chromium/Windows] Add LocalizedDateWin
https://bugs.webkit.org/show_bug.cgi?id=84935
Reviewed by Kentaro Hara.
Source/WebCore:
LocalizedDateICU.cpp doesn't reflect system settings. So there were some
problems such as <input type=date> doesn't use system's date format.
We need to use Windows API to get a date format and calendar parameters.
We obtain a date format like "MM/dd/yy" via Windows API, and
format/parse dates for the format by our own code because Windows API
can't handle years older than 1601 and doesn't have date parsing API.
Unit test: Source/WebKit/chromium/tests/LocaleWinTest.cpp
- WebCore.gypi: Add LocalizedDateWin.cpp.
- WebCore.gyp/WebCore.gyp:
For Windows, remove LocalizedDateICU.cpp and add LocalizedDateWin.cpp.
All of *Win.cpp files are excluded by default.
- platform/text/LocaleWin.cpp: Added.
(WebCore::LocaleWin::LocaleWin):
(WebCore::LocaleWin::create):
(WebCore::LocaleWin::currentLocale):
(WebCore::LocaleWin::~LocaleWin):
(WebCore::LocaleWin::getLocaleInfoString):
A helper function to obtain a string by GetLocaleInfo().
(WebCore::LocaleWin::initializeShortMonthLabels):
Obtain short month names from Windows.
(WebCore::DateFormatToken): A struct to represent a token in a date format.
e.g. A format string "MM/dd/yy" generates five DateFormatToken:
Month2, Literal, Day2, Literal, Year2.
(isEraSymbol): A readability helper function.
(isYearSymbol): ditto.
(isMonthSymbol): ditto.
(isDaySymbol): ditto.
(countContinuousLetters):
(commitLiteralToken): A helper for parseDateFormat().
(parseDateFormat):
Parse a format string, and generate a list of DateFormatToken.
(WebCore::parseNumber): A helper for parseDate().
(WebCore::LocaleWin::parseNumberOrMonth): ditto.
(WebCore::LocaleWin::parseDate):
Parse a user-provided date string by matching with a DateFormatToken list.
(WebCore::appendNumber): A helper for formatDate().
(WebCore::appendTwoDigitsNumber): ditto. Write at least two digits.
(WebCore::appendFourDigitsNumber): ditto. Write at least four digits.
(WebCore::LocaleWin::formatDate):
Format a DateComponents by iterating a DateFormatToken list.
(WebCore::LocaleWin::initializeShortDateTokens):
(WebCore::substituteLabelsIntoFormat):
Creates a user-visible format string by iterating a DateFormatToken list.
(WebCore::LocaleWin::dateFormatText):
(WebCore::LocaleWin::initializeMonthLabels):
Creates month names by Windows API.
(WebCore::LocaleWin::initializeWeekDayShortLabels):
Creates day names by Windows API.
(WebCore::LocaleWin::monthLabels):
Public accessor function for month names.
(WebCore::LocaleWin::weekDayShortLabels):
Public accessor function for day names.
- platform/text/LocaleWin.h: Added.
- platform/text/LocalizedDateWin.cpp:
Added. The following functions simply delegate to LocaleWin::currentLocale().
(WebCore::parseLocalizedDate):
(WebCore::formatLocalizedDate):
(WebCore::localizedDateFormatText):
(WebCore::monthLabels):
(WebCore::weekDayShortLabels):
(WebCore::firstDayOfWeek):
Source/WebKit/chromium:
Add test for LocaleWin.cpp.
- WebKit.gypi:
- tests/LocaleWinTest.cpp: Added.
(msForDate): A helper function.
(TEST):
Apr 30, 2012:
- 11:39 PM Changeset in webkit [115712] by
-
- 3 edits in trunk/LayoutTests
Unreviewed, rebaselining after r115666 and test expectations update
after r115651.
- platform/gtk/fast/js/constructor-length-expected.txt:
- platform/gtk/test_expectations.txt:
- 11:11 PM FeatureFlags edited by
- Add LEGACY_WEBKIT_BLOB_BUILDER (diff)
- 8:51 PM Changeset in webkit [115711] by
-
- 4 edits in trunk
REGRESSION(r115600): parseLocalizedDate() should fail for invalid inputs
https://bugs.webkit.org/show_bug.cgi?id=85176
Reviewed by Kentaro Hara.
Source/WebCore:
Test: fast/forms/date/input-date-commit-valid-only.html
- platform/text/mac/LocalizedDateMac.mm:
(WebCore::parseLocalizedDate):
We should check nil for the result of NSDateFormtter::dateFromString.
LayoutTests:
- platform/chromium/test_expectations.txt: Remove an entry for a fixed test.
- 8:27 PM Changeset in webkit [115710] by
-
- 2 edits in trunk/Source/WebCore
Fix another leak due to misuse of createCFString.
Reviewed by Darin Adler.
- plugins/mac/PluginPackageMac.cpp:
(WebCore::PluginPackage::fetchInfo): Adopt the result of createCFString.
- 8:27 PM Changeset in webkit [115709] by
-
- 2 edits in trunk/Source/WebCore
<rdar://problem/11312198> Many leaks during fast/events/dropzone-002.html
Reviewed by Darin Adler.
- platform/mac/ClipboardMac.mm:
(WebCore::utiTypeFromCocoaType): Adopt the result of createCFString.
- 8:26 PM Changeset in webkit [115708] by
-
- 2 edits in trunk/Source/WebCore
<rdar://problem/11352575> Many CGImageRefs leaked during media layout tests
Reviewed by Brian Weinstein.
- platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
(WebCore::MediaPlayerPrivateAVFoundationObjC::createImageForTimeInRect): Adopt the CGImageRef.
- 8:24 PM Changeset in webkit [115707] by
-
- 2 edits in trunk/Source/WebCore
Change RenderBoxModelObject::calculateBackgroundImageGeometry to use roundToInt
https://bugs.webkit.org/show_bug.cgi?id=85249
Reviewed by Eric Seidel.
Prepare RenderBoxModelObject for FractionalLayoutUnits by adding rounding
logic to calculateBackgroundImageGeometry. Background images, as all
images, needs to be layed out on pixel boundaries thus we need to convert
it to a integer value.
No new tests, no change in functionality.
- rendering/RenderBoxModelObject.cpp:
(WebCore::RenderBoxModelObject::calculateBackgroundImageGeometry):
- 8:21 PM Changeset in webkit [115706] by
-
- 5 edits in trunk
Unreviewed, rolling out r113511.
http://trac.webkit.org/changeset/113511
https://bugs.webkit.org/show_bug.cgi?id=66032
https://bugs.webkit.org/show_bug.cgi?id=85150
Regression: Many autofilled form fields lack the default
autofill background even when authors don’t override the
autofill colors
Source/WebCore:
- css/html.css:
(input:-webkit-autofill): Restore !important modifiers
LayoutTests:
- fast/forms/input-autofilled-expected.txt:
- fast/forms/input-autofilled.html:
- 8:13 PM Changeset in webkit [115705] by
-
- 13 edits in trunk/Source
Move RenderTableCell's row index to RenderTableRow
https://bugs.webkit.org/show_bug.cgi?id=85229
Reviewed by Ojan Vafai.
Source/WebCore:
Covered by the existing table tests.
Row index is a RenderTableRow concept and as such this change moves
the relevant logic into the class.
While touching the code, renamed row() -> rowIndex() as now RenderTableCell
can return its parent RenderTableRow and we were returning an index, not the row
itself.
- accessibility/AccessibilityTable.cpp:
(WebCore::AccessibilityTable::cellForColumnAndRow):
- accessibility/AccessibilityTableCell.cpp:
(WebCore::AccessibilityTableCell::rowIndexRange):
(WebCore::AccessibilityTableCell::titleUIElement):
- rendering/RenderTable.cpp:
(WebCore::RenderTable::cellAbove):
(WebCore::RenderTable::cellBelow):
(WebCore::RenderTable::cellBefore):
(WebCore::RenderTable::cellAfter):
- rendering/RenderTreeAsText.cpp:
(WebCore::RenderTreeAsText::writeRenderObject):
Updated after the renaming RenderTableCell::row() -> rowIndex().
- rendering/RenderTableCell.cpp:
(WebCore::RenderTableCell::RenderTableCell):
(WebCore::RenderTableCell::computeCollapsedBeforeBorder):
(WebCore::RenderTableCell::computeCollapsedAfterBorder):
Updated after m_rowIndex removal and row() -> rowIndex() renaming.
(WebCore::RenderTableCell::styleDidChange):
Switched the rowWasSet check to an ASSERT. The new logic guarantees that
row index was set straight when we insert the row. The previous logic was
opened to some race conditions as we could wait for a recalcCells call before
setting the index on the rows which made this check necessary.
- rendering/RenderTableCell.h:
(WebCore::RenderTableCell::row):
Added this RenderTableRow getter.
(WebCore::RenderTableCell::rowIndex):
Renamed from row().
- rendering/RenderTableRow.cpp:
(WebCore::RenderTableRow::RenderTableRow):
(WebCore::RenderTableRow::styleDidChange):
Updated after adding m_rowIndex / rowIndex().
- rendering/RenderTableRow.h:
(WebCore::RenderTableRow::setRowIndex):
(WebCore::RenderTableRow::rowIndex):
Added those getter / setter. Also kept m_rowIndex's smaller size
for future optimization and for symmetry with the column index on
RenderTableCell.
- rendering/RenderTableSection.cpp:
(WebCore::RenderTableSection::addChild):
(WebCore::RenderTableSection::recalcCells):
Made sure that whenever we insert or update our row index
we do call setRowIndex().
(WebCore::RenderTableSection::addCell):
This logic now doesn't need to query insertionRow as the cell's
should have the index of the row in which it is inserted.
(WebCore::RenderTableSection::calcRowLogicalHeight):
(WebCore::RenderTableSection::layoutRows):
(WebCore::compareCellPositionsWithOverflowingCells):
More updates after row() -> rowIndex() renaming.
- rendering/RenderTableSection.h:
Removed rowIndexForRenderer now that the row caches this informatin.
Source/WebKit/chromium:
- tests/RenderTableCellTest.cpp:
Updated after the refactoring.
- 7:53 PM Changeset in webkit [115704] by
-
- 16 edits4 adds in trunk
datalist: Inconsistent behavior of HTMLInputElement::list
https://bugs.webkit.org/show_bug.cgi?id=84351
Source/WebCore:
Each platform will have a different set of input types that support the datalist UI.
This patch makes shouldRespectListAttribute ask the RenderTheme if it supports datalist UI for that input type.
Thus making it possible to do feature detection with JS.
Reviewed by Kent Tamura.
- WebCore.gypi: Added RenderThemeChromiumCommon.{cpp,h}
- html/ColorInputType.cpp:
(WebCore::ColorInputType::shouldRespectListAttribute):
(WebCore):
- html/ColorInputType.h:
(ColorInputType):
- html/InputType.cpp:
(WebCore::InputType::themeSupportsDataListUI): Static method used by TextFieldInputType, RangeInputType, and ColorInputType.
(WebCore):
- html/InputType.h:
(InputType):
- html/RangeInputType.cpp:
(WebCore::RangeInputType::shouldRespectListAttribute):
- html/TextFieldInputType.cpp:
(WebCore::TextFieldInputType::shouldRespectListAttribute):
- rendering/RenderTheme.h:
(RenderTheme):
(WebCore::RenderTheme::supportsDataListUI): Returns true if the platform can show the datalist suggestions for a given input type.
- rendering/RenderThemeChromiumCommon.cpp: Added.
(WebCore):
(WebCore::RenderThemeChromiumCommon::supportsDataListUI):
- rendering/RenderThemeChromiumCommon.h: Added.
(WebCore):
(RenderThemeChromiumCommon):
- rendering/RenderThemeChromiumMac.h:
(RenderThemeChromiumMac):
- rendering/RenderThemeChromiumMac.mm:
(WebCore::RenderThemeChromiumMac::supportsDataListUI):
(WebCore):
- rendering/RenderThemeChromiumSkia.cpp:
(WebCore::RenderThemeChromiumMac::supportsDataListUI):
(WebCore):
- rendering/RenderThemeChromiumSkia.h:
(RenderThemeChromiumSkia):
LayoutTests:
Reviewed by Kent Tamura.
- fast/forms/datalist/input-list-expected.txt:
- fast/forms/datalist/input-list.html: Added tests for all input types.
- platform/chromium/fast/forms/datalist/input-list-expected.txt: Added.
- 7:51 PM Changeset in webkit [115703] by
-
- 5 edits3 adds in trunk/Source
[Chromium] Add thunk headers for staging Prerendering API.
https://bugs.webkit.org/show_bug.cgi?id=84880
Reviewed by Adam Barth.
These empty headers will be replaced by the actual API when Bug 85005 is commited.
Source/Platform:
- Platform.gypi:
- chromium/public/WebPrerender.h: Added.
(WebKit):
(WebPrerender):
(ExtraData):
(WebKit::WebPrerender::ExtraData::~ExtraData):
(WebKit::WebPrerender::url):
(WebKit::WebPrerender::referrer):
(WebKit::WebPrerender::referrerPolicy):
(WebKit::WebPrerender::setExtraData):
(WebKit::WebPrerender::extraData):
(WebKit::WebPrerender::WebPrerender):
(WebKit::WebPrerender::~WebPrerender):
- chromium/public/WebPrerenderingSupport.h: Added.
(WebKit):
(WebPrerenderingSupport):
(WebKit::WebPrerenderingSupport::initialize):
(WebKit::WebPrerenderingSupport::shutdown):
(WebKit::WebPrerenderingSupport::current):
(WebKit::WebPrerenderingSupport::add):
(WebKit::WebPrerenderingSupport::cancel):
(WebKit::WebPrerenderingSupport::abandon):
(WebKit::WebPrerenderingSupport::WebPrerenderingSupport):
(WebKit::WebPrerenderingSupport::~WebPrerenderingSupport):
Source/WebKit/chromium:
- WebKit.gyp:
- public/WebPrerendererClient.h: Added.
(WebKit):
(WebPrerendererClient):
- public/WebView.h:
(WebKit):
(WebKit::WebView::setPrerendererClient):
- 7:38 PM Changeset in webkit [115702] by
-
- 3 edits in trunk/Source/WebKit/chromium
[Chromium] Fix Autofill popup visibility behavior
Prevent users from interacting with invisible Autofill popups rendered outside the main frame's contents view.
This is a recommit of r115400, restricted to just Autofill popups.
https://bugs.webkit.org/show_bug.cgi?id=84420
Reviewed by Abhishek Arya
- src/ChromeClientImpl.cpp:
(WebKit::ChromeClientImpl::popupOpened): Hide popups rendered outside the main frame's contents view.
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::applyAutofillSuggestions): Fix up order of operations to support immediately hiding a popup if it would not be visible
- 7:24 PM FeatureFlags edited by
- Add LINK_PRERENDER, SUBPIXEL_LAYOUT, and NATIVE_FULLSCREEN_VIDEO (diff)
- 7:15 PM Changeset in webkit [115701] by
-
- 3 edits in trunk/Source/WebCore
RenderObject incorrectly lists maximalOutlineSize as a LayoutUnit
https://bugs.webkit.org/show_bug.cgi?id=85248
Reviewed by Eric Seidel.
Reverting RenderObject::maximalOutlineSize to int. This is a slop value for repaint
rects that doesn't affect layout. It also derives its value from RenderView's function
of the same name, which is already an integer.
No new tests. No change in behavior.
- rendering/RenderObject.cpp:
(WebCore::RenderObject::maximalOutlineSize):
- rendering/RenderObject.h:
(RenderObject):
- 7:09 PM Changeset in webkit [115700] by
-
- 4 edits in trunk/LayoutTests
REGRESSION: editing/inserting/insert-bg-font.html fails on Lion
https://bugs.webkit.org/show_bug.cgi?id=82079
Patch by Koji Ishii <Koji Ishii> on 2012-04-30
Reviewed by Ryosuke Niwa.
The test fails only if "Correct spelling automatically" is turned on.
AutoCorrect kicks in because the test has "backgroundblue" as a word,
so changing it to "background blue" fixes the failure.
- editing/inserting/insert-bg-font-expected.txt: Change "backgroundblue" to "background blue".
- editing/inserting/insert-bg-font.html: Ditto.
- 6:50 PM Changeset in webkit [115699] by
-
- 4 edits5 adds in trunk
Add multichannel support for input of JavaScriptAudioNode
https://bugs.webkit.org/show_bug.cgi?id=84687
Patch by Xingnan Wang <xingnan.wang@intel.com> on 2012-04-30
Reviewed by Chris Rogers.
Source/WebCore:
Tests: webaudio/javascriptaudionode-downmix8-2channel-input.html
webaudio/javascriptaudionode-upmix2-8channel-input.html
- Modules/webaudio/JavaScriptAudioNode.cpp:
(WebCore::JavaScriptAudioNode::create):
(WebCore::JavaScriptAudioNode::JavaScriptAudioNode):
(WebCore::JavaScriptAudioNode::initialize):
(WebCore::JavaScriptAudioNode::process):
- Modules/webaudio/JavaScriptAudioNode.h:
(JavaScriptAudioNode):
LayoutTests:
- webaudio/javascriptaudionode-downmix8-2channel-input-expected.txt: Added.
- webaudio/javascriptaudionode-downmix8-2channel-input.html: Added.
- webaudio/javascriptaudionode-upmix2-8channel-input-expected.txt: Added.
- webaudio/javascriptaudionode-upmix2-8channel-input.html: Added.
- webaudio/resources/javascriptaudionode-testing.js: Added.
(createBuffer):
(processAudioData):
(fillData):
(checkStereoOnlyData):
(runJSNodeTest):
- 6:38 PM Changeset in webkit [115698] by
-
- 2 edits in trunk/Source/WebKit2
Crash when opening plug-ins in background tabs
https://bugs.webkit.org/show_bug.cgi?id=85255
<rdar://problem/11344053>
Reviewed by Dan Bernstein.
- PluginProcess/mac/PluginControllerProxyMac.mm:
(WebKit::PluginControllerProxy::setLayerHostingMode):
m_layerHostingContext can be null for plug-ins that don't use the Core Animation drawing model, so check for that.
- 6:20 PM Changeset in webkit [115697] by
-
- 4 edits in trunk/Source/JavaScriptCore
Should be able to use YARR JIT without the JS language JIT
https://bugs.webkit.org/show_bug.cgi?id=85252
Reviewed by Geoff Garen.
Need to split canUseRegExpJIT out of canUseJIT.
- runtime/JSGlobalData.cpp:
(JSC):
(JSC::useJIT):
(JSC::JSGlobalData::JSGlobalData):
- replace m_canUseJIT with m_canUseAssembler
- runtime/JSGlobalData.h:
(JSGlobalData):
(JSC::JSGlobalData::canUseRegExpJIT):
- Added canUseRegExpJIT, distinct from canUseJIT.
- runtime/RegExp.cpp:
(JSC::RegExp::compile):
(JSC::RegExp::compileMatchOnly):
- Call canUseRegExpJIT instead of canUseJIT.
- 6:10 PM Changeset in webkit [115696] by
-
- 9 edits in trunk/Source/WebKit2
[Qt][WK2] Fixed layers are shaking when zoom level is not 1.0 due to a rounding error.
https://bugs.webkit.org/show_bug.cgi?id=84306
Reviewed by Noam Rosenthal.
When zooming, we need to be careful about how to convert the visible rect from float to int.
Using toAlignedRect can produce inconsistent width and height when we are scrolling.
This patch carefully modifies each piece of the visible rect, to avoid such rounding errors.
In addition, the TransformationMatrix we use for painting, needs to be adjusted for the same rounding error.
- UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewPrivate::visibleContentsRect):
(QQuickWebViewFlickablePrivate::_q_contentViewportChanged):
- UIProcess/DrawingAreaProxy.h:
(WebCore):
(WebKit::DrawingAreaProxy::setVisibleContentsRect):
- UIProcess/DrawingAreaProxyImpl.cpp:
(WebKit::DrawingAreaProxyImpl::setVisibleContentsRect):
- UIProcess/DrawingAreaProxyImpl.h:
(DrawingAreaProxyImpl):
- UIProcess/LayerTreeHostProxy.cpp:
(WebKit::LayerTreeHostProxy::setVisibleContentsRect):
- UIProcess/LayerTreeHostProxy.h:
(LayerTreeHostProxy):
- UIProcess/WebLayerTreeRenderer.cpp:
(WebKit::WebLayerTreeRenderer::paintToCurrentGLContext):
(WebKit::WebLayerTreeRenderer::setVisibleContentsRect):
- UIProcess/WebLayerTreeRenderer.h:
(WebLayerTreeRenderer):
- 5:57 PM WebKit Team edited by
- (diff)
- 5:52 PM Changeset in webkit [115695] by
-
- 4 edits in trunk/Source
Source/WebCore: Harden arithmetic in ImageBufferDataCG
https://bugs.webkit.org/show_bug.cgi?id=61373
Reviewed by Gavin Barraclough.
We have a checked type that allows us to automate many of the
bounds checks we want here, so let's replace the floating point
math, and just use Checked<> throughout. We use a non-recording
Checked<> as no overflows should reach this point, so we'll take
a hard early failure, over the cost of many branches when
accessing the raw values in loops.
- platform/graphics/cg/ImageBufferDataCG.cpp:
(WebCore::ImageBufferData::getData):
(WebCore::ImageBufferData::putData):
Source/WTF: Investigate overflows in Canvas putImageData routine
https://bugs.webkit.org/show_bug.cgi?id=61373
Reviewed by Gavin Barraclough.
Allow floating point multiplies of checked types (complete with
bounds checks).
- wtf/CheckedArithmetic.h:
(Checked):
(WTF::Checked::operator*=):
- 5:47 PM Changeset in webkit [115694] by
-
- 13 edits in branches/dfgopt/Source/JavaScriptCore
Bytecode dumps should contain data about the state of get_by_id caches
https://bugs.webkit.org/show_bug.cgi?id=85246
Reviewed by Gavin Barraclough.
Changed the DFG bytecode parser (and the code that calls it) to be able
to call codeBlock->dump() on the code blocks being parsed.
Changed bytecode dumping to be able to print the state of get_by_id
caches inline with the bytecode.
Removed the old StructureStubInfo dumping code, which no longer worked
right, and was incapable of telling us information about chain and list
accesses.
This change does not add dumping for put_by_id caches. We can add that
at a later time.
- bytecode/CodeBlock.cpp:
(JSC::CodeBlock::printUnaryOp):
(JSC::CodeBlock::printBinaryOp):
(JSC::CodeBlock::printConditionalJump):
(JSC::CodeBlock::printGetByIdOp):
(JSC::dumpStructure):
(JSC):
(JSC::dumpChain):
(JSC::CodeBlock::printGetByIdCacheStatus):
(JSC::CodeBlock::printCallOp):
(JSC::CodeBlock::printPutByIdOp):
(JSC::printGlobalResolveInfo):
(JSC::CodeBlock::printStructure):
(JSC::CodeBlock::printStructures):
(JSC::CodeBlock::dump):
(JSC::CodeBlock::visitStructures):
(JSC::ProgramCodeBlock::jitCompileImpl):
(JSC::EvalCodeBlock::jitCompileImpl):
(JSC::FunctionCodeBlock::jitCompileImpl):
- bytecode/CodeBlock.h:
(CodeBlock):
(JSC::CodeBlock::jitCompile):
(ProgramCodeBlock):
(EvalCodeBlock):
(FunctionCodeBlock):
- dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::ByteCodeParser):
(ByteCodeParser):
(JSC::DFG::ByteCodeParser::parseCodeBlock):
(JSC::DFG::parse):
- dfg/DFGByteCodeParser.h:
(DFG):
- dfg/DFGDriver.cpp:
(JSC::DFG::compile):
(JSC::DFG::tryCompile):
(JSC::DFG::tryCompileFunction):
- dfg/DFGDriver.h:
(DFG):
(JSC::DFG::tryCompile):
(JSC::DFG::tryCompileFunction):
- dfg/DFGOSRExitCompiler.cpp:
- jit/JITDriver.h:
(JSC::jitCompileIfAppropriate):
(JSC::jitCompileFunctionIfAppropriate):
- llint/LLIntSlowPaths.cpp:
(JSC::LLInt::jitCompileAndSetHeuristics):
- runtime/Executable.cpp:
(JSC::EvalExecutable::jitCompile):
(JSC::EvalExecutable::compileInternal):
(JSC::ProgramExecutable::jitCompile):
(JSC::ProgramExecutable::compileInternal):
(JSC::FunctionExecutable::jitCompileForCall):
(JSC::FunctionExecutable::jitCompileForConstruct):
(JSC::FunctionExecutable::compileForCallInternal):
(JSC::FunctionExecutable::compileForConstructInternal):
- runtime/Executable.h:
(EvalExecutable):
(ProgramExecutable):
(FunctionExecutable):
(JSC::FunctionExecutable::jitCompileFor):
- runtime/ExecutionHarness.h:
(JSC::prepareForExecution):
(JSC::prepareFunctionForExecution):
- 5:39 PM Changeset in webkit [115693] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, test expectations update.
- platform/chromium/test_expectations.txt:
- 5:09 PM Changeset in webkit [115692] by
-
- 1 edit in branches/subpixellayout/Source/WebCore/rendering/RenderBoxModelObject.cpp
Change lround to roundToInt as we're dealing with LayoutUnits.
- 5:06 PM Changeset in webkit [115691] by
-
- 7 edits in trunk/Source/WebCore
Add absoluteValue method for LayoutUnits to allow overloading abs()
https://bugs.webkit.org/show_bug.cgi?id=85214
Reviewed by Eric Seidel.
Adding an absoluteValue free inline function that operates on LayoutUnits, which
allows us to have one function signature for ints or FractionalLayoutUnits. We
can't simply add a FractionalLayoutUnit flavor of abs because it confuses
some compilers due to the implicit FractionalLayoutUnit constructors that take
ints and floats.
No new tests. No change in behavior.
- page/SpatialNavigation.cpp:
(WebCore::distanceDataForNode):
- rendering/LayoutTypes.h:
(WebCore::absoluteValue):
(WebCore):
- rendering/RenderBlockLineLayout.cpp:
(WebCore::RenderBlock::checkPaginationAndFloatsAtEndLine):
- rendering/RenderLineBoxList.cpp:
(WebCore::RenderLineBoxList::rangeIntersectsRect):
- rendering/RenderObject.cpp:
(WebCore::RenderObject::repaintAfterLayoutIfNeeded):
- 4:58 PM Changeset in webkit [115690] by
-
- 544 edits2 copies3 deletes in branches/subpixellayout
Merge trunk changes up until 115687 into subpixel branch.
- 4:42 PM Changeset in webkit [115689] by
-
- 3 edits in trunk/Source/WebCore
Update LayoutUnit usage in InlineFlowBox and RenderWidget
https://bugs.webkit.org/show_bug.cgi?id=85239
Reviewed by Eric Seidel.
Updating LayoutUnit usage in a pair of remaining functions to minimize the remaining work to switching
to FractionalLayoutUnits for layout instead of integers.
No new tests. No change in behavior.
- rendering/InlineFlowBox.cpp:
(WebCore::InlineFlowBox::placeBoxesInBlockDirection): Though stored as a float, the top is always
set to an integer value. When we move to sub-pixel, we need to preserve this. Not preserving this
behavior affects text decorations, most notably underlines.
- rendering/RenderWidget.cpp:
(WebCore::RenderWidget::updateWidgetGeometry): Adding pixel snapping for the content box if it's
not transformed (absoluteContentBox includes pixel snapping), and properly treating the boundingBox
as an IntRect.
- 4:34 PM Changeset in webkit [115688] by
-
- 5 edits in trunk/Source/JavaScriptCore
Should be able to build YARR JIT without the JS language JIT
https://bugs.webkit.org/show_bug.cgi?id=85242
Reviewed by Michael Saboff.
Some build macros are wrong.
- assembler/RepatchBuffer.h:
- jit/ExecutableAllocator.h:
(JSC):
- jit/JITExceptions.cpp:
- runtime/InitializeThreading.cpp:
(JSC::initializeThreadingOnce):
- 4:16 PM Companies and Organizations that have contributed to WebKit edited by
- (diff)
- 4:03 PM Changeset in webkit [115687] by
-
- 2 edits in trunk/Source/WebCore
Prepare RenderDeprecatedFlexibleBox for sub-pixel layout
https://bugs.webkit.org/show_bug.cgi?id=85217
Reviewed by Eric Seidel.
Bailing from the space distribution loop in layoutHorizontal/VerticalBox when
the remaining space falls below one pixel. This has no effect in whole-pixel
layout, but avoids unnecessary work/infinite loops in the sub-pixel case.
No new tests. No change in behavior.
- rendering/RenderDeprecatedFlexibleBox.cpp:
(WebCore::RenderDeprecatedFlexibleBox::layoutHorizontalBox):
(WebCore::RenderDeprecatedFlexibleBox::layoutVerticalBox):
- 3:51 PM Changeset in webkit [115686] by
-
- 3 edits2 adds in trunk
NULL ptr in WebCore::Range::getBorderAndTextQuads
https://bugs.webkit.org/show_bug.cgi?id=77218
Reviewed by Eric Seidel.
Source/WebCore:
The crash was caused by a malformed range obtained within an event handler of mutation events
(DOMNodeRemovedFromDocument). Because this range wasn't updated per node removal, range functions
end up not behaving well.
Fixed the bug by changing the order of the notifications in ContainerNode::willRemoveChild.
We now fire mutation events first before updating ranges so that any range created inside those
event handlers can also be updated prior to the actual node removal.
Test: fast/dom/Range/range-created-in-mutation-event-crash.xhtml
- dom/ContainerNode.cpp:
(WebCore::willRemoveChild):
LayoutTests:
Add a regression test. We use alert here instead of innerHTML, textContent, etc...
because document element is no longer well-formed at the end of the test.
- fast/dom/Range/range-created-in-mutation-event-crash-expected.txt: Added.
- fast/dom/Range/range-created-in-mutation-event-crash.xhtml: Added.
- 3:51 PM Changeset in webkit [115685] by
-
- 2 edits in trunk/Tools
Fix tests to not depend on the actual list of builders at build.chromium.org.
- TestResultServer/static-dashboards/flakiness_dashboard_unittests.js:
(testHtmlForIndividualTestOnAllBuildersWithChrome):
(testHtmlForIndividualTestOnAllBuildersWithChromeWebkitMaster):
- 3:49 PM Changeset in webkit [115684] by
-
- 1 edit3 deletes in trunk/LayoutTests
REGRESSION (r115544): platform/mac/fast/events/pointer-events-dashboard.html is failing
Remove the test since r115544 removed the special behavior in Dashboard.
Rubber-stamped by Anders Carlsson.
- platform/mac/fast/events/pointer-events-dashboard-expected.png: Removed.
- platform/mac/fast/events/pointer-events-dashboard-expected.txt: Removed.
- platform/mac/fast/events/pointer-events-dashboard.html: Removed.
- 3:46 PM Changeset in webkit [115683] by
-
- 2 edits in trunk/LayoutTests
Unreviewed gardening
- platform/qt/test_expectations.txt:
- 3:44 PM Changeset in webkit [115682] by
-
- 5 edits in trunk
Source/WebKit/chromium: [chromium] Disable battery-status API support.
The battery-status API support should not have view-dependency. So disable it until
that is fixed.
https://bugs.webkit.org/show_bug.cgi?id=84499
Patch by Sadrul Habib Chowdhury <sadrul@chromium.org> on 2012-04-30
Reviewed by Adam Barth.
- features.gypi:
LayoutTests: [chromium] Disable battery-status API support.
https://bugs.webkit.org/show_bug.cgi?id=84499
Patch by Sadrul Habib Chowdhury <sadrul@chromium.org> on 2012-04-30
Reviewed by Adam Barth.
- platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
- platform/chromium/test_expectations.txt:
- 3:42 PM Changeset in webkit [115681] by
-
- 5 edits in trunk/Source
ScrollingCoordinator::requestScrollPositionUpdate should not update the main frame scroll position
https://bugs.webkit.org/show_bug.cgi?id=85240
<rdar://problem/11286609>
Reviewed by Sam Weinig.
Source/WebCore:
The call to updateMainFrameScrollPosition was added to make the WebKit2 find overlay work, since it relies
on scroll position updates being synchronous. Change the find code in WebKit2 to handle asynchronous scroll
position updates and remove the call to updateMainFrameScrollPosition.
- page/scrolling/ScrollingCoordinator.cpp:
(WebCore::ScrollingCoordinator::requestScrollPositionUpdate):
Source/WebKit2:
The find machinery should cope with asynchronous scroll position updates.
- WebProcess/WebPage/FindController.cpp:
(WebKit::FindController::updateFindUIAfterPageScroll):
Split the code that handles updating the find indicator and find overlay out into a separate function.
(WebKit::FindController::findString):
Call updateFindUIAfterPageScroll once we know that the scroll position has been updated.
- 3:41 PM Changeset in webkit [115680] by
-
- 2 edits1 delete in trunk/Source/WebKit/chromium
[Chromium] Remove Webkit/chromium/public/WebReferrerPolicy.h thunk.
https://bugs.webkit.org/show_bug.cgi?id=84552
After http://codereview.chromium.org/10139023/ lands, this thunk is no
longer needed.
Reviewed by Adam Barth.
- WebKit.gyp:
- public/WebReferrerPolicy.h: Removed.
- 3:29 PM Changeset in webkit [115679] by
-
- 5 edits in trunk
Arguments object resets attributes on redefinition of a parameter
https://bugs.webkit.org/show_bug.cgi?id=84994
Rubber stamped by Oliver Hunt.
Source/JavaScriptCore:
There is a bug that we always re-add the original property before
redefinition, doing so in a way that will reset the attributes
without checking configurability.
- runtime/Arguments.cpp:
(JSC::Arguments::defineOwnProperty):
- Only instantiate the property once - do not re-add if it has already been added, or if it has been deleted.
LayoutTests:
- fast/js/arguments-expected.txt:
- fast/js/script-tests/arguments.js:
- Added test cases.
- 3:21 PM Changeset in webkit [115678] by
-
- 8 edits in trunk/Source
Add a way to asynchronously call a function once the scroll position of a page has been updated
https://bugs.webkit.org/show_bug.cgi?id=85237
Reviewed by Sam Weinig.
Source/WebCore:
- WebCore.exp.in:
Export functions needed by WebKit2.
- page/scrolling/ScrollingCoordinator.h:
Make commitTreeStateIfNeeded public.
Source/WebKit2:
Add DrawingArea::dispatchAfterEnsuringUpdatedScrollPosition, which will call the given function object after
making sure that the scroll position has been updated correctly. This is important for TiledCoreAnimationDrawingArea,
which updates the scrolling position asynchronously.
- WebProcess/WebPage/DrawingArea.cpp:
(WebKit::DrawingArea::dispatchAfterEnsuringUpdatedScrollPosition):
Since scroll position updates are synchronous by default, just call function directly.
- WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:
(WebKit::TiledCoreAnimationDrawingArea::dispatchAfterEnsuringUpdatedScrollPosition):
Commit the layer tree state and then use ScrollingThread::dispatchBarrier to make sure that the function is called when any
scroll position changes have been made. If possible, freeze the layer tree to make sure that the update is atomic.
- 3:14 PM Changeset in webkit [115677] by
-
- 4 edits in trunk/Source/WebKit2
Fix ALL the build failures!
- UIProcess/API/mac/WKView.mm:
(-[WKView WebKit::]):
- UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.h:
- UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.mm:
- 3:06 PM Changeset in webkit [115676] by
-
- 2 edits in trunk/Source/WebKit2
Build fix.
- Shared/DrawingAreaInfo.h:
- 3:04 PM Changeset in webkit [115675] by
-
- 8 edits in branches/subpixellayout/Source
Adding absoluteValue abs clone in LayoutTypes and using it throughout WebCore. Replacing a .round() with roundToInt, and adding needed absoluteValues in DeprecatedFlexibleBox.
- 2:52 PM Changeset in webkit [115674] by
-
- 2 edits in trunk/Source/JavaScriptCore
Remove an erroneous assertion after r115655.
- runtime/NumberPrototype.cpp:
(JSC::toUStringWithRadix):
- 2:48 PM Changeset in webkit [115673] by
-
- 4 edits2 adds in trunk
WebGLRenderingContext methods should throw TypeError for not enough arguments
https://bugs.webkit.org/show_bug.cgi?id=84787
Reviewed by Kenneth Russell.
Currently, WebGLRenderingcontext methods implement
"Not enough arguments" error as SyntaxError. The Web IDL
spec requires that it should be TypeError:
http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm
This patch changes SyntaxError to TypeError.
Source/WebCore:
I wanted to confirm the behavior of Firefox and Opera,
but they do not implement WebGL yet.
Test: fast/canvas/webgl/webgl-exceptions.html
- bindings/js/JSWebGLRenderingContextCustom.cpp:
(WebCore::getObjectParameter):
(WebCore::JSWebGLRenderingContext::getAttachedShaders):
(WebCore::JSWebGLRenderingContext::getExtension):
(WebCore::JSWebGLRenderingContext::getFramebufferAttachmentParameter):
(WebCore::JSWebGLRenderingContext::getParameter):
(WebCore::JSWebGLRenderingContext::getProgramParameter):
(WebCore::JSWebGLRenderingContext::getShaderParameter):
(WebCore::JSWebGLRenderingContext::getUniform):
(WebCore::dataFunctionf):
(WebCore::dataFunctioni):
(WebCore::dataFunctionMatrix):
- bindings/v8/custom/V8WebGLRenderingContextCustom.cpp:
(WebCore::getObjectParameter):
(WebCore::V8WebGLRenderingContext::getAttachedShadersCallback):
(WebCore::V8WebGLRenderingContext::getExtensionCallback):
(WebCore::V8WebGLRenderingContext::getFramebufferAttachmentParameterCallback):
(WebCore::V8WebGLRenderingContext::getParameterCallback):
(WebCore::V8WebGLRenderingContext::getProgramParameterCallback):
(WebCore::V8WebGLRenderingContext::getShaderParameterCallback):
(WebCore::V8WebGLRenderingContext::getUniformCallback):
(WebCore::vertexAttribAndUniformHelperf):
(WebCore::uniformHelperi):
(WebCore::uniformMatrixHelper):
LayoutTests:
- fast/canvas/webgl/webgl-exceptions-expected.txt: Added.
- fast/canvas/webgl/webgl-exceptions.html: Added.
- 2:41 PM Changeset in webkit [115672] by
-
- 10 edits in trunk/Source
[gtk, qt, chromium, win] Fix usage of LayoutUnits and rounding in platform code
https://bugs.webkit.org/show_bug.cgi?id=85222
Reviewed by Eric Seidel.
Update platform code to use the pixel snapped values for painting rects
to line up with device pixels and change platform specific hit testing
code to use roundedPoint as hit testing is still mostly done on integer
bounds.
Source/WebCore:
No new tests, no change in functionality.
- platform/qt/RenderThemeQt.cpp:
(WebCore::RenderThemeQt::paintMediaVolumeSliderTrack):
- platform/win/PopupMenuWin.cpp:
(WebCore::PopupMenuWin::paint):
- rendering/RenderThemeChromiumSkia.cpp:
(WebCore::RenderThemeChromiumSkia::paintSearchFieldCancelButton):
(WebCore::RenderThemeChromiumSkia::paintSearchFieldResultsDecoration):
(WebCore::RenderThemeChromiumSkia::paintSearchFieldResultsButton):
Source/WebKit/gtk:
- WebCoreSupport/ChromeClientGtk.cpp:
(WebKit::ChromeClient::mouseDidMoveOverElement):
- webkit/webkithittestresult.cpp:
(WebKit::kit):
- webkit/webkitwebview.cpp:
(getLocationForKeyboardGeneratedContextMenu):
(webkit_web_view_query_tooltip):
Source/WebKit2:
- WebProcess/WebCoreSupport/win/WebPopupMenuWin.cpp:
(WebKit::WebPopupMenu::setUpPlatformData):
- 2:38 PM Changeset in webkit [115671] by
-
- 4 edits in trunk/Source/WebKit2
Put all of TiledCoreAnimationDrawingArea in #if ENABLE(THREADED_SCROLLING)
https://bugs.webkit.org/show_bug.cgi?id=85232
Reviewed by Sam Weinig.
Stop pretending that TiledCoreAnimationDrawingArea works without threaded scrolling.
- WebProcess/WebPage/DrawingArea.cpp:
(WebKit::DrawingArea::create):
- WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h:
- WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:
(WebKit::TiledCoreAnimationDrawingArea::TiledCoreAnimationDrawingArea):
(WebKit::TiledCoreAnimationDrawingArea::~TiledCoreAnimationDrawingArea):
(WebKit::dispatchBackToMainThread):
(WebKit::TiledCoreAnimationDrawingArea::forceRepaintAsync):
(WebKit::TiledCoreAnimationDrawingArea::didInstallPageOverlay):
(WebKit::TiledCoreAnimationDrawingArea::didUninstallPageOverlay):
(WebKit::TiledCoreAnimationDrawingArea::updatePreferences):
- 2:37 PM Changeset in webkit [115670] by
-
- 10 edits in trunk/Source/WebCore
[V8][JSC] Remove hard-coded "Not enough arguments" errors
https://bugs.webkit.org/show_bug.cgi?id=85207
Reviewed by Sam Weinig.
In bug 85022 and bug 85097, we implemented
createNotEnoughArgumentsError() in JSC and
V8Proxy::throwNotEnoughArgumentsError() in V8 and partially
removed hard-coded "Not enough arguments" errors.
This patch removes hard-coded "Not enough arguments"
errors by using the helper methods.
No tests. No change in behavior.
- bindings/js/JSAudioContextCustom.cpp:
(WebCore::JSAudioContextConstructor::constructJSAudioContext):
- bindings/js/JSSVGLengthCustom.cpp:
(WebCore::JSSVGLength::convertToSpecifiedUnits):
- bindings/js/JSWebSocketCustom.cpp:
(WebCore::JSWebSocketConstructor::constructJSWebSocket):
(WebCore::JSWebSocket::send):
- bindings/js/JSXMLHttpRequestCustom.cpp:
(WebCore::JSXMLHttpRequest::open):
- bindings/v8/ScriptController.cpp:
(WebCore::setValueAndClosePopupCallback):
- bindings/v8/custom/V8AudioContextCustom.cpp:
(WebCore::V8AudioContext::constructorCallback):
- bindings/v8/custom/V8SVGLengthCustom.cpp:
(WebCore::V8SVGLength::convertToSpecifiedUnitsCallback):
- bindings/v8/custom/V8WebSocketCustom.cpp:
(WebCore::V8WebSocket::constructorCallback):
(WebCore::V8WebSocket::sendCallback):
- bindings/v8/custom/V8XMLHttpRequestCustom.cpp:
(WebCore::V8XMLHttpRequest::openCallback):
- 2:32 PM Changeset in webkit [115669] by
-
- 24 edits in trunk/Source
Add String::startsWith() and endsWith() for string literals
https://bugs.webkit.org/show_bug.cgi?id=85154
Reviewed by Darin Adler.
Source/WebCore:
Update WebCore to use the simpler startsWith() and endsWith() taking
a UChar.
- css/CSSParser.cpp:
(WebCore::CSSParser::markPropertyEnd):
- css/WebKitCSSKeyframeRule.cpp:
(WebCore::StyleKeyframe::parseKeyString):
- editing/markup.cpp:
(WebCore::createFragmentFromText):
- html/HTMLObjectElement.cpp:
(WebCore::HTMLObjectElement::addSubresourceAttributeURLs):
- html/HTMLTextFormControlElement.cpp:
(WebCore::HTMLTextFormControlElement::setInnerTextValue):
- inspector/ContentSearchUtils.cpp:
(WebCore::ContentSearchUtils::getRegularExpressionMatchesByLines):
- inspector/InspectorCSSAgent.cpp:
(WebCore::InspectorCSSAgent::SetPropertyTextAction::redo):
- loader/MainResourceLoader.cpp:
(WebCore::MainResourceLoader::substituteMIMETypeFromPluginDatabase):
- loader/appcache/ManifestParser.cpp:
(WebCore::parseManifest):
- platform/blackberry/CookieManager.cpp:
(WebCore::CookieManager::shouldRejectForSecurityReason):
- platform/posix/FileSystemPOSIX.cpp:
(WebCore::pathByAppendingComponent):
- plugins/PluginDatabase.cpp:
(WebCore::PluginDatabase::findPlugin):
- svg/SVGStopElement.cpp:
(WebCore::SVGStopElement::parseAttribute):
- svg/animation/SVGSMILElement.cpp:
(WebCore::SVGSMILElement::parseOffsetValue):
(WebCore::SVGSMILElement::parseCondition):
Source/WebKit/blackberry:
- WebKitSupport/DOMSupport.cpp:
(BlackBerry::WebKit::DOMSupport::elementPatternMatches):
Source/WebKit2:
Update WebKit2 to use String::endsWith(UChar).
- UIProcess/Plugins/PluginInfoStore.cpp:
(WebKit::pathExtension):
Source/WTF:
When invoking StringImpl::startsWidth() or StringImpl::endsWith() with
a string literal, a new String was constructed implicitly, allocating
a new StringImpl and copying the characters for the operation.
This patch adds a version of those methods for single characters and
string literals.
This allows us to avoid allocating memory and use the characters in place,
and it permits some extra shortcuts in the implementation.
- wtf/text/AtomicString.h:
(WTF::AtomicString::startsWith):
(AtomicString):
(WTF::AtomicString::endsWith):
- wtf/text/StringImpl.cpp:
(WTF::equalInner):
(WTF):
(WTF::StringImpl::startsWith):
(WTF::StringImpl::endsWith):
- wtf/text/StringImpl.h:
(WTF::StringImpl::startsWith):
(StringImpl):
(WTF::StringImpl::endsWith):
- wtf/text/WTFString.h:
(WTF::String::startsWith):
(String):
(WTF::String::endsWith):
- 2:30 PM Changeset in webkit [115668] by
-
- 14 edits2 adds in trunk
Source/WebCore: Remove positioned float code.
https://bugs.webkit.org/show_bug.cgi?id=84795
Reviewed by Dan Bernstein.
Backout r92004 and some pieces from r91702.
Test: fast/block/float/positioned-float-crash.html
- css/CSSParser.cpp:
(WebCore::isValidKeywordPropertyAndValue):
- css/CSSPrimitiveValueMappings.h:
(WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
(WebCore::CSSPrimitiveValue::operator EFloat):
- css/CSSValueKeywords.in:
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::RenderBlock):
(WebCore::RenderBlock::layoutBlock):
(WebCore::RenderBlock::addOverflowFromFloats):
(WebCore::RenderBlock::layoutBlockChild):
(WebCore::RenderBlock::simplifiedLayout):
(WebCore::RenderBlock::layoutPositionedObjects):
(WebCore::RenderBlock::insertFloatingObject):
(WebCore::RenderBlock::positionNewFloats):
(WebCore::RenderBlock::clearFloats):
(WebCore::RenderBlock::FloatingObjects::clear):
(WebCore::RenderBlock::FloatingObjects::increaseObjectsCount):
(WebCore::RenderBlock::FloatingObjects::decreaseObjectsCount):
- rendering/RenderBlock.h:
(RenderBlock):
(WebCore::RenderBlock::forceLayoutInlineChildren):
(FloatingObject):
(WebCore::RenderBlock::FloatingObject::FloatingObject):
(WebCore::RenderBlock::hasOverhangingFloats):
(WebCore::RenderBlock::FloatingObjects::FloatingObjects):
(FloatingObjects):
- rendering/RenderBox.cpp:
(WebCore::RenderBox::updateBoxModelInfoFromStyle):
- rendering/RenderDeprecatedFlexibleBox.cpp:
(WebCore::RenderDeprecatedFlexibleBox::layoutBlock):
- rendering/RenderDeprecatedFlexibleBox.h:
(RenderDeprecatedFlexibleBox):
- rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::layoutBlock):
- rendering/RenderFlexibleBox.h:
(RenderFlexibleBox):
- rendering/RenderLayer.cpp:
(WebCore::RenderLayer::updateScrollbarsAfterLayout):
- rendering/style/RenderStyleConstants.h:
LayoutTests: Remove positioned float code.
https://bugs.webkit.org/show_bug.cgi?id=84795
Reviewed by Dan Bernstein.
- fast/block/float/positioned-float-crash-expected.txt: Added.
- fast/block/float/positioned-float-crash.html: Added.
- 2:15 PM Changeset in webkit [115667] by
-
- 1 edit2 copies in branches/chromium/1084
Merge 114574 - REGRESSION(102040): Auto-table layout with percent width doesn't shrink-to-fit content a cell with colspan
https://bugs.webkit.org/show_bug.cgi?id=84260
Reviewed by Ojan Vafai.
Source/WebCore:
Tests: fast/table/td-width-fifty-percent-regression-expected.html
fast/table/td-width-fifty-percent-regression.html
- rendering/AutoTableLayout.cpp:
(WebCore::AutoTableLayout::calcEffectiveLogicalWidth):
As we are spreading the cell's min / max logical width, we should be updating them.
This prevents the following logic getting confused and allocating more than needed.
LayoutTests:
- fast/table/td-width-fifty-percent-regression-expected.html: Added.
- fast/table/td-width-fifty-percent-regression.html: Added.
TBR=jchaffraix@webkit.org
Review URL: https://chromiumcodereview.appspot.com/10274014
- 2:11 PM Changeset in webkit [115666] by
-
- 17 edits in trunk
Remove BlobBuilder
https://bugs.webkit.org/show_bug.cgi?id=84036
Reviewed by Anders Carlsson.
Source/WebCore:
- GNUmakefile.am:
- fileapi/WebKitBlobBuilder.idl:
- page/DOMWindow.idl:
- workers/WorkerContext.idl:
Make exposing the WebKitBlobBuilder JS object conditional on a new
ENABLE_LEGACY_WEBKIT_BLOB_BUILDER flag. Don't enable this for the Mac,
but do for everyone else.
Source/WebKit/chromium:
- features.gypi:
Keep WebKitBlobBuilder enabled for Chromium, since it has shipped it.
Tools:
- Scripts/build-webkit:
- qmake/mkspecs/features/features.prf:
Make exposing the WebKitBlobBuilder JS object conditional on a new
ENABLE_LEGACY_WEBKIT_BLOB_BUILDER flag. Don't enable this for the Mac,
but do for everyone else.
LayoutTests:
- fast/js/constructor-length.html:
- platform/mac/fast/js/constructor-length-expected.txt:
Remove WebKitBlobBuilder from this test, as it is not exposed on all platforms,
and add Blob, which is.
- platform/mac/Skipped:
Skip fast/files/blob-builder-crash.html, since we no longer support WebKitBlobBuilder.
- 2:10 PM Changeset in webkit [115665] by
-
- 3 edits in trunk/Source/WebCore
Add a barrier-style dispatch member function to ScrollingThread
https://bugs.webkit.org/show_bug.cgi?id=85228
Reviewed by Sam Weinig.
Add a ScrollingThread::dispatchBarrier function which takes a WTF::Function and dispatches it to the main thread
once all the currently scheduled scrolling thread functions have run. This is to be used for synchronization between the
scrolling thread and the main thread.
- page/scrolling/ScrollingThread.cpp:
(WebCore::callFunctionOnMainThread):
(WebCore):
(WebCore::ScrollingThread::dispatchBarrier):
- page/scrolling/ScrollingThread.h:
(ScrollingThread):
- 2:04 PM Changeset in webkit [115664] by
-
- 3 edits in branches/chromium/1084/Source
Merge 114513
BUG=118374
Review URL: https://chromiumcodereview.appspot.com/10264016
- 2:02 PM Changeset in webkit [115663] by
-
- 2 edits in trunk
[CMake] Add a proper license to FindSqlite.cmake.
https://bugs.webkit.org/show_bug.cgi?id=84901
Reviewed by Daniel Bates.
FindSqlite.cmake referenced COPYING-CMAKE-SCRIPTS, which was
supposed to contain its license. This file, however, was not
imported with FindSqlite.cmake into the tree.
Add it from kdelibs (where the Find file came from) at git
revision [1]. Also worth mentioning is that Alexander Neundorf
added Gilles Caulier as the script author in revision [2].
[1] https://projects.kde.org/projects/kde/kdelibs/repository/revisions/c27925edf98b9952aeada677dfc74ce9c809c48a
[2] https://projects.kde.org/projects/kde/kdelibs/repository/revisions/14d0a92e04e1a200d6e58397e57a29194a0819cf
- Source/cmake/FindSqlite.cmake:
- 2:02 PM Changeset in webkit [115662] by
-
- 2 edits in trunk/Source/WTF
WTF::bind should work with blocks
https://bugs.webkit.org/show_bug.cgi?id=85227
Reviewed by Sam Weinig.
Add a block type FunctionWrapper specialization.
- wtf/Functional.h:
- 1:27 PM Changeset in webkit [115661] by
-
- 10 edits in trunk/Source
Expose a flag so that fullscreen video on android can work with FULLSCREEN_API
https://bugs.webkit.org/show_bug.cgi?id=84414
Patch by Min Qin <qinmin@google.com> on 2012-04-30
Reviewed by Darin Fisher.
Source/WebCore:
No tests, just exposing the flag, and will be used by android later.
Sorry, there is a merge error during the previous commit, resolved now
- platform/graphics/MediaPlayer.cpp:
(WebCore::MediaPlayer::setControls):
(WebCore):
(WebCore::MediaPlayer::enterFullscreen):
(WebCore::MediaPlayer::exitFullscreen):
- platform/graphics/MediaPlayer.h:
(MediaPlayer):
- platform/graphics/MediaPlayerPrivate.h:
(MediaPlayerPrivateInterface):
(WebCore::MediaPlayerPrivateInterface::enterFullscreen):
Source/WebKit/chromium:
On android, the fullscreen video was implemented by passing a java
surfaceView to an android mediaplayer class.
The implementation of that logic should happen in WebKit::WebMediaPlayer.
This change makes it possble for WebViewImpl::enterFullScreenForElement()
to call WebMediaPlayer->enterFullscreen(), thus solving the issue.
Sorry, there is a merge error during the previous commit, resolved now
No new tests. This just exposes the flag so later it can be used by android.
- features.gypi:
- public/WebMediaPlayer.h:
(WebMediaPlayer):
(WebKit::WebMediaPlayer::enterFullscreen):
(WebKit::WebMediaPlayer::exitFullscreen):
- src/WebMediaPlayerClientImpl.cpp:
(WebKit):
(WebKit::WebMediaPlayerClientImpl::enterFullscreen):
(WebKit::WebMediaPlayerClientImpl::exitFullscreen):
- src/WebMediaPlayerClientImpl.h:
(WebMediaPlayerClientImpl):
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::enterFullScreenForElement):
(WebKit::WebViewImpl::exitFullScreenForElement):
- 1:20 PM Changeset in webkit [115660] by
-
- 2 edits in trunk/Source/WebKit/chromium
Unreviewed. Rolled DEPS.
- DEPS:
- 12:47 PM Changeset in webkit [115659] by
-
- 2 edits in trunk/Tools
[GTK] Add glib as a dependency to build glib-networking
https://bugs.webkit.org/show_bug.cgi?id=85181
Reviewed by Martin Robinson.
- gtk/jhbuild.modules:
- 12:23 PM Changeset in webkit [115658] by
-
- 2 edits in trunk/LayoutTests
fast/js/random-array-gc-stress times out in debug mode
https://bugs.webkit.org/show_bug.cgi?id=84821
Reviewed by Darin Adler.
- fast/js/script-tests/random-array-gc-stress.js: Lowering the iterations even more.
- 12:20 PM Changeset in webkit [115657] by
-
- 2 edits in trunk/Source/JavaScriptCore
End of Interpreter::tryCacheGetByID can trigger the garbage collector
https://bugs.webkit.org/show_bug.cgi?id=84927
Patch by Myles Maxfield <mmaxfield@google.com> on 2012-04-30
Reviewed by Oliver Hunt.
- interpreter/Interpreter.cpp:
(JSC::Interpreter::tryCacheGetByID):
- 12:12 PM Changeset in webkit [115656] by
-
- 2 edits in trunk/Source/JavaScriptCore
jsSingleCharacterString and jsSingleCharacterSubstring are not inlined
https://bugs.webkit.org/show_bug.cgi?id=85147
Reviewed by Darin Adler.
The functions jsSingleCharacterString() and jsSingleCharacterSubstring() were not inlined
by the compiler. This annihilate the gains of using SmallStrings.
On stringProtoFuncCharAt(), this patch improves the performance by 11%.
- runtime/JSString.h:
(JSC::jsSingleCharacterString):
(JSC::jsSingleCharacterSubstring):
- 12:02 PM Changeset in webkit [115655] by
-
- 4 edits2 adds in trunk
Source/JavaScriptCore: Add fast patch for radix == 10 on numberProtoFuncToString
https://bugs.webkit.org/show_bug.cgi?id=85120
Patch by Benjamin Poulain <bpoulain@apple.com> on 2012-04-30
Reviewed by Darin Adler.
When radix, we use to turn the doubleValue into a JSValue just to convert
it to a String. The problem is that was using the slow path for conversion and
for the toString() operation.
This patch shortcuts the creation of a JSValue and uses NumericStrings directly.
The conversion is split between Integer and Double to ensure the fastest conversion
for the common case of integer arguments.
Converting number with radix 10 becomes 5% faster.
Due to the simpler conversion of number to string for integer, converting
integers that do not fall in the two previous optimizations get 32% faster.
- runtime/NumberPrototype.cpp:
(JSC::extractRadixFromArgs):
(JSC::integerValueToString):
(JSC::numberProtoFuncToString):
LayoutTests: Add fast path for radix == 10 to numberProtoFuncToString
https://bugs.webkit.org/show_bug.cgi?id=85120
Patch by Benjamin Poulain <bpoulain@apple.com> on 2012-04-30
Reviewed by Darin Adler.
Add more test coverage for Number.proto.toString.
- platform/chromium/test_expectations.txt: Mark the test as failing on Chromium.
- fast/js/toString-number-expected.txt: Added.
- fast/js/toString-number.html: Added.
- 11:51 AM Changeset in webkit [115654] by
-
- 6 edits in trunk/Source/WebCore
Move more of committing and starting to write a Document
to DocumentLoader.
https://bugs.webkit.org/show_bug.cgi?id=83908
Reviewed by Adam Barth.
No new tests, refactor only.
- loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::commitIfReady): Ignore m_gotFirstByte here, since
it was always true here anyway.
(WebCore::DocumentLoader::finishedLoading): If we are finishing an empty
document, create the document now, so that FrameLoaderClient doesn't
have to do it later (FrameLoaderClient code will be removed in a later
patch).
(WebCore::DocumentLoader::commitData): Call receivedFirstData() directly and
do some work receivedFirstData() used to do, setEncoding() only once per
load.
(WebCore::DocumentLoader::receivedData):
(WebCore::DocumentLoader::maybeCreateArchive):
- loader/DocumentLoader.h:
- loader/DocumentWriter.cpp:
(WebCore::DocumentWriter::setEncoding):
- loader/FrameLoader.cpp:
(WebCore::FrameLoader::receivedFirstData): Move DocumentLoader calls
to DocumentLoader.
- loader/FrameLoader.h: Remove m_hasReceivedFirstData and willSetEncoding(),
allow hasReceivedData() to be called directly.
(FrameLoader):
- 11:30 AM Changeset in webkit [115653] by
-
- 2383 edits683 copies533 deletes in branches/subpixellayout
Merge trunk changes up until 115647 into subpixel branch.
- 10:53 AM Changeset in webkit [115652] by
-
- 3 edits in trunk/Source/WebCore
Unreviewed. Fix test crashes in Win/Linux debug builds.
- bindings/v8/V8LazyEventListener.cpp:
(WebCore::V8LazyEventListener::V8LazyEventListener):
(WebCore::V8LazyEventListener::prepareListenerObject):
- bindings/v8/V8LazyEventListener.h:
(V8LazyEventListener):
- 10:45 AM Changeset in webkit [115651] by
-
- 1 edit2 adds in trunk/LayoutTests
MediaStream API: Adding a test for the experimental PeerConnection00
https://bugs.webkit.org/show_bug.cgi?id=82881
Reviewed by Dimitri Glazkov.
Tests construction of objects.
- fast/mediastream/constructors-expected.txt: Added.
- fast/mediastream/constructors.html: Added.
- 10:44 AM Changeset in webkit [115650] by
-
- 4 edits in trunk/Source/WebKit2
Validate keypress command names
https://bugs.webkit.org/show_bug.cgi?id=85204
<rdar://problem/11249368>
Reviewed by Darin Adler.
- UIProcess/API/mac/WKView.mm: (-[WKView doCommandBySelector:]): (-[WKView insertText:replacementRange:]):
- UIProcess/WebPageProxy.h: (WebKit::WebPageProxy::registerKeypressCommandName): (WebKit::WebPageProxy::isValidKeypressCommandName):
- UIProcess/mac/WebPageProxyMac.mm: (WebKit::WebPageProxy::executeSavedCommandBySelector):
- 10:44 AM Changeset in webkit [115649] by
-
- 3 edits in trunk/Source/WebCore
MediaStream API: Change LocalMediaStream::stop to be synchronous
https://bugs.webkit.org/show_bug.cgi?id=84942
Reviewed by Dimitri Glazkov.
Since I changed LocalMediaStream to be a ActiveDOMObject recently the stop()
behaviour needs to change since it is no longer a good idea to start a timer when called.
Not possible to write a test for this.
- Modules/mediastream/LocalMediaStream.cpp:
(WebCore::LocalMediaStream::LocalMediaStream):
(WebCore::LocalMediaStream::stop):
- Modules/mediastream/LocalMediaStream.h:
(LocalMediaStream):
- 10:13 AM Changeset in webkit [115648] by
-
- 2 edits in trunk/Tools
Move myself to reviewers.
Reviewed by Andreas Kling.
- Scripts/webkitpy/common/config/committers.py:
- 10:09 AM WebKit Team edited by
- alphabetical fix (diff)
- 10:03 AM Changeset in webkit [115647] by
-
- 5 edits in trunk/Source
Add ENABLE_SUBPIXEL_LAYOUT controlling FractionalLayoutUnit denominator
https://bugs.webkit.org/show_bug.cgi?id=85146
Source/WebCore:
Patch by Emil A Eklund <eae@chromium.org> and Levi Weintraub <leviw@chromium.org> on 2012-04-28
Reviewed by Eric Seidel.
Add a new flag for controlling the fixed point denominator in
FractionalLayoutUnit. Controls whether the denominator is set to 60 or 1.
Until we change the LayoutUnit typedef this change will have no effect.
No new tests, no change in functionality.
- platform/FractionalLayoutUnit.h:
(WebCore):
(WebCore::FractionalLayoutUnit::operator++):
(WebCore::operator/):
(WebCore::operator+):
Add ++, / double and and + double operators. These are needed when
ENABLE_SUBPIXEL_LAYOUT is not enabled.
- platform/graphics/FractionalLayoutRect.cpp:
(WebCore::enclosingFractionalLayoutRect):
Source/WTF:
Reviewed by Eric Seidel.
Add a new flag for controlling the fixed point denominator in
FractionalLayoutUnit. Controls whether the denominator is set to 60 or 1.
Until we change the LayoutUnit typedef this change will have no effect.
- wtf/Platform.h:
- 9:59 AM Changeset in webkit [115646] by
-
- 3 edits2 adds in trunk
loadOrRedirectSubframe should return the owner element's frame
https://bugs.webkit.org/show_bug.cgi?id=84780
Reviewed by Nate Chapin.
Source/WebCore:
Test: fast/loader/javascript-url-iframe-remove-on-navigate.html
- loader/SubframeLoader.cpp:
(WebCore::SubframeLoader::loadOrRedirectSubframe):
LayoutTests:
- fast/loader/javascript-url-iframe-remove-on-navigate-expected.txt: Added.
- fast/loader/javascript-url-iframe-remove-on-navigate.html: Added.
- 9:58 AM Changeset in webkit [115645] by
-
- 13 edits in trunk/Source/WebCore
Use Vector<Attribute> directly instead of encapsulating it in AttributeVector
https://bugs.webkit.org/show_bug.cgi?id=84413
Reviewed by Andreas Kling.
As commented in https://bugs.webkit.org/show_bug.cgi?id=79963#c16 we do not
usually subclass basic types like Vector. This patch changes code to use
Vector<Attribute> directly and move around the functionality of the former
methods to more specific helper functions or inline code at the callers.
- dom/Element.cpp:
(WebCore::Element::parserSetAttributes):
(WebCore::Element::normalizeAttributes):
- dom/Element.h:
(Element):
- dom/ElementAttributeData.cpp:
- dom/ElementAttributeData.h:
(WebCore::findAttributeInVector):
(WebCore::ElementAttributeData::getAttributeItem):
(ElementAttributeData):
(WebCore::ElementAttributeData::attributeVector):
(WebCore::ElementAttributeData::clonedAttributeVector):
(WebCore::ElementAttributeData::getAttributeItemIndex):
(WebCore):
- html/parser/HTMLConstructionSite.cpp:
(WebCore::HTMLConstructionSite::createHTMLElementFromSavedElement):
- html/parser/HTMLToken.h:
(WebCore::AtomicHTMLToken::AtomicHTMLToken):
- html/parser/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processFakeStartTag):
(WebCore::HTMLTreeBuilder::attributesForIsindexInput): Loop through the attributes
backwards so we can remove items without affecting the rest of the loop run.
- html/parser/HTMLTreeBuilder.h:
- html/parser/TextDocumentParser.cpp:
(WebCore::TextDocumentParser::insertFakePreElement):
- xml/XMLErrors.cpp:
(WebCore::createXHTMLParserErrorHeader):
(WebCore::XMLErrors::insertErrorMessageBlock):
- xml/parser/MarkupTokenBase.h:
(WebCore::AtomicMarkupTokenBase::AtomicMarkupTokenBase):
(WebCore::AtomicMarkupTokenBase::getAttributeItem):
(WebCore::AtomicMarkupTokenBase::attributes):
(AtomicMarkupTokenBase):
(WebCore::::initializeAttributes):
- xml/parser/XMLToken.h:
(WebCore::AtomicXMLToken::AtomicXMLToken):
- 9:44 AM WebKit Team edited by
- (diff)
- 9:34 AM Changeset in webkit [115644] by
-
- 5 edits in trunk/Source
[Chromium] Remove PlatformSupport::loadPlatformAudioResource, call loadResource directly
https://bugs.webkit.org/show_bug.cgi?id=85193
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
Source/WebCore:
- platform/audio/chromium/AudioBusChromium.cpp:
(WebCore::AudioBus::loadPlatformResource):
- platform/chromium/PlatformSupport.h:
(PlatformSupport):
Source/WebKit/chromium:
- src/PlatformSupport.cpp:
(WebCore):
- 9:28 AM Changeset in webkit [115643] by
-
- 5 edits in trunk/Source
[Chromium] Call defaultLocale directly
https://bugs.webkit.org/show_bug.cgi?id=85192
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
Source/WebCore:
- platform/chromium/LanguageChromium.cpp:
(WebCore::platformLanguage):
- platform/chromium/PlatformSupport.h:
(PlatformSupport):
Source/WebKit/chromium:
- src/PlatformSupport.cpp:
(WebCore):
- 9:12 AM Changeset in webkit [115642] by
-
- 2 edits in trunk/LayoutTests
[EFL] Update expectations for media/audio-delete-while-step-button-clicked.html
https://bugs.webkit.org/show_bug.cgi?id=85180
Unreviewed gardening.
Patch by Thiago Marcos P. Santos <thiago.santos@intel.com> on 2012-04-30
- platform/efl/test_expectations.txt:
- 8:42 AM Changeset in webkit [115641] by
-
- 16 edits5 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=82922
border-image with image-set does not render correctly when viewed at
2x
-and corresponding-
<rdar://problem/11167820>
Reviewed by Dan Bernstein.
Source/WebCore:
StyleImage::computeIntrinsicDimensions() is only called from one
place: RenderBoxModelObject::calculateIntrinsicDimensions(), and that
is only used for background images and border images. In my original
image-set work, I decided that
StyleCachedImageSet::computeIntrinsicDimensions() would compute
"intrinsic" dimensions, meaning that they would compute the dimensions
that the image resource was pretending to be rather than the actual
dimensions of the resource. I chose to do this because it made
background images work great without changing the call-site. But border
images need to know the actual intrinsic dimensions, so this design
decision (which was admittedly questionable from the start) won't
stick.
This patch makes StyleImage::computeIntrinsicDimensions() return
actual intrinsic dimensions. Then the border-image and background-
image code is very lightly patched to account for the image's scale
factor.
These functions no longer need the scale factor parameter.
- loader/cache/CachedImage.cpp:
(WebCore::CachedImage::computeIntrinsicDimensions):
- loader/cache/CachedImage.h:
(CachedImage):
- platform/graphics/GeneratedImage.h:
(GeneratedImage):
- platform/graphics/GeneratorGeneratedImage.cpp:
(WebCore::GeneratedImage::computeIntrinsicDimensions):
- platform/graphics/Image.cpp:
(WebCore::Image::computeIntrinsicDimensions):
- platform/graphics/Image.h:
(Image):
- platform/graphics/cg/PDFDocumentImage.cpp:
(WebCore::PDFDocumentImage::computeIntrinsicDimensions):
- platform/graphics/cg/PDFDocumentImage.h:
(PDFDocumentImage):
- svg/graphics/SVGImage.cpp:
(WebCore::SVGImage::computeIntrinsicDimensions):
- svg/graphics/SVGImage.h:
(SVGImage):
- rendering/style/StyleCachedImageSet.cpp:
(WebCore::StyleCachedImageSet::computeIntrinsicDimensions):
New function on StyleImage returns the image's scale factor.
- rendering/style/StyleCachedImageSet.h:
(WebCore::StyleCachedImageSet::imageScaleFactor):
- rendering/style/StyleImage.h:
(WebCore::StyleImage::imageScaleFactor):
Scale the intrinsic size of the background image down by the scale
factor.
- rendering/RenderBoxModelObject.cpp:
(WebCore::RenderBoxModelObject::calculateFillTileSize):
Slices should be multiplied by the image's scale factor since they are
always expected to the specified in the 1x image's coordinate space.
(WebCore::RenderBoxModelObject::paintNinePieceImage):
LayoutTests:
- fast/hidpi/image-set-border-image-comparison.html: Added.
- fast/hidpi/resources/Breakpoint-2x.png: Added.
- fast/hidpi/resources/Breakpoint.png: Added.
- platform/mac/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
- platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
- 8:33 AM Changeset in webkit [115640] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Use new syntax to call callOnMainThread directly
https://bugs.webkit.org/show_bug.cgi?id=85190
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- src/ChromiumThreading.cpp:
(WTF::ChromiumThreading::callOnMainThread):
- 8:26 AM Changeset in webkit [115639] by
-
- 3 edits in trunk/Source/WebCore
<rdar://problem/11313710> Leaks under WebCore::CSSImageSetValue::cachedImageSet when running tests
There was a reference cycle between CSSImageSetValue and StyleCachedImageSet via
CSSImageSetValue::m_imageSet / StyleCachedImageSet::m_imageSetValue. Break the cycle
by having StyleCachedImageSet hold a weak reference to the CSSImageSetValue rather
than a strong reference.
Reviewed by Geoff Garen.
- rendering/style/StyleCachedImageSet.cpp:
(WebCore::StyleCachedImageSet::StyleCachedImageSet):
- rendering/style/StyleCachedImageSet.h:
(StyleCachedImageSet):
- 8:14 AM Changeset in webkit [115638] by
-
- 3 edits in trunk/Source/WebCore
Remove custom bindings code in JSHTMLCollectionCustom.cpp for HTMLPropertiesCollection.
https://bugs.webkit.org/show_bug.cgi?id=85172
Reviewed by Kentaro Hara.
Use [JSGenerateToJSObject] in HTMLPropertiesCollection.idl, so that it can generate toJS()
in JSHTMLPropertiesCollection.cpp automatically.
- bindings/js/JSHTMLCollectionCustom.cpp:
(WebCore::toJS):
- html/HTMLPropertiesCollection.idl:
- 8:10 AM Changeset in webkit [115637] by
-
- 1 copy in releases/WebKitGTK/webkit-1.9.1
Tagging the WebKitGTK+ 1.9.1 release
- 8:05 AM Changeset in webkit [115636] by
-
- 2 edits in trunk/LayoutTests
Rebaseline svg/zoom/page/zoom-svg-through-object-with-percentage-size.svg for Mac after Length changes.
- platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
- 7:58 AM Changeset in webkit [115635] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Use new syntax to call monotonicallyIncreasingTime directly
https://bugs.webkit.org/show_bug.cgi?id=85189
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- src/ChromiumCurrentTime.cpp:
(WTF::monotonicallyIncreasingTime):
- 7:56 AM Changeset in webkit [115634] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Use new syntax to call userAgent directly
https://bugs.webkit.org/show_bug.cgi?id=85188
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- src/FrameLoaderClientImpl.cpp:
(WebKit::FrameLoaderClientImpl::userAgent):
- 7:51 AM Changeset in webkit [115633] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Use new syntax to call currentTime directly
https://bugs.webkit.org/show_bug.cgi?id=85187
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- src/ChromiumCurrentTime.cpp:
(WTF::currentTime):
- 7:48 AM Changeset in webkit [115632] by
-
- 3 edits in trunk/Source/WebKit/chromium
[Chromium] Use new syntax to call currentThread directly
https://bugs.webkit.org/show_bug.cgi?id=85185
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- src/CCThreadImpl.cpp:
(WebKit::CCThreadImpl::CCThreadImpl):
- src/WebCompositorImpl.cpp:
(WebKit::WebCompositorImpl::initialize):
- 7:43 AM Changeset in webkit [115631] by
-
- 3 edits in trunk/Source/WebKit/chromium
[Chromium] Use new syntax to call createThread directly
https://bugs.webkit.org/show_bug.cgi?id=85186
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- tests/CCLayerTreeHostTest.cpp:
(WTF::CCLayerTreeHostTest::runTest):
- tests/Canvas2DLayerChromiumTest.cpp:
(Canvas2DLayerChromiumTest::fullLifecycleTest):
- 7:15 AM Changeset in webkit [115630] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Use new syntax to call createSocketStreamHandle directly
https://bugs.webkit.org/show_bug.cgi?id=85184
Reviewed by Kentaro Hara.
Part of a refactoring series. See tracking bug 82948.
- src/SocketStreamHandle.cpp:
(WebCore::SocketStreamHandleInternal::connect):
- 7:08 AM Changeset in webkit [115629] by
-
- 3 edits in trunk/Source/WebCore
[Texmap] TextureMapperLayer uses intermediate surfaces too eagerly
https://bugs.webkit.org/show_bug.cgi?id=85103
Reviewed by Kenneth Rohde Christiansen.
Instead of automatically using an intermediate surface for layers with opacity and
children, we limit surface usage for layers with more than one child and for layers with
one child and contents of its own.
This prevents us from using intermediate surfaces in cases where a single layer with
opacity has a single descendant with content, in which case normal blending can be used.
Covered by existing compositing layout tests.
- platform/graphics/texmap/TextureMapperLayer.cpp:
(WebCore):
- platform/graphics/texmap/TextureMapperLayer.h:
- 6:53 AM WebKitGTK/WebKit2Roadmap edited by
- (diff)
- 6:51 AM Changeset in webkit [115628] by
-
- 7 edits4 adds in trunk
Inserting a paragraph between quoted lines in editing/deleting/delete-4038408-fix.html doesn't work
https://bugs.webkit.org/show_bug.cgi?id=78193
Reviewed by Ryosuke Niwa.
When pasting a copied portion of a blockquote with a newline at the end into an unquoted area,
the newline is inserted after the blockquote since we don't want it also to be quoted. However,
this behavior has also applied when we insert a paragraph between quoted lines, which is incorrect.
To figure out the right place to insert a paragraph, we need providing more information to the
InsertParagraphSeparatorCommand by introducing a boolean parameter "pasteBlockqutoeIntoUnquotedArea".
Source/WebCore:
Tests: editing/inserting/insert-paragraph-separator-in-blockquote.html
editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote.html
- editing/CompositeEditCommand.cpp:
(WebCore::CompositeEditCommand::insertParagraphSeparator):
- editing/CompositeEditCommand.h:
(CompositeEditCommand):
- editing/InsertParagraphSeparatorCommand.cpp:
(WebCore::InsertParagraphSeparatorCommand::InsertParagraphSeparatorCommand):
(WebCore::InsertParagraphSeparatorCommand::doApply):
- editing/InsertParagraphSeparatorCommand.h:
(WebCore::InsertParagraphSeparatorCommand::create):
(InsertParagraphSeparatorCommand):
- editing/ReplaceSelectionCommand.cpp:
(WebCore::ReplaceSelectionCommand::doApply):
LayoutTests:
- editing/inserting/insert-paragraph-separator-in-blockquote-expected.txt: Added.
- editing/inserting/insert-paragraph-separator-in-blockquote.html: Added.
- editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote-expected.txt: Added.
- editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote.html: Added.
- 6:49 AM Changeset in webkit [115627] by
-
- 13 edits3 adds in trunk/Source/WebKit2
[GTK] Implement WebUIClient's runOpenPanel in WebKit2GTK+
https://bugs.webkit.org/show_bug.cgi?id=78491
Reviewed by Martin Robinson.
Add a new public class to the API, WebKitFileChooserRequest, to be
emitted along with a new WebKitWebView::run-file-chooser signal to
let client applications to provide their own file chooser dialog
when the use interacts with HTML Input elements of type 'file'.
- GNUmakefile.am: Added new source files and headers.
- UIProcess/API/gtk/WebKitFileChooserRequest.cpp: Added.
(_WebKitFileChooserRequestPrivate):
(webkit_file_chooser_request_init):
(webkitFileChooserRequestFinalize):
(webkitFileChooserRequestGetProperty):
(webkit_file_chooser_request_class_init):
(webkitFileChooserRequestCreate):
(webkit_file_chooser_request_get_mime_types):
(webkit_file_chooser_request_get_mime_types_filter):
(webkit_file_chooser_request_get_select_multiple):
(webkit_file_chooser_request_select_files):
(webkit_file_chooser_request_get_selected_files):
(webkit_file_chooser_request_cancel):
- UIProcess/API/gtk/WebKitFileChooserRequest.h: Added.
(_WebKitFileChooserRequest):
(_WebKitFileChooserRequestClass):
- UIProcess/API/gtk/WebKitFileChooserRequestPrivate.h: Added,
containing the prototype of webkitFileChooserRequestCreate.
Provide private API to make a file chooser request from the
WebView, and provide a default handler for it.
- UIProcess/API/gtk/WebKitWebView.cpp:
(fileChooserDialogResponseCallback): Handler for the 'response'
signal for the GtkFileChooserDialog used in the default
handler. It will call to webkit_file_chooser_request_select_files
or webkit_file_chooser_request_cancel as needed.
(webkitWebViewRunFileChooser): Default handler for the new
'run-file-chooser' signal. It will create a GtkFileChooserDialog,
connect to the 'response' signal and show it.
(webkit_web_view_class_init): Connect the 'run-file-chooser'
signal to the default handler, webkitWebViewRunFileChooser.
(webkitWebViewRunFileChooserRequest):
- UIProcess/API/gtk/WebKitWebView.h:
(_WebKitWebViewClass): Added prototype for the handler of the new
'run-file-chooser' signal.
- UIProcess/API/gtk/WebKitWebViewPrivate.h: Added prototype for
private new function webkitWebViewRunFileChooserRequest.
Provide an implementation for runOpenPanel in WebKitUIClient.
- UIProcess/API/gtk/WebKitUIClient.cpp:
(runOpenPanel): New, implements runOpenPanel by creating an
instance of WebKitFileChooserRequest and asking the WebView to
emit the 'run-file-chooser' signal with it.
(attachUIClientToView): Reference the new runOpenPanel function.
Added the new publich header to the main header.
- UIProcess/API/gtk/webkit2.h: Added WebKitFileChooserRequest.h.
New unit tests for the new WebKitFileChooserRequest API. Also,
extended the WebViewTest class to allow simulating mouse clicks.
- UIProcess/API/gtk/tests/TestWebKitWebView.cpp:
(checkMimeTypeForFilter): New, checks whether a GtkFileFilter
filters a given MIME type, as specified by RFC 2046.
(testWebViewFileChooserRequest): New unit test.
(beforeAll): Add the new unit test as an UIClientTest.
- UIProcess/API/gtk/tests/WebViewTest.cpp:
(WebViewTest::clickMouseButton): New public function to simulate a
mouse click through GdkEvents, as the combination of a 'press' and
a 'release' event. Used from the new unit test to simulate the
user pressing in the button rendered for a HTML Input element.
(WebViewTest::executeMouseButtonEvent): New private function to
simulate a mouse event through GdkEvents.
- UIProcess/API/gtk/tests/WebViewTest.h:
Updated documentation related files with the new API.
- UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Added new API.
- UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Added new section.
- UIProcess/API/gtk/docs/webkit2gtk.types: Added get_type function.
- 6:42 AM Changeset in webkit [115626] by
-
- 2 edits in trunk/Tools
Unreviewed, move myself to reviewers
- Scripts/webkitpy/common/config/committers.py:
- 5:55 AM Changeset in webkit [115625] by
-
- 3 edits2 adds in trunk
Protect current element in HTMLLinkElement::setCSSStyleSheet
https://bugs.webkit.org/show_bug.cgi?id=85166
Source/WebCore:
Reviewed by Andreas Kling.
Stylesheet loading can trigger script execution.
Test: fast/css/cached-sheet-restore-crash.html
- html/HTMLLinkElement.cpp:
(WebCore::HTMLLinkElement::setCSSStyleSheet):
LayoutTests:
Reviewed by Andreas Kling.
- fast/css/cached-sheet-restore-crash-expected.txt: Added.
- fast/css/cached-sheet-restore-crash.html: Added.
- 4:58 AM Changeset in webkit [115624] by
-
- 4 edits in trunk
[GTK] Update NEWS and configure.ac for 1.9.1 release
https://bugs.webkit.org/show_bug.cgi?id=85175
Reviewed by Philippe Normand.
.:
- configure.ac: Bumped version number. Disable WebKit2 by default
for now, since we still don't use a different libtool version for
libwebkit2gtk. It will be enabled again after the release and the
library version will be reworked for the next release.
Source/WebKit/gtk:
- NEWS: Added release notes for 1.9.1.
- 4:30 AM Changeset in webkit [115623] by
-
- 2 edits in trunk/LayoutTests
Not reviewed: chromium expectations updated.
- platform/chromium/test_expectations.txt:
- 4:18 AM Changeset in webkit [115622] by
-
- 10 edits in trunk
Unreviewed. Fix make distcheck.
.:
- GNUmakefile.am: Add ALL_MOFILES declaration.
Source/JavaScriptCore:
- GNUmakefile.list.am: Add missing header.
Source/ThirdParty:
- gtest/GNUmakefile.am: Add source code files included by
gtest_all.cc to EXTRA_DIST.
Source/WebKit/gtk/po:
- GNUmakefile.am: Use += for ALL_MOFILES variable to make sure all
.mo files are cleaned by distclean.
Tools:
- TestWebKitAPI/GNUmakefile.am: Add missing headers to compilation
and resources to EXTRA_DIST.
- 4:02 AM Changeset in webkit [115621] by
-
- 7 edits in trunk
[GTK] DRT support for layoutTestController.removeOriginAccessWhitelistEntry
https://bugs.webkit.org/show_bug.cgi?id=85156
Patch by Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> on 2012-04-30
Reviewed by Martin Robinson.
Source/WebKit/gtk:
Add support for removeOriginAccessWhitelistEntry which allow
layout tests to remove origins whitelisting.
- WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
(DumpRenderTreeSupportGtk::removeWhiteListAccessFromOrigin):
- WebCoreSupport/DumpRenderTreeSupportGtk.h:
(DumpRenderTreeSupportGtk):
Tools:
Add missing implementation removeOriginAccessWhitelistEntry to
GTK's LayoutTestController.
- DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
(LayoutTestController::removeOriginAccessWhitelistEntry):
LayoutTests:
Unskip http/tests/xmlhttprequest/origin-whitelisting-removal.html
- platform/gtk/test_expectations.txt:
- 3:52 AM Changeset in webkit [115620] by
-
- 2 edits in trunk/LayoutTests
Not reviewed: chromium expectations updated.
- platform/chromium/test_expectations.txt:
- 2:24 AM Changeset in webkit [115619] by
-
- 1 edit in branches/chromium/1084/Source/WTF/wtf/ByteArray.cpp
Merge 114209
BUG=122692
Review URL: https://chromiumcodereview.appspot.com/10270008
- 1:57 AM Changeset in webkit [115618] by
-
- 2 edits in branches/chromium/1084/Source/WebCore/platform/chromium
Merge 113418
BUG=118374
Review URL: https://chromiumcodereview.appspot.com/10267006
- 1:45 AM Changeset in webkit [115617] by
-
- 13 edits12 copies in branches/chromium/1084
Merge 113581
BUG=120711
Review URL: https://chromiumcodereview.appspot.com/10261009
- 1:36 AM Changeset in webkit [115616] by
-
- 8 edits in branches/chromium/1084/Source/WebCore/rendering
Merge 113497
BUG=120711
Review URL: https://chromiumcodereview.appspot.com/10272008
- 1:25 AM Changeset in webkit [115615] by
-
- 15 edits in branches/chromium/1084
Merge 113252
BUG=120711
Review URL: https://chromiumcodereview.appspot.com/10264007
- 1:16 AM Changeset in webkit [115614] by
-
- 1 edit in branches/chromium/1084/Source/WebCore/workers/WorkerEventQueue.cpp
Merge 113291
BUG=122014
Review URL: https://chromiumcodereview.appspot.com/10261008
- 1:14 AM Changeset in webkit [115613] by
-
- 1 edit2 copies in branches/chromium/1084
Merge 113759
BUG=122760
Review URL: https://chromiumcodereview.appspot.com/10274004
- 1:08 AM Changeset in webkit [115612] by
-
- 12 edits4 copies in branches/chromium/1084
Merge 113138
BUG=121223
Review URL: https://chromiumcodereview.appspot.com/10270006
- 12:59 AM Changeset in webkit [115611] by
-
- 4 edits4 copies in branches/chromium/1084
Merge 113887
BUG=118642
Review URL: https://chromiumcodereview.appspot.com/10265007
- 12:56 AM Changeset in webkit [115610] by
-
- 1 edit in branches/chromium/1084/Source/WebCore/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp
Merge 113951
BUG=122585
Review URL: https://chromiumcodereview.appspot.com/10260009
- 12:46 AM Changeset in webkit [115609] by
-
- 2 edits8 copies in branches/chromium/1084
Merge 114666
BUG=123484
Review URL: https://chromiumcodereview.appspot.com/10262008
- 12:37 AM Changeset in webkit [115608] by
-
- 1 edit2 copies in branches/chromium/1084
Merge 115236
BUG=122573
Review URL: https://chromiumcodereview.appspot.com/10271004
- 12:32 AM Changeset in webkit [115607] by
-
- 1 edit in branches/chromium/1084/Source/WebCore/dom/ContainerNodeAlgorithms.h
Merge 113852
BUG=121736
Review URL: https://chromiumcodereview.appspot.com/10269004
- 12:10 AM Changeset in webkit [115606] by
-
- 1 edit1 add in trunk/LayoutTests
Add Mac expectation for fast/dom/Window/window-lookup-precedence.html.
Mac builds without ENABLE(DATALIST).
- platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: Added.
- 12:00 AM Changeset in webkit [115605] by
-
- 2 edits in trunk/LayoutTests
Skip the fast/performance/ directory on Mac since the bots don't build with ENABLE(WEB_TIMING).
- platform/mac/Skipped: