- 16 Aug, 2011 40 commits
-
-
pfeldman@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66304 Reviewed by Yury Semikhatsky. * inspector/Inspector.json: * inspector/InspectorDOMDebuggerAgent.cpp: (WebCore::domTypeForName): (WebCore::InspectorDOMDebuggerAgent::setDOMBreakpoint): (WebCore::InspectorDOMDebuggerAgent::removeDOMBreakpoint): * inspector/InspectorDOMDebuggerAgent.h: * inspector/front-end/DOMBreakpointsSidebarPane.js: (WebInspector.DOMBreakpointsSidebarPane): git-svn-id: svn://svn.chromium.org/blink/trunk@93125 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tony@chromium.org authored
to the chromium platform dir. The mac result (r93112) was getting picked up by the chromium port. * platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93124 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tony@chromium.org authored
subdir since it's not a standalone test. Also add chromium baseline (the top of the video control is in a different place). * media/resources/video-controls-no-scripting-iframe.html: Renamed from LayoutTests/media/video-controls-no-scripting-iframe.html. * media/video-controls-no-scripting.html: * platform/chromium/media/video-controls-no-scripting-expected.txt: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93123 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66292 This reverts http://trac.webkit.org/changeset/89132 and introduces InspectorInstrumentation calls from the CSSStyleSelector for pseudo state processing. These calls are very fast: they are guarded with the inline checks for the front-end count. Reviewed by David Hyatt. * css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::initForStyleResolve): (WebCore::CSSStyleSelector::styleRulesForElement): (WebCore::CSSStyleSelector::pseudoStyleRulesForElement): (WebCore::CSSStyleSelector::checkSelector): (WebCore::CSSStyleSelector::SelectorChecker::checkSelector): (WebCore::CSSStyleSelector::SelectorChecker::checkOneSelector): * css/CSSStyleSelector.h: * inspector/InspectorCSSAgent.cpp: (WebCore::computePseudoClassMask): (WebCore::InspectorCSSAgent::InspectorCSSAgent): (WebCore::InspectorCSSAgent::clearFrontend): (WebCore::InspectorCSSAgent::forcePseudoState): (WebCore::InspectorCSSAgent::getStylesForNode): (WebCore::InspectorCSSAgent::didRemoveDocument): (WebCore::InspectorCSSAgent::didRemoveDOMNode): (WebCore::InspectorCSSAgent::clearPseudoState): * inspector/InspectorCSSAgent.h: * inspector/InspectorController.cpp: (WebCore::InspectorController::disconnectFrontend): * inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::forcePseudoStateImpl): * inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::forcePseudoState): git-svn-id: svn://svn.chromium.org/blink/trunk@93122 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tony@chromium.org authored
http://trac.webkit.org/changeset/93114 https://bugs.webkit.org/show_bug.cgi?id=66226 broke the chromium mac compile * platform/ScrollView.cpp: (WebCore::ScrollView::wheelEvent): * platform/ScrollbarTheme.h: * platform/ScrollbarThemeComposite.cpp: * platform/ScrollbarThemeComposite.h: * platform/chromium/ScrollbarThemeChromiumMac.h: * platform/chromium/ScrollbarThemeChromiumMac.mm: (WebCore::ScrollbarThemeChromiumMac::ScrollbarThemeChromiumMac): (WebCore::scrollbarStateToThemeState): (WebCore::ScrollbarThemeChromiumMac::paintTickmarks): * platform/mac/ScrollbarThemeMac.h: git-svn-id: svn://svn.chromium.org/blink/trunk@93120 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
The results are now more like Mac's. Dan Bernstein says this is probably a progression. * platform/win/fast/text/justify-ideograph-leading-expansion-expected.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93119 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tony@chromium.org authored
* platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93117 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
* platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/js/global-constructors-expected.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93116 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
* platform/win/fast/text/hyphenate-first-word-expected.txt: Removed. * platform/win/fast/text/hyphenate-limit-before-after-expected.txt: Removed. * platform/win/fast/text/hyphenate-locale-expected.txt: Removed. git-svn-id: svn://svn.chromium.org/blink/trunk@93115 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66226 Make ScrollView::paintOverhangAreas() use the ScrollbarTheme::nativeTheme() to draw the overhang areas. Move default implementation to ScrollbarThemeComposite::paintOverhangAreas(). Add a different implementation for Chromium Mac. Patch by Alexei Svitkine <asvitkine@chromium.org> on 2011-08-16 Reviewed by Dimitri Glazkov. No new tests since this is just refactoring code and adding a Chromium-specific path for overhang drawing. * platform/ScrollView.cpp: (WebCore::ScrollView::wheelEvent): * platform/ScrollbarTheme.h: (WebCore::ScrollbarTheme::paintOverhangAreas): * platform/ScrollbarThemeComposite.cpp: (WebCore::ScrollbarThemeComposite::paintOverhangAreas): * platform/ScrollbarThemeComposite.h: * platform/chromium/ScrollbarThemeChromiumMac.h: * platform/chromium/ScrollbarThemeChromiumMac.mm: (WebCore::ScrollbarThemeChromiumMac::ScrollbarThemeChromiumMac): (WebCore::scrollbarStateToThemeState): (WebCore::ScrollbarThemeChromiumMac::paintTickmarks): (WebCore::ScrollbarThemeChromiumMac::paintOverhangAreas): git-svn-id: svn://svn.chromium.org/blink/trunk@93114 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tony@chromium.org authored
to the chromium platform dir. The mac failing results (r93105) were getting picked up by the chromium port. * platform/chromium/http/tests/xmlhttprequest/web-apps/012-expected.txt: Added. * platform/chromium/http/tests/xmlhttprequest/web-apps/013-expected.txt: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93113 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
The only difference from the cross-platform results is that the .js resources are now given a MIME type of "text/plain". This test reloads the page before dumping it in HAR format. In Lion (and Safari 5.1 on Windows), CFNetwork no longer uses the file extension as a fallback when determining the MIME type for 304 cached responses. This matches Chrome. See <rdar://problem/9313303>. * platform/mac-snowleopard/http/tests/inspector/resource-har-conversion-expected.txt: Copied from http/tests/inspector/resource-har-conversion-expected.txt. * platform/mac/http/tests/inspector/resource-har-conversion-expected.txt: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93112 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
Fixes <http://webkit.org/b/66309> TestFailures thinks all tests passed in http://build.webkit.org/builders/Lion%20Intel%20Debug%20(Tests)/builds/136 Reviewed by David Kilzer. * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/Builder.js: (Builder.prototype.getNumberOfFailingTests): Look for "isFinished" in the layout-test step rather than "isStarted" so that we don't count builds for which the test run never finished. Bumped the cache version to evict old, buggy cached data. * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/Builder_unittests.js: Added a test for the above, and made a somewhat synthetic test more realistic by including more of the actual JSON data from build.webkit.org. * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/LayoutTestResultsLoader.js: (LayoutTestResultsLoader.prototype.start): Bumped the cache version to evict old, buggy cached data. git-svn-id: svn://svn.chromium.org/blink/trunk@93111 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
macpherson@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66273 Reviewed by Simon Fraser. No new tests - no functionality changed - refactoring only. * css/CSSPrimitiveValueMappings.h: (WebCore::CSSPrimitiveValue::CSSPrimitiveValue): Define cast from CSSPrimitiveValue to ETransformStyle3D. (WebCore::CSSPrimitiveValue::operator ETransformStyle3D): Define cast from ETransformStyle3D to CSSPrimitiveValue. * css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty): Use appropriate macro to handle CSSPropertyWebkitTransformStyle. git-svn-id: svn://svn.chromium.org/blink/trunk@93110 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
macpherson@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66279 Reviewed by Simon Fraser. No new tests - no functionality changed - simple refactoring only. * css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty): Use HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE macro to handle CSSPropertyWebkitContentOrder. This works because PrimitiveValue now supports cast to int. git-svn-id: svn://svn.chromium.org/blink/trunk@93109 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eric.carlson@apple.com authored
[REGRESSION] Media controls should always be enabled when scripting is disabled https://bugs.webkit.org/show_bug.cgi?id=66303 Reviewed by Dimitri Glazkov. Tests: media/video-controls-no-scripting-iframe.html media/video-controls-no-scripting.html * html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::attributeChanged): Move the controls enabling/disabling code to configureMediaControls. (WebCore::HTMLMediaElement::prepareForLoad): Call configureMediaControls. (WebCore::HTMLMediaElement::configureMediaControls): New, move code duplicated in attributeChanged and preDispatchEventHandler here. (WebCore::HTMLMediaElement::preDispatchEventHandler): Move the controls enabling/disabling code to configureMediaControls. * html/HTMLMediaElement.h: 2011-08-16 Eric Carlson <eric.carlson@apple.com> [REGRESSION] Media controls should always be enabled when scripting is disabled https://bugs.webkit.org/show_bug.cgi?id=66303 Reviewed by Dimitri Glazkov. * media/video-controls-no-scripting-expected.txt: Added. * media/video-controls-no-scripting-iframe.html: Added. * media/video-controls-no-scripting.html: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93108 bbb929c8-8fbe-4397-9dbb-9b2b20218538 -
aroben@apple.com authored
Apple's Windows port now uses Lion-era versions of CoreFoundation, ICU, etc., so in theory should match Lion's behavior. Fixes <http://webkit.org/b/66302> Apple's Windows port matches Lion for some test results, but doesn't use Lion results Reviewed by David Kilzer. * Scripts/old-run-webkit-tests: (expectedDirectoryForTest): * Scripts/webkitpy/layout_tests/port/win.py: (WinPort.baseline_search_path): * Scripts/webkitpy/layout_tests/port/win_unittest.py: (WinPortTest.test_baseline_search_path): Replaced mac-snowleopard with mac-lion. * Scripts/webkitpy/common/config/build.py: (_should_file_trigger_build): Added an entry for the LayoutTests/platform/mac-lion directory, which all Apple Mac platforms and Apple Win platforms could potentially use results from. Removed Apple Win from being affected by mac-snowleopard changes, since it will no longer look there for results. * Scripts/webkitpy/common/config/build_unittest.py: (ShouldBuildTest.test_should_build): Tests for the above changes. git-svn-id: svn://svn.chromium.org/blink/trunk@93107 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
* platform/mac-lion/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@93106 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
Since these failures are likely due to bugs in non-WebKit components, they are tracked by <rdar://problem/9313271>. * platform/mac-snowleopard/http/tests/xmlhttprequest/web-apps/012-expected.txt: Copied from http/tests/xmlhttprequest/web-apps/012-expected.txt. * platform/mac-snowleopard/http/tests/xmlhttprequest/web-apps/013-expected.txt: Copied from http/tests/xmlhttprequest/web-apps/013-expected.txt. * platform/mac/http/tests/xmlhttprequest/web-apps/012-expected.txt: Added. * platform/mac/http/tests/xmlhttprequest/web-apps/013-expected.txt: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93105 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
Both Lion and Windows use ICU 4.6, so they have the same behavior on these tests. * platform/mac-lion/Skipped: Removed these tests. * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Copied from LayoutTests/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt. * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Copied from LayoutTests/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt. * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Copied from LayoutTests/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt. * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Copied from LayoutTests/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt. * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Renamed from LayoutTests/platform/win/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt. * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Renamed from LayoutTests/platform/win/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt. * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Renamed from LayoutTests/platform/win/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt. * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Renamed from LayoutTests/platform/win/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt. git-svn-id: svn://svn.chromium.org/blink/trunk@93104 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
Windows now fails these tests due to changes in ICU. Mac fails these tests, too, though in a different way. Alexey tells me that these tests are silly because they check compliance with a particular version of Unicode. Given this, it doesn't seem that a bug is required to track this change in behavior. * platform/win/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: * platform/win/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: * platform/win/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: * platform/win/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93103 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aroben@apple.com authored
Since these failures are likely to be due to bugs in non-WebKit components, they are tracked by Radars. * platform/win/Skipped: Added http/tests/multipart/invalid-image-data-standalone.html, http/tests/cookies/simple-cookies-expired.html, and http/tests/cookies/simple-cookies-max-age.html. git-svn-id: svn://svn.chromium.org/blink/trunk@93102 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66301 Reviewed by Yury Semikhatsky. * inspector/Inspector.json: git-svn-id: svn://svn.chromium.org/blink/trunk@93101 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
steveblock@google.com authored
See http://code.google.com/p/chromium/issues/detail?id=93044 Unreviewed gardening. * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93100 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
steveblock@google.com authored
https://bugs.webkit.org/show_bug.cgi?id=66268 Unreviewed gardening. * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93099 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abecsi@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66296 Fix the GTK build after r93095. Unreviewed build fix. No new tests neede. * GNUmakefile.list.am: Remove nonexistent sources. git-svn-id: svn://svn.chromium.org/blink/trunk@93098 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abecsi@webkit.org authored
Need AtomicStrings for the various font family names https://bugs.webkit.org/show_bug.cgi?id=28024 .: * Source/cmake/WebKitMacros.cmake: Add new macro. Source/WebCore: Unify the usage of '-webkit' prefixed font family names by using global AtomicStrings. Use a .in file to generate the needed sources through make_names.pl. No new tests needed. * CMakeLists.txt: * CodeGenerators.pri: * DerivedSources.make: * GNUmakefile.am: * GNUmakefile.list.am: * WebCore.gyp/WebCore.gyp: * WebCore.gyp/scripts/action_makenames.py: * WebCore.gypi: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * css/CSSComputedStyleDeclaration.cpp: (WebCore::identifierForFamily): * css/CSSFontSelector.cpp: (WebCore::CSSFontSelector::addFontFaceRule): (WebCore::fontDataForGenericFamily): * css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty): * css/WebKitFontFamilyNames.in: Added. * dom/make_names.pl: * page/Frame.cpp: (WebCore::Frame::Frame): * platform/graphics/FontCache.cpp: (WebCore::FontCache::getFontData): * platform/graphics/FontDescription.h: (WebCore::FontDescription::useFixedDefaultSize): git-svn-id: svn://svn.chromium.org/blink/trunk@93097 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mnaganov@chromium.org authored
Web Inspector: [Chromium] Fix 'inspector_resources' target to depend on 'concatenated_heap_snapshot_worker_js' https://bugs.webkit.org/show_bug.cgi?id=66300 Reviewed by Pavel Feldman. * WebKit.gyp: git-svn-id: svn://svn.chromium.org/blink/trunk@93096 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66296 Reviewed by Yury Semikhatsky. Source/WebCore: * CMakeLists.txt: * WebCore.gypi: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * inspector/EventsCollector.cpp: Removed. * inspector/EventsCollector.h: Removed. * inspector/Inspector.json: * inspector/InspectorFrontendProxy.cpp: Removed. * inspector/InspectorFrontendProxy.h: Removed. * inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::setFrontend): (WebCore::InspectorResourceAgent::clearFrontend): (WebCore::InspectorResourceAgent::InspectorResourceAgent): * inspector/InspectorResourceAgent.h: * inspector/front-end/NetworkPanel.js: (WebInspector.NetworkLogView): LayoutTests: * http/tests/inspector/network-test.js: * http/tests/inspector/network/network-clear-after-disabled-expected.txt: Removed. * http/tests/inspector/network/network-clear-after-disabled.html: Removed. * http/tests/inspector/network/network-close-load-open-expected.txt: Removed. * http/tests/inspector/network/network-close-load-open.html: Removed. * http/tests/inspector/network/network-open-load-reopen-expected.txt: Removed. * http/tests/inspector/network/network-open-load-reopen.html: Removed. git-svn-id: svn://svn.chromium.org/blink/trunk@93095 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
steveblock@google.com authored
git-svn-id: svn://svn.chromium.org/blink/trunk@93094 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
benjamin.poulain@nokia.com authored
https://bugs.webkit.org/show_bug.cgi?id=44114 Patch by Lindsay Mathieson <lindsay.mathieson@gmail.com> on 2011-08-16 Reviewed by Benjamin Poulain. Source/WebCore: Add drawErrorUnderline() from Cairo to render the line for text checking on the Qt port. * platform/graphics/qt/GraphicsContextQt.cpp: (WebCore::drawErrorUnderline): (WebCore::GraphicsContext::drawLineForTextChecking): Source/WebKit/qt: Added a platform plugin to allow spell and grammar check in QtWebKit. * Api/qwebkitplatformplugin.h: * QtWebKit.pro: * WebCoreSupport/EditorClientQt.cpp: (WebCore::EditorClientQt::isContinuousSpellCheckingEnabled): (WebCore::EditorClientQt::isGrammarCheckingEnabled): (WebCore::EditorClientQt::toggleContinuousSpellChecking): (WebCore::EditorClientQt::toggleGrammarChecking): * WebCoreSupport/EditorClientQt.h: (WebCore::EditorClientQt::textChecker): * WebCoreSupport/QtPlatformPlugin.cpp: (WebCore::QtPlatformPlugin::createSpellChecker): * WebCoreSupport/QtPlatformPlugin.h: * WebCoreSupport/TextCheckerClientQt.cpp: Added. (convertToVectorList): (WebCore::TextCheckerClientQt::ignoreWordInSpellDocument): (WebCore::TextCheckerClientQt::learnWord): (WebCore::TextCheckerClientQt::getAutoCorrectSuggestionForMisspelledWord): (WebCore::TextCheckerClientQt::checkSpellingOfString): (WebCore::TextCheckerClientQt::checkGrammarOfString): (WebCore::TextCheckerClientQt::getGuessesForWord): (WebCore::TextCheckerClientQt::isContinousSpellCheckingEnabled): (WebCore::TextCheckerClientQt::toggleContinousSpellChecking): (WebCore::TextCheckerClientQt::isGrammarCheckingEnabled): (WebCore::TextCheckerClientQt::toggleGrammarChecking): (WebCore::TextCheckerClientQt::loadSpellChecker): * WebCoreSupport/TextCheckerClientQt.h: Added. (WebCore::TextCheckerClientQt::requestCheckingOfString): git-svn-id: svn://svn.chromium.org/blink/trunk@93093 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kov@webkit.org authored
Patch by Gustavo Noronha Silva <gustavo.noronha@collabora.com> in 2011-08-16 Reviewed by Xan Lopez. * GNUmakefile.am: git-svn-id: svn://svn.chromium.org/blink/trunk@93092 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abecsi@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=42194 Unreviewed gardening. * platform/wk2/Skipped: skip editing/input/style-change-during-input.html git-svn-id: svn://svn.chromium.org/blink/trunk@93091 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dino@apple.com authored
* Scripts/webkitpy/common/config/committers.py: git-svn-id: svn://svn.chromium.org/blink/trunk@93090 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
vsevik@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66217 Reviewed by Pavel Feldman. * http/tests/inspector/resource-tree/resource-tree-errors-reload.html: git-svn-id: svn://svn.chromium.org/blink/trunk@93089 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
zoltan@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66268 * platform/qt/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@93088 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
morrita@google.com authored
REGRESSION(r70598): [Chromium] Style changes in textInput event can prevent from updating <textarea> value. https://bugs.webkit.org/show_bug.cgi?id=66216 Reviewed by Ryosuke Niwa. Source/WebCore: Element::spellcheckAttributeState() uses Element::hasAttribute(), which calls updateStyleAttribute(), which potentially makes style dirty. But that is problematic since Editor calls spellcheckAttributeState() during the spell-checking phase and make the style dirty, which can trigger re-layout, which wipes the shadow tree of a textarea out by pre-committed "value" text. This change removes the hasAttribute() call from spellcheckAttributeState(). Test: editing/input/style-change-during-input.html * dom/Element.cpp: (WebCore::Element::spellcheckAttributeState): LayoutTests: * editing/input/style-change-during-input-expected.txt: Added. * editing/input/style-change-during-input.html: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93087 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
gyuyoung.kim@samsung.com authored
https://bugs.webkit.org/show_bug.cgi?id=65012 Move files of web socket and workers into each macro block in CMakeList.txt. And, header files related to WORKER and SHARED_WORKER are wrapped by macro in cpp files. Reviewed by Daniel Bates. * CMakeLists.txt: * UseJSC.cmake: * bindings/js/JSDOMWindowCustom.cpp: * bindings/js/JSWorkerContextBase.cpp: * bindings/js/ScriptState.cpp: * bindings/js/WorkerScriptController.cpp: git-svn-id: svn://svn.chromium.org/blink/trunk@93086 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
barraclough@apple.com authored
DFG JIT does not always zero extend boolean result of DFG operations * fast/js/kde/operators-expected.txt: - erk! missed new expected results from last commit! git-svn-id: svn://svn.chromium.org/blink/trunk@93081 bbb929c8-8fbe-4397-9dbb-9b2b20218538 -
jpfau@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=66266 Reviewed by Adam Barth. * xml/parser/XMLTreeBuilder.cpp: (WebCore::XMLTreeBuilder::NodeStackItem::NodeStackItem): git-svn-id: svn://svn.chromium.org/blink/trunk@93080 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-