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

Issue 1462953004: Unit tests for importing prefs from the Java side implemented (Closed)

Created:
5 years, 1 month ago by Alexander Agulenko
Modified:
5 years, 1 month ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Unit tests for importing prefs from the Java side implemented BUG=551029 Committed: https://crrev.com/e6f94ff0cf7d4385b92585baf41e3ab879326221 Cr-Commit-Position: refs/heads/master@{#360941}

Patch Set 1 #

Patch Set 2 : Added unit test check if prefs are actually empty after calling ClearJavaFirstRunPrefs() function #

Total comments: 7

Patch Set 3 : Merging CLs + fixing nits #

Patch Set 4 : Fixes according to code review comments #

Total comments: 6

Patch Set 5 : Minor code review comments fix #

Patch Set 6 : Compile error fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -9 lines) Patch
M components/components_tests.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridge.java View 1 2 3 2 chunks +12 lines, -8 lines 0 comments Download
M components/variations/android/variations_seed_bridge.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M components/variations/android/variations_seed_bridge.cc View 1 2 3 4 3 chunks +22 lines, -0 lines 0 comments Download
M components/variations/variations_seed_store_unittest.cc View 1 2 3 4 5 2 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (8 generated)
Alexander Agulenko
Implemented unit tests for importing Java prefs from the C++ side. A lot of changes ...
5 years, 1 month ago (2015-11-20 12:20:38 UTC) #3
Alexander Agulenko
5 years, 1 month ago (2015-11-20 12:36:21 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/1462953004/diff/20001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1462953004/diff/20001/components/BUILD.gn#newcode50 components/BUILD.gn:50: "//components/infobars/core", These diffs don't look right. https://codereview.chromium.org/1462953004/diff/20001/components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridgeTest.java File components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridgeTest.java ...
5 years, 1 month ago (2015-11-20 16:28:28 UTC) #5
Alexander Agulenko
https://codereview.chromium.org/1462953004/diff/20001/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1462953004/diff/20001/components/BUILD.gn#newcode50 components/BUILD.gn:50: "//components/infobars/core", On 2015/11/20 16:28:28, Alexei Svitkine (slow) wrote: > ...
5 years, 1 month ago (2015-11-20 17:33:32 UTC) #6
Alexander Agulenko
5 years, 1 month ago (2015-11-20 19:01:49 UTC) #7
Alexander Agulenko
https://codereview.chromium.org/1462953004/diff/20001/components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridgeTest.java File components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridgeTest.java (right): https://codereview.chromium.org/1462953004/diff/20001/components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridgeTest.java#newcode18 components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedBridgeTest.java:18: "seed_signature_test", "seed_country_code_test", "seed_response_date_test", true); On 2015/11/20 16:28:28, Alexei Svitkine ...
5 years, 1 month ago (2015-11-20 19:02:08 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/1462953004/diff/60001/components/components_tests.gyp File components/components_tests.gyp (left): https://codereview.chromium.org/1462953004/diff/60001/components/components_tests.gyp#oldcode1 components/components_tests.gyp:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
5 years, 1 month ago (2015-11-20 19:10:34 UTC) #9
Alexander Agulenko
https://codereview.chromium.org/1462953004/diff/60001/components/components_tests.gyp File components/components_tests.gyp (left): https://codereview.chromium.org/1462953004/diff/60001/components/components_tests.gyp#oldcode1 components/components_tests.gyp:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
5 years, 1 month ago (2015-11-20 19:23:06 UTC) #10
Alexander Agulenko
https://codereview.chromium.org/1462953004/diff/60001/components/components_tests.gyp File components/components_tests.gyp (left): https://codereview.chromium.org/1462953004/diff/60001/components/components_tests.gyp#oldcode1 components/components_tests.gyp:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
5 years, 1 month ago (2015-11-20 19:23:06 UTC) #11
Alexander Agulenko
https://codereview.chromium.org/1462953004/diff/60001/components/variations/android/variations_seed_bridge.h File components/variations/android/variations_seed_bridge.h (right): https://codereview.chromium.org/1462953004/diff/60001/components/variations/android/variations_seed_bridge.h#newcode34 components/variations/android/variations_seed_bridge.h:34: void SetTestData(std::string seed_data, On 2015/11/20 19:10:33, Alexei Svitkine (slow) ...
5 years, 1 month ago (2015-11-20 19:24:04 UTC) #12
Alexei Svitkine (slow)
lgtm
5 years, 1 month ago (2015-11-20 19:26:34 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1462953004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1462953004/80001
5 years, 1 month ago (2015-11-20 19:29:02 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/88207) linux_android_rel_ng on ...
5 years, 1 month ago (2015-11-20 19:46:34 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1462953004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1462953004/100001
5 years, 1 month ago (2015-11-20 19:53:07 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-20 21:08:44 UTC) #21
Steven Holte
lgtm
5 years, 1 month ago (2015-11-20 22:22:59 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1462953004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1462953004/100001
5 years, 1 month ago (2015-11-20 23:05:25 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 1 month ago (2015-11-20 23:17:03 UTC) #26
commit-bot: I haz the power
5 years, 1 month ago (2015-11-20 23:18:16 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e6f94ff0cf7d4385b92585baf41e3ab879326221
Cr-Commit-Position: refs/heads/master@{#360941}

Powered by Google App Engine
This is Rietveld 408576698