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

Issue 6673078: Initial checkin of media test matrix class, which will be used for media perf test later. (Closed)

Created:
9 years, 9 months ago by imasaki1
Modified:
9 years, 6 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, John Grabowski, Paweł Hajdan Jr., acolwell GONE FROM CHROMIUM, annacc, dyu1, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), anantha, scherkus (not reviewing)
Visibility:
Public.

Description

Initial checkin of media test matrix class, which will be used for media perf test later. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78952

Patch Set 1 #

Patch Set 2 : Capitalize method names. #

Total comments: 70

Patch Set 3 : Updates based on CR comments #

Total comments: 59

Patch Set 4 : Modified based on CR comments. #

Total comments: 24

Patch Set 5 : Modified based on CR comments. #

Total comments: 14

Patch Set 6 : Modified based on CR comments. #

Total comments: 8

Patch Set 7 : Modified based on CR comments. #

Patch Set 8 : Put APScheduler in third_party directory for Media Performance test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2105 lines, --3 lines) Patch
A third_party/APScheduler/APScheduler.egg-info/PKG-INFO View 1 2 3 4 5 6 7 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/APScheduler/APScheduler.egg-info/SOURCES.txt View 1 2 3 4 5 6 7 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/APScheduler/APScheduler.egg-info/dependency_links.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A third_party/APScheduler/APScheduler.egg-info/top_level.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A third_party/APScheduler/APScheduler.egg-info/zip-safe View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A third_party/APScheduler/LICENCE View 1 2 3 4 5 6 7 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/APScheduler/PKG-INFO View 1 2 3 4 5 6 7 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/APScheduler/README.chromium View 1 2 3 4 5 6 7 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/APScheduler/README.txt View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/APScheduler/apscheduler/__init__.py View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/APScheduler/apscheduler/expressions.py View 1 2 3 4 5 6 7 1 chunk +176 lines, -0 lines 0 comments Download
A third_party/APScheduler/apscheduler/fields.py View 1 2 3 4 5 6 7 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/APScheduler/apscheduler/scheduler.py View 1 2 3 4 5 6 7 1 chunk +407 lines, -0 lines 0 comments Download
A third_party/APScheduler/apscheduler/triggers.py View 1 2 3 4 5 6 7 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/APScheduler/apscheduler/util.py View 1 2 3 4 5 6 7 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/APScheduler/build/lib.linux-x86_64-2.6/apscheduler/__init__.py View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/APScheduler/build/lib.linux-x86_64-2.6/apscheduler/expressions.py View 1 2 3 4 5 6 7 1 chunk +176 lines, -0 lines 0 comments Download
A third_party/APScheduler/build/lib.linux-x86_64-2.6/apscheduler/fields.py View 1 2 3 4 5 6 7 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/APScheduler/build/lib.linux-x86_64-2.6/apscheduler/scheduler.py View 1 2 3 4 5 6 7 1 chunk +407 lines, -0 lines 0 comments Download
A third_party/APScheduler/build/lib.linux-x86_64-2.6/apscheduler/triggers.py View 1 2 3 4 5 6 7 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/APScheduler/build/lib.linux-x86_64-2.6/apscheduler/util.py View 1 2 3 4 5 6 7 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/APScheduler/dist/APScheduler-1.3.1-py2.6.egg View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/APScheduler/setup.cfg View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/APScheduler/setup.py View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Nirnimesh
I'm OOO until next week, so I'm adding Dennis for reviewing this. http://codereview.chromium.org/6673078/diff/2001/chrome/test/data/media/media_matrix_data.csv File chrome/test/data/media/media_matrix_data.csv ...
9 years, 9 months ago (2011-03-17 02:31:59 UTC) #1
dennis_jeffrey
http://codereview.chromium.org/6673078/diff/2001/chrome/test/functional/media_test_matrix.py File chrome/test/functional/media_test_matrix.py (right): http://codereview.chromium.org/6673078/diff/2001/chrome/test/functional/media_test_matrix.py#newcode16 chrome/test/functional/media_test_matrix.py:16: format. The first line of this class docstring should ...
9 years, 9 months ago (2011-03-17 17:13:36 UTC) #2
imasaki1
Updated based on CR comments. Thanks for following up. http://codereview.chromium.org/6673078/diff/2001/chrome/test/data/media/media_matrix_data.csv File chrome/test/data/media/media_matrix_data.csv (right): http://codereview.chromium.org/6673078/diff/2001/chrome/test/data/media/media_matrix_data.csv#newcode1 chrome/test/data/media/media_matrix_data.csv:1: ...
9 years, 9 months ago (2011-03-17 23:29:18 UTC) #3
dennis_jeffrey
Thank you for addressing my earlier comments. I think this looks a lot better now! ...
9 years, 9 months ago (2011-03-18 17:47:49 UTC) #4
imasaki1
Thanks for looking this this. Here is modification based on your CR CR comments. http://codereview.chromium.org/6673078/diff/7002/chrome/test/data/media/media_matrix_data.csv ...
9 years, 9 months ago (2011-03-18 21:54:25 UTC) #5
dennis_jeffrey
It's looking good! Just a few more comments. http://codereview.chromium.org/6673078/diff/7003/chrome/test/data/media/media_matrix_data.csv File chrome/test/data/media/media_matrix_data.csv (right): http://codereview.chromium.org/6673078/diff/7003/chrome/test/data/media/media_matrix_data.csv#newcode1 chrome/test/data/media/media_matrix_data.csv:1: "The ...
9 years, 9 months ago (2011-03-18 23:51:41 UTC) #6
imasaki1
Thank you for quick turn around. http://codereview.chromium.org/6673078/diff/7003/chrome/test/data/media/media_matrix_data.csv File chrome/test/data/media/media_matrix_data.csv (right): http://codereview.chromium.org/6673078/diff/7003/chrome/test/data/media/media_matrix_data.csv#newcode1 chrome/test/data/media/media_matrix_data.csv:1: "The file contains ...
9 years, 9 months ago (2011-03-19 01:00:38 UTC) #7
Nirnimesh
Thanks guys for the quick turnaround on this. No need to wait for additional review ...
9 years, 9 months ago (2011-03-20 09:14:06 UTC) #8
imasaki1
Thank you for cr this on weekends. I really appreciate this. http://codereview.chromium.org/6673078/diff/7004/chrome/test/functional/media_test_matrix.py File chrome/test/functional/media_test_matrix.py (right): ...
9 years, 9 months ago (2011-03-20 16:17:15 UTC) #9
dennis_jeffrey
LGTM Just a few minor comments below, but looks good! Thanks for addressing all my ...
9 years, 9 months ago (2011-03-22 00:10:00 UTC) #10
imasaki1
Modified based on final comments. Do you think you can commit this for me since ...
9 years, 9 months ago (2011-03-22 00:22:12 UTC) #11
dennisjeffrey
Good question - I just recently became a provisional committer and committed my first CL ...
9 years, 9 months ago (2011-03-22 00:30:37 UTC) #12
dennis_jeffrey
Somebody told me once that it's sometimes better to ask for forgiveness than for permission. ...
9 years, 9 months ago (2011-03-22 00:45:49 UTC) #13
dennisjeffrey
Committed as r78952. On Mon, Mar 21, 2011 at 5:45 PM, Dennis Jeffrey <dennisjeffrey@chromium.org>wrote: > ...
9 years, 9 months ago (2011-03-22 00:52:19 UTC) #14
Nirnimesh
9 years, 9 months ago (2011-03-22 13:49:16 UTC) #15
Dennis, it's perfectly fine for you to commit Kenji's CL. Thanks for doing
this.

On Tue, Mar 22, 2011 at 6:22 AM, Dennis Jeffrey <dennisjeffrey@google.com>wrote:

> Committed as r78952.
>
> On Mon, Mar 21, 2011 at 5:45 PM, Dennis Jeffrey <
> dennisjeffrey@chromium.org> wrote:
>
>> Somebody told me once that it's sometimes better to ask for forgiveness
>> than for permission.  I'm going to go ahead and try committing this CL for
>> Kenji.
>>
>> -Dennis
>>
>>
>> On Mon, Mar 21, 2011 at 5:30 PM, Dennis Jeffrey <dennisjeffrey@google.com
>> > wrote:
>>
>>> Good question - I just recently became a provisional committer and
>>> committed my first CL as one this morning.  Does anybody CC'ed know if it's
>>> ok for me to commit Kenji's CL?
>>>
>>> -Dennis
>>>
>>>
>>> On Mon, Mar 21, 2011 at 5:22 PM, <imasaki@chromium.org> wrote:
>>>
>>>> Modified based on final comments. Do you think you can commit this for
>>>> me since
>>>> I do not have commit access?
>>>>
>>>> Thank you for CR comments.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
http://codereview.chromium.org/6673078/diff/11002/chrome/test/functional/medi...
>>>> File chrome/test/functional/media_test_matrix.py (right):
>>>>
>>>>
>>>>
http://codereview.chromium.org/6673078/diff/11002/chrome/test/functional/medi...
>>>> chrome/test/functional/media_test_matrix.py:150:
>>>> media_test_matrix_home_url: url of the matrix home that used
>>>> On 2011/03/22 00:10:00, dennis_jeffrey wrote:
>>>>
>>>>> "that used" --> "that is used"
>>>>>
>>>>
>>>> Done.
>>>>
>>>>
>>>>
>>>>
http://codereview.chromium.org/6673078/diff/11002/chrome/test/functional/medi...
>>>> chrome/test/functional/media_test_matrix.py:150:
>>>> media_test_matrix_home_url: url of the matrix home that used
>>>> On 2011/03/22 00:10:00, dennis_jeffrey wrote:
>>>>
>>>>> "that used" --> "that is used"
>>>>>
>>>>
>>>> Done.
>>>>
>>>>
>>>>
>>>>
http://codereview.chromium.org/6673078/diff/11002/chrome/test/functional/medi...
>>>> chrome/test/functional/media_test_matrix.py:181:
>>>> media_test_matrix_home_url: url of the matrix home that used
>>>> On 2011/03/22 00:10:00, dennis_jeffrey wrote:
>>>>
>>>>> "media_test_matrix_home_url"
>>>>> -->
>>>>> "media_matrix_home_url"
>>>>>
>>>>
>>>> Done.
>>>>
>>>>
>>>>
>>>>
http://codereview.chromium.org/6673078/diff/11002/chrome/test/functional/medi...
>>>> chrome/test/functional/media_test_matrix.py:181:
>>>> media_test_matrix_home_url: url of the matrix home that used
>>>> On 2011/03/22 00:10:00, dennis_jeffrey wrote:
>>>>
>>>>> "that used" --> "that is used"
>>>>>
>>>>
>>>> Done.
>>>>
>>>>
>>>> http://codereview.chromium.org/6673078/
>>>>
>>>
>>>
>>
>


-- 
../NiR

Powered by Google App Engine
This is Rietveld 408576698