Bug 41199 - [Qt] QtScript API should be exceptions aware.
Summary: [Qt] QtScript API should be exceptions aware.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Jędrzej Nowacki
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 31863
  Show dependency treegraph
 
Reported: 2010-06-25 01:17 PDT by Jędrzej Nowacki
Modified: 2010-07-02 03:39 PDT (History)
3 users (show)

See Also:


Attachments
Fix v1 (18.56 KB, patch)
2010-06-28 05:52 PDT, Jędrzej Nowacki
no flags Details | Formatted Diff | Diff
Fix v1.01 (19.82 KB, patch)
2010-06-30 04:21 PDT, Jędrzej Nowacki
hausmann: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Jędrzej Nowacki 2010-06-28 05:52:14 PDT
Created attachment 59895 [details]
Fix v1
Comment 2 Kent Hansen 2010-06-28 07:36:38 PDT
LGTM
Comment 3 Jędrzej Nowacki 2010-06-29 01:37:45 PDT
Comment on attachment 59895 [details]
Fix v1

Patch need to be rebased.
Comment 4 Jędrzej Nowacki 2010-06-30 04:21:50 PDT
Created attachment 60108 [details]
Fix v1.01

Rebased against trunk.
Comment 5 Simon Hausmann 2010-07-02 01:25:54 PDT
Comment on attachment 60108 [details]
Fix v1.01

r=me
Comment 6 WebKit Commit Bot 2010-07-02 01:43:49 PDT
Comment on attachment 60108 [details]
Fix v1.01

Rejecting patch 60108 from commit-queue.

Unexpected failure when processing patch!  Please file a bug against webkit-patch.
Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=webkit-commit-queue.appspot.com', 'land-attachment', '--force-clean', '--build', '--non-interactive', '--ignore-builders', '--build-style=both', '--quiet', 60108, '--test', '--parent-command=commit-queue', '--no-update']" exit_code: 1
Last 500 characters of output:
webkitpy/tool/commands/stepsequence.py", line 60, in _run
    step(tool, options).run(state)
  File "/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 68, in run
    if self._has_valid_reviewer(changelog_entry):
  File "/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 50, in _has_valid_reviewer
    if changelog_entry.reviewer():
AttributeError: 'NoneType' object has no attribute 'reviewer'
Comment 7 Simon Hausmann 2010-07-02 03:39:01 PDT
Committed r62377: <http://trac.webkit.org/changeset/62377>