WebKit Trac
  • Login
  • Preferences
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (41 - 50 of 1164)

← 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 →
Quickjump to ​benjamin@webkit.org
[202943]: [JSC] Array.prototype[Symbol.unscopables] should have the "includes" ...
[JSC] Array.prototype[Symbol.unscopables] should have the "includes" property https://bugs.webkit.org/show_bug.cgi?id=159504 Reviewed by Keith Miller. Source/JavaScriptCore: The property "includes" was missing. Spec: https://tc39.github ...
By benjamin@webkit.org — Jul 7, 2016, 4:22:13 PM
[202926]: [JSC] Array.prototype.includes uses ToInt32 instead of ToInteger on ...
[JSC] Array.prototype.includes uses ToInt32 instead of ToInteger on the index argument https://bugs.webkit.org/show_bug.cgi?id=159505 Reviewed by Mark Lam. Source/JavaScriptCore: The code was using (value)|0 which is effectively a ToInt ...
By benjamin@webkit.org — Jul 7, 2016, 12:03:27 PM
[202916]: [JSC] String.prototype.normalize should have a length of zero ...
[JSC] String.prototype.normalize should have a length of zero https://bugs.webkit.org/show_bug.cgi?id=159506 Reviewed by Yusuke Suzuki. Source/JavaScriptCore: Spec: https://tc39.github.io/ecma262/#sec-string.prototype.normalize The argu ...
By benjamin@webkit.org — Jul 7, 2016, 10:27:17 AM
[202890]: [JSC] Unify how we throw TypeError from C++ ...
[JSC] Unify how we throw TypeError from C++ https://bugs.webkit.org/show_bug.cgi?id=159500 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-07-06 Reviewed by Saam Barati. Source/JavaScriptCore: Throwing a TypeError is an uncommon ...
By benjamin@webkit.org — Jul 6, 2016, 8:12:37 PM
[202673]: Fix the debug build after r202667 * ...
Fix the debug build after r202667 * runtime/JSTypedArrayViewPrototype.cpp: (JSC::JSTypedArrayViewPrototype::finishCreation): The putDirect was missing the Accessor flag for the GetterSetter.
By benjamin@webkit.org — Jun 29, 2016, 10:57:22 PM
[202672]: Attempt to fix constructor-length.html I did a rebaseline of ...
Attempt to fix constructor-length.html I did a rebaseline of constructor-length.html. I should have updated the test instead. Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-29 * js/dom/constructor-length.html: * platform/efl/ ...
By benjamin@webkit.org — Jun 29, 2016, 10:10:01 PM
[202607]: Rename ChildrenAffectedByActive to StyleAffectedByActive ...
Rename ChildrenAffectedByActive to StyleAffectedByActive https://bugs.webkit.org/show_bug.cgi?id=159187 Reviewed by Antti Koivisto. Flags named "ChildrenAffectedBy" are used when the invalidation of children is so crazy that we invalidat ...
By benjamin@webkit.org — Jun 28, 2016, 9:03:43 PM
[202531]: Adopt the iOS TouchEventHandler API for cases that must have ...
Adopt the iOS TouchEventHandler API for cases that must have synchronous dispatch https://bugs.webkit.org/show_bug.cgi?id=159179 rdar://problem/27006387 Reviewed by Simon Fraser. Source/WebCore: Tests: fast/events/touch/ios/block-withou ...
By benjamin@webkit.org — Jun 27, 2016, 6:13:53 PM
[202517]: Fix style invalidation for :active when the activated node has no ...
Fix style invalidation for :active when the activated node has no renderer https://bugs.webkit.org/show_bug.cgi?id=159125 Reviewed by Antti Koivisto. Source/WebCore: Same old bug: a style invalidation path was depending on the style. H ...
By benjamin@webkit.org — Jun 27, 2016, 3:20:17 PM
[202513]: Add :focus-within to the status page Patch by Benjamin Poulain ...
Add :focus-within to the status page Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-27 * features.json: I forgot to update the json file when landing the feature.
By benjamin@webkit.org — Jun 27, 2016, 2:44:39 PM
← 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple