Timeline
Jul 24, 2010:
- 10:24 PM Changeset in webkit [64019] by
-
- 2 edits in trunk/WebCore
2010-07-24 Daniel Bates <dbates@rim.com>
Unreviewed, build fix when building with WML support.
PageCache.cpp compile error when WML is enabled
https://bugs.webkit.org/show_bug.cgi?id=40765
Remove extraneous semicolon.
Note, building with WML support enabled is broken
even with this fix. See Bug #42943 for more details.
- history/PageCache.cpp: (WebCore::PageCache::canCachePageContainingThisFrame):
- 6:24 PM WikiStart edited by
- (diff)
- 6:22 PM WinCE created by
- 6:03 PM Changeset in webkit [64018] by
-
- 4 edits in trunk/WebCore
2010-07-24 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Atomize strings used by the HTML5 tree builder
https://bugs.webkit.org/show_bug.cgi?id=42875
This is about a 1% improvement to the parsing benchmark.
- html/HTMLTagNames.in:
- html/HTMLTreeBuilder.cpp: (WebCore::HTMLTreeBuilder::processStartTagForInBody): (WebCore::HTMLTreeBuilder::processStartTag): (WebCore::HTMLTreeBuilder::processEndTagForInBody): (WebCore::HTMLTreeBuilder::processStartTagForInHead):
- 5:40 PM Changeset in webkit [64017] by
-
- 2 edits in trunk/JavaScriptCore
2010-07-24 Patrick Gansterer <paroga@paroga.com>
Reviewed by Darin Adler.
[MSVC] Ensure 4 byte alignment on ARM
https://bugs.webkit.org/show_bug.cgi?id=42935
- jit/JITStubs.h: Added #pragma pack(4) around JITStackFrame.
- 5:08 PM Changeset in webkit [64016] by
-
- 2 edits in trunk/JavaScriptCore
2010-07-24 Patrick Gansterer <paroga@paroga.com>
Reviewed by Darin Adler.
[WINCE] Cleanup defines in Platform.h
https://bugs.webkit.org/show_bug.cgi?id=42933
- wtf/Platform.h:
- 4:33 PM Changeset in webkit [64015] by
-
- 5 edits in trunk/WebCore
2010-07-24 Patrick Gansterer <paroga@paroga.com>
Reviewed by Darin Adler.
Buildfix for !ENABLE(INSPECTOR) after r63891.
https://bugs.webkit.org/show_bug.cgi?id=42925
- bindings/js/ScriptValue.cpp: Added property svn:eol-style.
- bindings/js/ScriptValue.h: Added property svn:eol-style.
- inspector/ConsoleMessage.cpp: Added property svn:eol-style.
- inspector/ConsoleMessage.h: Added property svn:eol-style.
- 3:36 PM Changeset in webkit [64014] by
-
- 7 edits2 adds in trunk
AX: need a layout test testing misspelled words in attributed strings
https://bugs.webkit.org/show_bug.cgi?id=42899
Reviewed by David Kilzer.
WebKitTools:
- DumpRenderTree/AccessibilityUIElement.cpp:
(attributedStringForRangeCallback):
(attributedStringRangeIsMisspelledCallback):
(AccessibilityUIElement::getJSClass):
- DumpRenderTree/AccessibilityUIElement.h:
- DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp:
(AccessibilityUIElement::attributedStringForRange):
(AccessibilityUIElement::attributedStringRangeIsMisspelled):
- DumpRenderTree/mac/AccessibilityUIElementMac.mm:
(AccessibilityUIElement::attributedStringForRange):
(AccessibilityUIElement::attributedStringRangeIsMisspelled):
- DumpRenderTree/win/AccessibilityUIElementWin.cpp:
(AccessibilityUIElement::attributedStringForRange):
(AccessibilityUIElement::attributedStringRangeIsMisspelled):
LayoutTests:
- platform/mac/accessibility/misspelled-attributed-string-expected.txt: Added.
- platform/mac/accessibility/misspelled-attributed-string.html: Added.
- 3:17 PM Changeset in webkit [64013] by
-
- 4 edits1 add8 deletes in trunk/LayoutTests
editing/execCommand/hilitecolor.html and editing/style/remove-underline-from-stylesheet.html should be dumpAsMarkup tests
https://bugs.webkit.org/show_bug.cgi?id=42793
Reviewed by Darin Adler.
Converted the tests and removed the platform specific expected results.
- editing/execCommand/hilitecolor-expected.txt: Added.
- editing/execCommand/hilitecolor.html: Converted.
- editing/style/remove-underline-from-stylesheet-expected.txt: Converted.
- editing/style/remove-underline-from-stylesheet.html: Converted.
- platform/chromium-linux/editing/execCommand/hilitecolor-expected.checksum: Removed.
- platform/chromium-win/editing/execCommand/hilitecolor-expected.checksum: Removed.
- platform/chromium-win/editing/execCommand/hilitecolor-expected.png: Removed.
- platform/chromium-win/editing/execCommand/hilitecolor-expected.txt: Removed.
- platform/mac/editing/execCommand/hilitecolor-expected.checksum: Removed.
- platform/mac/editing/execCommand/hilitecolor-expected.png: Removed.
- platform/mac/editing/execCommand/hilitecolor-expected.txt: Removed.
- platform/qt/editing/execCommand/hilitecolor-expected.txt: Removed.
- 1:02 PM Changeset in webkit [64012] by
-
- 2 edits in trunk/WebCore
2010-07-24 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Re-order whitespace checks in the tokenizer
https://bugs.webkit.org/show_bug.cgi?id=42923
This saves about 0.5% on the parsing benchmark.
- html/HTMLTokenizer.cpp:
- 11:48 AM Changeset in webkit [64011] by
-
- 2 edits in trunk/WebCore
2010-07-24 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Simon Hausmann.
[Qt] tst_QWebFrame::callQtInvokable() fails
https://bugs.webkit.org/show_bug.cgi?id=41065
Converting JS objects to QVariantMaps was broken.
This is a partial revert of <http://trac.webkit.org/changeset/61478>
- bridge/qt/qt_runtime.cpp: (JSC::Bindings::convertValueToQVariant): Remove erroneous crash guard around JSObject::getPropertyNames()
- 10:33 AM Changeset in webkit [64010] by
-
- 3 edits in trunk/WebCore
2010-07-24 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Save a per-character branch in the HTML parser
https://bugs.webkit.org/show_bug.cgi?id=42921
The parsing benchmark claims this is a wash, but it makes me feel
better.
- html/HTMLToken.h: (WebCore::HTMLToken::clear): (WebCore::HTMLToken::beginStartTag): (WebCore::HTMLToken::beginEndTag): (WebCore::HTMLToken::ensureIsCharacterToken): (WebCore::HTMLToken::beginComment): (WebCore::HTMLToken::beginDOCTYPE):
- html/HTMLTokenizer.cpp: (WebCore::HTMLTokenizer::bufferCharacter):
- 8:06 AM Changeset in webkit [64009] by
-
- 2 edits in trunk/WebKit/chromium
2010-07-24 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: chromium build fix.
- src/ApplicationCacheHost.cpp: (WebCore::ApplicationCacheHost::fillResourceList):
- 5:54 AM Changeset in webkit [64008] by
-
- 2 edits in trunk
2010-07-24 Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Reviewed by Xan Lopez.
[GTK] Enable jit compilation on arm
https://bugs.webkit.org/show_bug.cgi?id=42856
Add missing bits to configure.ac to build the arm jit.
Compile and tested on debian sid armel on a qemu vm.
- configure.ac:
Jul 23, 2010:
- 9:17 PM Changeset in webkit [64007] by
-
- 2 edits in trunk/WebCore
2010-07-23 Patrick Gansterer <paroga@paroga.com>
Reviewed by Darin Adler.
Buildfix for !ENABLE(FILTERS) after r63531.
https://bugs.webkit.org/show_bug.cgi?id=42914
- rendering/RenderSVGContainer.cpp: Add missing header.
- 8:35 PM Changeset in webkit [64006] by
-
- 8 edits in trunk
2010-07-23 Kavita Kanetkar <kkanetkar@chromium.org>
Reviewed by Joseph Pecoraro.
Implement remaining Inspector support for chrome's appcache
https://bugs.webkit.org/show_bug.cgi?id=42426
- inspector/InspectorApplicationCacheAgent.cpp: (WebCore::InspectorApplicationCacheAgent::getApplicationCaches): (WebCore::InspectorApplicationCacheAgent::buildObjectForApplicationCache): (WebCore::InspectorApplicationCacheAgent::buildArrayForApplicationCacheResources): (WebCore::InspectorApplicationCacheAgent::buildObjectForApplicationCacheResource):
- inspector/InspectorApplicationCacheAgent.h: (WebCore::InspectorController::connectFrontend):
- loader/appcache/ApplicationCacheHost.cpp: (WebCore::ApplicationCacheHost::fillResourceList): (WebCore::ApplicationCacheHost::applicationCacheInfo):
- loader/appcache/ApplicationCacheHost.h: Changed creation + update times to double and moved appcache info here from InspectorApplicationCacheAgent.h (WebCore::ApplicationCacheHost::CacheInfo::CacheInfo): (WebCore::ApplicationCacheHost::ResourceInfo::ResourceInfo):
2010-07-23 Kavita Kanetkar <kkanetkar@chromium.org>
Reviewed by Joseph Pecoraro.
Implement remaining Inspector support for chrome's appcache
https://bugs.webkit.org/show_bug.cgi?id=42426
- src/ApplicationCacheHost.cpp: Plugging in chrome's appcache info. (WebCore::ApplicationCacheHost::applicationCacheInfo): (WebCore::ApplicationCacheHost::fillResourceList):
- src/js/InspectorControllerImpl.js: (devtools.InspectorBackendImpl):
- 6:48 PM Changeset in webkit [64005] by
-
- 13 edits1 add in trunk
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Cleanup glib support (make it optional)
https://bugs.webkit.org/show_bug.cgi?id=42480
Fixing support for compiling EFL port without glib.
- cmake/FindGthread.cmake: Added.
- cmake/OptionsEfl.cmake:
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Cleanup glib support (make it optional)
https://bugs.webkit.org/show_bug.cgi?id=42480
Remove gobject/GRefPtr.cpp if not using soup/glib.
- wtf/CMakeListsEfl.txt:
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Cleanup glib support (make it optional)
https://bugs.webkit.org/show_bug.cgi?id=42480
No new tests, no new features added.
Just add flags and directories for glib if necessary.
Put some ifdefs on glib calls.
- CMakeListsEfl.txt:
- platform/graphics/cairo/FontPlatformDataCairo.cpp: (WebCore::FontPlatformData::FontPlatformData):
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Cleanup glib support (make it optional)
https://bugs.webkit.org/show_bug.cgi?id=42480
Just add glib flags and directories if necessary.
- CMakeListsEfl.txt:
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Cleanup glib support (make it optional)
https://bugs.webkit.org/show_bug.cgi?id=42480
Put some ifdefs on glib calls.
- ewk/ewk_main.cpp: (ewk_init):
- 5:09 PM Changeset in webkit [64004] by
-
- 3 edits in trunk/WebCore
2010-07-23 James Robinson <jamesr@chromium.org>
Reviewed by Dimitri Glazkov.
CanvasRenderingContext2D has lots of style errors
https://bugs.webkit.org/show_bug.cgi?id=42918
CanvasRenderingContext2D.h and .cpp have lots of style errors. I'm planning to post patches
to both of these files soon, so to minimize merge conflicts and additional style violations
it seems best to fix all of these errors in bulk before posting any functional changes. In
particular the header file is incorrectly indented so any correctly formatted addition will
be out of place.
- html/canvas/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::CanvasRenderingContext2D): (WebCore::CanvasRenderingContext2D::setFillStyle): (WebCore::CanvasRenderingContext2D::transform): (WebCore::CanvasRenderingContext2D::setTransform): (WebCore::CanvasRenderingContext2D::arcTo): (WebCore::CanvasRenderingContext2D::arc): (WebCore::validateRectForCanvas): (WebCore::CanvasRenderingContext2D::strokeRect): (WebCore::CanvasRenderingContext2D::drawImage): (WebCore::CanvasRenderingContext2D::createRadialGradient): (WebCore::CanvasRenderingContext2D::createPattern): (WebCore::CanvasRenderingContext2D::willDraw): (WebCore::CanvasRenderingContext2D::createImageData): (WebCore::CanvasRenderingContext2D::putImageData): (WebCore::CanvasRenderingContext2D::setFont): (WebCore::CanvasRenderingContext2D::drawTextInternal):
- html/canvas/CanvasRenderingContext2D.h: (WebCore::CanvasRenderingContext2D::is2d): (WebCore::CanvasRenderingContext2D::getLineCap): (WebCore::CanvasRenderingContext2D::getLineJoin): (WebCore::CanvasRenderingContext2D::state): (WebCore::CanvasRenderingContext2D::):
- 5:07 PM Changeset in webkit [64003] by
-
- 5 edits in trunk
Versioning.
- 5:05 PM Changeset in webkit [64002] by
-
- 1 copy in tags/Safari-534.3
New tag.
- 5:03 PM Changeset in webkit [64001] by
-
- 2 edits in trunk/WebCore
2010-07-23 Adam Barth <abarth@webkit.org>
Remove FIXME that we already fixed.
- html/HTMLTreeBuilder.cpp: (WebCore::HTMLTreeBuilder::processCharacter):
- 3:34 PM Changeset in webkit [64000] by
-
- 5 edits7 adds in trunk/LayoutTests
2010-07-23 James Robinson <jamesr@chromium.org>
Unreviewed. Add chromium expectations for new tests.
- platform/chromium-mac/tables/layering/paint-test-layering-1-expected.checksum:
- platform/chromium-mac/tables/layering/paint-test-layering-1-expected.png:
- platform/chromium-mac/tables/layering/paint-test-layering-2-expected.checksum:
- platform/chromium-mac/tables/layering/paint-test-layering-2-expected.png:
- platform/chromium-win/tables/layering: Added.
- platform/chromium-win/tables/layering/paint-test-layering-1-expected.checksum: Added.
- platform/chromium-win/tables/layering/paint-test-layering-1-expected.png: Added.
- platform/chromium-win/tables/layering/paint-test-layering-1-expected.txt: Added.
- platform/chromium-win/tables/layering/paint-test-layering-2-expected.checksum: Added.
- platform/chromium-win/tables/layering/paint-test-layering-2-expected.png: Added.
- platform/chromium-win/tables/layering/paint-test-layering-2-expected.txt: Added.
- 3:17 PM Changeset in webkit [63999] by
-
- 10 edits in trunk/WebCore
2010-06-24 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Kent Tamura.
Move more form submission logic into FormSubmission.
https://bugs.webkit.org/show_bug.cgi?id=41110
Two major moves:
- Fold HTMLFormElement::prepareFormSubmission into FormSubmission::create
- Move non-static (non-FormData-building) methods of FormDataBuilder
to FormSubmission::Attributes.
Mechanical moving, no change in behavior, so no new tests.
- WebCore.xcodeproj/project.pbxproj: Gave FormDataBuilder.h "project" and
FormSubmission.h "private" visibility.
- html/HTMLFormElement.cpp: (WebCore::HTMLFormElement::submit): Changed to use FormSubmission::create. (WebCore::HTMLFormElement::parseMappedAttribute): Changed to use m_attributes.
- html/HTMLFormElement.h: (WebCore::HTMLFormElement::enctype): Ditto. (WebCore::HTMLFormElement::encoding): Ditto. (WebCore::HTMLFormElement::acceptCharset): Ditto.
- loader/FormSubmission.cpp: (WebCore::generateFormDataIdentifier): Moved from HTMLFormElement. (WebCore::appendMailtoPostFormDataToURL): Ditto. (WebCore::FormSubmission::Attributes::parseAction): Moved from FormDataBuilder. (WebCore::FormSubmission::Attributes::parseEncodingType): Ditto. (WebCore::FormSubmission::Attributes::parseMethodType): Ditto. (WebCore::FormSubmission::FormSubmission): Made inline. (WebCore::FormSubmission::create): Added logic that used to be in
HTMLFormElement::prepareFormSubmission.
- loader/FormSubmission.h: (WebCore::FormSubmission::): (WebCore::FormSubmission::Attributes::Attributes): Added new class. (WebCore::FormSubmission::Attributes::method): Moved from FormDataBuilder. (WebCore::FormSubmission::Attributes::isMultiPartForm): Ditto. (WebCore::FormSubmission::Attributes::action): Ditto. (WebCore::FormSubmission::Attributes::target): Ditto. (WebCore::FormSubmission::Attributes::setTarget): Ditto. (WebCore::FormSubmission::Attributes::encodingType): Ditto. (WebCore::FormSubmission::Attributes::acceptCharset): Ditto. (WebCore::FormSubmission::Attributes::setAcceptCharset): Ditto. (WebCore::FormSubmission::target): Ditto. (WebCore::FormSubmission::contentType): Const-ified return type. (WebCore::FormSubmission::boundary): Ditto.
- platform/network/FormDataBuilder.cpp: (WebCore::FormDataBuilder::encodingFromAcceptCharset): Renamed method for clarity,
made it use param instead of a class member.
- platform/network/FormDataBuilder.h: (WebCore::FormDataBuilder::FormDataBuilder): Made constructor private.
- wml/WMLGoElement.cpp: Changed to use FormSubmision::Attributes.
- wml/WMLGoElement.h: Ditto.
- 3:14 PM Changeset in webkit [63998] by
-
- 13 edits2 adds in trunk
2010-07-23 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
HTML5 Parser: document.write in a asynchronous script which is specified to load before page finish blows away document
https://bugs.webkit.org/show_bug.cgi?id=42365
- http/tests/misc/write-from-dom-script-expected.txt: Added.
- http/tests/misc/write-from-dom-script.html: Added.
- Test the scenario where a script added to the DOM asynchronously while the nesting level is >0. It's supposed to have its calls to document.write blocked.
- http/tests/misc/write-while-waiting.html:
- Writes are only prevented from scripts that are added to the DOM. Scripts that run via setTimeout do not have their writes blocked.
2010-07-23 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
HTML5 Parser: document.write in a asynchronous script which is specified to load before page finish blows away document
https://bugs.webkit.org/show_bug.cgi?id=42365
This patch implements the changes Ian made to HTML5 to address these
issues. Let's try it and see how well it works.
Test: http/tests/misc/write-from-dom-script.html
- dom/Document.cpp: (WebCore::Document::Document): (WebCore::Document::write):
- dom/Document.h: (WebCore::Document::writeDisabled): (WebCore::Document::setWriteDisabled):
- dom/DocumentParser.h: (WebCore::DocumentParser::hasInsertionPoint):
- dom/ScriptElement.cpp: (WebCore::ScriptElement::insertedIntoDocument): (WebCore::ScriptElementData::ScriptElementData): (WebCore::ScriptElementData::evaluateScript):
- dom/ScriptElement.h: (WebCore::ScriptElementData::writeDisabled): (WebCore::ScriptElementData::setWriteDisabled):
- html/HTMLDocumentParser.cpp: (WebCore::HTMLDocumentParser::hasInsertionPoint): (WebCore::HTMLDocumentParser::insert):
- html/HTMLDocumentParser.h:
- 2:59 PM Changeset in webkit [63997] by
-
- 3 edits in trunk/WebKitTools
<http://webkit.org/b/42911> Update ruby tools to work with shallow framework bundles
Reviewed by Mark Rowe.
- Scripts/check-for-inappropriate-files-in-framework: Added
check for the SHALLOW_BUNDLE environment variable so that the
script will work with iOS WebKit builds.
- Scripts/check-for-webkit-framework-include-consistency: Ditto.
- 2:46 PM Changeset in webkit [63996] by
-
- 2 edits in trunk/WebCore
2010-07-23 Patrick Gansterer <paroga@paroga.com>
Reviewed by Adam Roben.
[WINCE] Buildfix for PopupMenuWin.cpp
https://bugs.webkit.org/show_bug.cgi?id=42906
Use correct API for BitmapInfo landed in r63944.
- platform/win/PopupMenuWin.cpp: (WebCore::PopupMenu::paint):
- 2:30 PM Applications using WebKit edited by
- (diff)
- 2:29 PM Applications using WebKit edited by
- (diff)
- 1:29 PM Changeset in webkit [63995] by
-
- 1 edit1 add in trunk/LayoutTests
2010-07-23 Shinichiro Hamaji <hamaji@chromium.org>
Unreviewed. Land the expectation for win.
Backslash isn't transcoded in <input>
https://bugs.webkit.org/show_bug.cgi?id=42878
- platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt: Added.
- 1:22 PM Changeset in webkit [63994] by
-
- 9 edits32 adds in trunk
2010-07-23 fsamuel@chromium.org <fsamuel@chromium.org>
Reviewed by David Hyatt.
Updated table painting to draw cell layers in the correct order.
Table Cell Layering
https://bugs.webkit.org/show_bug.cgi?id=40775
Tests: tables/layering/paint-test-layering-1.html
tables/layering/paint-test-layering-2.html
- accessibility/AccessibilityTable.cpp: (WebCore::AccessibilityTable::isTableExposableThroughAccessibility): (WebCore::AccessibilityTable::addChildren): (WebCore::AccessibilityTable::cellForColumnAndRow):
- accessibility/AccessibilityTableCell.cpp: (WebCore::AccessibilityTableCell::titleUIElement):
- accessibility/AccessibilityTableColumn.cpp: (WebCore::AccessibilityTableColumn::headerObjectForSection):
- rendering/AutoTableLayout.cpp: (WebCore::AutoTableLayout::recalcColumn):
- rendering/RenderTable.cpp: (WebCore::RenderTable::splitColumn): (WebCore::RenderTable::calcBorderLeft): (WebCore::RenderTable::calcBorderRight): (WebCore::RenderTable::cellAbove): (WebCore::RenderTable::cellBelow): (WebCore::RenderTable::cellBefore): (WebCore::RenderTable::cellAfter):
- rendering/RenderTableSection.cpp: (WebCore::RenderTableSection::RenderTableSection): (WebCore::RenderTableSection::ensureRows): (WebCore::RenderTableSection::addCell): (WebCore::RenderTableSection::setCellWidths): (WebCore::RenderTableSection::calcRowHeight): (WebCore::RenderTableSection::layoutRows): (WebCore::RenderTableSection::calcOuterBorderTop): (WebCore::RenderTableSection::calcOuterBorderBottom): (WebCore::RenderTableSection::calcOuterBorderLeft): (WebCore::RenderTableSection::calcOuterBorderRight): (WebCore::RenderTableSection::firstLineBoxBaseline): (WebCore::compareCellPositions): (WebCore::RenderTableSection::paintCell): (WebCore::RenderTableSection::paintObject): (WebCore::RenderTableSection::numColumns): (WebCore::RenderTableSection::appendColumn): (WebCore::RenderTableSection::splitColumn): (WebCore::RenderTableSection::nodeAtPoint):
- rendering/RenderTableSection.h: (WebCore::RenderTableSection::CellStruct::CellStruct): (WebCore::RenderTableSection::CellStruct::primaryCell): (WebCore::RenderTableSection::CellStruct::hasCells): (WebCore::RenderTableSection::primaryCellAt):
2010-07-23 fsamuel@chromium.org <fsamuel@chromium.org>
Reviewed by David Hyatt.
Updated table painting to draw cell layers in the correct order.
Table Cell Layering
https://bugs.webkit.org/show_bug.cgi?id=40775
- platform/chromium-linux/tables/layering/paint-test-layering-1-expected.checksum: Added.
- platform/chromium-linux/tables/layering/paint-test-layering-1-expected.png: Added.
- platform/chromium-linux/tables/layering/paint-test-layering-1-expected.txt: Added.
- platform/chromium-linux/tables/layering/paint-test-layering-2-expected.checksum: Added.
- platform/chromium-linux/tables/layering/paint-test-layering-2-expected.png: Added.
- platform/chromium-linux/tables/layering/paint-test-layering-2-expected.txt: Added.
- platform/chromium-mac/tables/layering/paint-test-layering-1-expected.checksum: Added.
- platform/chromium-mac/tables/layering/paint-test-layering-1-expected.png: Added.
- platform/chromium-mac/tables/layering/paint-test-layering-1-expected.txt: Added.
- platform/chromium-mac/tables/layering/paint-test-layering-2-expected.checksum: Added.
- platform/chromium-mac/tables/layering/paint-test-layering-2-expected.png: Added.
- platform/chromium-mac/tables/layering/paint-test-layering-2-expected.txt: Added.
- platform/gtk/tables/layering/paint-test-layering-1-expected.checksum: Added.
- platform/gtk/tables/layering/paint-test-layering-1-expected.png: Added.
- platform/gtk/tables/layering/paint-test-layering-1-expected.txt: Added.
- platform/gtk/tables/layering/paint-test-layering-2-expected.checksum: Added.
- platform/gtk/tables/layering/paint-test-layering-2-expected.png: Added.
- platform/gtk/tables/layering/paint-test-layering-2-expected.txt: Added.
- platform/mac/tables/layering/paint-test-layering-1-expected.checksum: Added.
- platform/mac/tables/layering/paint-test-layering-1-expected.png: Added.
- platform/mac/tables/layering/paint-test-layering-1-expected.txt: Added.
- platform/mac/tables/layering/paint-test-layering-2-expected.checksum: Added.
- platform/mac/tables/layering/paint-test-layering-2-expected.png: Added.
- platform/mac/tables/layering/paint-test-layering-2-expected.txt: Added.
- tables/layering/paint-test-layering-1.html: Added.
- tables/layering/paint-test-layering-2.html: Added.
- 1:16 PM Changeset in webkit [63993] by
-
- 2 edits in trunk/WebCore
2010-07-23 Patrick Gansterer <paroga@paroga.com>
Reviewed by Adam Roben.
[WINCE] Buildfix for Path.h
https://bugs.webkit.org/show_bug.cgi?id=42904
- platform/graphics/Path.h: Add missing typedef PlatformPath.
- 12:51 PM Changeset in webkit [63992] by
-
- 2 edits3 adds in trunk/LayoutTests
2010-07-23 Stephen White <senorblanco@chromium.org>
Unreviewed; chromium test expectations fix.
- platform/chromium-win/fast/borders/different-color-borders-expected.checksum: Added.
- platform/chromium-win/fast/borders/different-color-borders-expected.png: Added.
- platform/chromium-win/fast/borders/different-color-borders-expected.txt: Added. New baseline for new test.
- platform/chromium/test_expectations.txt: Remove passing tests from expectations.
- 12:08 PM Changeset in webkit [63991] by
-
- 2 edits in trunk/WebCore
2010-07-23 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Reserve capacity for attributes
https://bugs.webkit.org/show_bug.cgi?id=42877
This is about a 1.7% improvement to the parsing benchmark.
- html/HTMLToken.h: (WebCore::AtomicHTMLToken::AtomicHTMLToken):
- 11:54 AM Changeset in webkit [63990] by
-
- 3 edits in trunk/WebCore
2010-07-23 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Inline HTMLElementStack::top
https://bugs.webkit.org/show_bug.cgi?id=42879
According to sampling, HTMLElementStack::top is the hotest function in
the treebuilder. Inlining it is about a 0.3% improvement to the
parsing benchmark. This squares with how often it occurs in samples.
- html/HTMLElementStack.cpp:
- html/HTMLElementStack.h: (WebCore::HTMLElementStack::top):
- 11:38 AM Changeset in webkit [63989] by
-
- 3 edits in trunk/WebCore
2010-07-23 Patrick Gansterer <paroga@paroga.com>
Reviewed by Adam Roben.
[WINCE] Buildfix for GraphicsContext
https://bugs.webkit.org/show_bug.cgi?id=42888
Use AffineTransform insted of TransformationMatrix and
add ColorSpace parameter to the drawBitmap methods.
- platform/graphics/GraphicsContext.h:
- platform/graphics/wince/GraphicsContextWince.cpp: (WebCore::GraphicsContext::affineTransform): (WebCore::GraphicsContext::fillRoundedRect): (WebCore::GraphicsContext::drawBitmap): (WebCore::GraphicsContext::drawBitmapPattern):
- 11:17 AM Changeset in webkit [63988] by
-
- 11 edits in trunk
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Add support for using libcurl network backend.
https://bugs.webkit.org/show_bug.cgi?id=42286
Instead of just libsoup, the EFL port now can use libcurl backend.
This is a step in the direction of removing dependency on glib. Just
need to pass the option -DNETWORK_BACKEND=curl to cmake in order to
enable it.
- cmake/OptionsEfl.cmake:
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Add support for using libcurl network backend.
https://bugs.webkit.org/show_bug.cgi?id=42286
Add files and flags for soup/curl specific backend being
used.
Put some ifdefs around soup/glib calls.
No new tests, no new features implemented.
- CMakeListsEfl.txt:
- platform/efl/FileSystemEfl.cpp: (WebCore::fileSystemRepresentation):
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Add support for using libcurl network backend.
https://bugs.webkit.org/show_bug.cgi?id=42286
Just add soup/curl directories and flags for the specific
backend being used.
- CMakeLists.txt:
- CMakeListsEfl.txt:
2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.
[EFL] Add support for using libcurl network backend.
https://bugs.webkit.org/show_bug.cgi?id=42286
Put some ifdefs around soup calls.
- ewk/ewk_cookies.cpp: (ewk_cookies_file_set): (ewk_cookies_clear): (ewk_cookies_get_all): (ewk_cookies_cookie_del): (ewk_cookies_cookie_free): (ewk_cookies_policy_set): (ewk_cookies_policy_get):
- ewk/ewk_main.cpp: (ewk_init):
- 10:47 AM Changeset in webkit [63987] by
-
- 2 edits in trunk/WebCore
2010-07-23 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Add fast-reject path for InputStreamPreprocessor::peek
https://bugs.webkit.org/show_bug.cgi?id=42881
This is about a 2.5% speedup on the parsing benchmark.
- html/HTMLTokenizer.h: (WebCore::HTMLTokenizer::InputStreamPreprocessor::peek):
- 10:27 AM Changeset in webkit [63986] by
-
- 3 edits in trunk/LayoutTests
2010-07-23 Hans Wennborg <hans@chromium.org>
Reviewed by Ojan Vafai.
Rebaseline fast/dom/prototype-inheritance.html for chromium
https://bugs.webkit.org/show_bug.cgi?id=42824
Since Chromium revision 53317, ENABLE_DEVICE_ORIENTATION is enabled,
which means window.DeviceOrientationEvent will show up
in this layout test.
- platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt:
- platform/chromium-win/fast/dom/prototype-inheritance-expected.txt:
- 10:11 AM Changeset in webkit [63985] by
-
- 2 edits in trunk/WebCore
2010-07-23 Patrick Gansterer <paroga@paroga.com>
Reviewed by Adam Roben.
[WINCE] Merge PasteboardWince.cpp into PasteboardWin.cpp
https://bugs.webkit.org/show_bug.cgi?id=42885
Make PasteboardWin more portable and remove the global namespace prefix
from GlobalLock/GlobalUnlock, since they are only macros on WinCE.
- platform/win/PasteboardWin.cpp: (WebCore::PasteboardOwnerWndProc): (WebCore::Pasteboard::Pasteboard): (WebCore::Pasteboard::plainText): (WebCore::Pasteboard::documentFragment):
- 9:41 AM Changeset in webkit [63984] by
-
- 3 edits2 deletes in trunk
2010-07-23 Justin Schuh <jschuh@chromium.org>
Unreviewed, rolling out r63925.
http://trac.webkit.org/changeset/63925
https://bugs.webkit.org/show_bug.cgi?id=42858
Introduced a regression in history state.
- page/History.cpp: (WebCore::History::urlForState):
2010-07-23 Justin Schuh <jschuh@chromium.org>
Unreviewed, rolling out r63925.
http://trac.webkit.org/changeset/63925
https://bugs.webkit.org/show_bug.cgi?id=42858
Introduced a regression in history state.
- fast/history/history-replace-illegal-expected.txt: Removed.
- fast/history/history-replace-illegal.html: Removed.
- 9:26 AM Changeset in webkit [63983] by
-
- 2 edits in trunk/WebCore
2010-07-23 Martin Robinson <mrobinson@igalia.com>
Unreviewed build fix.
Fix make dist by aligning the source list with currently used headers.
- GNUmakefile.am:
- 9:25 AM Changeset in webkit [63982] by
-
- 1 edit2 deletes in trunk/LayoutTests
2010-07-23 Justin Schuh <jschuh@chromium.org>
Unreviewed, rolling out r63959.
http://trac.webkit.org/changeset/63959
https://bugs.webkit.org/show_bug.cgi?id=42884
63925 introduced a regression and is being reverted.
- platform/chromium-mac/fast/history/history-replace-illegal-expected.txt: Removed.
- platform/chromium-win/fast/history/history-replace-illegal-expected.txt: Removed.
- 9:24 AM Changeset in webkit [63981] by
-
- 2 edits in trunk/JavaScriptCore
2010-07-23 Patrick Gansterer <paroga@paroga.com>
Reviewed by Adam Roben.
[WINCE] Implement TCSpinLock.
https://bugs.webkit.org/show_bug.cgi?id=41792
Implement the SpinLock with InterlockedExchange from the Windows API.
- wtf/TCSpinLock.h: (TCMalloc_SpinLock::Lock): (TCMalloc_SpinLock::Unlock): (TCMalloc_SpinLock::IsHeld): (TCMalloc_SpinLock::Init): (TCMalloc_SlowLock):
- 9:10 AM Changeset in webkit [63980] by
-
- 2 edits in trunk/JavaScriptCore/qt
2010-07-23 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
QScriptValue::equals benchmark crash fix.
Patch changes QScriptValue::equals implementation to cover
more edge cases.
Problem exposes an issue in our autotests (all values got
bound to an engine too fast - bug 42366).
[Qt] QScriptValue::equals asserts
https://bugs.webkit.org/show_bug.cgi?id=42363
- api/qscriptvalue_p.h: (QScriptValuePrivate::equals):
- 8:57 AM Changeset in webkit [63979] by
-
- 2 edits in trunk/WebCore
2010-07-23 Alex Milowski <alex@milowski.com>
Reviewed by Darin Adler.
Moved the 'mathml' group back to where it belongs as
siblings of the other major folders.
- WebCore.xcodeproj/project.pbxproj:
- 8:44 AM Changeset in webkit [63978] by
-
- 5 edits in trunk/WebKit/efl
2010-07-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Kenneth Rohde Christiansen.
Notify browser when window shall be closed.
This is used for window.close() events Javascript, though it would be
triggered for any event on WebCore that might ask for the window to be
closed.
- WebCoreSupport/ChromeClientEfl.cpp: (WebCore::ChromeClientEfl::closeWindowSoon): call new function and moves its previous functionality there.
- ewk/ewk_private.h:
- ewk/ewk_view.cpp: (ewk_view_window_close): stop all loaders as was being done previously and notify browser afterwards.
- ewk/ewk_view.h: declare new virtual method.
- 8:41 AM Changeset in webkit [63977] by
-
- 1 edit1 copy1 add in trunk/LayoutTests
Unreviewed.
Process link elements immediately if there are no beforeload listeners.
https://bugs.webkit.org/show_bug.cgi?id=42859
Add Qt specific expected result after r63924.
- platform/qt/http/tests/security/mixedContent: Added.
- platform/qt/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt: Copied from LayoutTests/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt and updated.
- 8:30 AM Changeset in webkit [63976] by
-
- 3 edits in trunk/WebCore
2010-07-23 Patrick Gansterer <paroga@paroga.com>
Reviewed by Adam Roben.
Buildfix for WinCE graphics after r56015.
https://bugs.webkit.org/show_bug.cgi?id=41354
Use fabs() insetead of abs().
- platform/graphics/wince/GraphicsContextWince.cpp: (WebCore::GraphicsContext::fillRect):
- platform/graphics/wince/PlatformPathWince.cpp: (WebCore::PlatformPath::addArcTo):
- 7:50 AM Changeset in webkit [63975] by
-
- 2 edits in trunk/WebCore
2010-07-23 ryuan choi <ryuan.choi@samsung.com>
Reviewed by Antonio Gomes.
[EFL]build break because of r63927
https://bugs.webkit.org/show_bug.cgi?id=42864
- CMakeLists.txt:
- 7:48 AM Changeset in webkit [63974] by
-
- 2 edits in trunk/WebKit/qt
Doc: Fixed incorrect QML property type.
Patch by David Boddie <dboddie@trolltech.com> on 2010-07-23
Reviewed by Simon Hausmann.
- declarative/qdeclarativewebview.cpp:
- 7:36 AM Changeset in webkit [63973] by
-
- 2 edits in trunk
2010-07-23 Andras Becsi <abecsi@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Enable the build of MiniBrowser.
- WebKit.pro: add MiniBrowser.pro to SUBDIRS.
- 7:34 AM Changeset in webkit [63972] by
-
- 4 edits in trunk/WebKit/efl
2010-07-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Reviewed by Kenneth Rohde Christiansen.
[EFL] Set proxy address for Soup
https://bugs.webkit.org/show_bug.cgi?id=42721
Sets the given proxy URI for libsoup network backend. This method will
support libcurl network backend later.
- EWebLauncher/main.c: (main): Invoke proxy set method
- ewk/ewk_settings.cpp: (ewk_settings_proxy_uri_set): Sets proxy URI.
- ewk/ewk_settings.h:
- 7:27 AM Changeset in webkit [63971] by
-
- 2 edits in trunk/WebKit/qt
[Qt] Build fix for Qt apps
Add webkit to QT_CONFIG. qconfig.pri will read qt_webkit_version.pri and
that's how it will pick up webkit in QT_CONFIG.
- qt_webkit_version.pri:
- 7:19 AM Changeset in webkit [63970] by
-
- 2 edits in trunk/WebCore
2010-07-23 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Inline HTMLTokenizer::InputStreamPreprocessor::peek
https://bugs.webkit.org/show_bug.cgi?id=42880
According to sampling HTMLTokenizer::InputStreamPreprocessor::peek is
the hotest function in the tokenizer. Inlining this function is about
a 2.2% speedup on the parser benchmark. Turns out the tokenizer is
much hotter than the tree builder. :)
- html/HTMLTokenizer.h: (WebCore::HTMLTokenizer::InputStreamPreprocessor::peek):
- 7:04 AM Changeset in webkit [63969] by
-
- 2 edits in trunk/WebCore
2010-07-23 Andras Becsi <abecsi@webkit.org>
Unreviewed build fix.
[Qt] Fix WebKit2 linkage.
No new tests needed.
- WebCore.pro: add InjectedBundlePageEditorClient.cpp to WK2 sources
- 6:39 AM Changeset in webkit [63968] by
-
- 6 edits5 adds in trunk
2010-07-23 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Setup the QtWebProcess
- WebCore.pro: Added WebProcessMainQt.cpp to SOURCES.
2010-07-23 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Setup the QtWebProcess
- WebKit.pro: Add WebKit2.pro to the build guarded by webkit2 config variable.
2010-07-19 Balazs Kelemen <kb@inf.u-szeged.hu>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Setup the QtWebProcess
- UIProcess/Launcher/qt/ProcessLauncherQt.cpp: Remove the framework entry point from here to WebProcess/qt/WebProcessMainQt.cpp to match with with the mac and the win port.
- WebKit2.pro: Added.
- WebProcess/qt/WebProcessMainQt.cpp: Added. (WebKit::WebProcessMainQt): Framework entry point for Qt.
- qt/MainQt.cpp: Added. (main):
- 6:19 AM Changeset in webkit [63967] by
-
- 2 edits in trunk/WebCore
2010-07-23 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: Chromium tests fix.
- inspector/CodeGeneratorInspector.pm:
- 5:54 AM Changeset in webkit [63966] by
-
- 2 edits in trunk/WebCore
2010-07-23 Patrick Gansterer <paroga@paroga.com>
Reviewed by Adam Roben.
[WINCE] Buildfix for PluginDatabaseWin.cpp
https://bugs.webkit.org/show_bug.cgi?id=41887
Define KEY_ENUMERATE_SUB_KEYS only if not defined.
- plugins/win/PluginDatabaseWin.cpp:
- 5:46 AM Changeset in webkit [63965] by
-
- 10 edits in trunk
2010-07-23 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Chromium DevTools: migrate from utility context-based injected
script dispatch to upstream schema.
- bindings/v8/ScriptProfile.cpp: (WebCore::ScriptProfile::title):
- inspector/InspectorController.cpp: (WebCore::InspectorController::getProfile):
- inspector/front-end/InjectedScriptAccess.js:
2010-07-23 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Reviewed by Yury Semikhatsky.
Chromium DevTools: migrate from utility context-based injected
script dispatch to upstream schema.
- src/ToolsAgent.h:
- src/WebDevToolsAgentImpl.cpp:
- src/WebDevToolsAgentImpl.h:
- src/js/DevToolsHostStub.js:
- src/js/InspectorControllerImpl.js: (devtools.InspectorBackendImpl):
- 5:20 AM Changeset in webkit [63964] by
-
- 10 edits in trunk
2010-07-23 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: rolling out r63963.
- bindings/v8/ScriptProfile.cpp: (WebCore::ScriptProfile::title):
- inspector/InspectorController.cpp: (WebCore::InspectorController::getProfile):
- inspector/front-end/InjectedScriptAccess.js:
- 5:12 AM Changeset in webkit [63963] by
-
- 10 edits in trunk
2010-07-23 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Chromium DevTools: migrate from utility context-based injected
script dispatch to upstream schema.
- bindings/v8/ScriptProfile.cpp: (WebCore::ScriptProfile::title):
- inspector/InspectorController.cpp: (WebCore::InspectorController::getProfile):
- inspector/front-end/InjectedScriptAccess.js: (InjectedScriptAccess.get if): (InjectedScriptAccess):
2010-07-23 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Reviewed by Yury Semikhatsky.
Chromium DevTools: migrate from utility context-based injected
script dispatch to upstream schema.
- src/ToolsAgent.h:
- src/WebDevToolsAgentImpl.cpp:
- src/WebDevToolsAgentImpl.h:
- src/js/DevToolsHostStub.js:
- src/js/InspectorControllerImpl.js: (devtools.InspectorBackendImpl):
- 4:58 AM Changeset in webkit [63962] by
-
- 2 edits in trunk/WebCore
2010-07-23 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: error info propagation in InspectorBackendDispatch should be improved
https://bugs.webkit.org/show_bug.cgi?id=42873
- inspector/CodeGeneratorInspector.pm: report wrong parameter count and wrong parametere type errror to the dispatch method caller
- 4:42 AM Changeset in webkit [63961] by
-
- 2 edits in trunk/WebCore
2010-07-23 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: injectedScriptId is missing in the stack frame wrappers.
- inspector/front-end/InjectedScript.js: (injectedScriptConstructor):
- 4:24 AM Changeset in webkit [63960] by
-
- 2 edits in trunk/LayoutTests
Unreviewed.
[Qt] Search input field doesn't have cancel button
https://bugs.webkit.org/show_bug.cgi?id=42887
- platform/qt/Skipped: fast/forms/search-cancel-button-events.html skipped until fix.
- 3:02 AM Changeset in webkit [63959] by
-
- 1 edit2 adds in trunk/LayoutTests
2010-07-23 Marcus Bulach <bulach@chromium.org>
Unreviewed. Adds expectations for chromium.
[chromium] Updates baselines following changes in history (http://trac.webkit.org/changeset/63925)
https://bugs.webkit.org/show_bug.cgi?id=42884
- platform/chromium-mac/fast/history/history-replace-illegal-expected.txt: Added.
- platform/chromium-win/fast/history/history-replace-illegal-expected.txt: Added.
- 2:02 AM Changeset in webkit [63958] by
-
- 49 edits12 adds13 deletes in trunk/LayoutTests
2010-07-22 Marcus Bulach <bulach@chromium.org>
Reviewed by Dimitri Glazkov.
[chromium] Updates baselines following changes in border drawing code (http://trac.webkit.org/changeset/63864).
https://bugs.webkit.org/show_bug.cgi?id=42822
- platform/chromium-linux/fast/borders/different-color-borders-expected.checksum: Added.
- platform/chromium-linux/fast/borders/different-color-borders-expected.png: Added.
- platform/chromium-linux/fast/borders/different-color-borders-expected.txt: Added.
- platform/chromium-mac/fast/borders/border-radius-constraints-expected.checksum:
- platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
- platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.checksum:
- platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png:
- platform/chromium-mac/fast/borders/border-radius-split-inline-expected.checksum:
- platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum:
- platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.checksum:
- platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.checksum:
- platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.png: Added.
- platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.checksum:
- platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Added.
- platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusInset01-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.checksum:
- platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.png:
- platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.png:
- platform/chromium-mac/fast/borders/different-color-borders-expected.checksum: Added.
- platform/chromium-mac/fast/borders/different-color-borders-expected.png: Added.
- platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.checksum: Removed.
- platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png:
- platform/chromium-mac/fast/css/nested-rounded-corners-expected.checksum: Added.
- platform/chromium-mac/fast/css/nested-rounded-corners-expected.png: Added.
- platform/chromium-mac/fast/forms/basic-selects-expected.checksum:
- platform/chromium-mac/fast/forms/basic-selects-expected.png:
- platform/chromium-mac/fast/forms/menulist-clip-expected.checksum:
- platform/chromium-mac/fast/forms/menulist-clip-expected.png:
- platform/chromium-mac/fast/forms/menulist-narrow-width-expected.checksum:
- platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png:
- platform/chromium-mac/fast/forms/menulist-option-wrap-expected.checksum:
- platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
- platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.checksum:
- platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png:
- platform/chromium-mac/fast/forms/menulist-separator-painting-expected.checksum:
- platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png:
- platform/chromium-mac/fast/forms/menulist-style-color-expected.checksum:
- platform/chromium-mac/fast/forms/menulist-style-color-expected.png:
- platform/chromium-mac/fast/forms/select-baseline-expected.checksum:
- platform/chromium-mac/fast/forms/select-baseline-expected.png:
- platform/chromium-mac/fast/overflow/border-radius-clipping-expected.checksum:
- platform/chromium-mac/fast/overflow/border-radius-clipping-expected.png:
- platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum:
- platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
- platform/chromium-win-xp/fast/css/nested-rounded-corners-expected.png: Added.
- platform/chromium-win/fast/css/nested-rounded-corners-expected.checksum: Added.
- platform/chromium-win/fast/css/nested-rounded-corners-expected.png: Added.
- platform/chromium/test_expectations.txt:
- 1:37 AM Changeset in webkit [63957] by
-
- 7 edits in trunk
2010-07-23 Shinichiro Hamaji <hamaji@chromium.org>
Reviewed by Kent Tamura.
Backslash isn't transcoded in <input>
https://bugs.webkit.org/show_bug.cgi?id=42878
- css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty):
2010-07-23 Shinichiro Hamaji <hamaji@chromium.org>
Reviewed by Kent Tamura.
Backslash isn't transcoded in <input>
https://bugs.webkit.org/show_bug.cgi?id=42878
- editing/selection/find-yensign-and-backslash-expected.txt:
- platform/mac/fast/text/backslash-to-yen-sign-euc-expected.checksum:
- platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
- platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
- 12:28 AM Changeset in webkit [63956] by
-
- 2 edits in trunk/WebKit/chromium
2010-07-23 Kent Tamura <tkent@chromium.org>
Reviewed by Shinichiro Hamaji.
Roll Chromium revision
https://bugs.webkit.org/show_bug.cgi?id=42876
- 12:17 AM Changeset in webkit [63955] by
-
- 2 edits in trunk/LayoutTests
2010-07-23 Shinichiro Hamaji <hamaji@chromium.org>
Unreviewed. Put a failing result for now.
Backslash is transcoded into yen sign even when non japanese font is specified
https://bugs.webkit.org/show_bug.cgi?id=39654
- editing/selection/find-yensign-and-backslash-expected.txt:
- 12:03 AM Changeset in webkit [63954] by
-
- 3 edits in trunk/JavaScriptCore
Unreviewed rolling out r63947 and r63948, because they broke Qt Windows build.
- jit/JITStubs.cpp:
- jit/JITStubs.h: