[Webkit-unassigned] [Bug 129247] [Inspector][EFL] Crash happens on EFL inspector when a break point is reached

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 01:15:50 PST 2014


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





--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2014-02-24 01:12:57 PST ---
Reproduce step :

1. Tools/Script/build-webkit --efl --cmakeargs="-DSHARED_CORE=ON" --debug
2. WebKitBuild/Debug/bin/MiniBrowser ./inspector.html
3. Run inspector by using context menu after clicking mouse right button.
4. Set a break point in below line of inspector.js

    var textbox = document.querySelector('.contents');
    textbox.addEventListener("click", function(){
=>      box = document.querySelector('#textbox');
        box.innerHTML = box.innerHTML == "Basic" ? "Sample" : "Basic";
    });

5. Click "Basic" test on MiniBrowser.
6. Inspector will come to crash.

-- 
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