Changeset 233799 in webkit


Ignore:
Timestamp:
Jul 13, 2018 9:19:31 AM (6 years ago)
Author:
Chris Dumez
Message:

Add a FrameLoaderClient willInjectUserScriptForFrame callback
https://bugs.webkit.org/show_bug.cgi?id=187565
<rdar://problem/42095701>

Unreviewed WKTR fix after r233782.

  • WebKitTestRunner/TestInvocation.cpp:

(WTR::TestInvocation::didReceiveSynchronousMessageFromInjectedBundle):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r233798 r233799  
     12018-07-13  Chris Dumez  <cdumez@apple.com>
     2
     3        Add a FrameLoaderClient willInjectUserScriptForFrame callback
     4        https://bugs.webkit.org/show_bug.cgi?id=187565
     5        <rdar://problem/42095701>
     6
     7        Unreviewed WKTR fix after r233782.
     8
     9        * WebKitTestRunner/TestInvocation.cpp:
     10        (WTR::TestInvocation::didReceiveSynchronousMessageFromInjectedBundle):
     11
    1122018-07-13  Chris Dumez  <cdumez@apple.com>
    213
  • trunk/Tools/WebKitTestRunner/TestInvocation.cpp

    r233782 r233799  
    14201420
    14211421        TestController::singleton().injectUserScript(script);
     1422        return nullptr;
    14221423    }
    14231424
Note: See TracChangeset for help on using the changeset viewer.