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

Side by Side Diff: experimental/bisect_lib/test_data/MOCK_INFO_RESPONSE_FILE

Issue 1521503002: Update bisect_lib with the changes committed in the infra/build repo. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: In README: add back license header, add link to Telemetry docs in catapult Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 )]}' 1 ]}'
2 { 2 {
3 "commit": "c89130e28fd01062104e1be7f3a6fc3abbb80ca9", 3 "commit": "c89130e28fd01062104e1be7f3a6fc3abbb80ca9",
4 "tree": "b6c8947321df51bd03ce118285e243ca4b14a751", 4 "tree": "b6c8947321df51bd03ce118285e243ca4b14a751",
5 "parents": [ 5 "parents": [
6 "2e93263dc74f0496100435e1fd7232e9e8323af0" 6 "2e93263dc74f0496100435e1fd7232e9e8323af0"
7 ], 7 ],
8 "author": { 8 "author": {
9 "name": "rdevlin.cronin", 9 "name": "rdevlin.cronin",
10 "email": "rdevlin.cronin@chromium.org", 10 "email": "rdevlin.cronin@chromium.org",
11 "time": "Tue Oct 27 21:24:54 2015" 11 "time": "Tue Oct 27 21:24:54 2015"
12 }, 12 },
13 "committer": { 13 "committer": {
14 "name": "Commit bot", 14 "name": "Commit bot",
15 "email": "commit-bot@chromium.org", 15 "email": "commit-bot@chromium.org",
16 "time": "Tue Oct 27 21:26:30 2015" 16 "time": "Tue Oct 27 21:26:30 2015"
17 }, 17 },
18 "message": "[Extensions] Fix hiding browser actions without the toolbar redesi gn\n\nHiding actions without the toolbar redesign means removing them entirely, so if\nthey exist in the toolbar, they are considered \u0027visible\u0027 (even if they are in\nthe chevron).\n\nBUG\u003d544859\nBUG\u003d548160\n\nReview URL: https://codereview.chromium.org/1414343003\n\nCr-Commit-Position: refs/heads/ma ster@{#356400}\n", 18 "message": "[Extensions] Fix hiding browser actions without the toolbar redes ign\n\nHiding actions without the toolbar redesign means removing them entirely, so if\nthey exist in the toolbar, they are considered \u0027visible\u0027 (even if they are in\nthe chevron).\n\nBUG\u003d544859\nBUG\u003d548160\n\nReview URL : https://codereview.chromium.org/1414343003\n\nCr-Commit-Position: refs/heads/m aster@{#356400}\n",
19 "tree_diff": [ 19 "tree_diff": [
20 { 20 {
21 "type": "modify", 21 "type": "modify",
22 "old_id": "d97ee3abdf40b1ed6217780c38ac7122d4b3caac", 22 "old_id": "d97ee3abdf40b1ed6217780c38ac7122d4b3caac",
23 "old_mode": 33188, 23 "old_mode": 33188,
24 "old_path": "chrome/browser/extensions/extension_context_menu_model.cc", 24 "old_path": "chrome/browser/extensions/extension_context_menu_model.cc",
25 "new_id": "27ef17bab7ebfb1796fdecb8ce0c35199442cf2f", 25 "new_id": "27ef17bab7ebfb1796fdecb8ce0c35199442cf2f",
26 "new_mode": 33188, 26 "new_mode": 33188,
27 "new_path": "chrome/browser/extensions/extension_context_menu_model.cc" 27 "new_path": "chrome/browser/extensions/extension_context_menu_model.cc"
28 }, 28 },
29 { 29 {
30 "type": "modify", 30 "type": "modify",
31 "old_id": "2150b00ab82755323c069757ae5d05a4a32b91f6", 31 "old_id": "2150b00ab82755323c069757ae5d05a4a32b91f6",
32 "old_mode": 33188, 32 "old_mode": 33188,
33 "old_path": "chrome/browser/extensions/extension_context_menu_model_unitte st.cc", 33 "old_path": "chrome/browser/extensions/extension_context_menu_model_unitt est.cc",
34 "new_id": "ecdd3ba5b65102b7c54f35bb3a6b5bc1510bf442", 34 "new_id": "ecdd3ba5b65102b7c54f35bb3a6b5bc1510bf442",
35 "new_mode": 33188, 35 "new_mode": 33188,
36 "new_path": "chrome/browser/extensions/extension_context_menu_model_unitte st.cc" 36 "new_path": "chrome/browser/extensions/extension_context_menu_model_unitt est.cc"
37 }, 37 },
38 { 38 {
39 "type": "modify", 39 "type": "modify",
40 "old_id": "963f4629354c504b34321029a2e63f87355672e0", 40 "old_id": "963f4629354c504b34321029a2e63f87355672e0",
41 "old_mode": 33188, 41 "old_mode": 33188,
42 "old_path": "chrome/browser/ui/views/toolbar/chevron_menu_button.cc", 42 "old_path": "chrome/browser/ui/views/toolbar/chevron_menu_button.cc",
43 "new_id": "69b207a671aa2c80f4a9b3a6873c9db727f2e355", 43 "new_id": "69b207a671aa2c80f4a9b3a6873c9db727f2e355",
44 "new_mode": 33188, 44 "new_mode": 33188,
45 "new_path": "chrome/browser/ui/views/toolbar/chevron_menu_button.cc" 45 "new_path": "chrome/browser/ui/views/toolbar/chevron_menu_button.cc"
46 } 46 }
47 ] 47 ]
48 } 48 }
OLDNEW
« no previous file with comments | « experimental/bisect_lib/fetch_revision_info_test.py ('k') | experimental/bisect_lib/test_data/MOCK_RANGE_RESPONSE_1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698