Bug 61194

Summary: Chromium DevTools: Tab crashes with "Aw, snap!" on entering "(new Image())." in console
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, adamk, getify, loislo, pfeldman, tim.willison, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch abarth: review+

Description Vsevolod Vlasov 2011-05-20 09:14:50 PDT
Tab crashes with "Aw, snap!" on entering "(new Image())." in console.

Introduced in https://bugs.webkit.org/show_bug.cgi?id=60800
Comment 1 Yury Semikhatsky 2011-05-23 02:17:06 PDT
Created attachment 94388 [details]
Patch
Comment 2 Yury Semikhatsky 2011-05-23 02:47:08 PDT
*** Bug 61237 has been marked as a duplicate of this bug. ***
Comment 3 Yury Semikhatsky 2011-05-24 05:40:14 PDT
Committed r87145: <http://trac.webkit.org/changeset/87145>
Comment 4 Adam Klein 2011-05-24 11:12:48 PDT
Reverted r87145 for reason:

Regression

Committed r87172: <http://trac.webkit.org/changeset/87172>
Comment 5 Adam Klein 2011-05-24 11:14:06 PDT
(In reply to comment #4)
> Reverted r87145 for reason:
> 
> Regression
> 
> Committed r87172: <http://trac.webkit.org/changeset/87172>

Full rollout message:

Regression in LayoutTests/inspector/debugger/scripts-panel.html on Chromium Win & Linux.

See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Fdebugger%2Fscripts-panel.html&group=%40ToT%20-%20chromium.org
Comment 6 Adam Klein 2011-05-24 11:27:26 PDT
Looking further at the dashboard, it looks like it's flakiness, not always-failure.  But this test seems to have been rock solid right up until this patch, so I still highly suspect it's related.
Comment 7 Yury Semikhatsky 2011-05-25 00:44:33 PDT
(In reply to comment #6)
> Looking further at the dashboard, it looks like it's flakiness, not always-failure.  But this test seems to have been rock solid right up until this patch, so I still highly suspect it's related.

I cannot reproduce the failure locally. I'm going to reapply the patch since the problem seems to be in the test itself. Let's see if the flakiness will appear again and try to fix the test.
Comment 8 Yury Semikhatsky 2011-05-25 00:45:56 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	LayoutTests/ChangeLog
	A	LayoutTests/inspector/console/console-eval-syntax-error-expected.txt
	A	LayoutTests/inspector/console/console-eval-syntax-error.html
	A	LayoutTests/platform/chromium/inspector/console/console-eval-syntax-error-expected.txt
	M	Source/WebCore/ChangeLog
	M	Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
Committed r87278
Comment 9 Yury Semikhatsky 2011-05-26 09:00:21 PDT
*** Bug 61471 has been marked as a duplicate of this bug. ***