Diff
Modified: trunk/ChangeLog (96592 => 96593)
--- trunk/ChangeLog 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/ChangeLog 2011-10-04 15:02:25 UTC (rev 96593)
@@ -1,3 +1,12 @@
+2011-10-04 Vsevolod Vlasov <[email protected]>
+
+ Web Inspector: Remove http/tests/inspector/network/disabled-cache-crash.html.
+ https://bugs.webkit.org/show_bug.cgi?id=69332
+
+ Reviewed by Pavel Feldman.
+
+ * Source/autotools/symbols.filter:
+
2011-09-23 Tor Arne Vestbø <[email protected]>
[Qt] Fix build against Qt5 after refactor of widgets out of QtGUi
Modified: trunk/LayoutTests/ChangeLog (96592 => 96593)
--- trunk/LayoutTests/ChangeLog 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/LayoutTests/ChangeLog 2011-10-04 15:02:25 UTC (rev 96593)
@@ -1,3 +1,18 @@
+2011-10-04 Vsevolod Vlasov <[email protected]>
+
+ Web Inspector: Remove http/tests/inspector/network/disabled-cache-crash.html.
+ https://bugs.webkit.org/show_bug.cgi?id=69332
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/network/disabled-cache-crash-expected.txt: Removed.
+ * http/tests/inspector/network/disabled-cache-crash.html: Removed.
+ * platform/chromium/test_expectations.txt:
+ * platform/gtk/Skipped:
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+
2011-10-04 Elliot Poger <[email protected]>
allow failure of most Chromium-Mac-Skia tests while we clean up that port
Deleted: trunk/LayoutTests/http/tests/inspector/network/disabled-cache-crash-expected.txt (96592 => 96593)
--- trunk/LayoutTests/http/tests/inspector/network/disabled-cache-crash-expected.txt 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/LayoutTests/http/tests/inspector/network/disabled-cache-crash-expected.txt 2011-10-04 15:02:25 UTC (rev 96593)
@@ -1,3 +0,0 @@
-CONSOLE MESSAGE: line 20: window 1 ok
-CONSOLE MESSAGE: line 26: window 2 ok
-
Deleted: trunk/LayoutTests/http/tests/inspector/network/disabled-cache-crash.html (96592 => 96593)
--- trunk/LayoutTests/http/tests/inspector/network/disabled-cache-crash.html 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/LayoutTests/http/tests/inspector/network/disabled-cache-crash.html 2011-10-04 15:02:25 UTC (rev 96593)
@@ -1,66 +0,0 @@
-<html>
-<head>
-<script type="text/_javascript_">
- if (window.layoutTestController)
- layoutTestController.setCanOpenWindows();
-
- var ga = document.createElement('script');
- ga.type = 'text/_javascript_';
- ga.async = true;
- ga.src = '';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(ga, s);
-</script>
-<script src=""
-<script type="text/_javascript_">
-
-function openWindow1()
-{
- window.open(window.location, "_blank");
- console.log("window 1 ok");
-}
-
-function openWindow2()
-{
- window.open(window.location, "_blank");
- console.log("window 2 ok");
-}
-
-function test()
-{
- if (!window.internals) {
- console.log("This test cannot be run as window.internals is not available.");
- return;
- }
- NetworkAgent.setCacheDisabled(true, step1);
- internals.disableMemoryCache(true);
-
- function step1(msg)
- {
- InspectorTest.addConsoleSniffer(step2);
- InspectorTest.evaluateInPage("openWindow1()");
- }
-
- function step2(msg)
- {
- InspectorTest.addConsoleSniffer(step3);
- InspectorTest.evaluateInPage("openWindow2()");
- }
-
- function step3(msg)
- {
- NetworkAgent.setCacheDisabled(false, step4);
- }
-
- function step4(msg)
- {
- internals.disableMemoryCache(false);
- InspectorTest.completeTest();
- }
-}
-</script>
-<head>
-<body _onload_="runTest()">
-</body>
-</html>
-
Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (96592 => 96593)
--- trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-10-04 15:02:25 UTC (rev 96593)
@@ -630,8 +630,6 @@
BUGWK60109 WIN RELEASE : inspector/elements/edit-dom-actions.html = PASS TEXT
BUGWK60109 SLOW LINUX WIN DEBUG : inspector/elements/edit-dom-actions.html = PASS
-BUGWK65558 LINUX WIN : http/tests/inspector/network/disabled-cache-crash.html = PASS TIMEOUT MISSING TEXT
-
// -----------------------------------------------------------------
// Other
// -----------------------------------------------------------------
Modified: trunk/LayoutTests/platform/gtk/Skipped (96592 => 96593)
--- trunk/LayoutTests/platform/gtk/Skipped 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/LayoutTests/platform/gtk/Skipped 2011-10-04 15:02:25 UTC (rev 96593)
@@ -1537,7 +1537,6 @@
# https://bugs.webkit.org/show_bug.cgi?id=64097
http/tests/inspector/network/network-disable-cache-memory.html
http/tests/inspector/network/network-disable-cache-xhrs.html
-http/tests/inspector/network/disabled-cache-crash.html
# textInputController.hasGrammarMarker() is not implemented.
editing/spelling/grammar.html
Modified: trunk/LayoutTests/platform/mac/Skipped (96592 => 96593)
--- trunk/LayoutTests/platform/mac/Skipped 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/LayoutTests/platform/mac/Skipped 2011-10-04 15:02:25 UTC (rev 96593)
@@ -330,7 +330,6 @@
# https://bugs.webkit.org/show_bug.cgi?id=64097
http/tests/inspector/network/network-disable-cache-memory.html
http/tests/inspector/network/network-disable-cache-xhrs.html
-http/tests/inspector/network/disabled-cache-crash.html
# https://bugs.webkit.org/show_bug.cgi?id=58515
compositing/overflow/clip-content-under-overflow-controls.html
Modified: trunk/LayoutTests/platform/qt/Skipped (96592 => 96593)
--- trunk/LayoutTests/platform/qt/Skipped 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/LayoutTests/platform/qt/Skipped 2011-10-04 15:02:25 UTC (rev 96593)
@@ -1874,7 +1874,6 @@
# https://bugs.webkit.org/show_bug.cgi?id=64097
http/tests/inspector/network/network-disable-cache-memory.html
http/tests/inspector/network/network-disable-cache-xhrs.html
-http/tests/inspector/network/disabled-cache-crash.html
# https://bugs.webkit.org/show_bug.cgi?id=65911
http/tests/inspector/resource-main-cookies.php
Modified: trunk/LayoutTests/platform/win/Skipped (96592 => 96593)
--- trunk/LayoutTests/platform/win/Skipped 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/LayoutTests/platform/win/Skipped 2011-10-04 15:02:25 UTC (rev 96593)
@@ -55,7 +55,6 @@
# https://bugs.webkit.org/show_bug.cgi?id=64097
http/tests/inspector/network/network-disable-cache-memory.html
http/tests/inspector/network/network-disable-cache-xhrs.html
-http/tests/inspector/network/disabled-cache-crash.html
# Fails <rdar://problem/5674289>
media/video-seek-past-end-paused.html
Modified: trunk/Source/WebCore/ChangeLog (96592 => 96593)
--- trunk/Source/WebCore/ChangeLog 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/WebCore/ChangeLog 2011-10-04 15:02:25 UTC (rev 96593)
@@ -1,3 +1,15 @@
+2011-10-04 Vsevolod Vlasov <[email protected]>
+
+ Web Inspector: Remove http/tests/inspector/network/disabled-cache-crash.html.
+ https://bugs.webkit.org/show_bug.cgi?id=69332
+
+ Reviewed by Pavel Feldman.
+
+ * WebCore.exp.in:
+ * testing/Internals.cpp:
+ * testing/Internals.h:
+ * testing/Internals.idl:
+
2011-10-04 Pavel Feldman <[email protected]>
Web Inspector: make DataGrid compile
Modified: trunk/Source/WebCore/WebCore.exp.in (96592 => 96593)
--- trunk/Source/WebCore/WebCore.exp.in 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/WebCore/WebCore.exp.in 2011-10-04 15:02:25 UTC (rev 96593)
@@ -211,7 +211,6 @@
__ZN7WebCore11HistoryItemC1Ev
__ZN7WebCore11HistoryItemD1Ev
__ZN7WebCore11MemoryCache11setDisabledEb
-__ZN7WebCore11MemoryCache11setDisabledEb
__ZN7WebCore11MemoryCache13getStatisticsEv
__ZN7WebCore11MemoryCache13setCapacitiesEjjj
__ZN7WebCore11MemoryCache14evictResourcesEv
Modified: trunk/Source/WebCore/testing/Internals.cpp (96592 => 96593)
--- trunk/Source/WebCore/testing/Internals.cpp 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/WebCore/testing/Internals.cpp 2011-10-04 15:02:25 UTC (rev 96593)
@@ -38,7 +38,6 @@
#include "HTMLTextAreaElement.h"
#include "InspectorController.h"
#include "IntRect.h"
-#include "MemoryCache.h"
#include "NodeRenderingContext.h"
#include "Page.h"
#include "Range.h"
@@ -164,11 +163,6 @@
return element->shadowPseudoId().string();
}
-void Internals::disableMemoryCache(bool disabled)
-{
- WebCore::memoryCache()->setDisabled(disabled);
-}
-
#if ENABLE(INPUT_COLOR)
bool Internals::connectColorChooserClient(Element* element)
{
Modified: trunk/Source/WebCore/testing/Internals.h (96592 => 96593)
--- trunk/Source/WebCore/testing/Internals.h 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/WebCore/testing/Internals.h 2011-10-04 15:02:25 UTC (rev 96593)
@@ -58,7 +58,6 @@
String shadowPseudoId(Element*, ExceptionCode&);
PassRefPtr<Element> createShadowContentElement(Document*, ExceptionCode&);
Element* getElementByIdInShadowRoot(Node* shadowRoot, const String& id, ExceptionCode&);
- void disableMemoryCache(bool disabled);
#if ENABLE(INPUT_COLOR)
bool connectColorChooserClient(Element*);
Modified: trunk/Source/WebCore/testing/Internals.idl (96592 => 96593)
--- trunk/Source/WebCore/testing/Internals.idl 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/WebCore/testing/Internals.idl 2011-10-04 15:02:25 UTC (rev 96593)
@@ -37,7 +37,6 @@
DOMString shadowPseudoId(in Element element) raises (DOMException);
Element createShadowContentElement(in Document document) raises(DOMException);
Element getElementByIdInShadowRoot(in Node shadowRoot, in DOMString id) raises(DOMException);
- void disableMemoryCache(in boolean disabled);
#if defined(ENABLE_INPUT_COLOR) && ENABLE_INPUT_COLOR
boolean connectColorChooserClient(in Element element);
Modified: trunk/Source/WebKit2/ChangeLog (96592 => 96593)
--- trunk/Source/WebKit2/ChangeLog 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/WebKit2/ChangeLog 2011-10-04 15:02:25 UTC (rev 96593)
@@ -1,3 +1,13 @@
+2011-10-04 Vsevolod Vlasov <[email protected]>
+
+ Web Inspector: Remove http/tests/inspector/network/disabled-cache-crash.html.
+ https://bugs.webkit.org/show_bug.cgi?id=69332
+
+ Reviewed by Pavel Feldman.
+
+ * win/WebKit2.def:
+ * win/WebKit2CFLite.def:
+
2011-10-03 Anders Carlsson <[email protected]>
Content area does not return to the correct position after rubberbanding
Modified: trunk/Source/WebKit2/win/WebKit2.def (96592 => 96593)
--- trunk/Source/WebKit2/win/WebKit2.def 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/WebKit2/win/WebKit2.def 2011-10-04 15:02:25 UTC (rev 96593)
@@ -159,12 +159,10 @@
?jsStringSlowCase@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@AAV?$HashMap@PAVStringImpl@WTF@@V?$Weak@VJSString@JSC@@@JSC@@UStringHash@2@U?$HashTraits@PAVStringImpl@WTF@@@2@U?$HashTraits@V?$Weak@VJSString@JSC@@@JSC@@@2@@WTF@@PAVStringImpl@6@@Z
?lastChangeWasUserEdit@HTMLTextFormControlElement@WebCore@@QBE_NXZ
?markersFor@DocumentMarkerController@WebCore@@QAE?AV?$Vector@PAVDocumentMarker@WebCore@@$0A@@WTF@@PAVNode@2@@Z
- ?memoryCache@WebCore@@YAPAVMemoryCache@1@XZ
?page@Document@WebCore@@QBEPAVPage@2@XZ
?paintControlTints@FrameView@WebCore@@AAEXXZ
?scrollElementToRect@FrameView@WebCore@@QAEXPAVElement@2@ABVIntRect@2@@Z
?removeShadowRoot@Element@WebCore@@QAEXXZ
- ?setDisabled@MemoryCache@WebCore@@QAEX_N@Z
?setDOMException@WebCore@@YAXPAVExecState@JSC@@H@Z
?setResourcesDataSizeLimitsFromInternals@InspectorController@WebCore@@QAEXHH@Z
?setScrollbarsSuppressed@ScrollView@WebCore@@QAEX_N0@Z
Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (96592 => 96593)
--- trunk/Source/WebKit2/win/WebKit2CFLite.def 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def 2011-10-04 15:02:25 UTC (rev 96593)
@@ -153,12 +153,10 @@
?jsStringSlowCase@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@AAV?$HashMap@PAVStringImpl@WTF@@V?$Weak@VJSString@JSC@@@JSC@@UStringHash@2@U?$HashTraits@PAVStringImpl@WTF@@@2@U?$HashTraits@V?$Weak@VJSString@JSC@@@JSC@@@2@@WTF@@PAVStringImpl@6@@Z
?lastChangeWasUserEdit@HTMLTextFormControlElement@WebCore@@QBE_NXZ
?markersFor@DocumentMarkerController@WebCore@@QAE?AV?$Vector@PAVDocumentMarker@WebCore@@$0A@@WTF@@PAVNode@2@@Z
- ?memoryCache@WebCore@@YAPAVMemoryCache@1@XZ
?page@Document@WebCore@@QBEPAVPage@2@XZ
?paintControlTints@FrameView@WebCore@@AAEXXZ
?scrollElementToRect@FrameView@WebCore@@QAEXPAVElement@2@ABVIntRect@2@@Z
?removeShadowRoot@Element@WebCore@@QAEXXZ
- ?setDisabled@MemoryCache@WebCore@@QAEX_N@Z
?setDOMException@WebCore@@YAXPAVExecState@JSC@@H@Z
?setResourcesDataSizeLimitsFromInternals@InspectorController@WebCore@@QAEXHH@Z
?setScrollbarsSuppressed@ScrollView@WebCore@@QAEX_N0@Z
Modified: trunk/Source/autotools/symbols.filter (96592 => 96593)
--- trunk/Source/autotools/symbols.filter 2011-10-04 14:45:39 UTC (rev 96592)
+++ trunk/Source/autotools/symbols.filter 2011-10-04 15:02:25 UTC (rev 96593)
@@ -40,8 +40,6 @@
_ZN7WebCore10ClientRectC1ERKNS_7IntRectE;
_ZN7WebCore11EventTarget17toGeneratedStreamEv;
_ZN7WebCore11EventTarget8toStreamEv;
-_ZN7WebCore11MemoryCache11setDisabledEb;
-_ZN7WebCore11memoryCacheEv;
_ZN7WebCore12JSDOMWrapper34virtualFunctionToPreventWeakVtableEv;
_ZN7WebCore12RenderObject23absoluteBoundingBoxRectEb;
_ZN7WebCore13createWrapperEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_4NodeE;