2017-01-14 |
utatane.tea@gmail.com | Reserve capacity for StringBuilder in unescape
|
commit | commitdiff | tree |
2017-01-13 |
utatane.tea@gmail.com | run-jsc-benchmarks' echo should have -e option
|
commit | commitdiff | tree |
2017-01-13 |
utatane.tea@gmail.com | Reserve capacity for StringBuilder in unescape
|
commit | commitdiff | tree |
2017-01-12 |
utatane.tea@gmail.com | Unreviewed, build fix for macOS ports
|
commit | commitdiff | tree |
2017-01-12 |
utatane.tea@gmail.com | Implement InlineClassicScript
|
commit | commitdiff | tree |
2017-01-11 |
utatane.tea@gmail.com | Decouple module loading initiator from ScriptElement
|
commit | commitdiff | tree |
2017-01-11 |
utatane.tea@gmail.com | Implement JSSourceCode to propagate SourceCode in module...
|
commit | commitdiff | tree |
2017-01-10 |
utatane.tea@gmail.com | Implement JSSourceCode to propagate SourceCode in module...
|
commit | commitdiff | tree |
2017-01-10 |
utatane.tea@gmail.com | REGRESSION (r210522): ASSERTION FAILED: divot.offset...
|
commit | commitdiff | tree |
2017-01-09 |
utatane.tea@gmail.com | [JSC] Prototype dynamic-import
|
commit | commitdiff | tree |
2017-01-05 |
utatane.tea@gmail.com | Unreviewed, build fix after r210313 part 2
|
commit | commitdiff | tree |
2017-01-05 |
utatane.tea@gmail.com | Unreviewed build fix after r210313
|
commit | commitdiff | tree |
2017-01-05 |
utatane.tea@gmail.com | Limit thread name appropriately
|
commit | commitdiff | tree |
2017-01-04 |
utatane.tea@gmail.com | Use prctl to name thread on Linux
|
commit | commitdiff | tree |
2017-01-04 |
utatane.tea@gmail.com | WorkQueueGeneric's platformInvalidate() can deadlock...
|
commit | commitdiff | tree |
2017-01-03 |
utatane.tea@gmail.com | Unreviewed, follow-up fix for r210227
|
commit | commitdiff | tree |
2017-01-03 |
utatane.tea@gmail.com | Leverage Substring to create new AtomicStringImpl for...
|
commit | commitdiff | tree |
2017-01-02 |
utatane.tea@gmail.com | Use StaticStringImpl instead of StaticASCIILiteral
|
commit | commitdiff | tree |
2016-12-26 |
utatane.tea@gmail.com | Use variadic templates in JSC Parser to clean up
|
commit | commitdiff | tree |
2016-12-26 |
utatane.tea@gmail.com | Propagate the source origin as much as possible
|
commit | commitdiff | tree |
2016-12-21 |
utatane.tea@gmail.com | [ES6] Fix modules document in features.json
|
commit | commitdiff | tree |
2016-12-20 |
utatane.tea@gmail.com | Unreviewed, attempt to fix Windows Debug build part 2
|
commit | commitdiff | tree |
2016-12-20 |
utatane.tea@gmail.com | Unreviewed, fix Windows Debug build
|
commit | commitdiff | tree |
2016-12-20 |
utatane.tea@gmail.com | [ES6] Enable ES6 Modules
|
commit | commitdiff | tree |
2016-12-15 |
utatane.tea@gmail.com | [JSC] Optimize Kraken stringify
|
commit | commitdiff | tree |
2016-12-15 |
utatane.tea@gmail.com | [GTK] Support latest SubtleCrypto HMAC APIs
|
commit | commitdiff | tree |
2016-12-15 |
utatane.tea@gmail.com | Update ModuleLoader code by using the latest builtin...
|
commit | commitdiff | tree |
2016-12-14 |
utatane.tea@gmail.com | Unreviewed, LayoutTest http/tests/misc/module-script...
|
commit | commitdiff | tree |
2016-12-14 |
utatane.tea@gmail.com | Use JSValue::toWTFString instead of calling toString...
|
commit | commitdiff | tree |
2016-12-14 |
utatane.tea@gmail.com | Use JSValue::toWTFString instead of calling toString...
|
commit | commitdiff | tree |
2016-12-14 |
utatane.tea@gmail.com | ASSERTION FAILED: hasParserBlockingScript() seen with...
|
commit | commitdiff | tree |
2016-12-10 |
utatane.tea@gmail.com | [JSC] Module namespace object behaves like immutable...
|
commit | commitdiff | tree |
2016-12-10 |
utatane.tea@gmail.com | REGRESSION(r208791): Assertion in testb3
|
commit | commitdiff | tree |
2016-12-08 |
utatane.tea@gmail.com | [JSC] Drop translate phase in module loader
|
commit | commitdiff | tree |
2016-12-07 |
utatane.tea@gmail.com | [JSC] Merge PromiseReactions
|
commit | commitdiff | tree |
2016-12-04 |
utatane.tea@gmail.com | Refactor SymbolImpl layout
|
commit | commitdiff | tree |
2016-12-01 |
utatane.tea@gmail.com | Introduce StringImpl::StaticStringImpl with constexpr...
|
commit | commitdiff | tree |
2016-12-01 |
utatane.tea@gmail.com | [JSC] Specifying same module entry point multiple times...
|
commit | commitdiff | tree |
2016-12-01 |
utatane.tea@gmail.com | WebAssembly JS API: export a module namespace object...
|
commit | commitdiff | tree |
2016-11-27 |
utatane.tea@gmail.com | [WTF] Import std::optional reference implementation...
|
commit | commitdiff | tree |
2016-11-21 |
utatane.tea@gmail.com | Crash in com.apple.JavaScriptCore: WTF::ThreadSpecific...
|
commit | commitdiff | tree |
2016-11-18 |
utatane.tea@gmail.com | REGRESSION(r208867): JSC test failure: ChakraCore.yaml...
|
commit | commitdiff | tree |
2016-11-18 |
utatane.tea@gmail.com | [JSC] Drop arguments.caller
|
commit | commitdiff | tree |
2016-11-17 |
utatane.tea@gmail.com | Unreviewed, attempt to fix link error after r208841...
|
commit | commitdiff | tree |
2016-11-17 |
utatane.tea@gmail.com | Unreviewed, attempt to fix link error after r208841
|
commit | commitdiff | tree |
2016-11-17 |
utatane.tea@gmail.com | [JSC] WTF::TemporaryChange with WTF::SetForScope
|
commit | commitdiff | tree |
2016-11-17 |
utatane.tea@gmail.com | [WebCore] Clean up script loading code in XML
|
commit | commitdiff | tree |
2016-11-17 |
utatane.tea@gmail.com | [ES6][WebCore] Change ES6_MODULES compile time flag...
|
commit | commitdiff | tree |
2016-11-16 |
utatane.tea@gmail.com | js/dom/domjit-function-get-element-by-id-licm.html...
|
commit | commitdiff | tree |
2016-11-16 |
utatane.tea@gmail.com | [ES6] Integrate ES6 Modules into WebCore
|
commit | commitdiff | tree |
2016-11-15 |
utatane.tea@gmail.com | Unreviewed, build fix for Windows debug build after...
|
commit | commitdiff | tree |
2016-11-15 |
utatane.tea@gmail.com | Unreviewed, build fix for CLoop after r208738
|
commit | commitdiff | tree |
2016-11-15 |
utatane.tea@gmail.com | [DOMJIT] Allow using macro assembler scratches in FTL...
|
commit | commitdiff | tree |
2016-11-11 |
utatane.tea@gmail.com | [DOMJIT] DOMJIT accessor attribute in IDL should say...
|
commit | commitdiff | tree |
2016-11-11 |
utatane.tea@gmail.com | [DOMJIT] Document#body should have DOMJIT patchpoint
|
commit | commitdiff | tree |
2016-11-10 |
utatane.tea@gmail.com | [JSC] Avoid cloned arguments allocation in ArrayPrototype...
|
commit | commitdiff | tree |
2016-11-09 |
utatane.tea@gmail.com | [DOMJIT] Implement Node::ownerDocument
|
commit | commitdiff | tree |
2016-11-09 |
utatane.tea@gmail.com | [JSC] The implementation of 8 bit operation in MacroAssemble...
|
commit | commitdiff | tree |
2016-11-05 |
utatane.tea@gmail.com | [JSCOnly] RunLoopGeneric should adopt MonotonicTime...
|
commit | commitdiff | tree |
2016-11-05 |
utatane.tea@gmail.com | [DOMJIT] Add DOMJIT::Signature annotation to Document...
|
commit | commitdiff | tree |
2016-11-03 |
utatane.tea@gmail.com | Unreviewed, rolling out due to crash in Amazon web...
|
commit | commitdiff | tree |
2016-11-03 |
utatane.tea@gmail.com | Unreviewed, fix CLoop build after r208320.
|
commit | commitdiff | tree |
2016-11-03 |
utatane.tea@gmail.com | [DOMJIT] Add DOMJIT::Signature
|
commit | commitdiff | tree |
2016-10-30 |
utatane.tea@gmail.com | [DOM] Introduce WebCore::jsDynamicDowncast
|
commit | commitdiff | tree |
2016-10-30 |
utatane.tea@gmail.com | [JSC] JSON.stringify should handle Proxy which is non...
|
commit | commitdiff | tree |
2016-10-28 |
utatane.tea@gmail.com | [DOMJIT] Include identifier name in CallDOMGetter to...
|
commit | commitdiff | tree |
2016-10-28 |
utatane.tea@gmail.com | [DOMJIT] Rename CallDOM to CallDOMGetter
|
commit | commitdiff | tree |
2016-10-28 |
utatane.tea@gmail.com | Unreviewed, build fix in CLoop builds after r208063.
|
commit | commitdiff | tree |
2016-10-28 |
utatane.tea@gmail.com | [DOMJIT] Implement Document::documentElement
|
commit | commitdiff | tree |
2016-10-28 |
utatane.tea@gmail.com | [JSC] Add wasm/js directory to JSC include directories...
|
commit | commitdiff | tree |
2016-10-28 |
utatane.tea@gmail.com | [DOM] Add JSEventType
|
commit | commitdiff | tree |
2016-10-27 |
utatane.tea@gmail.com | [DOMJIT][CSSJIT] Share code with DOMJIT
|
commit | commitdiff | tree |
2016-10-27 |
utatane.tea@gmail.com | [DOMJIT] Implement Node::ownerDocument
|
commit | commitdiff | tree |
2016-10-26 |
utatane.tea@gmail.com | [GTK] JSC test wasm.yaml/wasm/js-api/test_basic_api...
|
commit | commitdiff | tree |
2016-10-26 |
utatane.tea@gmail.com | [DOMJIT] Tell IDL result type to DFG to drop type checks...
|
commit | commitdiff | tree |
2016-10-25 |
utatane.tea@gmail.com | Unreviewed, attempt to fix Windows build after r207787
|
commit | commitdiff | tree |
2016-10-25 |
utatane.tea@gmail.com | Arrow functions with concise bodies cannot return regular...
|
commit | commitdiff | tree |
2016-10-25 |
utatane.tea@gmail.com | Unreviewed, attempt to fix Windows build after r207787
|
commit | commitdiff | tree |
2016-10-25 |
utatane.tea@gmail.com | [DOMJIT][DFG] CallDOM never writes Stack
|
commit | commitdiff | tree |
2016-10-24 |
utatane.tea@gmail.com | [DOMJIT] Add a way for DOMJIT::Patchpoint to express...
|
commit | commitdiff | tree |
2016-10-21 |
utatane.tea@gmail.com | [JSC] Drop isEnvironmentRecord type info flag and use...
|
commit | commitdiff | tree |
2016-10-20 |
utatane.tea@gmail.com | [JSC] Move InterceptsGetOwnPropertySlotByIndexEvenWhenLength...
|
commit | commitdiff | tree |
2016-10-18 |
utatane.tea@gmail.com | [DOMJIT] Not emit exception case if it is not necessary
|
commit | commitdiff | tree |
2016-10-18 |
utatane.tea@gmail.com | [DOMJIT] Use NativeCallFrameTracer for operations used...
|
commit | commitdiff | tree |
2016-10-17 |
utatane.tea@gmail.com | [DOMJIT][JSC] Add Option::useDOMJIT
|
commit | commitdiff | tree |
2016-10-17 |
utatane.tea@gmail.com | Unreviewed, build fix after r207428
|
commit | commitdiff | tree |
2016-10-17 |
utatane.tea@gmail.com | Unreviewed, build fix for GTK and Windows
|
commit | commitdiff | tree |
2016-10-17 |
utatane.tea@gmail.com | [DOMJIT] Use DOMJIT::Patchpoint in IC
|
commit | commitdiff | tree |
2016-10-12 |
utatane.tea@gmail.com | Unreviewed, add expected file for new test after r207239
|
commit | commitdiff | tree |
2016-10-12 |
utatane.tea@gmail.com | [DOMJIT][JSC] Explore the way to embed nodeType into...
|
commit | commitdiff | tree |
2016-10-11 |
utatane.tea@gmail.com | [DOMJIT] DOMJIT::Patchpoint should have a way to receive...
|
commit | commitdiff | tree |
2016-10-10 |
utatane.tea@gmail.com | [DOMJIT] Implement Node accessors in DOMJIT
|
commit | commitdiff | tree |
2016-10-08 |
utatane.tea@gmail.com | REGRESSION (r206853?): LayoutTest js/regress-141098...
|
commit | commitdiff | tree |
2016-10-07 |
utatane.tea@gmail.com | [DOMJIT] Support slow path call
|
commit | commitdiff | tree |
2016-10-06 |
utatane.tea@gmail.com | [WebCore][JSC] Use new @throwTypeError and @throwRangeError...
|
commit | commitdiff | tree |
2016-10-06 |
utatane.tea@gmail.com | [JSC] Add @throwXXXError bytecode intrinsic
|
commit | commitdiff | tree |
2016-10-06 |
utatane.tea@gmail.com | Unreviewed, attempt to fix CLoop build after r206846
|
commit | commitdiff | tree |
2016-10-06 |
utatane.tea@gmail.com | Unreviewed, build fix after r206846
|
commit | commitdiff | tree |
2016-10-06 |
utatane.tea@gmail.com | [DOMJIT] Add initial CheckDOM and CallDOM implementations
|
commit | commitdiff | tree |
2016-10-06 |
utatane.tea@gmail.com | [JSC] Do not construct Simple GetByIdStatus against...
|
commit | commitdiff | tree |
next |