|
| 1 | +2013-04-15 Roger Fong <roger_fong@apple.com> |
| 2 | + |
| 3 | + Build fix for Windows. |
| 4 | + <rdar://problem/13438603> |
| 5 | + |
| 6 | + * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops: |
| 7 | + |
| 8 | +2013-04-15 Lucas Forschler <lforschler@apple.com> |
| 9 | + |
| 10 | + Merge r141029 |
| 11 | + |
| 12 | + 2013-01-28 Oliver Hunt <oliver@apple.com> |
| 13 | + |
| 14 | + Add more assertions to the property storage use in arrays |
| 15 | + https://bugs.webkit.org/show_bug.cgi?id=107728 |
| 16 | + |
| 17 | + Reviewed by Filip Pizlo. |
| 18 | + |
| 19 | + Add a bunch of assertions to array and object butterfly |
| 20 | + usage. This should make debugging somewhat easier. |
| 21 | + |
| 22 | + I also converted a couple of assertions to release asserts |
| 23 | + as they were so low cost it seemed a sensible thing to do. |
| 24 | + |
| 25 | + * runtime/JSArray.cpp: |
| 26 | + (JSC::JSArray::sortVector): |
| 27 | + (JSC::JSArray::compactForSorting): |
| 28 | + * runtime/JSObject.h: |
| 29 | + (JSC::JSObject::getHolyIndexQuickly): |
| 30 | + |
| 31 | +2013-04-14 David Kilzer <ddkilzer@apple.com> |
| 32 | + |
| 33 | + Revert "Attempt to fix Windows build after r148370" |
| 34 | + |
| 35 | + This reverts commit r148375. |
| 36 | + |
| 37 | + * runtime/JSStringJoiner.h: Remove include of |
| 38 | + <wtf/CheckedArithmetic.h>. |
| 39 | + |
| 40 | +2013-04-13 David Kilzer <ddkilzer@apple.com> |
| 41 | + |
| 42 | + Attempt to fix Windows build after r148370 |
| 43 | + |
| 44 | + Try to fix the following build failure: |
| 45 | + |
| 46 | + 4>JSStringJoiner.cpp |
| 47 | + 4>..\..\runtime\JSStringJoiner.cpp(112) : error C2653: 'CheckedState' : is not a class or namespace name |
| 48 | + 4>..\..\runtime\JSStringJoiner.cpp(112) : error C2065: 'DidOverflow' : undeclared identifier |
| 49 | + 4>..\..\runtime\JSStringJoiner.cpp(112) : warning C4805: '==' : unsafe mix of type 'bool' and type ''unknown-type'' in operation |
| 50 | + |
| 51 | + * runtime/JSStringJoiner.h: Include <wtf/CheckedArithmetic.h>. |
| 52 | + |
| 53 | +2013-04-13 David Kilzer <ddkilzer@apple.com> |
| 54 | + |
| 55 | + Merge 145580, 145587, 145594, r145595, r145647, 145759. Part 2/2 for <rdar://problem/13438603>. |
| 56 | + |
| 57 | + 2013-03-11 Oliver Hunt <oliver@apple.com> |
| 58 | + |
| 59 | + Harden JSStringJoiner |
| 60 | + https://bugs.webkit.org/show_bug.cgi?id=112093 |
| 61 | + |
| 62 | + Reviewed by Filip Pizlo. |
| 63 | + |
| 64 | + Harden JSStringJoiner, make it use our CheckedArithmetic |
| 65 | + class to simplify everything. |
| 66 | + |
| 67 | + * runtime/JSStringJoiner.cpp: |
| 68 | + (JSC::JSStringJoiner::build): |
| 69 | + * runtime/JSStringJoiner.h: |
| 70 | + (JSStringJoiner): |
| 71 | + (JSC::JSStringJoiner::JSStringJoiner): |
| 72 | + (JSC::JSStringJoiner::append): |
| 73 | + |
| 74 | +2013-03-12 Lucas Forschler <lforschler@apple.com> |
| 75 | + |
| 76 | + Merge r135794 |
| 77 | + |
| 78 | + 2012-11-26 Daniel Bates <dbates@webkit.org> |
| 79 | + |
| 80 | + JavaScript fails to handle String.replace() with large replacement string |
| 81 | + https://bugs.webkit.org/show_bug.cgi?id=102956 |
| 82 | + <rdar://problem/12738012> |
| 83 | + |
| 84 | + Reviewed by Oliver Hunt. |
| 85 | + |
| 86 | + Fix an issue where we didn't check for overflow when computing the length |
| 87 | + of the result of String.replace() with a large replacement string. |
| 88 | + |
| 89 | + * runtime/StringPrototype.cpp: |
| 90 | + (JSC::jsSpliceSubstringsWithSeparators): |
| 91 | + |
| 92 | +2013-03-12 Lucas Forschler <lforschler@apple.com> |
| 93 | + |
| 94 | + Merge r135454 |
| 95 | + |
| 96 | + 2012-11-21 Daniel Bates <dbates@webkit.org> |
| 97 | + |
| 98 | + JavaScript fails to concatenate large strings |
| 99 | + <https://bugs.webkit.org/show_bug.cgi?id=102963> |
| 100 | + |
| 101 | + Reviewed by Michael Saboff. |
| 102 | + |
| 103 | + Fixes an issue where we inadvertently didn't check the length of |
| 104 | + a JavaScript string for overflow. |
| 105 | + |
| 106 | + * runtime/Operations.h: |
| 107 | + (JSC::jsString): |
| 108 | + (JSC::jsStringFromArguments): |
| 109 | + |
1 | 110 | 2013-01-30 Lucas Forschler <lforschler@apple.com> |
2 | 111 |
|
3 | 112 | Merge r138606 |
|
0 commit comments