[Webkit-unassigned] [Bug 44935] [Qt] Web process crash when pressing modifiers in input field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 23:31:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44935





--- Comment #21 from Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>  2010-10-05 23:31:35 PST ---
Created an attachment (id=69894)
 --> (https://bugs.webkit.org/attachment.cgi?id=69894)
disambiguateKeyDownEvent compiled

Again, I'm no expert, but i think the switch is compiled to following sequence:

    .loc 1 505 0
    cmp    r1, #111
    bgt    .L399
    cmp    r1, #96
    bge    .L398
    cmp    r1, #57
    bgt    .L400
    cmp    r1, #48
    bge    .L398
    cmp    r1, #32
    beq    .L398

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list