Changeset 244357 in webkit


Ignore:
Timestamp:
Apr 16, 2019 1:52:20 PM (5 years ago)
Author:
jonlee@apple.com
Message:

[MotionMark] The text "kkkj" is causing Firefox console warning: unreachable code after return statement
https://bugs.webkit.org/show_bug.cgi?id=196814

Reviewed by Wenson Hsieh.

  • MotionMark/resources/extensions.js:

(subtract.subtract.sampleY):
Websites/browserbench.org:

  • MotionMark1.1/resources/extensions.js:

(subtract.subtract.sampleY):

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r244315 r244357  
     12019-04-16  Jon Lee  <jonlee@apple.com>
     2
     3        [MotionMark] The text "kkkj" is causing Firefox console warning: `unreachable code after return statement`
     4        https://bugs.webkit.org/show_bug.cgi?id=196814
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        * MotionMark/resources/extensions.js:
     9        (subtract.subtract.sampleY):
     10
    1112019-04-15  Myles C. Maxfield  <mmaxfield@apple.com>
    212
  • trunk/PerformanceTests/MotionMark/resources/extensions.js

    r232547 r244357  
    11/*
    2  * Copyright (C) 2015-2017 Apple Inc. All rights reserved.
     2 * Copyright (C) 2015-2019 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    401401    sampleY: function(t)
    402402    {
    403         return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj
     403        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;
    404404    },
    405405
  • trunk/Websites/browserbench.org/ChangeLog

    r243597 r244357  
     12019-04-16  Jon Lee  <jonlee@apple.com>
     2
     3        [MotionMark] The text "kkkj" is causing Firefox console warning: `unreachable code after return statement`
     4        https://bugs.webkit.org/show_bug.cgi?id=196814
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        * MotionMark/resources/extensions.js:
     9        (subtract.subtract.sampleY):
     10        * MotionMark1.1/resources/extensions.js:
     11        (subtract.subtract.sampleY):
     12
    1132019-03-27  Saam Barati  <sbarati@apple.com>
    214
  • trunk/Websites/browserbench.org/MotionMark/resources/extensions.js

    r216811 r244357  
    372372    sampleY: function(t)
    373373    {
    374         return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj
     374        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;
    375375    },
    376376
  • trunk/Websites/browserbench.org/MotionMark1.1/resources/extensions.js

    r232547 r244357  
    11/*
    2  * Copyright (C) 2015-2017 Apple Inc. All rights reserved.
     2 * Copyright (C) 2015-2019 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    401401    sampleY: function(t)
    402402    {
    403         return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj
     403        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;
    404404    },
    405405
Note: See TracChangeset for help on using the changeset viewer.