Bug 149153 - REGRESSION(r155554): Nested isolates can cause an infinite loop when laying out bidi runs
Summary: REGRESSION(r155554): Nested isolates can cause an infinite loop when laying o...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
: 148573 (view as bug list)
Depends on: 149193
Blocks:
  Show dependency treegraph
 
Reported: 2015-09-14 23:13 PDT by Myles C. Maxfield
Modified: 2016-07-15 09:40 PDT (History)
7 users (show)

See Also:


Attachments
Patch (31.96 KB, patch)
2015-09-14 23:35 PDT, Myles C. Maxfield
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2015-09-14 23:13:35 PDT
Nested isolates can cause an infinite loop when laying out bidi runs
Comment 1 Myles C. Maxfield 2015-09-14 23:35:52 PDT
Created attachment 261178 [details]
Patch
Comment 2 Dave Hyatt 2015-09-15 09:36:53 PDT
Comment on attachment 261178 [details]
Patch

r=me, but check with someone who cares about WTF naming conventions etc. and make sure they are cool with Void.h
Comment 3 Myles C. Maxfield 2015-09-15 11:08:10 PDT
Comment on attachment 261178 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=261178&action=review

> Source/WTF/wtf/Void.h:32
> +class Void {

Anders says this is bad.
Comment 4 Myles C. Maxfield 2015-09-15 17:30:53 PDT
Committed r189832: <http://trac.webkit.org/changeset/189832>
Comment 5 Simon Fraser (smfr) 2015-09-15 17:48:53 PDT
The changelog failed to explain when this was introduced.
Comment 6 Myles C. Maxfield 2015-09-16 14:06:32 PDT
(In reply to comment #5)
> The changelog failed to explain when this was introduced.

Updated ChangeLog committed r189880
Comment 7 Brent Fulgham 2016-07-15 09:40:08 PDT
*** Bug 148573 has been marked as a duplicate of this bug. ***