Ignore:
Timestamp:
Sep 7, 2012, 8:36:43 AM (13 years ago)
Author:
[email protected]
Message:

Web Inspector: NMI: move WebCore specific code to separate header
https://bugs.webkit.org/show_bug.cgi?id=96101

Reviewed by Yury Semikhatsky.

I extracted WebCore related code from MemoryInstrumentation.h to WebCoreMemoryInstrumentation.h

Source/WebCore:

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.gypi:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/js/ScriptWrappable.h:
  • bindings/v8/DOMDataStore.cpp:
  • bindings/v8/IntrusiveDOMWrapperMap.h:
  • bindings/v8/ScriptProfiler.cpp:
  • bindings/v8/ScriptWrappable.h:
  • bindings/v8/V8Binding.cpp:
  • bindings/v8/V8DOMMap.h:
  • css/CSSAspectRatioValue.cpp:
  • css/CSSBorderImageSliceValue.cpp:
  • css/CSSCalculationValue.cpp:
  • css/CSSCanvasValue.cpp:
  • css/CSSCharsetRule.cpp:
  • css/CSSComputedStyleDeclaration.cpp:
  • css/CSSCrossfadeValue.cpp:
  • css/CSSCursorImageValue.cpp:
  • css/CSSFontFaceRule.cpp:
  • css/CSSFontFaceSrcValue.cpp:
  • css/CSSFunctionValue.cpp:
  • css/CSSGradientValue.cpp:
  • css/CSSImageGeneratorValue.cpp:
  • css/CSSImageSetValue.cpp:
  • css/CSSImageValue.cpp:
  • css/CSSImportRule.cpp:
  • css/CSSInheritedValue.cpp:
  • css/CSSInitialValue.cpp:
  • css/CSSLineBoxContainValue.cpp:
  • css/CSSMediaRule.cpp:
  • css/CSSPrimitiveValue.cpp:
  • css/CSSProperty.cpp:
  • css/CSSReflectValue.cpp:
  • css/CSSRuleList.h:
  • css/CSSSelectorList.cpp:
  • css/CSSStyleRule.cpp:
  • css/CSSStyleSheet.cpp:
  • css/CSSTimingFunctionValue.cpp:
  • css/CSSUnicodeRangeValue.cpp:
  • css/CSSUnknownRule.h:
  • css/CSSValue.cpp:
  • css/CSSValueList.cpp:
  • css/CSSVariableValue.h:
  • css/FontFeatureValue.cpp:
  • css/FontValue.cpp:
  • css/MediaList.cpp:
  • css/MediaQuery.cpp:
  • css/MediaQueryExp.cpp:
  • css/PropertySetCSSStyleDeclaration.cpp:
  • css/ShadowValue.cpp:
  • css/StyleResolver.cpp:
  • css/StyleRule.cpp:
  • css/StyleSheetContents.cpp:
  • css/WebKitCSSArrayFunctionValue.cpp:
  • css/WebKitCSSFilterValue.cpp:
  • css/WebKitCSSKeyframeRule.cpp:
  • css/WebKitCSSKeyframesRule.cpp:
  • css/WebKitCSSMixFunctionValue.cpp:
  • css/WebKitCSSSVGDocumentValue.cpp:
  • css/WebKitCSSShaderValue.cpp:
  • css/WebKitCSSTransformValue.cpp:
  • dom/CharacterData.cpp:
  • dom/Document.cpp:
  • dom/DocumentEventQueue.cpp:
  • dom/ElementAttributeData.cpp:
  • dom/Event.cpp:
  • dom/MemoryInstrumentation.h:
  • dom/Node.cpp:
  • dom/QualifiedName.h:
  • dom/WebCoreMemoryInstrumentation.cpp: Renamed from Source/WebCore/dom/MemoryInstrumentation.cpp.

(WebCore):
(WebCore::String):
(WebCore::StringImpl):
(WebCore::KURL):
(WebCore::AtomicString):

  • dom/WebCoreMemoryInstrumentation.h: Added.

(WebCore):
(WebCoreMemoryTypes):

  • loader/DocumentLoader.cpp:
  • loader/FrameLoader.cpp:
  • loader/SubresourceLoader.cpp:
  • loader/SubstituteData.cpp:
  • loader/cache/CachedCSSStyleSheet.cpp:
  • loader/cache/CachedFont.cpp:
  • loader/cache/CachedRawResource.cpp:
  • loader/cache/CachedResource.cpp:
  • loader/cache/CachedResourceHandle.cpp:
  • loader/cache/CachedScript.cpp:
  • loader/cache/CachedShader.cpp:
  • loader/cache/CachedXSLStyleSheet.cpp:
  • loader/cache/MemoryCache.cpp:
  • platform/SharedBuffer.cpp:
  • platform/graphics/BitmapImage.cpp:
  • platform/graphics/CrossfadeGeneratedImage.cpp:
  • platform/graphics/GeneratedImage.cpp:
  • platform/graphics/GeneratorGeneratedImage.h:
  • platform/graphics/Image.cpp:
  • platform/network/FormData.cpp:
  • platform/network/ResourceRequestBase.cpp:
  • platform/network/ResourceResponseBase.cpp:
  • rendering/style/RenderStyle.cpp:
  • rendering/style/StyleRareInheritedData.cpp:
  • rendering/style/StyleRareNonInheritedData.cpp:
  • svg/SVGColor.cpp:
  • svg/SVGPaint.cpp:

Source/WebKit/chromium:

  • tests/MemoryInstrumentationTest.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.