WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
31125
REGRESSION (
r47121
): bugzilla-tool create-bug raises exception after entering bug description
https://bugs.webkit.org/show_bug.cgi?id=31125
Summary
REGRESSION (r47121): bugzilla-tool create-bug raises exception after entering...
Adam Roben (:aroben)
Reported
2009-11-04 09:45:12 PST
Created
attachment 42490
[details]
Patch It looks like this: % bugzilla-tool create-bug --cc
hyatt@apple.com
,
sam@webkit.org
HEAD Bug title: Tell the WebFrameLoadDelegate when window objects in isolated worlds are cleared Bug comment (hit ^D on blank line to end): We should tell the WebFrameLoadDelegate when window objects in isolated worlds are cleared so that they can modify the objects as needed. Traceback (most recent call last): File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 917, in <module> main() File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 914, in main return tool.main() File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 909, in main return command_object.execute(command_options, command_args, self) File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 636, in execute self.create_bug_from_commit(options, args, tool) File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 583, in create_bug_from_commit (bug_title, comment_text) = self.prompt_for_bug_title_and_comment() File "/Users/aroben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 628, in prompt_for_bug_title_and_comment raise TypeError: exceptions must be classes or instances, not NoneType
Attachments
Patch
(1.33 KB, patch)
2009-11-04 09:45 PST
,
Adam Roben (:aroben)
ddkilzer
: review+
eric
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2009-11-04 10:38:31 PST
I wonder if this is a dupe of either
bug 30537
or
bug 28251
.
David Kilzer (:ddkilzer)
Comment 2
2009-11-04 10:40:20 PST
Comment on
attachment 42490
[details]
Patch r=me
Eric Seidel (no email)
Comment 3
2009-11-04 10:41:26 PST
Comment on
attachment 42490
[details]
Patch ChangeLog looks wrong, but otherwise looks fine. Does create-bug know how to fix a ChangeLog (since I assume you created this with create-bug)?
Adam Roben (:aroben)
Comment 4
2009-11-04 11:04:44 PST
(In reply to
comment #3
)
> (From update of
attachment 42490
[details]
) > ChangeLog looks wrong
Do you mean because it says "OOPS!"? Or is there something else wrong about it?
> Does create-bug know how to fix a ChangeLog
create-bug doesn't touch ChangeLogs.
> (since I assume you created this with create-bug)?
I did.
Eric Seidel (no email)
Comment 5
2009-11-04 11:15:17 PST
Yes, the only thing "Wrong" with the ChangeLog is the missing bug link, etc. which prepare-changeLog --
bug 31125
would know how to provide for you, and create-bug should be taught how to fill in for you too. :)
Adam Roben (:aroben)
Comment 6
2009-11-05 08:35:10 PST
***
Bug 28251
has been marked as a duplicate of this bug. ***
Adam Roben (:aroben)
Comment 7
2009-11-05 08:43:56 PST
Committed
r50565
: <
http://trac.webkit.org/changeset/50565
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug