Title: [148569] trunk/Source/WebCore
- Revision
- 148569
- Author
- [email protected]
- Date
- 2013-04-16 16:31:15 -0700 (Tue, 16 Apr 2013)
Log Message
Changed the default debugger from GDB to LLDB for the 'All Source' scheme in WebKit.xcworkspace.
Patch by Andy Estes <[email protected]> on 2013-04-16
Rubber-stamped by Dan Bernstein.
* WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (148568 => 148569)
--- trunk/Source/WebCore/ChangeLog 2013-04-16 23:26:56 UTC (rev 148568)
+++ trunk/Source/WebCore/ChangeLog 2013-04-16 23:31:15 UTC (rev 148569)
@@ -1,5 +1,13 @@
2013-04-16 Jer Noble <[email protected]>
+ Unreviewed build fix; add new JSAudioBuffer.cpp file to more build systems.
+
+ * GNUmakefile.list.am:
+ * Target.pri:
+ * UseJSC.cmake:
+
+2013-04-16 Jer Noble <[email protected]>
+
Repeated use of decodeAudioData() causes leak
https://bugs.webkit.org/show_bug.cgi?id=114709
Modified: trunk/Source/WebCore/GNUmakefile.list.am (148568 => 148569)
--- trunk/Source/WebCore/GNUmakefile.list.am 2013-04-16 23:26:56 UTC (rev 148568)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2013-04-16 23:31:15 UTC (rev 148569)
@@ -2316,6 +2316,7 @@
Source/WebCore/bindings/js/IDBBindingUtilities.cpp \
Source/WebCore/bindings/js/IDBBindingUtilities.h \
Source/WebCore/bindings/js/JSArrayBufferCustom.cpp \
+ Source/WebCore/bindings/js/JSAudioBufferCustom.cpp \
Source/WebCore/bindings/js/JSArrayBufferViewHelper.h \
Source/WebCore/bindings/js/JSAttrCustom.cpp \
Source/WebCore/bindings/js/JSAudioBufferSourceNodeCustom.cpp \
Modified: trunk/Source/WebCore/Target.pri (148568 => 148569)
--- trunk/Source/WebCore/Target.pri 2013-04-16 23:26:56 UTC (rev 148568)
+++ trunk/Source/WebCore/Target.pri 2013-04-16 23:31:15 UTC (rev 148569)
@@ -79,6 +79,7 @@
bindings/js/Dictionary.cpp \
bindings/js/GCController.cpp \
bindings/js/JSArrayBufferCustom.cpp \
+ bindings/js/JSAudioBufferCustom.cpp \
bindings/js/JSAttrCustom.cpp \
bindings/js/JSBlobCustom.cpp \
bindings/js/JSCDATASectionCustom.cpp \
Modified: trunk/Source/WebCore/UseJSC.cmake (148568 => 148569)
--- trunk/Source/WebCore/UseJSC.cmake 2013-04-16 23:26:56 UTC (rev 148568)
+++ trunk/Source/WebCore/UseJSC.cmake 2013-04-16 23:31:15 UTC (rev 148569)
@@ -30,6 +30,7 @@
bindings/js/Dictionary.cpp
bindings/js/GCController.cpp
bindings/js/JSArrayBufferCustom.cpp
+ bindings/js/JSAudioBufferCustom.cpp
bindings/js/JSAttrCustom.cpp
bindings/js/JSBlobCustom.cpp
bindings/js/JSCDATASectionCustom.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes