[webkit-changes] [143994] trunk/Source/JavaScriptCore

2013-02-25 Thread msaboff
Title: [143994] trunk/Source/_javascript_Core Revision 143994 Author msab...@apple.com Date 2013-02-25 18:10:02 -0800 (Mon, 25 Feb 2013) Log Message For JSVALUE32_64, maxOffsetRelativeToPatchedStorage() doesn't compute the maximum negative offset https://bugs.webkit.org/show_bug.cgi?id=11

[webkit-changes] [144083] trunk/Source/JavaScriptCore

2013-02-26 Thread msaboff
Title: [144083] trunk/Source/_javascript_Core Revision 144083 Author msab...@apple.com Date 2013-02-26 11:37:53 -0800 (Tue, 26 Feb 2013) Log Message Potential crash in YARR JIT generated code when building 64 bit https://bugs.webkit.org/show_bug.cgi?id=110893 Reviewed by Gavin Barracloug

[webkit-changes] [145150] trunk/Source/JavaScriptCore

2013-03-07 Thread msaboff
Title: [145150] trunk/Source/_javascript_Core Revision 145150 Author msab...@apple.com Date 2013-03-07 16:19:39 -0800 (Thu, 07 Mar 2013) Log Message Crash when updating predictions below JSC::arrayProtoFuncForEach on tuaw.com article https://bugs.webkit.org/show_bug.cgi?id=111777 Reviewe

[webkit-changes] [130344] trunk/Source/JavaScriptCore

2012-10-03 Thread msaboff
Title: [130344] trunk/Source/_javascript_Core Revision 130344 Author msab...@apple.com Date 2012-10-03 16:40:28 -0700 (Wed, 03 Oct 2012) Log Message OpaqueJSString doesn't optimally handle 8 bit strings https://bugs.webkit.org/show_bug.cgi?id=98300 Reviewed by Geoffrey Garen. Change Opa

[webkit-changes] [130404] trunk/Source/WTF

2012-10-04 Thread msaboff
Title: [130404] trunk/Source/WTF Revision 130404 Author msab...@apple.com Date 2012-10-04 09:45:28 -0700 (Thu, 04 Oct 2012) Log Message String::remove will convert an 8 bit string to a 16 bit string https://bugs.webkit.org/show_bug.cgi?id=98299 Reviewed by Benjamin Poulain. Added an 8 b

[webkit-changes] [130413] trunk/Source/JavaScriptCore

2012-10-04 Thread msaboff
Title: [130413] trunk/Source/_javascript_Core Revision 130413 Author msab...@apple.com Date 2012-10-04 11:49:42 -0700 (Thu, 04 Oct 2012) Log Message After r130344, OpaqueJSString() creates a empty string which should be a null string https://bugs.webkit.org/show_bug.cgi?id=98417 Reviewed

[webkit-changes] [130424] trunk/Source/JavaScriptCore

2012-10-04 Thread msaboff
Title: [130424] trunk/Source/_javascript_Core Revision 130424 Author msab...@apple.com Date 2012-10-04 13:27:45 -0700 (Thu, 04 Oct 2012) Log Message Crash in Safari at com.apple._javascript_Core: WTF::StringImpl::is8Bit const + 12 https://bugs.webkit.org/show_bug.cgi?id=98433 Reviewed by

[webkit-changes] [130664] trunk/Source/JavaScriptCore

2012-10-08 Thread msaboff
Title: [130664] trunk/Source/_javascript_Core Revision 130664 Author msab...@apple.com Date 2012-10-08 11:46:20 -0700 (Mon, 08 Oct 2012) Log Message After r130344, OpaqueJSString() creates an empty string which should be a null string https://bugs.webkit.org/show_bug.cgi?id=98417 Reviewe

[webkit-changes] [130761] trunk/Source/JavaScriptCore

2012-10-09 Thread msaboff
Title: [130761] trunk/Source/_javascript_Core Revision 130761 Author msab...@apple.com Date 2012-10-09 07:46:53 -0700 (Tue, 09 Oct 2012) Log Message After r130344, OpaqueJSString::identifier() adds wrapped String to identifier table https://bugs.webkit.org/show_bug.cgi?id=98693 REGRESSION

[webkit-changes] [130762] trunk/Source/JavaScriptCore/ChangeLog

2012-10-09 Thread msaboff
Title: [130762] trunk/Source/_javascript_Core/ChangeLog Revision 130762 Author msab...@apple.com Date 2012-10-09 07:48:49 -0700 (Tue, 09 Oct 2012) Log Message Corrected reviewer that webkit-patch got wrong. Modified Paths trunk/Source/_javascript_Core/ChangeLog Diff Modified: trunk

[webkit-changes] [130795] trunk/Source/WebCore

2012-10-09 Thread msaboff
Title: [130795] trunk/Source/WebCore Revision 130795 Author msab...@apple.com Date 2012-10-09 12:26:57 -0700 (Tue, 09 Oct 2012) Log Message MarkupAccumulator should optimally handle 8 bit Strings https://bugs.webkit.org/show_bug.cgi?id=98224 Reviewed by Ryosuke Niwa. Updated appendChara

[webkit-changes] [130832] trunk/Source/JavaScriptCore

2012-10-09 Thread msaboff
Title: [130832] trunk/Source/_javascript_Core Revision 130832 Author msab...@apple.com Date 2012-10-09 18:18:57 -0700 (Tue, 09 Oct 2012) Log Message Add tests to testapi for null OpaqueJSStrings https://bugs.webkit.org/show_bug.cgi?id=98805 Reviewed by Geoffrey Garen. Added tests that c

[webkit-changes] [130931] trunk/Source/JavaScriptCore

2012-10-10 Thread msaboff
Title: [130931] trunk/Source/_javascript_Core Revision 130931 Author msab...@apple.com Date 2012-10-10 11:08:03 -0700 (Wed, 10 Oct 2012) Log Message After r130344, OpaqueJSString::string() shouldn't directly return the wrapped String https://bugs.webkit.org/show_bug.cgi?id=98801 Reviewed

[webkit-changes] [131250] trunk/Source/WTF

2012-10-12 Thread msaboff
Title: [131250] trunk/Source/WTF Revision 131250 Author msab...@apple.com Date 2012-10-12 22:30:00 -0700 (Fri, 12 Oct 2012) Log Message StringBuilder::append(StringBuilder&) doesn't take into account the bit size of the argument string https://bugs.webkit.org/show_bug.cgi?id=99225 Review

[webkit-changes] [131403] trunk/Source/WebCore

2012-10-15 Thread msaboff
Title: [131403] trunk/Source/WebCore Revision 131403 Author msab...@apple.com Date 2012-10-15 20:29:18 -0700 (Mon, 15 Oct 2012) Log Message Add 8 bit patch to Document::isValidName() for the non ASCII case https://bugs.webkit.org/show_bug.cgi?id=99402 Reviewed by Darin Adler. Added 8 bi

[webkit-changes] [131524] trunk/Source/WTF

2012-10-16 Thread msaboff
Title: [131524] trunk/Source/WTF Revision 131524 Author msab...@apple.com Date 2012-10-16 16:07:33 -0700 (Tue, 16 Oct 2012) Log Message StringImpl::reverseFind() with a single match character isn't optimal for mixed 8/16 bit cases https://bugs.webkit.org/show_bug.cgi?id=99363 Reviewed by

[webkit-changes] [131526] trunk/Source

2012-10-16 Thread msaboff
Title: [131526] trunk/Source Revision 131526 Author msab...@apple.com Date 2012-10-16 16:23:11 -0700 (Tue, 16 Oct 2012) Log Message Change WTF_USE_8BIT_TEXTRUN to ENABLE_8BIT_TEXTRUN https://bugs.webkit.org/show_bug.cgi?id=99484 Reviewed by Eric Seidel. Source/WebCore: Changed macro na

[webkit-changes] [131648] trunk/Source/JavaScriptCore

2012-10-17 Thread msaboff
Title: [131648] trunk/Source/_javascript_Core Revision 131648 Author msab...@apple.com Date 2012-10-17 14:54:43 -0700 (Wed, 17 Oct 2012) Log Message StringPrototype::jsSpliceSubstringsWithSeparators() doesn't optimally handle 8 bit strings https://bugs.webkit.org/show_bug.cgi?id=99230 Re

[webkit-changes] [131652] trunk/Source/WTF

2012-10-17 Thread msaboff
Title: [131652] trunk/Source/WTF Revision 131652 Author msab...@apple.com Date 2012-10-17 15:08:20 -0700 (Wed, 17 Oct 2012) Log Message AtomicString::HashAndUTF8CharactersTranslator::equal() doesn't optimally handle 8 bit strings https://bugs.webkit.org/show_bug.cgi?id=99223 Reviewed by

[webkit-changes] [131655] trunk/Source/WTF

2012-10-17 Thread msaboff
Title: [131655] trunk/Source/WTF Revision 131655 Author msab...@apple.com Date 2012-10-17 15:16:12 -0700 (Wed, 17 Oct 2012) Log Message StringImpl::findIgnoringCase() and reverseFindIgnoringCase() don't optimally handle a mix of 8 and 16 bit strings https://bugs.webkit.org/show_bug.cgi?id

[webkit-changes] [131656] trunk/Source

2012-10-17 Thread msaboff
Title: [131656] trunk/Source Revision 131656 Author msab...@apple.com Date 2012-10-17 15:17:49 -0700 (Wed, 17 Oct 2012) Log Message Creating a String from an NSString should check for all 8 bit strings https://bugs.webkit.org/show_bug.cgi?id=99392 Reviewed by Geoffrey Garen. Source/WebC

[webkit-changes] [131776] trunk/Source/WebCore

2012-10-18 Thread msaboff
Title: [131776] trunk/Source/WebCore Revision 131776 Author msab...@apple.com Date 2012-10-18 11:03:14 -0700 (Thu, 18 Oct 2012) Log Message Add 8-bit path to RenderBlock::handleTrailingSpaces() https://bugs.webkit.org/show_bug.cgi?id=99731 Reviewed by Dan Bernstein. Factored out and add

[webkit-changes] [131777] trunk/Source

2012-10-18 Thread msaboff
Title: [131777] trunk/Source Revision 131777 Author msab...@apple.com Date 2012-10-18 11:07:09 -0700 (Thu, 18 Oct 2012) Log Message Make conversion between JSStringRef and WKStringRef work without character size conversions https://bugs.webkit.org/show_bug.cgi?id=99727 Reviewed by Anders

[webkit-changes] [131819] trunk/Source/WTF

2012-10-18 Thread msaboff
Title: [131819] trunk/Source/WTF Revision 131819 Author msab...@apple.com Date 2012-10-18 16:06:53 -0700 (Thu, 18 Oct 2012) Log Message Mac WTF build checks dependencies before copying header files https://bugs.webkit.org/show_bug.cgi?id=99770 Reviewed by Geoffrey Garen. Added a new bui

[webkit-changes] [131833] trunk/Source/WTF

2012-10-18 Thread msaboff
Title: [131833] trunk/Source/WTF Revision 131833 Author msab...@apple.com Date 2012-10-18 18:04:35 -0700 (Thu, 18 Oct 2012) Log Message Mac WTF build checks dependencies before copying header files https://bugs.webkit.org/show_bug.cgi?id=99770 Reviewed by Mark Rowe. Fixed up build rules

[webkit-changes] [131836] trunk/Source

2012-10-18 Thread msaboff
Title: [131836] trunk/Source Revision 131836 Author msab...@apple.com Date 2012-10-18 18:22:21 -0700 (Thu, 18 Oct 2012) Log Message convertUTF8ToUTF16() Should Check for ASCII Input ihttps://bugs.webkit.org/show_bug.cgi?id=99739 Reviewed by Geoffrey Garen. Source/_javascript_Core: Usi

[webkit-changes] [131954] trunk/Source/WebCore

2012-10-19 Thread msaboff
Title: [131954] trunk/Source/WebCore Revision 131954 Author msab...@apple.com Date 2012-10-19 16:19:40 -0700 (Fri, 19 Oct 2012) Log Message String(CFStringRef) should try to converting to an 8 bit string before converting to 16 bit string https://bugs.webkit.org/show_bug.cgi?id=99794 Re

[webkit-changes] [131955] trunk/Source

2012-10-19 Thread msaboff
Title: [131955] trunk/Source Revision 131955 Author msab...@apple.com Date 2012-10-19 16:21:40 -0700 (Fri, 19 Oct 2012) Log Message Add String version of visitedLinkHash() to properly handle 8-bit URL Strings. https://bugs.webkit.org/show_bug.cgi?id=99735 Reviewed by Filip Pizlo. Added

[webkit-changes] [131956] trunk/Source/JavaScriptCore

2012-10-19 Thread msaboff
Title: [131956] trunk/Source/_javascript_Core Revision 131956 Author msab...@apple.com Date 2012-10-19 16:23:34 -0700 (Fri, 19 Oct 2012) Log Message Lexer should create 8 bit Identifiers for RegularExpressions and ASCII identifiers https://bugs.webkit.org/show_bug.cgi?id=99855 Reviewed b

[webkit-changes] [132116] trunk/Source/WebCore

2012-10-22 Thread msaboff
Title: [132116] trunk/Source/WebCore Revision 132116 Author msab...@apple.com Date 2012-10-22 11:58:13 -0700 (Mon, 22 Oct 2012) Log Message r131955 is has improper function call in LinkHashChromium.cpp https://bugs.webkit.org/show_bug.cgi?id=18 Reviewed by Alexey Proskuryakov. Follo

[webkit-changes] [132159] trunk

2012-10-22 Thread msaboff
Title: [132159] trunk Revision 132159 Author msab...@apple.com Date 2012-10-22 16:37:04 -0700 (Mon, 22 Oct 2012) Log Message Regression(r131655): Crash in StringImpl::findIgnoringCase https://bugs.webkit.org/show_bug.cgi?id=99753 Reviewed by Geoffrey Garen. Source/WTF: Fixed to use th

[webkit-changes] [132165] trunk/Source/WebCore

2012-10-22 Thread msaboff
Title: [132165] trunk/Source/WebCore Revision 132165 Author msab...@apple.com Date 2012-10-22 17:39:59 -0700 (Mon, 22 Oct 2012) Log Message HTML Parser should produce 8 bit strings for doctype, comment and tagName tokens https://bugs.webkit.org/show_bug.cgi?id=99889 Reviewed by Geoffrey

[webkit-changes] [132373] trunk/Source/WebCore

2012-10-24 Thread msaboff
Title: [132373] trunk/Source/WebCore Revision 132373 Author msab...@apple.com Date 2012-10-24 11:00:33 -0700 (Wed, 24 Oct 2012) Log Message Code cleanup after r132165 https://bugs.webkit.org/show_bug.cgi?id=100135 Reviewed by Geoffrey Garen. Fixed up some unneccesary and inefficient con

[webkit-changes] [132507] trunk/Source

2012-10-25 Thread msaboff
Title: [132507] trunk/Source Revision 132507 Author msab...@apple.com Date 2012-10-25 11:40:53 -0700 (Thu, 25 Oct 2012) Log Message REGRESSION (r131836): failures in list styles tests on EFL, GTK https://bugs.webkit.org/show_bug.cgi?id=99824 Reviewed by Oliver Hunt. Source/_javascript_C

[webkit-changes] [132566] trunk/Source/JavaScriptCore

2012-10-25 Thread msaboff
Title: [132566] trunk/Source/_javascript_Core Revision 132566 Author msab...@apple.com Date 2012-10-25 20:28:30 -0700 (Thu, 25 Oct 2012) Log Message SymbolTableIndexHashTraits::needsDestruction should be set to true https://bugs.webkit.org/show_bug.cgi?id=100437 Reviewed by Mark Hahnenbe

[webkit-changes] [137976] trunk/Source/JavaScriptCore

2012-12-17 Thread msaboff
Title: [137976] trunk/Source/_javascript_Core Revision 137976 Author msab...@apple.com Date 2012-12-17 19:51:07 -0800 (Mon, 17 Dec 2012) Log Message DFG: Refactor DFGCorrectableJumpPoint to reduce size of OSRExit data https://bugs.webkit.org/show_bug.cgi?id=105237 Reviewed by Filip Pizlo

[webkit-changes] [138032] trunk/Source/JavaScriptCore

2012-12-18 Thread msaboff
Title: [138032] trunk/Source/_javascript_Core Revision 138032 Author msab...@apple.com Date 2012-12-18 09:55:41 -0800 (Tue, 18 Dec 2012) Log Message [Qt] Fix the ARMv7 build after r137976 https://bugs.webkit.org/show_bug.cgi?id=105270 Reviewed by Csaba Osztrogonác. Add default value for

[webkit-changes] [138308] trunk/Source/JavaScriptCore

2012-12-20 Thread msaboff
Title: [138308] trunk/Source/_javascript_Core Revision 138308 Author msab...@apple.com Date 2012-12-20 15:20:30 -0800 (Thu, 20 Dec 2012) Log Message JIT: Change uninitialized pointer value -1 to constant https://bugs.webkit.org/show_bug.cgi?id=105576 Rubber stamped by Gavin Barraclough.

[webkit-changes] [139835] trunk

2013-01-15 Thread msaboff
Title: [139835] trunk Revision 139835 Author msab...@apple.com Date 2013-01-15 21:47:09 -0800 (Tue, 15 Jan 2013) Log Message DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1 https://bugs.webkit.org/show_bug.cgi?id=106978 Reviewed by Filip Pizlo. Source/_jav

[webkit-changes] [140186] trunk/Source

2013-01-18 Thread msaboff
Title: [140186] trunk/Source Revision 140186 Author msab...@apple.com Date 2013-01-18 11:16:26 -0800 (Fri, 18 Jan 2013) Log Message Refactor isPowerOf2() and add getLSBSet() https://bugs.webkit.org/show_bug.cgi?id=107306 Reviewed by Filip Pizlo. Source/_javascript_Core: Moved implemen

[webkit-changes] [140201] trunk/Source/JavaScriptCore

2013-01-18 Thread msaboff
Title: [140201] trunk/Source/_javascript_Core Revision 140201 Author msab...@apple.com Date 2013-01-18 13:28:30 -0800 (Fri, 18 Jan 2013) Log Message Fix up of ArithDiv nodes for non-x86 CPUs is broken https://bugs.webkit.org/show_bug.cgi?id=107309 Reviewed by Filip Pizlo. Changed the l

[webkit-changes] [140203] trunk/Source/JavaScriptCore

2013-01-18 Thread msaboff
Title: [140203] trunk/Source/_javascript_Core Revision 140203 Author msab...@apple.com Date 2013-01-18 13:45:06 -0800 (Fri, 18 Jan 2013) Log Message Harden ArithDiv of integers fix-up by inserting Int32ToDouble node directly https://bugs.webkit.org/show_bug.cgi?id=107321 Reviewed by Fil

[webkit-changes] [140221] trunk/Source/JavaScriptCore

2013-01-18 Thread msaboff
Title: [140221] trunk/Source/_javascript_Core Revision 140221 Author msab...@apple.com Date 2013-01-18 16:56:26 -0800 (Fri, 18 Jan 2013) Log Message Change set r140201 broke editing/selection/move-by-word-visually-multi-line.html https://bugs.webkit.org/show_bug.cgi?id=107340 Reviewed by

[webkit-changes] [140226] trunk/Source/JavaScriptCore

2013-01-18 Thread msaboff
Title: [140226] trunk/Source/_javascript_Core Revision 140226 Author msab...@apple.com Date 2013-01-18 17:47:47 -0800 (Fri, 18 Jan 2013) Log Message Unreviewed build fix for release builds when DFG_ENABLE_DEBUG_PROPAGATION_VERBOSE is set to 1 in DFGCommon.h. * dfg/DFGCFAPhase.cpp: Added

[webkit-changes] [140227] trunk/Source/JavaScriptCore

2013-01-18 Thread msaboff
Title: [140227] trunk/Source/_javascript_Core Revision 140227 Author msab...@apple.com Date 2013-01-18 17:53:36 -0800 (Fri, 18 Jan 2013) Log Message Unreviewed build fix for building JSC with DFG_ENABLE_DEBUG_PROPAGATION_VERBOSE enabled in DFGCommon.h. Fixes the case where the argument no

[webkit-changes] [140474] trunk/LayoutTests

2013-01-22 Thread msaboff
Title: [140474] trunk/LayoutTests Revision 140474 Author msab...@apple.com Date 2013-01-22 14:46:49 -0800 (Tue, 22 Jan 2013) Log Message sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A7.2.html is crashing https://bugs.webkit.org/show_bug.cgi?id=90742 Unreviewed. Test passes with

[webkit-changes] [140976] trunk/Source/JavaScriptCore

2013-01-28 Thread msaboff
Title: [140976] trunk/Source/_javascript_Core Revision 140976 Author msab...@apple.com Date 2013-01-28 10:27:06 -0800 (Mon, 28 Jan 2013) Log Message Cleanup ARM version of debugName() in DFGFPRInfo.h https://bugs.webkit.org/show_bug.cgi?id=108090 Reviewed by David Kilzer. Fixed debugNam

[webkit-changes] [141031] trunk/LayoutTests

2013-01-28 Thread msaboff
Title: [141031] trunk/LayoutTests Revision 141031 Author msab...@apple.com Date 2013-01-28 17:42:07 -0800 (Mon, 28 Jan 2013) Log Message Make integer-modulo.js a try JS-Regress test https://bugs.webkit.org/show_bug.cgi?id=108130 Reviewed by Filip Pizlo. Eliminated the LayoutTest calls.

[webkit-changes] [128246] trunk/Source

2012-09-11 Thread msaboff
Title: [128246] trunk/Source Revision 128246 Author msab...@apple.com Date 2012-09-11 17:09:44 -0700 (Tue, 11 Sep 2012) Log Message Build fixed for http://trac.webkit.org/changeset/128243 Rubber stamped by Stephanie Lewis. Added missing include file needed by 96422. * icu/unicode/ptype

[webkit-changes] [128247] trunk/Source/WebCore

2012-09-11 Thread msaboff
Title: [128247] trunk/Source/WebCore Revision 128247 Author msab...@apple.com Date 2012-09-11 17:25:34 -0700 (Tue, 11 Sep 2012) Log Message Unreviewed build fix for http://trac.webkit.org/changeset/128244 Some compilers don't like 0 for operator[](unsigned). Changed to 0u. * bindings/j

[webkit-changes] [128256] trunk/Source/WebCore

2012-09-11 Thread msaboff
Title: [128256] trunk/Source/WebCore Revision 128256 Author msab...@apple.com Date 2012-09-11 18:57:23 -0700 (Tue, 11 Sep 2012) Log Message Build fixed for http://trac.webkit.org/changeset/128243 Unreviewed build fix. Added missing include file needed by 96422 for C++ ICU APIs. * icu/u

[webkit-changes] [128339] trunk/Source/WTF

2012-09-12 Thread msaboff
Title: [128339] trunk/Source/WTF Revision 128339 Author msab...@apple.com Date 2012-09-12 10:46:45 -0700 (Wed, 12 Sep 2012) Log Message Build fixed for http://trac.webkit.org/changeset/128243 Unreviewed build fix. Change UnicodeString::extract for gcc based on ICU fix described in http:

[webkit-changes] [128340] trunk/Source/WTF

2012-09-12 Thread msaboff
Title: [128340] trunk/Source/WTF Revision 128340 Author msab...@apple.com Date 2012-09-12 11:11:16 -0700 (Wed, 12 Sep 2012) Log Message Build fixed for http://trac.webkit.org/changeset/128243 Unreviewed build fix. Removed temporarily added function signature. * icu/unicode/unistr.h: (U

[webkit-changes] [128345] trunk/Source/WebCore

2012-09-12 Thread msaboff
Title: [128345] trunk/Source/WebCore Revision 128345 Author msab...@apple.com Date 2012-09-12 12:02:39 -0700 (Wed, 12 Sep 2012) Log Message Build fixed for http://trac.webkit.org/changeset/128243 Unreviewed build fix. Change UnicodeString::extract for gcc based on ICU fix described in h

[webkit-changes] [128363] trunk/Source

2012-09-12 Thread msaboff
Title: [128363] trunk/Source Revision 128363 Author msab...@apple.com Date 2012-09-12 14:40:26 -0700 (Wed, 12 Sep 2012) Log Message Element::classAttributeChanged should use characters8/16 to find first non-whitespace https://bugs.webkit.org/show_bug.cgi?id=96446 Reviewed by Benjamin Pou

[webkit-changes] [128504] trunk/Source

2012-09-13 Thread msaboff
Title: [128504] trunk/Source Revision 128504 Author msab...@apple.com Date 2012-09-13 14:03:55 -0700 (Thu, 13 Sep 2012) Log Message Added 8 bit path to WidthIterator::advance() https://bugs.webkit.org/show_bug.cgi?id=96590 Reviewed by Geoffrey Garen. Source/WebCore: Added 8 bit path t

[webkit-changes] [128694] trunk/Source/WebCore

2012-09-15 Thread msaboff
Title: [128694] trunk/Source/WebCore Revision 128694 Author msab...@apple.com Date 2012-09-15 15:48:31 -0700 (Sat, 15 Sep 2012) Log Message Add 8 bit handling to SpaceSplitString https://bugs.webkit.org/show_bug.cgi?id=96823 Reviewed by Sam Weinig. Added templated functions based on cha

[webkit-changes] [129662] trunk

2012-09-26 Thread msaboff
Title: [129662] trunk Revision 129662 Author msab...@apple.com Date 2012-09-26 09:54:36 -0700 (Wed, 26 Sep 2012) Log Message Add Latin-1 Line Break Iterator to TextBreakIteratorICU.cpp https://bugs.webkit.org/show_bug.cgi?id=96935 Reviewed by Geoffrey Garen. Added a Latin-1 UText implem

[webkit-changes] [129663] trunk/Tools

2012-09-26 Thread msaboff
Title: [129663] trunk/Tools Revision 129663 Author msab...@apple.com Date 2012-09-26 10:24:48 -0700 (Wed, 26 Sep 2012) Log Message Unreviewed build change. Reverting inadvertent change to project file. * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Modified Paths trunk/Too

[webkit-changes] [129664] trunk/Source

2012-09-26 Thread msaboff
Title: [129664] trunk/Source Revision 129664 Author msab...@apple.com Date 2012-09-26 10:26:18 -0700 (Wed, 26 Sep 2012) Log Message Update ComplexTextController for 8 bit TextRun changes https://bugs.webkit.org/show_bug.cgi?id=97378 Reviewed by Geoffrey Garen. Source/WebCore: Since th

[webkit-changes] [129668] trunk/Source/WebCore

2012-09-26 Thread msaboff
Title: [129668] trunk/Source/WebCore Revision 129668 Author msab...@apple.com Date 2012-09-26 10:43:56 -0700 (Wed, 26 Sep 2012) Log Message Update SVGFontData for 8 bit TextRun changes https://bugs.webkit.org/show_bug.cgi?id=97379 Reviewed by Geoffrey Garen. Educated applySVGGlyphSelect

[webkit-changes] [129676] trunk/Source/JavaScriptCore

2012-09-26 Thread msaboff
Title: [129676] trunk/Source/_javascript_Core Revision 129676 Author msab...@apple.com Date 2012-09-26 11:36:53 -0700 (Wed, 26 Sep 2012) Log Message Add ability for JSArray::unshiftCount to unshift in middle of an array https://bugs.webkit.org/show_bug.cgi?id=97691 Reviewed by Filip Pizl

[webkit-changes] [129698] trunk/Source/WebCore

2012-09-26 Thread msaboff
Title: [129698] trunk/Source/WebCore Revision 129698 Author msab...@apple.com Date 2012-09-26 13:45:03 -0700 (Wed, 26 Sep 2012) Log Message Unreviewed speculative build fix for clang. Added explicit static_cast from int64_t to int32_t. * platform/text/TextBreakIteratorICU.cpp: (WebCore:

[webkit-changes] [129786] trunk/Source/WebCore

2012-09-27 Thread msaboff
Title: [129786] trunk/Source/WebCore Revision 129786 Author msab...@apple.com Date 2012-09-27 12:04:59 -0700 (Thu, 27 Sep 2012) Log Message ApplicationCacheStorage does not optimally handle 8 bit strings https://bugs.webkit.org/show_bug.cgi?id=97733 Reviewed by Alexey Proskuryakov. Adde

[webkit-changes] [130109] trunk/Source/JavaScriptCore

2012-10-01 Thread msaboff
Title: [130109] trunk/Source/_javascript_Core Revision 130109 Author msab...@apple.com Date 2012-10-01 18:21:17 -0700 (Mon, 01 Oct 2012) Log Message JSArray::unshiftCountSlowCase needs to clear array slots when adding space to end of array https://bugs.webkit.org/show_bug.cgi?id=98101 Re

[webkit-changes] [130190] trunk/Source

2012-10-02 Thread msaboff
Title: [130190] trunk/Source Revision 130190 Author msab...@apple.com Date 2012-10-02 11:41:05 -0700 (Tue, 02 Oct 2012) Log Message HTMLConstructionSite::insertTextNode isn't optimized for 8 bit strings https://bugs.webkit.org/show_bug.cgi?id=97740 Reviewed by Darin Adler. Source/WebCor

[webkit-changes] [130218] trunk/Source/JavaScriptCore

2012-10-02 Thread msaboff
Title: [130218] trunk/Source/_javascript_Core Revision 130218 Author msab...@apple.com Date 2012-10-02 15:20:24 -0700 (Tue, 02 Oct 2012) Log Message Comment additions after r130109 Rubber stamped by Geoffrey Garen. Updated comments to how array storage works. * runtime/ArrayStorage.h:

[webkit-changes] [127082] trunk

2012-08-29 Thread msaboff
Title: [127082] trunk Revision 127082 Author msab...@apple.com Date 2012-08-29 19:05:15 -0700 (Wed, 29 Aug 2012) Log Message use after free in WebCore::FileReader::doAbort https://bugs.webkit.org/show_bug.cgi?id=91004 Reviewed by Jian Li. Source/WebCore: Added check in FileReader::abo

[webkit-changes] [127508] trunk

2012-09-04 Thread msaboff
Title: [127508] trunk Revision 127508 Author msab...@apple.com Date 2012-09-04 14:32:19 -0700 (Tue, 04 Sep 2012) Log Message equal() in CSSParser.cpp should check the length of characters https://bugs.webkit.org/show_bug.cgi?id=95706 Source/WebCore: Reviewed by Abhishek Arya. Pass the

[webkit-changes] [127753] trunk/Source/WebKit2

2012-09-06 Thread msaboff
Title: [127753] trunk/Source/WebKit2 Revision 127753 Author msab...@apple.com Date 2012-09-06 10:14:32 -0700 (Thu, 06 Sep 2012) Log Message WebKit2 IPC always sends strings using 16 bit data format https://bugs.webkit.org/show_bug.cgi?id=95811 Reviewed by Benjamin Poulain. Changed strin

[webkit-changes] [127799] trunk/Source/WTF

2012-09-06 Thread msaboff
Title: [127799] trunk/Source/WTF Revision 127799 Author msab...@apple.com Date 2012-09-06 16:41:29 -0700 (Thu, 06 Sep 2012) Log Message ENH: Add Logging to StringImpl to track String Types https://bugs.webkit.org/show_bug.cgi?id=95807 Reviewed by Benjamin Poulain. Added StringsStats cla

[webkit-changes] [127801] trunk/Source/WebCore

2012-09-06 Thread msaboff
Title: [127801] trunk/Source/WebCore Revision 127801 Author msab...@apple.com Date 2012-09-06 16:52:46 -0700 (Thu, 06 Sep 2012) Log Message Add 8 bit string data path to TextRun https://bugs.webkit.org/show_bug.cgi?id=95812 Reviewed by Dan Bernstein. Added 8 bit string path to TextRun.

[webkit-changes] [127805] trunk/Source/WTF

2012-09-06 Thread msaboff
Title: [127805] trunk/Source/WTF Revision 127805 Author msab...@apple.com Date 2012-09-06 17:43:42 -0700 (Thu, 06 Sep 2012) Log Message Unreviewed fix to r127799. https://bugs.webkit.org/show_bug.cgi?id=95807 Unreviewed fix. Removed extraneous "static". This code is hidden behind STRIN

[webkit-changes] [127809] trunk/Source

2012-09-06 Thread msaboff
Title: [127809] trunk/Source Revision 127809 Author msab...@apple.com Date 2012-09-06 18:29:12 -0700 (Thu, 06 Sep 2012) Log Message 16 bit JSRopeString up converts an 8 bit fibers to 16 bits during resolution https://bugs.webkit.org/show_bug.cgi?id=95810 Reviewed by Benjamin Poulain. So

[webkit-changes] [127821] trunk/Source/WTF

2012-09-06 Thread msaboff
Title: [127821] trunk/Source/WTF Revision 127821 Author msab...@apple.com Date 2012-09-06 21:48:23 -0700 (Thu, 06 Sep 2012) Log Message StringBuilder::toAtomicString() can create an 16 bit string with 8 bit contents https://bugs.webkit.org/show_bug.cgi?id=96029 Reviewed by Benjamin Poula

[webkit-changes] [127887] trunk/Source/WTF

2012-09-07 Thread msaboff
Title: [127887] trunk/Source/WTF Revision 127887 Author msab...@apple.com Date 2012-09-07 10:46:43 -0700 (Fri, 07 Sep 2012) Log Message equalIgnoringCase of two StringImpls doesn't handle 8 bit strings https://bugs.webkit.org/show_bug.cgi?id=96028 Reviewed by Benjamin Poulain. Added 8 b

[webkit-changes] [127928] trunk/Source/WTF

2012-09-07 Thread msaboff
Title: [127928] trunk/Source/WTF Revision 127928 Author msab...@apple.com Date 2012-09-07 15:25:24 -0700 (Fri, 07 Sep 2012) Log Message StringImpl::find(StringImpl*) doesn't handle cases where search and match strings are different bitness https://bugs.webkit.org/show_bug.cgi?id=96125 Re

[webkit-changes] [128244] trunk/Source/WebCore

2012-09-11 Thread msaboff
Title: [128244] trunk/Source/WebCore Revision 128244 Author msab...@apple.com Date 2012-09-11 16:53:46 -0700 (Tue, 11 Sep 2012) Log Message jsStringWithCache shouldn't call StringImpl::characters() for single character strings https://bugs.webkit.org/show_bug.cgi?id=96439 Reviewed by Geo

[webkit-changes] [141788] trunk/Source/JavaScriptCore

2013-02-04 Thread msaboff
Title: [141788] trunk/Source/_javascript_Core Revision 141788 Author msab...@apple.com Date 2013-02-04 11:18:27 -0800 (Mon, 04 Feb 2013) Log Message For ARMv7s use integer divide instruction for divide and modulo when possible https://bugs.webkit.org/show_bug.cgi?id=108840 Reviewed in pe

[webkit-changes] [141894] trunk/Source/JavaScriptCore

2013-02-05 Thread msaboff
Title: [141894] trunk/Source/_javascript_Core Revision 141894 Author msab...@apple.com Date 2013-02-05 07:52:16 -0800 (Tue, 05 Feb 2013) Log Message r141788 won't build due to not having all changes needed by Node* change https://bugs.webkit.org/show_bug.cgi?id=108944 Reviewed by David K

[webkit-changes] [141951] trunk/Source/JavaScriptCore

2013-02-05 Thread msaboff
Title: [141951] trunk/Source/_javascript_Core Revision 141951 Author msab...@apple.com Date 2013-02-05 17:06:55 -0800 (Tue, 05 Feb 2013) Log Message Crash at JSC::call when loading www.gap.com with JSVALUE32_64 Enabled https://bugs.webkit.org/show_bug.cgi?id=108991 Reviewed by Oliver Hun

[webkit-changes] [142336] trunk/Source/WTF

2013-02-08 Thread msaboff
Title: [142336] trunk/Source/WTF Revision 142336 Author msab...@apple.com Date 2013-02-08 17:58:29 -0800 (Fri, 08 Feb 2013) Log Message ARM_NEON Inline Assembly for copyLCharsFromUCharSource() inefficient for aligned destinations https://bugs.webkit.org/show_bug.cgi?id=109335 Reviewed by

[webkit-changes] [188970] branches/jsc-tailcall/Source/JavaScriptCore

2015-08-26 Thread msaboff
Title: [188970] branches/jsc-tailcall/Source/_javascript_Core Revision 188970 Author msab...@apple.com Date 2015-08-26 10:54:28 -0700 (Wed, 26 Aug 2015) Log Message Unreviewed build fix for release builds after r188937. * jit/CallFrameShuffler.cpp: (JSC::CallFrameShuffler::prepareAny): C

[webkit-changes] [188986] branches/jsc-tailcall/Source/JavaScriptCore

2015-08-26 Thread msaboff
Title: [188986] branches/jsc-tailcall/Source/_javascript_Core Revision 188986 Author msab...@apple.com Date 2015-08-26 13:43:35 -0700 (Wed, 26 Aug 2015) Log Message jsc-tailcall: Integrate FTL OSR entry / exit and exceptions handling of callee save registers with other tiers https://bugs.

[webkit-changes] [189036] branches/jsc-tailcall/Source/JavaScriptCore

2015-08-27 Thread msaboff
Title: [189036] branches/jsc-tailcall/Source/_javascript_Core Revision 189036 Author msab...@apple.com Date 2015-08-27 10:54:29 -0700 (Thu, 27 Aug 2015) Log Message jsc-tailcall: Test failures with FTL enabled after r188986 https://bugs.webkit.org/show_bug.cgi?id=148494 Reviewed by Basil

[webkit-changes] [189074] branches/jsc-tailcall/Source/JavaScriptCore

2015-08-27 Thread msaboff
Title: [189074] branches/jsc-tailcall/Source/_javascript_Core Revision 189074 Author msab...@apple.com Date 2015-08-27 16:53:17 -0700 (Thu, 27 Aug 2015) Log Message jsc-tailcall: ARM64 crashes running most any test https://bugs.webkit.org/show_bug.cgi?id=148547 Reviewed by Basile Clement

[webkit-changes] [189280] branches/jsc-tailcall/Source/JavaScriptCore

2015-09-03 Thread msaboff
Title: [189280] branches/jsc-tailcall/Source/_javascript_Core Revision 189280 Author msab...@apple.com Date 2015-09-03 12:56:35 -0700 (Thu, 03 Sep 2015) Log Message jsc-tailcall: Need to handle all architected callee saves for ARM64 https://bugs.webkit.org/show_bug.cgi?id=148652 Reviewed

[webkit-changes] [189588] trunk/Source/JavaScriptCore

2015-09-10 Thread msaboff
Title: [189588] trunk/Source/_javascript_Core Revision 189588 Author msab...@apple.com Date 2015-09-10 13:50:33 -0700 (Thu, 10 Sep 2015) Log Message REGRESSION(r189575): Appears to break ARM64 linux builds https://bugs.webkit.org/show_bug.cgi?id=149044 Reviewed by Filip Pizlo. Changed t

[webkit-changes] [189639] trunk/Tools

2015-09-11 Thread msaboff
Title: [189639] trunk/Tools Revision 189639 Author msab...@apple.com Date 2015-09-11 17:15:51 -0700 (Fri, 11 Sep 2015) Log Message LayoutTestHelper crashes if a color profile isn't set for a 3rd party monitor https://bugs.webkit.org/show_bug.cgi?id=149083 Reviewed by Alexey Proskuryakov.

[webkit-changes] [189818] trunk/Source/JavaScriptCore

2015-09-15 Thread msaboff
Title: [189818] trunk/Source/_javascript_Core Revision 189818 Author msab...@apple.com Date 2015-09-15 12:00:13 -0700 (Tue, 15 Sep 2015) Log Message REGRESSION(r189774): CLoop doesn't build after r189774 https://bugs.webkit.org/show_bug.cgi?id=149171 Unreviewed build fix for the C Loop.

[webkit-changes] [189967] trunk/Source/JavaScriptCore

2015-09-18 Thread msaboff
Title: [189967] trunk/Source/_javascript_Core Revision 189967 Author msab...@apple.com Date 2015-09-18 09:21:08 -0700 (Fri, 18 Sep 2015) Log Message Remove register preservation and restoration stub code https://bugs.webkit.org/show_bug.cgi?id=149335 Reviewed by Mark Lam. Delete the reg

[webkit-changes] [190220] trunk/Source/JavaScriptCore

2015-09-24 Thread msaboff
Title: [190220] trunk/Source/_javascript_Core Revision 190220 Author msab...@apple.com Date 2015-09-24 14:42:59 -0700 (Thu, 24 Sep 2015) Log Message [ES6] Implement tail calls in the DFG https://bugs.webkit.org/show_bug.cgi?id=148663 Reviewed by Filip Pizlo. jsc-tailcall: Implement the

[webkit-changes] [190258] trunk/Source/JavaScriptCore

2015-09-25 Thread msaboff
Title: [190258] trunk/Source/_javascript_Core Revision 190258 Author msab...@apple.com Date 2015-09-25 16:52:42 -0700 (Fri, 25 Sep 2015) Log Message FTLOSRExitCompiler incorrectly excludes FPR registers in callee saves loop https://bugs.webkit.org/show_bug.cgi?id=149540 Reviewed by Saam

[webkit-changes] [190289] trunk

2015-09-28 Thread msaboff
Title: [190289] trunk Revision 190289 Author msab...@apple.com Date 2015-09-28 15:37:36 -0700 (Mon, 28 Sep 2015) Log Message [ES6] Implement tail calls in the FTL https://bugs.webkit.org/show_bug.cgi?id=148664 Source/_javascript_Core: Patch by basile_clem...@apple.com on 2015-09-28 Rev

[webkit-changes] [184019] trunk/Source/JavaScriptCore

2015-05-08 Thread msaboff
Title: [184019] trunk/Source/_javascript_Core Revision 184019 Author msab...@apple.com Date 2015-05-08 15:54:24 -0700 (Fri, 08 May 2015) Log Message Creating a large MarkedBlock sometimes results in more than one cell in the block https://bugs.webkit.org/show_bug.cgi?id=144815 Reviewed b

[webkit-changes] [184245] trunk/Source/WTF

2015-05-12 Thread msaboff
Title: [184245] trunk/Source/WTF Revision 184245 Author msab...@apple.com Date 2015-05-12 21:02:09 -0700 (Tue, 12 May 2015) Log Message If JSC cannot get executable memory, it shouldn't call madvise https://bugs.webkit.org/show_bug.cgi?id=144931 Reviewed by Mark Lam. Made calling madvis

[webkit-changes] [184289] trunk/Source/JavaScriptCore

2015-05-13 Thread msaboff
Title: [184289] trunk/Source/_javascript_Core Revision 184289 Author msab...@apple.com Date 2015-05-13 10:58:59 -0700 (Wed, 13 May 2015) Log Message com.apple.WebKit.WebContent crashed at _javascript_Core: JSC::CodeBlock::finalizeUnconditionally https://bugs.webkit.org/show_bug.cgi?id=144

[webkit-changes] [184600] trunk/Source

2015-05-19 Thread msaboff
Title: [184600] trunk/Source Revision 184600 Author msab...@apple.com Date 2015-05-19 16:09:43 -0700 (Tue, 19 May 2015) Log Message REGRESSION(183787): JIT is enabled for all builds https://bugs.webkit.org/show_bug.cgi?id=145179 Reviewed by Geoffrey Garen. Eliminated the setting of ENAB

[webkit-changes] [184683] trunk/Tools

2015-05-20 Thread msaboff
Title: [184683] trunk/Tools Revision 184683 Author msab...@apple.com Date 2015-05-20 18:14:16 -0700 (Wed, 20 May 2015) Log Message Add option to run_jsc_stress_tests to disable JIT testing https://bugs.webkit.org/show_bug.cgi?id=145233 Reviewed by Mark Lam. Added --no-jit option. * Scr

[webkit-changes] [184969] trunk/Source/JavaScriptCore

2015-05-28 Thread msaboff
Title: [184969] trunk/Source/_javascript_Core Revision 184969 Author msab...@apple.com Date 2015-05-28 16:51:57 -0700 (Thu, 28 May 2015) Log Message mozilla/js1_5/Array/regress-154338.js test causes ARM 32 bit iOS devices to run out of memory https://bugs.webkit.org/show_bug.cgi?id=145444

<    1   2   3   4   5   6   7   8   9   10   >