Changeset 208795 in webkit


Ignore:
Timestamp:
Nov 16, 2016 10:00:03 AM (7 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r208770.

The test added with this change is timing out on mac-wk1.

Reverted changeset:

"UIScriptController: script with no async tasks fails if an
earlier script registered a callback"
https://bugs.webkit.org/show_bug.cgi?id=164762
http://trac.webkit.org/changeset/208770

Location:
trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r208792 r208795  
     12016-11-16  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, rolling out r208770.
     4
     5        The test added with this change is timing out on mac-wk1.
     6
     7        Reverted changeset:
     8
     9        "UIScriptController: script with no async tasks fails if an
     10        earlier script registered a callback"
     11        https://bugs.webkit.org/show_bug.cgi?id=164762
     12        http://trac.webkit.org/changeset/208770
     13
    1142016-11-16  Simon Fraser  <simon.fraser@apple.com>
    215
  • trunk/Tools/ChangeLog

    r208787 r208795  
     12016-11-16  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, rolling out r208770.
     4
     5        The test added with this change is timing out on mac-wk1.
     6
     7        Reverted changeset:
     8
     9        "UIScriptController: script with no async tasks fails if an
     10        earlier script registered a callback"
     11        https://bugs.webkit.org/show_bug.cgi?id=164762
     12        http://trac.webkit.org/changeset/208770
     13
    1142016-11-16  Per Arne Vollan  <pvollan@apple.com>
    215
  • trunk/Tools/TestRunnerShared/UIScriptContext/UIScriptContext.cpp

    r208770 r208795  
    173173
    174174    m_delegate.uiScriptDidComplete(scriptResult, m_currentScriptCallbackID);
    175    
    176     // Unregister tasks associated with this callback
    177     m_callbacks.removeIf([&](auto& keyAndValue) {
    178         return keyAndValue.value.parentScriptCallbackID == m_currentScriptCallbackID;
    179     });
    180    
    181175    m_currentScriptCallbackID = 0;
    182176    if (result)
Note: See TracChangeset for help on using the changeset viewer.