Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Issue 927583005: Clean up perftesthelper.js style (Closed)

Created:
5 years, 10 months ago by alancutter (OOO until 2018)
Modified:
5 years, 10 months ago
Reviewers:
alancutter1, qyearsley
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@+newCSSValueTypePerfTests
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clean up perftesthelper.js style This change makes tools/perf/page_sets/tough_animation_cases/resources/perftesthelper.js consistent with the Chromium Javascript style guide: - Fixed indentation - Added missing semicolon - Renamed file to be underscore separated Committed: https://crrev.com/30a1e4bc96550502e8607ac0f0a246eb42a61852 Cr-Commit-Position: refs/heads/master@{#316965}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -103 lines) Patch
M tools/perf/page_sets/tough_animation_cases/balls_css_keyframe_animations.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/balls_css_keyframe_animations_composited_transform.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/balls_css_transition_2_properties.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/balls_css_transition_40_properties.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/balls_javascript_canvas.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/balls_javascript_css.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/balls_svg_animations.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_many_keyframes.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_simultaneous_by_inserting_new_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_simultaneous_by_inserting_style_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_simultaneous_by_updating_class.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_simultaneous_by_updating_inline_style.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_chaining_by_inserting_new_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_chaining_by_inserting_style_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_chaining_by_updating_class.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_chaining_by_updating_inline_style.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_infinite_iterations.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_triggering_by_inserting_new_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_triggering_by_inserting_style_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_triggering_by_updating_class.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_animations_staggered_triggering_by_updating_inline_style.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_inserting_new_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_inserting_style_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_updating_class.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_updating_inline_style.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_chaining_by_inserting_new_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_chaining_by_inserting_style_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_chaining_by_updating_class.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_chaining_by_updating_inline_style.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_inserting_new_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_inserting_style_element.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_updating_class.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_updating_inline_style.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_value_type_color.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_value_type_filter.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_value_type_length_3d.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_value_type_length_complex.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_value_type_length_simple.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_value_type_shadow.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_value_type_transform_complex.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/css_value_type_transform_simple.html View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/page_sets/tough_animation_cases/overlay_background_color_css_transitions.html View 1 chunk +1 line, -1 line 0 comments Download
A tools/perf/page_sets/tough_animation_cases/resources/perf_test_helper.js View 1 1 chunk +61 lines, -0 lines 0 comments Download
D tools/perf/page_sets/tough_animation_cases/resources/perftesthelper.js View 1 chunk +0 lines, -60 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
alancutter (OOO until 2018)
Clean up requested in https://codereview.chromium.org/931723002/.
5 years, 10 months ago (2015-02-17 20:57:02 UTC) #2
qyearsley
Hmm, the google style guide says to use file names without underscores, withallthewordsmergedtogether. https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml?showone=Naming#Naming (Kind ...
5 years, 10 months ago (2015-02-17 21:19:09 UTC) #3
alancutter (OOO until 2018)
On 2015/02/17 21:19:09, qyearsley wrote: > Hmm, the google style guide says to use file ...
5 years, 10 months ago (2015-02-18 00:33:42 UTC) #4
qyearsley
lgtm :-)
5 years, 10 months ago (2015-02-18 17:42:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/927583005/20001
5 years, 10 months ago (2015-02-18 22:32:02 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_rel_tests_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_rel_tests_recipe/builds/3149)
5 years, 10 months ago (2015-02-18 23:42:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/927583005/20001
5 years, 10 months ago (2015-02-19 00:43:22 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-19 01:49:49 UTC) #12
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/30a1e4bc96550502e8607ac0f0a246eb42a61852 Cr-Commit-Position: refs/heads/master@{#316965}
5 years, 10 months ago (2015-02-19 01:50:56 UTC) #13
epenner
On 2015/02/19 01:50:56, I haz the power (commit-bot) wrote: > Patchset 2 (id:??) landed as ...
5 years, 10 months ago (2015-02-19 19:08:05 UTC) #14
epenner
On 2015/02/19 19:08:05, epenner wrote: > On 2015/02/19 01:50:56, I haz the power (commit-bot) wrote: ...
5 years, 10 months ago (2015-02-19 19:10:56 UTC) #15
epenner
5 years, 10 months ago (2015-02-19 19:11:45 UTC) #16
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/941773002/ by epenner@chromium.org.

The reason for reverting is: Tough animation cases are failing due to a few
missed files in the refactor..

Powered by Google App Engine
This is Rietveld 408576698