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

Context Navigation



Results (51 - 60 of 827)

← 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 →
Quickjump to ​bpoulain@apple.com
[202752]: [JSC] Date.toGMTString should be the Date.toUTCString function ...
... org/show_bug.cgi?id=159318 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-07-01 Reviewed by Mark Lam. Source/JavaScriptCore: See https://tc39.github.io/ecma262/#sec-date.prototype.togmtstring * runtime/DatePrototype.cpp: (JSC::DatePrototype::finishCreation): (JSC::dateProtoFuncToGMT ...
By commit-queue@webkit.org — Jul 1, 2016, 1:49:31 PM
[202683]: [JSC] Date.setYear() misses timeClip() ...
... org/show_bug.cgi?id=159289 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-30 Reviewed by Geoffrey Garen. Source/JavaScriptCore: * runtime/DatePrototype.cpp: (JSC::dateProtoFuncSetYear): LayoutTests: * js/date-timeClip-large-values-expected.txt: * js/script-tests/date-timeClip-la ...
By commit-queue@webkit.org — Jun 30, 2016, 10:16:39 AM
[202672]: Attempt to fix constructor-length.html I did a rebaseline of ...
... Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-29 * js/dom/constructor-length.html: * platform/efl/js/dom/constructor-length-expected.txt: * platform/gtk/js/dom/constructor-length-expected.txt: * platform/ios-simulator/js/dom/constructor-length-expected.t ...
By benjamin@webkit.org — Jun 29, 2016, 10:10:01 PM
[202667]: [JSC] Minor TypedArray fixes ...
... org/show_bug.cgi?id=159286 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-29 Reviewed by Keith Miller. Source/JavaScriptCore: * runtime/JSGenericTypedArrayViewConstructorInlines.h: (JSC::JSGenericTypedArrayViewConstructor<ViewClass>::finishCreation): See https://tc39.github.io/ecm ...
By commit-queue@webkit.org — Jun 29, 2016, 9:24:52 PM
[202631]: [JSC] Fix small issues of TypedArray prototype ...
... org/show_bug.cgi?id=159248 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-29 Reviewed by Saam Barati. Source/JavaScriptCore: First, TypedArray's toString and Array's toString should be the same function. I moved the function to GlobalObject and each array type gets it as needed. ...
By commit-queue@webkit.org — Jun 29, 2016, 11:16:33 AM
[202513]: Add :focus-within to the status page Patch by Benjamin Poulain ...
... 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
[202470]: The active state of elements can break when focus changes ...
... org/show_bug.cgi?id=159112 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-25 Reviewed by Antti Koivisto. Source/WebCore: The pseudo class :active was behaving weirdly when used with label elements with an associated form element. The form element would get the :active state on the ...
By benjamin@webkit.org — Jun 25, 2016, 9:34:23 PM
[202415]: OOM Assertion failure in Array.prototype.toString ...
... org/show_bug.cgi?id=158793 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-23 Reviewed by Saam Barati. Source/JavaScriptCore: JSString::create() taking a StringImpl was using a signed integer for the length of the string. The problem is StringImpl uses an unsigned integer. When a l ...
By commit-queue@webkit.org — Jun 23, 2016, 9:39:35 PM
[202358]: AX: Add support for CSS4 :focus-within pseudo ...
... org/show_bug.cgi?id=140144 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-22 Reviewed by Antti Koivisto. Source/WebCore: Tests: fast/css/pseudo-focus-within-basics.html fast/css/pseudo-focus-within-inside-shadow-dom.html fast/css/pseudo-focus-within-style-sharing-1.h ...
By commit-queue@webkit.org — Jun 22, 2016, 4:35:25 PM
[202324]: :hover CSS pseudo-class sometimes keeps matching ever after mouse has ...
... org/show_bug.cgi?id=158340 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-21 Reviewed by Simon Fraser. Source/WebCore: When removing a hovered subtree from the document, we were getting into an inconsistent state where m_hoveredElement is in the detached subtree and we have no way ...
By commit-queue@webkit.org — Jun 21, 2016, 10:52:05 PM
← 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple