Bug 117827 - [BlackBerry] Handle testRunner.setWillSendRequestReturnsNull() in DRT
Summary: [BlackBerry] Handle testRunner.setWillSendRequestReturnsNull() in DRT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 05:14 PDT by Carlos Garcia Campos
Modified: 2013-06-20 10:14 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.80 KB, patch)
2013-06-20 05:21 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Updated patch (5.72 KB, patch)
2013-06-20 09:07 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-06-20 05:14:40 PDT
It's not currently handled making some tests that use it fail.
Comment 1 Carlos Garcia Campos 2013-06-20 05:21:17 PDT
Created attachment 205074 [details]
Patch
Comment 2 Rob Buis 2013-06-20 07:46:45 PDT
Comment on attachment 205074 [details]
Patch

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

> Tools/DumpRenderTree/blackberry/DumpRenderTree.cpp:630
> +    }

Could this method just return bool? Is it possible for request to be null coming in? Also if the above two blocks can be combined you don't need the return.
Comment 3 Carlos Garcia Campos 2013-06-20 09:07:34 PDT
Created attachment 205097 [details]
Updated patch
Comment 4 Rob Buis 2013-06-20 09:09:32 PDT
Comment on attachment 205097 [details]
Updated patch

LGTM.
Comment 5 WebKit Commit Bot 2013-06-20 10:14:56 PDT
Comment on attachment 205097 [details]
Updated patch

Clearing flags on attachment: 205097

Committed r151780: <http://trac.webkit.org/changeset/151780>
Comment 6 WebKit Commit Bot 2013-06-20 10:14:58 PDT
All reviewed patches have been landed.  Closing bug.