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

Issue 1999423002: tyrbot test for commitText (Closed)

Created:
4 years, 7 months ago by yabinh
Modified:
4 years, 2 months ago
Reviewers:
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This is only for test.

Patch Set 1 #

Patch Set 2 : sync.try again #

Patch Set 3 : remove 1 more default parameter #

Patch Set 4 : change for trybot failure #

Patch Set 5 : change for trybot failure #

Patch Set 6 : sync #

Patch Set 7 : boundary check in another place #

Patch Set 8 : ]don't use textInputInfo #

Patch Set 9 : new...pos in other place #

Patch Set 10 : compile error #

Patch Set 11 : change confirmCompositionOrInsertText #

Patch Set 12 : change some tests #

Patch Set 13 : change render_view_browsertest #

Patch Set 14 : change from 0 to length #

Patch Set 15 : all use 1. #

Patch Set 16 : go back to set 5 #

Patch Set 17 : same to previous, but master synced... #

Patch Set 18 : adjust newCursorPosition before WebPlugin #

Patch Set 19 : change composition.end #

Patch Set 20 : use adjustSelectionForBoundary #

Patch Set 21 : change render_view_browsertest.cc #

Patch Set 22 : add this-> for compile error #

Patch Set 23 : change new_Curor... #

Patch Set 24 : fix compile error #

Patch Set 25 : sync to "git pull", force load #

Patch Set 26 : adjust newCursorPosition #

Patch Set 27 : use inputMethodController.getSelectionOffsets().start() #

Patch Set 28 : inputMethodController.getSelectionOffsets() can be NULL, so we should stop using it. #

Patch Set 29 : sync. try again #

Patch Set 30 : add some parameter, try again #

Patch Set 31 : fix name error #

Patch Set 32 : use the funciton in setComposingText #

Patch Set 33 : length should be 0 #

Patch Set 34 : may not work #

Patch Set 35 : add null checks #

Patch Set 36 : use non-local composition range #

Patch Set 37 : compile error. unused variables #

Patch Set 38 : log is null #

Patch Set 39 : compile error #

Patch Set 40 : another log #

Patch Set 41 : test1 #

Patch Set 42 : test2 #

Patch Set 43 : test3 #

Patch Set 44 : more logs #

Patch Set 45 : null return #

Patch Set 46 : selection is null, then return #

Patch Set 47 : trick. =1, then do nothing #

Patch Set 48 : try1 #

Patch Set 49 : try2 #

Patch Set 50 : real try1 #

Patch Set 51 : return if needs update #

Patch Set 52 : no return #

Patch Set 53 : return if needs update. try again. #

Patch Set 54 : address changwan's review #

Patch Set 55 : if needs update, return false #

Patch Set 56 : not update #

Patch Set 57 : update in another place #

Patch Set 58 : add another update #

Patch Set 59 : only use updateStyleAndLayoutIgnorePendingStylesheets #

Patch Set 60 : sync. try again #

Patch Set 61 : sync. try. #

Patch Set 62 : for compile error #

Patch Set 63 : add 3 tests #

Patch Set 64 : change some comments #

Patch Set 65 : refactor. test1 #

Patch Set 66 : remove old function #

Patch Set 67 : remove all old functions #

Patch Set 68 : rename #

Patch Set 69 : for aelias's 2nd review #

Patch Set 70 : change some names #

Patch Set 71 : remove unused function #

Patch Set 72 : change a name #

Patch Set 73 : fix compile error #

Patch Set 74 : yosin's review #

Patch Set 75 : cursor->caret #

Patch Set 76 : try again #

Patch Set 77 : yosins' 2nd review #

Patch Set 78 : for tkent review #

Patch Set 79 : sync, try again #

Patch Set 80 : fix an error #

Patch Set 81 : for alex's 3rd review #

Patch Set 82 : WebViewFrameWidget.h #

Patch Set 83 : sync, try again #

Patch Set 84 : remove all. try. #

Patch Set 85 : compile error #

Patch Set 86 : sync, try again #

Patch Set 87 : compile error #

Patch Set 88 : pre-submmit error #

Patch Set 89 : try again #

Patch Set 90 : sync, try again #

Patch Set 91 : for failed test #

Patch Set 92 : call commitText #

Patch Set 93 : keep ConfirmCompositionText #

Patch Set 94 : compile error #

Patch Set 95 : fix test. id #

Patch Set 96 : mac compile error #

Patch Set 97 : mac compile error #

Patch Set 98 : for failed mac test. id error? #

Patch Set 99 : remove a default parameter #

Patch Set 100 : remove another parameter #

Patch Set 101 : change an event #

Patch Set 102 : for aelias review #

Patch Set 103 : fix a test #

Patch Set 104 : compile error #

Patch Set 105 : compile error again #

Patch Set 106 : yosin review #

Patch Set 107 : SetHasCompositionTextToTrue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+813 lines, -365 lines) Patch
M components/test_runner/text_input_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 1 chunk +2 lines, -2 lines 0 comments Download
M components/test_runner/web_widget_test_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 2 chunks +15 lines, -10 lines 0 comments Download
M content/browser/renderer_host/ime_adapter_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/ime_adapter_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 3 chunks +18 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 1 chunk +14 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 1 chunk +9 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 3 chunks +7 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 4 chunks +21 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 8 chunks +11 lines, -15 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 5 chunks +20 lines, -21 lines 0 comments Download
M content/common/browser_plugin/browser_plugin_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 1 chunk +7 lines, -2 lines 0 comments Download
M content/common/input_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 1 chunk +7 lines, -3 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 2 chunks +3 lines, -2 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 3 chunks +59 lines, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 1 chunk +5 lines, -3 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 1 chunk +15 lines, -8 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 2 chunks +8 lines, -5 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 3 chunks +52 lines, -23 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 7 chunks +52 lines, -53 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 1 chunk +5 lines, -3 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 4 chunks +30 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/editing/InputMethodController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 2 chunks +25 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/editing/InputMethodController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 4 chunks +77 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 8 chunks +26 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 2 chunks +12 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewFrameWidget.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewFrameWidget.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 1 chunk +4 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 2 chunks +12 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 15 chunks +262 lines, -15 lines 0 comments Download
M third_party/WebKit/public/web/WebLocalFrame.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebPlugin.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 2 chunks +10 lines, -4 lines 0 comments Download
M third_party/WebKit/public/web/WebView.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/public/web/WebWidget.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 1 chunk +6 lines, -12 lines 0 comments Download

Messages

Total messages: 277 (277 generated)
yabinh
Description was changed from ========== This is a tyrbot test. ========== to ========== This is ...
4 years, 7 months ago (2016-05-23 07:13:47 UTC) #1
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 02:04:09 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/560001
4 years, 4 months ago (2016-08-01 02:04:17 UTC) #3
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 02:15:06 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/104526)
4 years, 4 months ago (2016-08-01 02:15:07 UTC) #5
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 02:38:14 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/580001
4 years, 4 months ago (2016-08-01 02:38:26 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 02:48:39 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/253000)
4 years, 4 months ago (2016-08-01 02:48:40 UTC) #9
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 03:00:10 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/600001
4 years, 4 months ago (2016-08-01 03:00:20 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 04:18:47 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 4 months ago (2016-08-01 04:18:48 UTC) #13
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 06:52:48 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/620001
4 years, 4 months ago (2016-08-01 06:53:11 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 07:13:53 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/199570)
4 years, 4 months ago (2016-08-01 07:13:54 UTC) #17
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 08:12:36 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/640001
4 years, 4 months ago (2016-08-01 08:12:48 UTC) #19
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 08:16:09 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/660001
4 years, 4 months ago (2016-08-01 08:16:18 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 08:32:13 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/210321)
4 years, 4 months ago (2016-08-01 08:32:14 UTC) #23
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 08:44:10 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/680001
4 years, 4 months ago (2016-08-01 08:44:26 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 09:08:35 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/199597)
4 years, 4 months ago (2016-08-01 09:08:37 UTC) #27
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 11:09:36 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/700001
4 years, 4 months ago (2016-08-01 11:09:48 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 11:20:25 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/104649)
4 years, 4 months ago (2016-08-01 11:20:26 UTC) #31
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 12:44:25 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/720001
4 years, 4 months ago (2016-08-01 12:44:41 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 13:18:10 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/199652)
4 years, 4 months ago (2016-08-01 13:18:11 UTC) #35
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 13:44:01 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/740001
4 years, 4 months ago (2016-08-01 13:44:17 UTC) #37
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 13:52:38 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/104680) linux_chromium_chromeos_ozone_rel_ng on ...
4 years, 4 months ago (2016-08-01 13:52:39 UTC) #39
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-01 14:08:51 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/760001
4 years, 4 months ago (2016-08-01 14:09:07 UTC) #41
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-01 14:29:02 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/199676)
4 years, 4 months ago (2016-08-01 14:29:03 UTC) #43
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 01:33:50 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/780001
4 years, 4 months ago (2016-08-02 01:34:00 UTC) #45
yabinh
Patchset #40 (id:780001) has been deleted
4 years, 4 months ago (2016-08-02 01:35:09 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/243709) mac_chromium_rel_ng on ...
4 years, 4 months ago (2016-08-02 01:35:54 UTC) #47
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 01:37:32 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/800001
4 years, 4 months ago (2016-08-02 01:37:44 UTC) #49
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-02 01:57:59 UTC) #50
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/200111)
4 years, 4 months ago (2016-08-02 01:58:00 UTC) #51
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 02:59:07 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/820001
4 years, 4 months ago (2016-08-02 02:59:29 UTC) #53
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 03:01:09 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/840001
4 years, 4 months ago (2016-08-02 03:01:35 UTC) #55
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 03:02:26 UTC) #56
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/860001
4 years, 4 months ago (2016-08-02 03:02:42 UTC) #57
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-02 03:23:02 UTC) #58
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/200140)
4 years, 4 months ago (2016-08-02 03:23:03 UTC) #59
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 03:39:49 UTC) #60
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/880001
4 years, 4 months ago (2016-08-02 03:40:03 UTC) #61
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-02 03:59:22 UTC) #62
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/200153)
4 years, 4 months ago (2016-08-02 03:59:23 UTC) #63
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 05:24:21 UTC) #64
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/900001
4 years, 4 months ago (2016-08-02 05:24:29 UTC) #65
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 06:32:56 UTC) #66
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/920001
4 years, 4 months ago (2016-08-02 06:33:03 UTC) #67
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 07:43:57 UTC) #68
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/940001
4 years, 4 months ago (2016-08-02 07:44:04 UTC) #69
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 08:27:08 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/960001
4 years, 4 months ago (2016-08-02 08:27:23 UTC) #71
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 08:28:48 UTC) #72
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/980001
4 years, 4 months ago (2016-08-02 08:28:54 UTC) #73
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-02 09:36:39 UTC) #74
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/114295)
4 years, 4 months ago (2016-08-02 09:36:40 UTC) #75
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-02 12:00:09 UTC) #76
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1000001
4 years, 4 months ago (2016-08-02 12:00:16 UTC) #77
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-02 12:48:48 UTC) #78
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/270078)
4 years, 4 months ago (2016-08-02 12:48:52 UTC) #79
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-03 01:30:06 UTC) #80
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1020001
4 years, 4 months ago (2016-08-03 01:30:21 UTC) #81
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-03 01:33:01 UTC) #82
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1040001
4 years, 4 months ago (2016-08-03 01:33:22 UTC) #83
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-03 02:11:27 UTC) #84
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1060001
4 years, 4 months ago (2016-08-03 02:11:40 UTC) #85
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-03 03:44:57 UTC) #86
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 4 months ago (2016-08-03 03:44:59 UTC) #87
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-03 11:01:11 UTC) #88
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1080001
4 years, 4 months ago (2016-08-03 11:01:27 UTC) #89
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-03 11:54:38 UTC) #90
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/203197)
4 years, 4 months ago (2016-08-03 11:54:39 UTC) #91
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-03 13:13:22 UTC) #92
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1100001
4 years, 4 months ago (2016-08-03 13:13:36 UTC) #93
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-03 14:19:22 UTC) #94
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/273487)
4 years, 4 months ago (2016-08-03 14:19:23 UTC) #95
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-03 15:16:01 UTC) #96
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1120001
4 years, 4 months ago (2016-08-03 15:16:26 UTC) #97
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-03 18:25:48 UTC) #98
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 4 months ago (2016-08-03 18:25:49 UTC) #99
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-08 02:50:11 UTC) #100
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1140001
4 years, 4 months ago (2016-08-08 02:50:25 UTC) #101
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-08 03:56:47 UTC) #102
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/273054)
4 years, 4 months ago (2016-08-08 03:56:49 UTC) #103
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-08 04:27:27 UTC) #104
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1160001
4 years, 4 months ago (2016-08-08 04:27:41 UTC) #105
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-08 05:54:08 UTC) #106
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 4 months ago (2016-08-08 05:54:09 UTC) #107
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-08 06:05:18 UTC) #108
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1180001
4 years, 4 months ago (2016-08-08 06:05:36 UTC) #109
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-08 07:26:51 UTC) #110
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 4 months ago (2016-08-08 07:26:53 UTC) #111
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-23 07:29:04 UTC) #112
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1200001
4 years, 4 months ago (2016-08-23 07:29:23 UTC) #113
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-23 07:58:00 UTC) #114
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/265722)
4 years, 4 months ago (2016-08-23 07:58:02 UTC) #115
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-24 01:01:59 UTC) #116
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1220001
4 years, 4 months ago (2016-08-24 01:02:42 UTC) #117
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-24 01:23:25 UTC) #118
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/214766)
4 years, 4 months ago (2016-08-24 01:23:27 UTC) #119
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-24 02:31:42 UTC) #120
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1240001
4 years, 4 months ago (2016-08-24 02:32:35 UTC) #121
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-24 02:40:39 UTC) #122
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/244545)
4 years, 4 months ago (2016-08-24 02:40:40 UTC) #123
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-24 05:48:30 UTC) #124
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1260001
4 years, 4 months ago (2016-08-24 05:48:56 UTC) #125
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-24 06:00:35 UTC) #126
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1280001
4 years, 4 months ago (2016-08-24 06:01:09 UTC) #127
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-24 07:44:15 UTC) #128
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 4 months ago (2016-08-24 07:44:17 UTC) #129
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-24 10:04:56 UTC) #130
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1300001
4 years, 4 months ago (2016-08-24 10:05:20 UTC) #131
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-24 10:16:28 UTC) #132
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1320001
4 years, 4 months ago (2016-08-24 10:16:47 UTC) #133
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 4 months ago (2016-08-24 10:30:49 UTC) #134
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1340001
4 years, 4 months ago (2016-08-24 10:31:27 UTC) #135
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 4 months ago (2016-08-24 13:20:35 UTC) #136
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 4 months ago (2016-08-24 13:20:36 UTC) #137
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-25 02:05:10 UTC) #138
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1360001
4 years, 3 months ago (2016-08-25 02:06:35 UTC) #139
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-25 06:21:08 UTC) #140
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1380001
4 years, 3 months ago (2016-08-25 06:21:39 UTC) #141
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-25 07:11:20 UTC) #142
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1400001
4 years, 3 months ago (2016-08-25 07:11:40 UTC) #143
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-25 10:24:42 UTC) #144
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 3 months ago (2016-08-25 10:24:43 UTC) #145
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-26 02:23:20 UTC) #146
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1410001
4 years, 3 months ago (2016-08-26 02:23:45 UTC) #147
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-26 05:34:53 UTC) #148
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 3 months ago (2016-08-26 05:34:55 UTC) #149
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-26 07:10:15 UTC) #150
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1430001
4 years, 3 months ago (2016-08-26 07:10:24 UTC) #151
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-26 07:30:32 UTC) #152
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/147380)
4 years, 3 months ago (2016-08-26 07:30:34 UTC) #153
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-26 07:40:09 UTC) #154
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1450001
4 years, 3 months ago (2016-08-26 07:40:26 UTC) #155
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-26 09:06:17 UTC) #156
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 3 months ago (2016-08-26 09:06:19 UTC) #157
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-29 02:21:17 UTC) #158
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1470001
4 years, 3 months ago (2016-08-29 02:21:31 UTC) #159
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-29 02:38:41 UTC) #160
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1490001
4 years, 3 months ago (2016-08-29 02:38:59 UTC) #161
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-29 03:52:16 UTC) #162
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131566)
4 years, 3 months ago (2016-08-29 03:52:18 UTC) #163
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-29 04:13:01 UTC) #164
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1510001
4 years, 3 months ago (2016-08-29 04:13:19 UTC) #165
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-29 05:36:04 UTC) #166
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131617)
4 years, 3 months ago (2016-08-29 05:36:05 UTC) #167
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-29 08:23:47 UTC) #168
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1530001
4 years, 3 months ago (2016-08-29 08:24:12 UTC) #169
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-29 11:23:23 UTC) #170
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/283118)
4 years, 3 months ago (2016-08-29 11:23:25 UTC) #171
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-30 09:35:17 UTC) #172
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1550001
4 years, 3 months ago (2016-08-30 09:35:36 UTC) #173
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-30 09:58:18 UTC) #174
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1570001
4 years, 3 months ago (2016-08-30 09:58:41 UTC) #175
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-30 10:25:26 UTC) #176
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1590001
4 years, 3 months ago (2016-08-30 10:25:49 UTC) #177
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-30 13:43:21 UTC) #178
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 3 months ago (2016-08-30 13:43:23 UTC) #179
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-08-31 08:05:04 UTC) #180
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1610001
4 years, 3 months ago (2016-08-31 08:05:21 UTC) #181
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-08-31 10:59:54 UTC) #182
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 3 months ago (2016-08-31 10:59:56 UTC) #183
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-02 05:27:33 UTC) #184
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1630001
4 years, 3 months ago (2016-09-02 05:27:51 UTC) #185
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-02 05:31:56 UTC) #186
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/122587) linux_chromium_chromeos_compile_dbg_ng on ...
4 years, 3 months ago (2016-09-02 05:31:58 UTC) #187
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-02 05:33:39 UTC) #188
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1650001
4 years, 3 months ago (2016-09-02 05:33:49 UTC) #189
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-02 06:04:18 UTC) #190
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/218251)
4 years, 3 months ago (2016-09-02 06:04:20 UTC) #191
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-02 07:08:15 UTC) #192
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1670001
4 years, 3 months ago (2016-09-02 07:08:31 UTC) #193
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-02 07:20:40 UTC) #194
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/257101)
4 years, 3 months ago (2016-09-02 07:20:42 UTC) #195
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-02 07:34:32 UTC) #196
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1690001
4 years, 3 months ago (2016-09-02 07:34:46 UTC) #197
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-02 07:47:58 UTC) #198
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/220343) linux_chromium_rel_ng on ...
4 years, 3 months ago (2016-09-02 07:48:00 UTC) #199
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-02 10:09:28 UTC) #200
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1710001
4 years, 3 months ago (2016-09-02 10:09:45 UTC) #201
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-02 10:23:39 UTC) #202
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/193965)
4 years, 3 months ago (2016-09-02 10:23:41 UTC) #203
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-05 06:28:32 UTC) #204
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1730001
4 years, 3 months ago (2016-09-05 06:28:46 UTC) #205
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-05 06:31:20 UTC) #206
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/263104) mac_chromium_rel_ng on ...
4 years, 3 months ago (2016-09-05 06:31:22 UTC) #207
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-05 06:44:46 UTC) #208
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1750001
4 years, 3 months ago (2016-09-05 06:44:59 UTC) #209
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-05 06:47:31 UTC) #210
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/263106) mac_chromium_rel_ng on ...
4 years, 3 months ago (2016-09-05 06:47:32 UTC) #211
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-05 07:50:06 UTC) #212
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1750001
4 years, 3 months ago (2016-09-05 07:50:20 UTC) #213
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-05 07:53:01 UTC) #214
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/123437) mac_chromium_rel_ng on ...
4 years, 3 months ago (2016-09-05 07:53:03 UTC) #215
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-05 08:06:46 UTC) #216
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1770001
4 years, 3 months ago (2016-09-05 08:06:55 UTC) #217
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-05 08:09:34 UTC) #218
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/263140) mac_chromium_rel_ng on ...
4 years, 3 months ago (2016-09-05 08:09:36 UTC) #219
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 01:09:33 UTC) #220
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1790001
4 years, 3 months ago (2016-09-06 01:09:43 UTC) #221
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-06 01:26:35 UTC) #222
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/290829)
4 years, 3 months ago (2016-09-06 01:26:38 UTC) #223
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 02:09:23 UTC) #224
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1810001
4 years, 3 months ago (2016-09-06 02:09:38 UTC) #225
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-06 02:16:31 UTC) #226
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/253219)
4 years, 3 months ago (2016-09-06 02:16:33 UTC) #227
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 02:20:00 UTC) #228
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1830001
4 years, 3 months ago (2016-09-06 02:20:12 UTC) #229
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-06 02:24:09 UTC) #230
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/253220)
4 years, 3 months ago (2016-09-06 02:24:11 UTC) #231
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 03:25:17 UTC) #232
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1850001
4 years, 3 months ago (2016-09-06 03:25:35 UTC) #233
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-06 03:32:05 UTC) #234
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/253236)
4 years, 3 months ago (2016-09-06 03:32:07 UTC) #235
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 04:17:10 UTC) #236
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1870001
4 years, 3 months ago (2016-09-06 04:17:28 UTC) #237
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 04:22:29 UTC) #238
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1890001
4 years, 3 months ago (2016-09-06 04:22:39 UTC) #239
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-06 04:40:38 UTC) #240
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/290876)
4 years, 3 months ago (2016-09-06 04:40:40 UTC) #241
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 05:25:12 UTC) #242
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1910001
4 years, 3 months ago (2016-09-06 05:25:28 UTC) #243
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-06 05:45:14 UTC) #244
commit-bot: I haz the power
Dry run: Exceeded global retry quota
4 years, 3 months ago (2016-09-06 05:45:17 UTC) #245
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 06:09:03 UTC) #246
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1930001
4 years, 3 months ago (2016-09-06 06:09:15 UTC) #247
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 07:18:23 UTC) #248
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1950001
4 years, 3 months ago (2016-09-06 07:18:37 UTC) #249
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 07:47:12 UTC) #250
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1970001
4 years, 3 months ago (2016-09-06 07:47:21 UTC) #251
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 08:00:42 UTC) #252
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/1990001
4 years, 3 months ago (2016-09-06 08:00:57 UTC) #253
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-06 08:41:34 UTC) #254
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/2010001
4 years, 3 months ago (2016-09-06 08:41:45 UTC) #255
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-06 09:57:00 UTC) #256
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 3 months ago (2016-09-06 09:57:02 UTC) #257
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-07 05:38:16 UTC) #258
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/2030001
4 years, 3 months ago (2016-09-07 05:38:32 UTC) #259
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-07 05:59:56 UTC) #260
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/220152)
4 years, 3 months ago (2016-09-07 05:59:59 UTC) #261
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-07 06:33:31 UTC) #262
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/2050001
4 years, 3 months ago (2016-09-07 06:33:56 UTC) #263
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-07 06:46:58 UTC) #264
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/152927)
4 years, 3 months ago (2016-09-07 06:47:00 UTC) #265
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-07 06:52:30 UTC) #266
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/2070001
4 years, 3 months ago (2016-09-07 06:52:54 UTC) #267
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-07 07:04:52 UTC) #268
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/222198)
4 years, 3 months ago (2016-09-07 07:04:55 UTC) #269
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-07 07:29:11 UTC) #270
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/2090001
4 years, 3 months ago (2016-09-07 07:29:31 UTC) #271
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-07 07:47:21 UTC) #272
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/2110001
4 years, 3 months ago (2016-09-07 07:47:38 UTC) #273
yabinh
The CQ bit was checked by yabinh@chromium.org to run a CQ dry run
4 years, 3 months ago (2016-09-07 08:02:16 UTC) #274
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1999423002/2130001
4 years, 3 months ago (2016-09-07 08:02:27 UTC) #275
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 3 months ago (2016-09-07 09:41:40 UTC) #276
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 09:41:42 UTC) #277
Dry run: This issue passed the CQ dry run.

Powered by Google App Engine
This is Rietveld 408576698