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

Issue 782673002: MacViews: tryjobs for toolkit_views=1 (Closed)

Created:
6 years ago by tapted
Modified:
4 years, 4 months ago
Reviewers:
CC:
chromium-reviews, tfarina, tdanderson+views_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MacViews: tryjobs for toolkit_views=1 BUG=

Patch Set 1 #

Patch Set 2 : filter tests #

Patch Set 3 : Disable toolbar, tests #

Patch Set 4 : Just disable toolbar tests #

Patch Set 5 : change views delegate #

Patch Set 6 : rebase #

Patch Set 7 : Patch in some things #

Patch Set 8 : add fix for ConstrainedWindowViewsTest #

Patch Set 9 : rebase #

Patch Set 10 : rebase/update #

Patch Set 11 : rebase #

Patch Set 12 : neaten it up #

Patch Set 13 : get some tracing #

Patch Set 14 : WARNING -> ERROr #

Patch Set 15 : Lots more tracing #

Patch Set 16 : more tracig #

Patch Set 17 : Try with activateIgnoringOtherApps #

Patch Set 18 : more robust check in ui_controls_mac.mm #

Patch Set 19 : rebase, scrap tracing #

Patch Set 20 : Audit grd files #

Patch Set 21 : filter out things doing static_cast<AppListServiceViews> #

Patch Set 22 : fix some accesibility tests #

Patch Set 23 : rebase #

Patch Set 24 : With SetNativeWindowProperty #

Patch Set 25 : with fixed setbounds #

Patch Set 26 : adjust interactive_ui_tests buildrules for wrt GN etc #

Patch Set 27 : filter out new test: bookmark_override_browsertest #

Patch Set 28 : Patch in Focus changes from crrev/832893003 #

Patch Set 29 : simpler grd #

Patch Set 30 : Rebase on master and pull in focus fixes in crrev/840183002 #

Patch Set 31 : patch back in 793663006 - wedged in CQ #

Patch Set 32 : rebase, fix unit tests #

Patch Set 33 : REVERT crrev.com/840183002 to get a test diff #

Patch Set 34 : published version of crrev/840183002 #

Patch Set 35 : rebase and trim -- see if the gyp changes are still needed #

Patch Set 36 : Patch in crrev/846993003 (browser_tests gyp fix) #

Patch Set 37 : rebase and pull in crrev/847633003, crrev/840373003 #

Patch Set 38 : also pull in crrev/789333004 #

Patch Set 39 : loop in crrev/844333003 #

Patch Set 40 : rebase. Now flip+crrevs 840183002+809773006+846993003+847633003 #

Patch Set 41 : Loop in crrev/850843003 - remove redundant virtuals #

Patch Set 42 : Greeeeeeeeeeeeeeeeeeeeeeeeeeeeen? #

Patch Set 43 : rebase.. Greeeeen? #

Patch Set 44 : Update from menu CL #

Patch Set 45 : fix build #

Patch Set 46 : nicer fix #

Patch Set 47 : disable tests. try e mnemonic #

Patch Set 48 : should fix MenuMnemonic #

Patch Set 49 : move less stuff #

Patch Set 50 : rebase, now just crrev/866983006 #

Patch Set 51 : What changes with crrev/866983006 #

Patch Set 52 : latest menu cl #

Patch Set 53 : Rebase. Add views_unittests. #

Patch Set 54 : put in 10.8 config #

Patch Set 55 : Add missing ui_base_ime dep #

Patch Set 56 : patch in crrev/901823002 #

Patch Set 57 : latest crrev/901823002 #

Patch Set 58 : reabse #

Patch Set 59 : Use more of applistservicemac #

Patch Set 60 : fix compilee more applistservice goo #

Patch Set 61 : rebase #

Patch Set 62 : more random things #

Patch Set 63 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+391 lines, -108 lines) Patch
M build/common.gypi 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 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/ui/app_list/app_list_service_cocoa_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 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/browser/ui/app_list/app_list_service_cocoa_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 1 chunk +79 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_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 3 chunks +7 lines, -26 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_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 12 chunks +33 lines, -73 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_mac_interactive_uitest.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 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_views.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 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/ui/app_list/app_list_service_views_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 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/browser/ui/app_list/app_list_service_views_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 1 chunk +100 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_shower_views.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 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi 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 2 chunks +4 lines, -0 lines 0 comments Download
M storage/browser/blob/blob_storage_context.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 1 chunk +2 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.mac.json 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 2 chunks +2 lines, -1 line 0 comments Download
M ui/base/ime/input_method_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 3 chunks +11 lines, -0 lines 0 comments Download
M ui/views/widget/widget_interactive_uitest.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 2 chunks +22 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (8 generated)
tapted
Patchset #29 (id:550001) has been deleted
5 years, 11 months ago (2015-01-08 03:51:28 UTC) #1
tapted
Patchset #27 (id:510001) has been deleted
5 years, 11 months ago (2015-01-08 03:51:37 UTC) #2
tapted
Patchset #26 (id:490001) has been deleted
5 years, 11 months ago (2015-01-08 03:51:47 UTC) #3
tapted
Patchset #43 (id:880001) has been deleted
5 years, 11 months ago (2015-01-16 10:54:41 UTC) #4
tapted
Patchset #44 (id:920001) has been deleted
5 years, 11 months ago (2015-01-19 00:25:02 UTC) #5
tapted
Patchset #45 (id:960001) has been deleted
5 years, 10 months ago (2015-01-29 02:42:32 UTC) #6
tapted
Patchset #45 (id:980001) has been deleted
5 years, 10 months ago (2015-01-29 06:03:54 UTC) #7
tapted
5 years, 10 months ago (2015-01-29 09:49:17 UTC) #8
Patchset #48 (id:1060001) has been deleted

Powered by Google App Engine
This is Rietveld 408576698