2015-04-07 |
joepeck@webkit.org | Web Inspector: ES6: Show Symbol properties on Objects |
blob | commitdiff |
2015-04-07 |
fpizlo@apple.com | Make it possible to enable LLVM FastISel |
blob | commitdiff | diff to current |
2015-04-07 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2015-04-07 |
berto@igalia.com | [GTK] Fix HPPA build |
blob | commitdiff | diff to current |
2015-04-06 |
mark.lam@apple.com | In the 64-bit DFG and FTL, Array::Double case for HasIn... |
blob | commitdiff | diff to current |
2015-04-06 |
utatane.tea@gmail.com | [ES6] DFG and FTL should be aware of that StringConstru... |
blob | commitdiff | diff to current |
2015-04-06 |
utatane.tea@gmail.com | Return Optional<uint32_t> from PropertyName::asIndex |
blob | commitdiff | diff to current |
2015-04-06 |
akling@apple.com | URI encoding/escaping should use efficient string build... |
blob | commitdiff | diff to current |
2015-04-05 |
commit-queue@webki... | documentation for ES Promises points to the wrong one |
blob | commitdiff | diff to current |
2015-04-05 |
simon.fraser@apple.com | Remove "go ahead and" from comments |
blob | commitdiff | diff to current |
2015-04-04 |
akling@apple.com | Logically empty WeakBlocks should not pin down their... |
blob | commitdiff | diff to current |
2015-04-04 |
utatane.tea@gmail.com | Implement ES6 Object.getOwnPropertySymbols |
blob | commitdiff | diff to current |
2015-04-03 |
mark.lam@apple.com | Add Options::jitPolicyScale() as a single knob to make... |
blob | commitdiff | diff to current |
2015-04-03 |
ggaren@apple.com | is* API methods should be @properties |
blob | commitdiff | diff to current |
2015-04-03 |
mark.lam@apple.com | Some JSC Options refactoring and enhancements. |
blob | commitdiff | diff to current |
2015-04-03 |
ggaren@apple.com | 2015-04-03 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2015-04-03 |
ggaren@apple.com | 2015-04-03 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2015-04-03 |
ossy@webkit.org | FTL JIT tests should fail if LLVM library isn't available |
blob | commitdiff | diff to current |
2015-04-03 |
zandobersek@gmail.com | Fix the EFL and GTK build after r182243 |
blob | commitdiff | diff to current |
2015-04-03 |
zandobersek@gmail.com | Unreviewed, fixing Clang builds of the GTK port on... |
blob | commitdiff | diff to current |
2015-04-03 |
mark.lam@apple.com | Enhance ability to dump JSC Options. |
blob | commitdiff | diff to current |
2015-04-03 |
ggaren@apple.com | JavaScriptCore API should support type checking for... |
blob | commitdiff | diff to current |
2015-04-02 |
mark.lam@apple.com | Add Options::dumpSourceAtDFGTime(). |
blob | commitdiff | diff to current |
2015-04-02 |
utatane.tea@gmail.com | Clean up EnumerationMode to easily extend |
blob | commitdiff | diff to current |
2015-04-01 |
achristensen@apple.com | Progress towards CMake on Windows and Mac. |
blob | commitdiff | diff to current |
2015-04-01 |
utatane.tea@gmail.com | IteratorClose should be called when jumping over the... |
blob | commitdiff | diff to current |
2015-04-01 |
utatane.tea@gmail.com | [ES6] Implement Symbol.unscopables |
blob | commitdiff | diff to current |
2015-04-01 |
rniwa@webkit.org | ES6 class syntax should allow static setters and getters |
blob | commitdiff | diff to current |
2015-03-31 |
fpizlo@apple.com | PutClosureVar CSE def() rule has a wrong base |
blob | commitdiff | diff to current |
2015-03-31 |
commit-queue@webki... | Unreviewed, rolling out r182200. |
blob | commitdiff | diff to current |
2015-03-31 |
utatane.tea@gmail.com | Clean up Identifier factories to clarify the meaning... |
blob | commitdiff | diff to current |
2015-03-31 |
akling@apple.com | Logically empty WeakBlocks should not pin down their... |
blob | commitdiff | diff to current |
2015-03-31 |
rniwa@webkit.org | eval("this.foo") causes a crash if this had not been... |
blob | commitdiff | diff to current |
2015-03-31 |
commit-queue@webki... | Unreviewed, rolling out r182186. |
blob | commitdiff | diff to current |
2015-03-31 |
utatane.tea@gmail.com | [ES6] Object type restrictions on a first parameter... |
blob | commitdiff | diff to current |
2015-03-31 |
commit-queue@webki... | Web Inspector: add 2D/WebGL canvas instrumentation... |
blob | commitdiff | diff to current |
2015-03-31 |
rniwa@webkit.org | Extending null should set __proto__ to null |
blob | commitdiff | diff to current |
2015-03-31 |
mark.lam@apple.com | REGRESSION (r181993): inspector-protocol/debugger/setBr... |
blob | commitdiff | diff to current |
2015-03-30 |
msaboff@apple.com | Fix flakey float32-repeat-out-of-bounds.js and int8... |
blob | commitdiff | diff to current |
2015-03-30 |
commit-queue@webki... | Web Inspector: Regression: Preview for [[null]] shouldn... |
blob | commitdiff | diff to current |
2015-03-30 |
peavo@outlook.com | Avoid using hardcoded values for JSValue::Int32Tag... |
blob | commitdiff | diff to current |
2015-03-30 |
fpizlo@apple.com | REGRESSION: js/regress/inline-arguments-local-escape... |
blob | commitdiff | diff to current |
2015-03-30 |
benjamin@webkit.org | Start the features.json files |
blob | commitdiff | diff to current |
2015-03-29 |
mmaxfield@apple.com | [Win] Addresing post-review comment after r182122 |
blob | commitdiff | diff to current |
2015-03-29 |
mmaxfield@apple.com | [Win] Allow building JavaScriptCore without Cygwin |
blob | commitdiff | diff to current |
2015-03-29 |
commit-queue@webki... | Clean up JavaScriptCore/builtins |
blob | commitdiff | diff to current |
2015-03-28 |
saambarati1@gmail.com | Web Inspector: ES6: Better support for Symbol types... |
blob | commitdiff | diff to current |
2015-03-28 |
saambarati1@gmail.com | Deconstruction parameters are bound too late |
blob | commitdiff | diff to current |
2015-03-28 |
rniwa@webkit.org | parse doesn't initialize the 16-bit version of the... |
blob | commitdiff | diff to current |
2015-03-28 |
rniwa@webkit.org | ES6 Classes: Runtime error in JIT'd class calling super... |
blob | commitdiff | diff to current |
2015-03-28 |
msaboff@apple.com | load8Signed() and load16Signed() should be renamed... |
blob | commitdiff | diff to current |
2015-03-28 |
msaboff@apple.com | Fix flakey dfg-int8array.js and dfg-int16array.js tests... |
blob | commitdiff | diff to current |
2015-03-27 |
saambarati1@gmail.com | Add back previously broken assert from bug 141869 |
blob | commitdiff | diff to current |
2015-03-27 |
ggaren@apple.com | Make some more objects use FastMalloc |
blob | commitdiff | diff to current |
2015-03-27 |
msaboff@apple.com | Objects with numeric properties intermittently get... |
blob | commitdiff | diff to current |
2015-03-27 |
utatane.tea@gmail.com | Insert exception check around toPropertyKey call |
blob | commitdiff | diff to current |
2015-03-27 |
joepeck@webkit.org | WebContent Crash when instantiating class with Type... |
blob | commitdiff | diff to current |
2015-03-27 |
joepeck@webkit.org | Web Inspector: ES6: Provide a better view for Classes... |
blob | commitdiff | diff to current |
2015-03-26 |
ggaren@apple.com | Function.prototype.toString should not decompile the AST |
blob | commitdiff | diff to current |
2015-03-26 |
ggaren@apple.com | "lineNo" does not match WebKit coding style guidelines |
blob | commitdiff | diff to current |
2015-03-26 |
ggaren@apple.com | Assertion firing in JavaScriptCore/parser/parser.h... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | If we're in code for accessing scoped arguments, we... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | FTL ScopedArguments GetArrayLength generates incorrect... |
blob | commitdiff | diff to current |
2015-03-26 |
ossy@webkit.org | Unreviewed gardening, skip failing tests on AArch64... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Unreviewed, fixes to silly things. While landing fixes... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Unreviewed, fix obvious goof that was causing 32-bit... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Fix a typo that ggaren found but that I didn't fix... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Unreviewed, VC found a bug. This fixes the bug. |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Unreviewed, try to fix Windows build. |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Unreviewed, fix debug build. |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Unreviewed, fix CLOOP build. |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Heap variables shouldn't end up in the stack frame |
blob | commitdiff | diff to current |
2015-03-26 |
aestes@apple.com | [Cocoa] RemoteInspectorXPCConnection::deserializeMessag... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Use JITCompilationCanFail in more places, and make... |
blob | commitdiff | diff to current |
2015-03-25 |
mark.lam@apple.com | REGRESSION(169139): LLINT intermittently fails JSC... |
blob | commitdiff | diff to current |
2015-03-25 |
fpizlo@apple.com | Change Atomic methods from using the_wrong_naming_conve... |
blob | commitdiff | diff to current |
2015-03-25 |
commit-queue@webki... | Fix formatting in BuiltinExecutables |
blob | commitdiff | diff to current |
2015-03-25 |
joepeck@webkit.org | ES6: Classes: Program level class statement throws... |
blob | commitdiff | diff to current |
2015-03-25 |
ggaren@apple.com | New map and set modification tests in r181922 fails |
blob | commitdiff | diff to current |
2015-03-25 |
joepeck@webkit.org | Setter should have a single formal parameter, Getter... |
blob | commitdiff | diff to current |
2015-03-25 |
joepeck@webkit.org | ES6: Classes: Early return in sub-class constructor... |
blob | commitdiff | diff to current |
2015-03-25 |
ggaren@apple.com | REGRESSION (r181458): Heap use-after-free in JSSetItera... |
blob | commitdiff | diff to current |
2015-03-24 |
mark.lam@apple.com | The ExecutionTimeLimit test should use its own JSGlobal... |
blob | commitdiff | diff to current |
2015-03-24 |
commit-queue@webki... | ES6: Object Literal Methods toString is missing method... |
blob | commitdiff | diff to current |
2015-03-24 |
msaboff@apple.com | REGRESSION (172175-172177): Change in for...in processi... |
blob | commitdiff | diff to current |
2015-03-24 |
msaboff@apple.com | Unreviewed build fix for debug builds. |
blob | commitdiff | diff to current |
2015-03-24 |
saambarati1@gmail.com | Improve error messages in JSC |
blob | commitdiff | diff to current |
2015-03-24 |
fpizlo@apple.com | JSC should have a low-cost asynchronous disassembler |
blob | commitdiff | diff to current |
2015-03-23 |
dino@apple.com | ES7: Implement Array.prototype.includes |
blob | commitdiff | diff to current |
2015-03-23 |
joepeck@webkit.org | __defineGetter__/__defineSetter__ should throw exceptions |
blob | commitdiff | diff to current |
2015-03-23 |
joepeck@webkit.org | Fix DO_PROPERTYMAP_CONSTENCY_CHECK enabled build |
blob | commitdiff | diff to current |
2015-03-23 |
fpizlo@apple.com | Remove DFG::ValueRecoveryOverride; it's been dead since... |
blob | commitdiff | diff to current |
2015-03-22 |
fpizlo@apple.com | DFG OSR exit shouldn't assume that the frame count... |
blob | commitdiff | diff to current |
2015-03-22 |
fpizlo@apple.com | Shorten the number of iterations to 10,000 since that... |
blob | commitdiff | diff to current |
2015-03-22 |
fpizlo@apple.com | tests/stress/*tdz* tests do 10x more iterations than... |
blob | commitdiff | diff to current |
2015-03-22 |
commit-queue@webki... | Fix a typo in Parser error message |
blob | commitdiff | diff to current |
2015-03-22 |
joepeck@webkit.org | Computed Property names should allow only AssignmentExp... |
blob | commitdiff | diff to current |
2015-03-22 |
akling@apple.com | Make UnlinkedFunctionExecutable fit in a 128-byte cell. |
blob | commitdiff | diff to current |
2015-03-21 |
mhahnenb@gmail.com | GCTimer should know keep track of nested GC phases |
blob | commitdiff | diff to current |
2015-03-20 |
ggaren@apple.com | FunctionBodyNode should known where its parameters... |
blob | commitdiff | diff to current |
next |