OLD | NEW |
---|---|
(Empty) | |
1 { | |
robertshield
2013/07/26 19:32:23
Suggest adding these files under a sub directory.
gab
2013/07/26 20:39:48
Right, I suggest a "config" directory instead of "
grt (UTC plus 2)
2013/07/30 03:31:38
Judging by the current directory structure under s
grt (UTC plus 2)
2013/07/30 03:31:38
Consider giving these files a .json suffix so that
gab
2013/07/30 15:11:43
Makes sense, there already seems to be chrome/test
sukolsak
2013/07/30 15:40:32
I use .prop and .config suffixes in the spec to di
gab
2013/07/30 20:44:14
I prefer separate extensions to separate what we e
grt (UTC plus 2)
2013/07/31 17:20:05
I don't like the redundancy of chrome/test/mini_in
grt (UTC plus 2)
2013/07/31 17:20:05
SGTM.
| |
2 "RegistryEntries": { | |
robertshield
2013/07/26 19:32:23
not sure, but it look like these might be tab char
gab
2013/07/26 20:39:48
Presubmit scripts (also ran when uploading) should
| |
3 "HKEY_CURRENT_USER\\Software\\Google\\Update\\Clients\\{8A69D345 -D564-463c-AFF1-A69D9E530F96}": {"expected": true} | |
gab
2013/07/26 20:39:48
Prefer to terminate all lists/dicts in JSON with c
sukolsak
2013/07/26 21:31:03
The JSON spec does not allow trailing commas.
gab
2013/07/29 20:40:26
Ah :(, does the python parser allow them anyways?
grt (UTC plus 2)
2013/07/30 03:31:38
Maybe you're thinking of our GYP files, which are
| |
4 } | |
5 } | |
OLD | NEW |