Bug 86020

Summary: Fix overzealous re-opened since blocked by... message
Product: WebKit Reporter: WebKit Review Bot <webkit.review.bot>
Component: New BugsAssignee: Tom Zakrajsek <tomz>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dpranke, ojan, tomz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description WebKit Review Bot 2012-05-09 14:47:02 PDT
Fix overzealous re-opened since blocked by... message
Requested by tomz_ on #webkit.
Comment 1 Tom Zakrajsek 2012-05-09 14:57:43 PDT
The problem is demonstrated in the comments of https://bugs.webkit.org/show_bug.cgi?id=66687.  Due to http://trac.webkit.org/changeset/116245, bugs are getting stamped with "Re-opened since this is blocked by <bug number>" if a new bug is created and set to block it.  This happens whether or not the blocked bug was already open.

Change the behavior to only do the re-open and stamp if the blocked bug was already resolved.
Comment 2 Tom Zakrajsek 2012-05-09 15:14:15 PDT
Created attachment 141025 [details]
Patch
Comment 3 WebKit Review Bot 2012-05-09 16:21:22 PDT
Comment on attachment 141025 [details]
Patch

Clearing flags on attachment: 141025

Committed r116572: <http://trac.webkit.org/changeset/116572>
Comment 4 WebKit Review Bot 2012-05-09 16:21:27 PDT
All reviewed patches have been landed.  Closing bug.