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

Issue 2710343003: Update Robolectric to 3.2.2 (Closed)

Created:
3 years, 10 months ago by mikecase (-- gone --)
Modified:
3 years, 9 months ago
CC:
aberent, aboxhall+watch_chromium.org, agrieve+watch_chromium.org, chromium-reviews, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, jbudorick+watch_chromium.org, je_julie, mikecase+watch_chromium.org, nektar+watch_chromium.org, noyau+watch_chromium.org, ntp-dev+reviews_chromium.org, yuzo+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update Robolectric to 3.2.2 BUG=693659 Review-Url: https://codereview.chromium.org/2710343003 Cr-Commit-Position: refs/heads/master@{#457560} Committed: https://chromium.googlesource.com/chromium/src/+/6a5f508e65cf947c6292fe8578868d0fe739f0aa

Patch Set 1 #

Patch Set 2 : All tests pass I think (3 I disabled) #

Patch Set 3 : Update Robolectric to 3.2 #

Total comments: 11

Patch Set 4 : Rebased onto Xstream being committed #

Patch Set 5 : Record screenshots on failures on swarming bots. #

Patch Set 6 : Oops, thought I was on a new branch. Wasnt. Fixing #

Patch Set 7 : Added custom ShadowContentProvider #

Patch Set 8 : Fixed docstring #

Patch Set 9 : Fixed RobolectricTestRunner to actually run with SDK 25 #

Patch Set 10 : All chrome_junit_tests now pass. Almost all running with sdk=25 #

Patch Set 11 : Changed LocalRoboTestRunner to throw RuntimeException if test is configured improperly. Before it silently would fail and wouldnt run the test. #

Patch Set 12 : boop #

Patch Set 13 : Fixed not adding GNManifestFactory.java #

Patch Set 14 : Fixed new test #

Patch Set 15 : All tests should be green! #

Patch Set 16 : Ok, now all tests should be green.. #

Patch Set 17 : Update Robolectric to 3.2 #

Patch Set 18 : Update Robolectric to 3.2 #

Total comments: 12

Patch Set 19 : John's comments #

Patch Set 20 : Update Robolectric to 3.2 #

Total comments: 5

Patch Set 21 : Remove ShadowContentProvider #

Patch Set 22 : Second fix to SupervisedUserContentProviderUnitTest #

Total comments: 2

Patch Set 23 : Fixed some newly added tests #

Total comments: 4

Patch Set 24 : Nits #

Patch Set 25 : Small fix to StripLayoutHelperTest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+562 lines, -754 lines) Patch
M DEPS 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 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelperTest.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 3 chunks +12 lines, -7 lines 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/invalidation/InvalidationControllerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +12 lines, -11 lines 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/NewTabPageAdapterTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/BackgroundOfflinerTaskTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/BackgroundSchedulerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
D chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -33 lines 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.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 6 chunks +33 lines, -6 lines 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/physicalweb/PwsClientImplTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/suggestions/TileGroupTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +41 lines, -30 lines 0 comments Download
M chrome/android/webapk/shell_apk/junit/src/org/chromium/webapk/shell_apk/MainActivityTest.java View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -3 lines 0 comments Download
M chrome/android/webapk/test/src/org/chromium/webapk/test/WebApkTestHelper.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -0 lines 0 comments Download
M testing/android/junit/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A testing/android/junit/java/src/org/chromium/testing/local/GNManifestFactory.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +40 lines, -0 lines 0 comments Download
M testing/android/junit/java/src/org/chromium/testing/local/LocalRobolectricTestRunner.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +10 lines, -22 lines 0 comments Download
M third_party/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/accessibility_test_framework/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/accessibility_test_framework/README.chromium View 1 1 chunk +1 line, -1 line 0 comments Download
D third_party/accessibility_test_framework/lib/accessibility-test-framework-1.0.jar.sha1 View 1 1 chunk +0 lines, -1 line 0 comments Download
A third_party/accessibility_test_framework/lib/accessibility-test-framework-2.1.jar.sha1 View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/guava/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/guava/README.chromium View 1 1 chunk +1 line, -1 line 0 comments Download
D third_party/guava/lib/guava-18.0.jar.sha1 View 1 1 chunk +0 lines, -1 line 0 comments Download
A third_party/guava/lib/guava-20.0.jar.sha1 View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/robolectric/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 11 chunks +389 lines, -414 lines 0 comments Download
A third_party/robolectric/lib/android-all-7.1.0_r7-robolectric-0.jar.sha1 View 1 1 chunk +1 line, -0 lines 0 comments Download
D third_party/robolectric/lib/json-20080701.jar.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -1 line 0 comments Download
D third_party/robolectric/lib/robolectric-2.4-jar-with-dependencies.jar.sha1 View 1 1 chunk +0 lines, -1 line 0 comments Download
D third_party/robolectric/lib/tagsoup-1.2.jar.sha1 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -1 line 0 comments Download
D third_party/robolectric/template_processor/src/org/chromium/testing/robolectric/template/ProcessRobolectricTemplate.java View 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/robolectric/template_processor/src/org/chromium/testing/robolectric/template/ProcessTemplateArgParser.java View 1 chunk +0 lines, -103 lines 0 comments Download
D third_party/robolectric/template_processor/src/org/chromium/testing/robolectric/template/TemplateFileInfo.java View 1 chunk +0 lines, -29 lines 0 comments Download

Messages

Total messages: 48 (13 generated)
mikecase (-- gone --)
Need to land this CL to Chromium clone of Robolectric repo. https://codereview.appspot.com/319410043/ and then DEPS ...
3 years, 10 months ago (2017-02-24 21:22:14 UTC) #2
mikecase (-- gone --)
https://codereview.chromium.org/2710343003/diff/40001/chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java File chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java (right): https://codereview.chromium.org/2710343003/diff/40001/chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java#newcode187 chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java:187: @Ignore https://github.com/robolectric/robolectric/commit/80d495d66e5207dd0c35bc06799f7669cfcec8ec#diff-7f61d3adb5ca9adf68dfe4522f471e64L16 is the reason these are failing. getContext() ...
3 years, 10 months ago (2017-02-24 22:00:34 UTC) #3
jbudorick
https://codereview.chromium.org/2710343003/diff/40001/DEPS File DEPS (right): https://codereview.chromium.org/2710343003/diff/40001/DEPS#newcode772 DEPS:772: { OSTPR? https://codereview.chromium.org/2710343003/diff/40001/chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java File chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java (right): https://codereview.chromium.org/2710343003/diff/40001/chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java#newcode187 chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java:187: @Ignore ...
3 years, 9 months ago (2017-02-27 02:16:44 UTC) #4
mikecase (-- gone --)
https://codereview.chromium.org/2710343003/diff/40001/DEPS File DEPS (right): https://codereview.chromium.org/2710343003/diff/40001/DEPS#newcode772 DEPS:772: { On 2017/02/27 at 02:16:44, jbudorick is ooo until ...
3 years, 9 months ago (2017-02-27 16:21:06 UTC) #6
mikecase (-- gone --)
https://codereview.chromium.org/2710343003/diff/40001/DEPS File DEPS (right): https://codereview.chromium.org/2710343003/diff/40001/DEPS#newcode772 DEPS:772: { On 2017/02/27 at 16:21:06, mikecase wrote: > On ...
3 years, 9 months ago (2017-02-27 18:03:26 UTC) #7
mikecase (-- gone --)
Rebased now that Xstream is committed. Just need to commit this and https://codereview.appspot.com/319410043/ and Robolectric ...
3 years, 9 months ago (2017-03-01 00:37:54 UTC) #9
jbudorick
https://codereview.chromium.org/2710343003/diff/40001/chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java File chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java (right): https://codereview.chromium.org/2710343003/diff/40001/chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java#newcode187 chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java:187: @Ignore On 2017/02/27 02:16:44, jbudorick wrote: > On 2017/02/24 ...
3 years, 9 months ago (2017-03-01 02:19:12 UTC) #10
mikecase (-- gone --)
aberent@ can you take a look at the changes to SupervisedUserContentProviderUnitTest.java Basically, Robolectric removed getContext() ...
3 years, 9 months ago (2017-03-01 22:37:18 UTC) #12
mikecase (-- gone --)
Fixed LocalRobolectricTestRunner. Now it actually uses SDK level 25 when running tests. They actually made ...
3 years, 9 months ago (2017-03-02 06:32:31 UTC) #13
mikecase (-- gone --)
This is ready for review! All junit tests seem to pass upstream and downstream with ...
3 years, 9 months ago (2017-03-07 20:29:41 UTC) #15
jwd
https://codereview.chromium.org/2710343003/diff/340001/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java File components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java (right): https://codereview.chromium.org/2710343003/diff/340001/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java#newcode50 components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java:50: ContextUtils.initApplicationContextForTests(RuntimeEnvironment.application); On 2017/03/07 20:29:41, mikecase wrote: > Adding this ...
3 years, 9 months ago (2017-03-08 22:44:33 UTC) #16
mikecase (-- gone --)
https://codereview.chromium.org/2710343003/diff/340001/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java File components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java (right): https://codereview.chromium.org/2710343003/diff/340001/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java#newcode50 components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java:50: ContextUtils.initApplicationContextForTests(RuntimeEnvironment.application); On 2017/03/08 at 22:44:33, jwd wrote: > On ...
3 years, 9 months ago (2017-03-09 01:50:28 UTC) #17
jwd
LGTM for variations component. https://codereview.chromium.org/2710343003/diff/340001/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java File components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java (right): https://codereview.chromium.org/2710343003/diff/340001/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java#newcode50 components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java:50: ContextUtils.initApplicationContextForTests(RuntimeEnvironment.application); On 2017/03/09 01:50:28, mikecase ...
3 years, 9 months ago (2017-03-09 15:16:32 UTC) #18
mikecase (-- gone --)
friendly ping. Would be great if I could land this later this week :D
3 years, 9 months ago (2017-03-13 18:07:57 UTC) #19
jbudorick
I'm still concerned about what happens to the outdated JARs. Do we warn about them? ...
3 years, 9 months ago (2017-03-13 22:36:54 UTC) #20
mikecase (-- gone --)
Added explicit names of the jars to the third_party/.gitignore so that now unused jars don't ...
3 years, 9 months ago (2017-03-14 18:08:39 UTC) #21
nyquist
https://codereview.chromium.org/2710343003/diff/380001/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java File chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java (left): https://codereview.chromium.org/2710343003/diff/380001/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java#oldcode28 chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java:28: builder.addInstrumentedPackage("com.google.android.gms.common"); Where did these go? Are they not required ...
3 years, 9 months ago (2017-03-14 21:20:37 UTC) #22
mikecase (-- gone --)
https://codereview.chromium.org/2710343003/diff/380001/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java File chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java (left): https://codereview.chromium.org/2710343003/diff/380001/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java#oldcode28 chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java:28: builder.addInstrumentedPackage("com.google.android.gms.common"); On 2017/03/14 at 21:20:37, nyquist wrote: > Where ...
3 years, 9 months ago (2017-03-14 22:07:08 UTC) #23
nyquist
https://codereview.chromium.org/2710343003/diff/380001/chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java File chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java (right): https://codereview.chromium.org/2710343003/diff/380001/chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java#newcode66 chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java:66: public static class MyShadowContentProvider extends ShadowContentProvider { On 2017/03/14 ...
3 years, 9 months ago (2017-03-14 22:17:30 UTC) #24
mikecase (-- gone --)
Most recent two patch sets have two different fixes for SupervisedUserContentProviderUnittest. First is just attaching ...
3 years, 9 months ago (2017-03-15 01:17:46 UTC) #25
nyquist
Yeah, according to http://robolectric.blogspot.com/2016/10/robolectric-313-is-released.html : "ContentProviders should be created using Robolectric.buildContentProvider(), which simulates how the ...
3 years, 9 months ago (2017-03-15 14:40:19 UTC) #26
mikecase (-- gone --)
https://codereview.chromium.org/2710343003/diff/420001/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java File chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java (left): https://codereview.chromium.org/2710343003/diff/420001/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java#oldcode30 chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/OfflinePageTestRunner.java:30: builder.addInstrumentedClass("org.chromium.chrome.browser.offlinepages.DeviceConditions"); On 2017/03/15 at 14:40:19, nyquist wrote: > Could ...
3 years, 9 months ago (2017-03-15 15:35:16 UTC) #27
jbudorick
lgtm We should revisit the mechanism for updating those JARs, though. I'm wondering if we ...
3 years, 9 months ago (2017-03-15 15:58:58 UTC) #28
mikecase (-- gone --)
Seems like some newly added tests failed on Robolectric 3.2.2 Fixed errors in BackgroundOfflinerTaskTest.java by ...
3 years, 9 months ago (2017-03-15 22:41:48 UTC) #29
nyquist
lgtm % nits! https://codereview.chromium.org/2710343003/diff/440001/chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java File chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java (right): https://codereview.chromium.org/2710343003/diff/440001/chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java#newcode46 chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java:46: private Intent mIntent; Nit: final https://codereview.chromium.org/2710343003/diff/440001/chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java#newcode49 ...
3 years, 9 months ago (2017-03-16 15:29:51 UTC) #30
mikecase (-- gone --)
+ thakis@chromium.org, need lgtm from OWNER of third_party/.gitignore :D
3 years, 9 months ago (2017-03-16 15:41:38 UTC) #32
Nico
From what I can tell, the .jar files you're adding to .gitignore are in fact ...
3 years, 9 months ago (2017-03-16 15:46:17 UTC) #33
jbudorick
On 2017/03/16 15:41:38, mikecase wrote: > + mailto:thakis@chromium.org, need lgtm from OWNER of third_party/.gitignore :D ...
3 years, 9 months ago (2017-03-16 15:47:01 UTC) #34
mikecase (-- gone --)
On 2017/03/16 at 15:46:17, thakis wrote: > From what I can tell, the .jar files ...
3 years, 9 months ago (2017-03-16 15:58:02 UTC) #35
Nico
lgtm Sorry, I missed that you're adding .jar.sha1 files, not .jar files. All good then. ...
3 years, 9 months ago (2017-03-16 16:06:32 UTC) #36
mikecase (-- gone --)
https://codereview.chromium.org/2710343003/diff/440001/chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java File chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java (right): https://codereview.chromium.org/2710343003/diff/440001/chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java#newcode46 chrome/android/junit/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinderTest.java:46: private Intent mIntent; On 2017/03/16 at 15:29:50, nyquist wrote: ...
3 years, 9 months ago (2017-03-16 16:30:40 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2710343003/460001
3 years, 9 months ago (2017-03-16 16:31:28 UTC) #40
commit-bot: I haz the power
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/251780)
3 years, 9 months ago (2017-03-16 17:52:17 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2710343003/480001
3 years, 9 months ago (2017-03-16 20:25:42 UTC) #45
commit-bot: I haz the power
3 years, 9 months ago (2017-03-16 21:31:02 UTC) #48
Message was sent while issue was closed.
Committed patchset #25 (id:480001) as
https://chromium.googlesource.com/chromium/src/+/6a5f508e65cf947c6292fe857886...

Powered by Google App Engine
This is Rietveld 408576698