Timeline
Dec 26, 2010:
- 11:27 PM Changeset in webkit [74678] by
-
- 2 edits in trunk
Fix bug number in previous commit.
- 11:24 PM Changeset in webkit [74677] by
-
- 7 edits1 move in trunk
2010-12-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
[Meta] Move source code into Sources
https://bugs.webkit.org/show_bug.cgi?id=51606
- PrettyPatch/PrettyPatch.rb:
- Remove reference to non-existant autotools directory.
2010-12-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Siedel.
[Meta] Move source code into Sources
https://bugs.webkit.org/show_bug.cgi?id=51606
- .gitignore:
- GNUmakefile.am:
- Sources/autotools: Copied from autotools.
- autogen.sh:
- autotools: Removed.
- autotools/acinclude.m4: Removed.
- autotools/dolt.m4: Removed.
- autotools/gsettings.m4: Removed.
- autotools/symbols.filter: Removed.
- autotools/webkit.m4: Removed.
- configure.ac:
- 11:00 PM Changeset in webkit [74676] by
-
- 4 edits1 move in trunk
2010-12-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Move cmake into Sources
https://bugs.webkit.org/show_bug.cgi?id=51631
- PrettyPatch/PrettyPatch.rb:
2010-12-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Move cmake into Sources
https://bugs.webkit.org/show_bug.cgi?id=51631
- CMakeLists.txt:
- Sources/cmake: Copied from cmake.
- cmake: Removed.
- cmake/FindCFLite.cmake: Removed.
- cmake/FindCairo.cmake: Removed.
- cmake/FindEFL.cmake: Removed.
- cmake/FindFontconfig.cmake: Removed.
- cmake/FindFreetype.cmake: Removed.
- cmake/FindGDK-PixBuf.cmake: Removed.
- cmake/FindGDK.cmake: Removed.
- cmake/FindGIO.cmake: Removed.
- cmake/FindGStreamer-App.cmake: Removed.
- cmake/FindGStreamer-Base.cmake: Removed.
- cmake/FindGStreamer-Interfaces.cmake: Removed.
- cmake/FindGStreamer-Pbutils.cmake: Removed.
- cmake/FindGStreamer-Plugins-Base.cmake: Removed.
- cmake/FindGStreamer-Video.cmake: Removed.
- cmake/FindGStreamer.cmake: Removed.
- cmake/FindGlib.cmake: Removed.
- cmake/FindGperf.cmake: Removed.
- cmake/FindGthread.cmake: Removed.
- cmake/FindICU.cmake: Removed.
- cmake/FindLibSoup2.cmake: Removed.
- cmake/FindLibXlst.cmake: Removed.
- cmake/FindPango.cmake: Removed.
- cmake/FindSqlite.cmake: Removed.
- cmake/LibFindMacros.cmake: Removed.
- cmake/OptionsCommon.cmake: Removed.
- cmake/OptionsEfl.cmake: Removed.
- cmake/OptionsWinCE.cmake: Removed.
- cmake/OptionsWindows.cmake: Removed.
- cmake/WebKitEfl.cmake: Removed.
- cmake/WebKitFS.cmake: Removed.
- cmake/WebKitFeatures.cmake: Removed.
- cmake/WebKitHelpers.cmake: Removed.
- cmake/WebKitMacros.cmake: Removed.
- cmake/WebKitPackaging.cmake: Removed.
- cmake/eflsymbols.filter: Removed.
- 10:11 PM Changeset in webkit [74675] by
-
- 2 edits in trunk
2010-12-26 Adam Barth <abarth@webkit.org>
Fix some references to the old location of the WebKit website in git
metadata files.
- .gitattributes:
- 9:51 PM Changeset in webkit [74674] by
-
- 4 edits1 move1 add in trunk
Move ANGLE to Sources/ThirdParty
https://bugs.webkit.org/show_bug.cgi?id=51605
Reviewed by Eric Seidel.
Actually move ANGLE and update the Makefile.
- ANGLE: Removed.
- ANGLE/ANGLE.xcodeproj: Removed.
- ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
- ANGLE/Configurations: Removed.
- ANGLE/Configurations/ANGLE.xcconfig: Removed.
- ANGLE/Configurations/Base.xcconfig: Removed.
- ANGLE/Configurations/DebugRelease.xcconfig: Removed.
- ANGLE/Makefile: Removed.
- ANGLE/include: Removed.
- ANGLE/include/EGL: Removed.
- ANGLE/include/EGL/egl.h: Removed.
- ANGLE/include/EGL/eglext.h: Removed.
- ANGLE/include/EGL/eglplatform.h: Removed.
- ANGLE/include/GLES2: Removed.
- ANGLE/include/GLES2/gl2.h: Removed.
- ANGLE/include/GLES2/gl2ext.h: Removed.
- ANGLE/include/GLES2/gl2platform.h: Removed.
- ANGLE/include/GLSLANG: Removed.
- ANGLE/include/GLSLANG/ShaderLang.h: Removed.
- ANGLE/include/KHR: Removed.
- ANGLE/include/KHR/khrplatform.h: Removed.
- ANGLE/src: Removed.
- ANGLE/src/build_angle.xcodeproj: Removed.
- ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
- ANGLE/src/common: Removed.
- ANGLE/src/common/angleutils.h: Removed.
- ANGLE/src/common/debug.cpp: Removed.
- ANGLE/src/common/debug.h: Removed.
- ANGLE/src/compiler: Removed.
- ANGLE/src/compiler/BaseTypes.h: Removed.
- ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
- ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
- ANGLE/src/compiler/Common.h: Removed.
- ANGLE/src/compiler/ConstantUnion.h: Removed.
- ANGLE/src/compiler/InfoSink.cpp: Removed.
- ANGLE/src/compiler/InfoSink.h: Removed.
- ANGLE/src/compiler/Initialize.cpp: Removed.
- ANGLE/src/compiler/Initialize.h: Removed.
- ANGLE/src/compiler/InitializeDll.cpp: Removed.
- ANGLE/src/compiler/InitializeDll.h: Removed.
- ANGLE/src/compiler/InitializeGlobals.h: Removed.
- ANGLE/src/compiler/InitializeParseContext.h: Removed.
- ANGLE/src/compiler/IntermTraverse.cpp: Removed.
- ANGLE/src/compiler/Intermediate.cpp: Removed.
- ANGLE/src/compiler/MMap.h: Removed.
- ANGLE/src/compiler/OutputGLSL.cpp: Removed.
- ANGLE/src/compiler/OutputGLSL.h: Removed.
- ANGLE/src/compiler/OutputHLSL.cpp: Removed.
- ANGLE/src/compiler/OutputHLSL.h: Removed.
- ANGLE/src/compiler/ParseHelper.cpp: Removed.
- ANGLE/src/compiler/ParseHelper.h: Removed.
- ANGLE/src/compiler/PoolAlloc.cpp: Removed.
- ANGLE/src/compiler/PoolAlloc.h: Removed.
- ANGLE/src/compiler/QualifierAlive.cpp: Removed.
- ANGLE/src/compiler/QualifierAlive.h: Removed.
- ANGLE/src/compiler/RemoveTree.cpp: Removed.
- ANGLE/src/compiler/RemoveTree.h: Removed.
- ANGLE/src/compiler/ShHandle.h: Removed.
- ANGLE/src/compiler/ShaderLang.cpp: Removed.
- ANGLE/src/compiler/SymbolTable.cpp: Removed.
- ANGLE/src/compiler/SymbolTable.h: Removed.
- ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
- ANGLE/src/compiler/TranslatorGLSL.h: Removed.
- ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
- ANGLE/src/compiler/TranslatorHLSL.h: Removed.
- ANGLE/src/compiler/Types.h: Removed.
- ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
- ANGLE/src/compiler/UnfoldSelect.h: Removed.
- ANGLE/src/compiler/debug.cpp: Removed.
- ANGLE/src/compiler/debug.h: Removed.
- ANGLE/src/compiler/glslang.l: Removed.
- ANGLE/src/compiler/glslang.y: Removed.
- ANGLE/src/compiler/intermOut.cpp: Removed.
- ANGLE/src/compiler/intermediate.h: Removed.
- ANGLE/src/compiler/localintermediate.h: Removed.
- ANGLE/src/compiler/osinclude.h: Removed.
- ANGLE/src/compiler/ossource_posix.cpp: Removed.
- ANGLE/src/compiler/ossource_win.cpp: Removed.
- ANGLE/src/compiler/parseConst.cpp: Removed.
- ANGLE/src/compiler/preprocessor: Removed.
- ANGLE/src/compiler/preprocessor/atom.c: Removed.
- ANGLE/src/compiler/preprocessor/atom.h: Removed.
- ANGLE/src/compiler/preprocessor/compile.h: Removed.
- ANGLE/src/compiler/preprocessor/cpp.c: Removed.
- ANGLE/src/compiler/preprocessor/cpp.h: Removed.
- ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
- ANGLE/src/compiler/preprocessor/memory.c: Removed.
- ANGLE/src/compiler/preprocessor/memory.h: Removed.
- ANGLE/src/compiler/preprocessor/parser.h: Removed.
- ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
- ANGLE/src/compiler/preprocessor/scanner.c: Removed.
- ANGLE/src/compiler/preprocessor/scanner.h: Removed.
- ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
- ANGLE/src/compiler/preprocessor/symbols.c: Removed.
- ANGLE/src/compiler/preprocessor/symbols.h: Removed.
- ANGLE/src/compiler/preprocessor/tokens.c: Removed.
- ANGLE/src/compiler/preprocessor/tokens.h: Removed.
- ANGLE/src/compiler/tools: Removed.
- ANGLE/src/compiler/unistd.h: Removed.
- ANGLE/src/libEGL: Removed.
- ANGLE/src/libEGL/Config.cpp: Removed.
- ANGLE/src/libEGL/Config.h: Removed.
- ANGLE/src/libEGL/Display.cpp: Removed.
- ANGLE/src/libEGL/Display.h: Removed.
- ANGLE/src/libEGL/Surface.cpp: Removed.
- ANGLE/src/libEGL/Surface.h: Removed.
- ANGLE/src/libEGL/libEGL.cpp: Removed.
- ANGLE/src/libEGL/libEGL.def: Removed.
- ANGLE/src/libEGL/libEGL.vcproj: Removed.
- ANGLE/src/libEGL/main.cpp: Removed.
- ANGLE/src/libEGL/main.h: Removed.
- ANGLE/src/libGLESv2: Removed.
- ANGLE/src/libGLESv2/Blit.cpp: Removed.
- ANGLE/src/libGLESv2/Blit.h: Removed.
- ANGLE/src/libGLESv2/Buffer.cpp: Removed.
- ANGLE/src/libGLESv2/Buffer.h: Removed.
- ANGLE/src/libGLESv2/Context.cpp: Removed.
- ANGLE/src/libGLESv2/Context.h: Removed.
- ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
- ANGLE/src/libGLESv2/Framebuffer.h: Removed.
- ANGLE/src/libGLESv2/Program.cpp: Removed.
- ANGLE/src/libGLESv2/Program.h: Removed.
- ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
- ANGLE/src/libGLESv2/RefCountObject.h: Removed.
- ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
- ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
- ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
- ANGLE/src/libGLESv2/ResourceManager.h: Removed.
- ANGLE/src/libGLESv2/Shader.cpp: Removed.
- ANGLE/src/libGLESv2/Shader.h: Removed.
- ANGLE/src/libGLESv2/Texture.cpp: Removed.
- ANGLE/src/libGLESv2/Texture.h: Removed.
- ANGLE/src/libGLESv2/geometry: Removed.
- ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
- ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
- ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
- ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
- ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
- ANGLE/src/libGLESv2/geometry/backend.h: Removed.
- ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
- ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
- ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
- ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
- ANGLE/src/libGLESv2/libGLESv2.def: Removed.
- ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
- ANGLE/src/libGLESv2/main.cpp: Removed.
- ANGLE/src/libGLESv2/main.h: Removed.
- ANGLE/src/libGLESv2/mathutil.h: Removed.
- ANGLE/src/libGLESv2/utilities.cpp: Removed.
- ANGLE/src/libGLESv2/utilities.h: Removed.
- Makefile:
- Sources/ThirdParty: Added.
- Sources/ThirdParty/ANGLE: Copied from ANGLE.
Tools:
- Scripts/build-webkit:
- Point to the new ANGLE location.
- 8:42 PM Changeset in webkit [74673] by
-
- 3 edits4 adds in trunk
2010-12-26 MORITA Hajime <morrita@google.com>
Reviewed by Dan Bernstein.
For box-shadow, non-primary shadows should have specified radii.
https://bugs.webkit.org/show_bug.cgi?id=51386
- fast/box-shadow/spread-multiple-normal-expected.txt: Added.
- fast/box-shadow/spread-multiple-normal.html: Added.
- fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
- fast/box-shadow/spread-multiple-normal-expected.png: Added.
2010-12-26 MORITA Hajime <morrita@google.com>
Reviewed by Dan Bernstein.
For box-shadow, non-primary shadows should have specified radii.
https://bugs.webkit.org/show_bug.cgi?id=51386
On paintBoxShadow(), the spread value accidentally accumulated accidentally
during the loop, which should be applied individually for radius of each shadow.
This change makes the radii for rects computed for each shadow.
Test: fast/box-shadow/spread-multiple-normal.html
- rendering/RenderBoxModelObject.cpp: (WebCore::RenderBoxModelObject::paintBoxShadow):
- 2:13 PM Changeset in webkit [74672] by
-
- 2 edits in trunk/JavaScriptCore
2010-12-26 Xan Lopez <xlopez@igalia.com>
Reviewed by Eric Seidel.
[GTK] Add standalone target for JSC
https://bugs.webkit.org/show_bug.cgi?id=51607
- GNUmakefile.am: add convenience target to only build jsc and its dependencies.
- 2:00 PM Changeset in webkit [74671] by
-
- 2 edits in trunk/WebCore
2010-12-26 Patrick Gansterer <Patrick Gansterer>
Reviewed by Eric Seidel.
Improve output of HTML parser benchmark
https://bugs.webkit.org/show_bug.cgi?id=51611
Calculate and show median, min and max values.
- benchmarks/parser/html-parser.html:
- 12:27 PM Changeset in webkit [74670] by
-
- 3 edits in trunk/Tools
2010-12-26 David Levin <levin@chromium.org>
Reviewed by Eric Seidel.
check-webkit-style should be able to parse function declaration parameters.
https://bugs.webkit.org/show_bug.cgi?id=51451
- Scripts/webkitpy/style/checkers/cpp.py: (Position.init): Holds simple position information (row, column). (Parameter.init): Holds information about a parameter. (SingleLineView.init): Converts multiple lines into a single line for simpler searches. (SingleLineView.convert_column_to_row): Returns the original row given a column. (create_skeleton_parameters): Simplifies a parameter list for easier searching. (find_parameter_name_index): Finds where the parameter name is. (parameter_list): Generates the list of parameters for a function. (_FunctionState.begin): Added information to allow determining the parameters on demand. (_FunctionState.get_parameter_list): Returns a tuple of function parameters. (detect_functions): Improve function detection for operator functions and determine where the parameters end and pass that to _FunctionState.begin.
- Scripts/webkitpy/style/checkers/cpp_unittest.py: (CppFunctionsTest.test_parameter): Verifies Parameter functionality. (CppFunctionsTest.test_single_line_view): Verifies SingleLineView functionality. (CppFunctionsTest.test_create_skeleton_parameters): Verifies create_skeleton_parameters. (CppFunctionsTest.test_find_parameter_name_index): Verifies find_parameter_name_index. (CppFunctionsTest.test_parameter_list): Does some minimal verification for parameter list. Much more thorough verification is done as part of FunctionDetectionTest.test_parameter_list. (FunctionDetectionTest.perform_function_detection): Added support for verifying the parameters found. (FunctionDetectionTest.test_function_declaration_detection): Added more function detection test to verify that we catch the operator functions. (FunctionDetectionTest.test_ignore_macros): Verify that function detection ignores macros. (FunctionDetectionTest.test_parameter_list): Added tests to verify the parameter parsing. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity1_for_bad_test_doesnt_break): Removed because the error. The test is about the bad function name. Fixing the name makes the test exactly like test_function_length_check_definition_severity1_for_test.
- 11:41 AM Changeset in webkit [74669] by
-
- 13 edits in trunk/WebKit2
Rename DrawingAreaMessage and DrawingAreaLegacyMessage and
DrawingAreaProxyMessage to DrawingAreaProxyLegacyMessage.
Reviewed by Dan Bernstein.
- Platform/CoreIPC/MessageID.h:
- Shared/CoreIPCSupport/DrawingAreaMessageKinds.h:
- Shared/CoreIPCSupport/DrawingAreaProxyMessageKinds.h:
- UIProcess/ChunkedUpdateDrawingAreaProxy.cpp:
(WebKit::ChunkedUpdateDrawingAreaProxy::paint):
(WebKit::ChunkedUpdateDrawingAreaProxy::setPageIsVisible):
(WebKit::ChunkedUpdateDrawingAreaProxy::update):
(WebKit::ChunkedUpdateDrawingAreaProxy::sendSetSize):
(WebKit::ChunkedUpdateDrawingAreaProxy::didReceiveMessage):
- UIProcess/LayerBackedDrawingAreaProxy.cpp:
(WebKit::LayerBackedDrawingAreaProxy::sizeDidChange):
(WebKit::LayerBackedDrawingAreaProxy::setPageIsVisible):
(WebKit::LayerBackedDrawingAreaProxy::update):
(WebKit::LayerBackedDrawingAreaProxy::didReceiveMessage):
(WebKit::LayerBackedDrawingAreaProxy::didReceiveSyncMessage):
- UIProcess/TiledDrawingAreaProxy.cpp:
(WebKit::TiledDrawingAreaProxy::sizeDidChange):
(WebKit::TiledDrawingAreaProxy::setPageIsVisible):
(WebKit::TiledDrawingAreaProxy::didReceiveMessage):
(WebKit::TiledDrawingAreaProxy::requestTileUpdate):
(WebKit::TiledDrawingAreaProxy::waitUntilUpdatesComplete):
(WebKit::TiledDrawingAreaProxy::takeSnapshot):
(WebKit::TiledDrawingAreaProxy::removeTile):
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::didReceiveMessage):
(WebKit::WebPageProxy::didReceiveSyncMessage):
- WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp:
(WebKit::ChunkedUpdateDrawingArea::display):
(WebKit::ChunkedUpdateDrawingArea::setSize):
(WebKit::ChunkedUpdateDrawingArea::didReceiveMessage):
- WebProcess/WebPage/LayerBackedDrawingArea.cpp:
(WebKit::LayerBackedDrawingArea::setSize):
(WebKit::LayerBackedDrawingArea::didReceiveMessage):
- WebProcess/WebPage/TiledDrawingArea.cpp:
(WebKit::TiledDrawingArea::display):
(WebKit::TiledDrawingArea::setSize):
(WebKit::TiledDrawingArea::updateTile):
(WebKit::TiledDrawingArea::tileUpdateTimerFired):
(WebKit::TiledDrawingArea::didReceiveMessage):
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::didReceiveMessage):
- WebProcess/WebPage/mac/LayerBackedDrawingAreaMac.mm:
(WebKit::LayerBackedDrawingArea::attachCompositingContext):
- 11:26 AM Changeset in webkit [74668] by
-
- 10 edits in trunk/WebKit2
Drawing area cleanup. Remove a bunch of redundant functions that just ended
up calling setNeedsDisplay.
Reviewed by Sam Weinig.
- UIProcess/DrawingAreaProxy.h:
- WebProcess/WebCoreSupport/WebChromeClient.cpp:
(WebKit::WebChromeClient::invalidateWindow):
(WebKit::WebChromeClient::invalidateContentsAndWindow):
(WebKit::WebChromeClient::invalidateContentsForSlowScroll):
- WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp:
- WebProcess/WebPage/ChunkedUpdateDrawingArea.h:
- WebProcess/WebPage/DrawingArea.h:
- WebProcess/WebPage/LayerBackedDrawingArea.cpp:
- WebProcess/WebPage/LayerBackedDrawingArea.h:
- WebProcess/WebPage/TiledDrawingArea.cpp:
- WebProcess/WebPage/TiledDrawingArea.h:
- 8:57 AM Changeset in webkit [74667] by
-
- 2 edits in trunk/LayoutTests
2010-12-26 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium expectations fix. Fix broken (duplicate)
expectations for
canvas/philip/tests/2d.gradient.radial.cone.top.html.
- platform/chromium/test_expectations.txt:
- 8:04 AM Changeset in webkit [74666] by
-
- 3 edits2 adds in trunk
2010-12-26 Abhishek Arya <inferno@chromium.org>
Reviewed by Simon Fraser.
Remove the bad assert in paintPaginatedChildLayer, hitTestPaginatedChildLayer.
https://bugs.webkit.org/show_bug.cgi?id=48772
Test: fast/multicol/renderer-positioned-assert-crash.html
- rendering/RenderLayer.cpp: (WebCore::RenderLayer::paintPaginatedChildLayer): (WebCore::RenderLayer::hitTestPaginatedChildLayer):
2010-12-26 Abhishek Arya <inferno@chromium.org>
Reviewed by Simon Fraser.
Tests passes if it does not crash.
https://bugs.webkit.org/show_bug.cgi?id=48772
- fast/multicol/renderer-positioned-assert-crash-expected.txt: Added.
- fast/multicol/renderer-positioned-assert-crash.html: Added.
- 2:04 AM Changeset in webkit [74665] by
-
- 2 edits in trunk
2010-12-26 Patrick Gansterer <Patrick Gansterer>
Unreviewed WinCE buildfix after r74626.
- cmake/OptionsWinCE.cmake:
Dec 25, 2010:
- 9:05 PM Changeset in webkit [74664] by
-
- 3 edits in trunk/LayoutTests
2010-12-25 Kenneth Russell <kbr@google.com>
Unreviewed, Chromium test expectations update.
- platform/chromium-gpu/test_expectations.txt: Win Debug: Marked compositing/tiling/huge-layer-img.html as TIMEOUT. Marked fast/canvas/webgl/gl-object-get-calls.html as a flaky crash.
- platform/chromium/test_expectations.txt: Adjusted expectations for the following tests: fast/canvas/shadow-offset-7.html svg/batik/paints/gradientLimit.svg fast/events/touch/touch-target.html canvas/philip/tests/2d.gradient.radial.cone.top.html fast/css/box-shadow.html
- 5:49 PM Changeset in webkit [74663] by
-
- 8 edits in trunk/WebCore
2010-12-25 Peter Rybin <peter.rybin@gmail.com>
Reviewed by Adam Barth.
Adds currentColumn (and currentLine) to SegmentedString. Switches
HTMLTreeBuilder to HTMLDocumentParser::textPosition when it
needs position for a <script> tag.
SegmentedString should provide column position
https://bugs.webkit.org/show_bug.cgi?id=51311
- html/parser/HTMLDocumentParser.cpp: (WebCore::HTMLDocumentParser::HTMLDocumentParser): (WebCore::HTMLDocumentParser::textPosition):
- html/parser/HTMLInputStream.h: (WebCore::HTMLInputStream::current): (WebCore::InsertionPointRecord::InsertionPointRecord): (WebCore::InsertionPointRecord::~InsertionPointRecord):
- html/parser/HTMLTreeBuilder.cpp: (WebCore::HTMLTreeBuilder::HTMLTreeBuilder): (WebCore::HTMLTreeBuilder::processScriptStartTag):
- html/parser/HTMLTreeBuilder.h: (WebCore::HTMLTreeBuilder::create):
- platform/text/SegmentedString.cpp: (WebCore::SegmentedString::operator=): (WebCore::SegmentedString::numberOfCharactersConsumedSlow): (WebCore::SegmentedString::advanceSlowCase): (WebCore::SegmentedString::currentLine): (WebCore::SegmentedString::currentColumn): (WebCore::SegmentedString::setCurrentPosition):
- platform/text/SegmentedString.h: (WebCore::SegmentedString::SegmentedString): (WebCore::SegmentedString::advancePastNewline): (WebCore::SegmentedString::advance): (WebCore::SegmentedString::numberOfCharactersConsumed):
- 4:38 PM Changeset in webkit [74662] by
-
- 10 edits in trunk/WebCore
2010-12-25 Andreas Kling <kling@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
GraphicsContext: Don't pass StrokeStyle (enum) as const reference
https://bugs.webkit.org/show_bug.cgi?id=51608
- platform/graphics/GraphicsContext.cpp: (WebCore::GraphicsContext::setStrokeStyle): (WebCore::GraphicsContext::setPlatformStrokeStyle): (WebCore::GraphicsContext::adjustLineToPixelBoundaries):
- platform/graphics/GraphicsContext.h:
- platform/graphics/cairo/GraphicsContextCairo.cpp: (WebCore::GraphicsContext::setPlatformStrokeStyle):
- platform/graphics/haiku/GraphicsContextHaiku.cpp: (WebCore::GraphicsContext::setPlatformStrokeStyle):
- platform/graphics/openvg/GraphicsContextOpenVG.cpp: (WebCore::GraphicsContext::setPlatformStrokeStyle):
- platform/graphics/openvg/PainterOpenVG.cpp: (WebCore::PainterOpenVG::setStrokeStyle):
- platform/graphics/openvg/PainterOpenVG.h:
- platform/graphics/qt/GraphicsContextQt.cpp: (WebCore::GraphicsContext::setPlatformStrokeStyle):
- platform/graphics/skia/GraphicsContextSkia.cpp: (WebCore::GraphicsContext::setPlatformStrokeStyle):
- 12:53 PM Changeset in webkit [74661] by
-
- 6 edits in trunk/WebKit2
Fill in some more preferences for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=51610
Reviewed by Dan Bernstein.
- Shared/WebPreferencesStore.h:
- UIProcess/API/C/WKPreferences.cpp:
(WKPreferencesSetAuthorAndUserStylesEnabled):
(WKPreferencesGetAuthorAndUserStylesEnabled):
(WKPreferencesSetWebArchiveDebugModeEnabled):
(WKPreferencesGetWebArchiveDebugModeEnabled):
(WKPreferencesSetLocalFileContentSniffingEnabled):
(WKPreferencesGetLocalFileContentSniffingEnabled):
(WKPreferencesSetPageCacheEnabled):
(WKPreferencesGetPageCacheEnabled):
(WKPreferencesSetPaginateDuringLayoutEnabled):
(WKPreferencesGetPaginateDuringLayoutEnabled):
(WKPreferencesSetDOMPasteAllowedEnabled):
(WKPreferencesGetDOMPasteAllowedEnabled):
- UIProcess/API/C/WKPreferences.h:
- UIProcess/API/C/WKPreferencesPrivate.h:
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::updatePreferences):
Pipe through some more preferences.
- 12:21 PM Changeset in webkit [74660] by
-
- 2 edits in trunk/Tools
2010-12-25 Patrick Gansterer <Patrick Gansterer>
Unreviewed WinCE buildfix after r74334.
- CMakeListsWinCE.txt:
- 1:52 AM Changeset in webkit [74659] by
-
- 2 edits in trunk/LayoutTests
2010-12-25 Philippe Normand <pnormand@igalia.com>
Unreviewed, skip another GTK media test reporting wrong duration,
see bug 50518.
- platform/gtk/Skipped: