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

Issue 24930003: Migrate startup URLs pref. (Closed)

Created:
7 years, 2 months ago by MAD
Modified:
7 years, 2 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Migrate startup URLs pref. TBRing battre@ for tiny profile_resetter change, other OWNERs appear to be out as well. TBR=battre BUG=299290 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229536

Patch Set 1 #

Total comments: 10

Patch Set 2 : Now with sync support. #

Total comments: 12

Patch Set 3 : CR Comments - 1. #

Total comments: 3

Patch Set 4 : Address Nicolas' nit, Greg's feedback. #

Total comments: 19

Patch Set 5 : Dear Greg, #

Total comments: 2

Patch Set 6 : Updating all references to deprecated pref name. #

Patch Set 7 : rebase #

Patch Set 8 : Rebase again after dcommitting line ending change. #

Patch Set 9 : Rebase again, this time picking up the EOL fix. #

Total comments: 4

Patch Set 10 : Add rather than update previously unseen migrated prefs. #

Total comments: 8

Patch Set 11 : Move to using a map for sync data entries. Add synced old pref value names to synced_preferences_. #

Total comments: 2

Patch Set 12 : Nicolas' feedback. Add unit tests. #

Total comments: 12

Patch Set 13 : Nicolas' feedback, fix ModelAssociationCloudHasOldMigratedData test. #

Patch Set 14 : #

Total comments: 22

Patch Set 15 : MAD and Alexei feedback. #

Total comments: 2

Patch Set 16 : Update histograms strings. #

Total comments: 18

Patch Set 17 : Bernhard's feedback. #

Patch Set 18 : Rebase #

Patch Set 19 : Rename remaining old pref value. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+437 lines, -33 lines) Patch
M chrome/browser/prefs/pref_model_associator.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/prefs/pref_model_associator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 12 chunks +159 lines, -18 lines 0 comments Download
M chrome/browser/prefs/session_startup_pref.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +64 lines, -1 line 0 comments Download
M chrome/browser/profile_resetter/profile_resetter_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/startup_overlay.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/startup_overlay.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/startup_section.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_preference_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +157 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +9 lines, -1 line 0 comments Download
M chrome/test/data/extensions/profiles/content_scripts1/Default/Preferences View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/profiles/content_scripts10/Default/Preferences View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/profiles/content_scripts50/Default/Preferences View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/profiles/empty/Default/Preferences View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/policy/policy_test_cases.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/profiles/profile_with_complex_theme/Default/PreferencesTemplate View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 201 (0 generated)
grt (UTC plus 2)
will any changes be required on the sync side of the universe? https://codereview.chromium.org/24930003/diff/1/chrome/browser/prefs/pref_metrics_service.cc File chrome/browser/prefs/pref_metrics_service.cc ...
7 years, 2 months ago (2013-09-27 13:24:45 UTC) #1
MAD
Thanks... I'm not sure about the sync aspect of renaming a pref, I will investigate... ...
7 years, 2 months ago (2013-09-27 14:54:20 UTC) #2
grt (UTC plus 2)
https://codereview.chromium.org/24930003/diff/1/chrome/browser/prefs/pref_metrics_service.cc File chrome/browser/prefs/pref_metrics_service.cc (right): https://codereview.chromium.org/24930003/diff/1/chrome/browser/prefs/pref_metrics_service.cc#newcode260 chrome/browser/prefs/pref_metrics_service.cc:260: const std::string& histogram_name, On 2013/09/27 14:54:20, MAD wrote: > ...
7 years, 2 months ago (2013-09-27 15:50:21 UTC) #3
MAD
Go it... Working on an updated patch... Thanks! BYE MAD https://codereview.chromium.org/24930003/diff/1/chrome/browser/prefs/pref_metrics_service.cc File chrome/browser/prefs/pref_metrics_service.cc (right): https://codereview.chromium.org/24930003/diff/1/chrome/browser/prefs/pref_metrics_service.cc#newcode260 ...
7 years, 2 months ago (2013-09-27 17:35:39 UTC) #4
MAD
Here's a new version that works well while sync'ing with older version of Chrome... Let ...
7 years, 2 months ago (2013-10-04 14:28:21 UTC) #5
robertshield
looking really good! some comments: https://codereview.chromium.org/24930003/diff/14001/chrome/browser/prefs/session_startup_pref.cc File chrome/browser/prefs/session_startup_pref.cc (right): https://codereview.chromium.org/24930003/diff/14001/chrome/browser/prefs/session_startup_pref.cc#newcode187 chrome/browser/prefs/session_startup_pref.cc:187: now - last_migration_time, in ...
7 years, 2 months ago (2013-10-04 15:16:14 UTC) #6
Nicolas Zea
https://codereview.chromium.org/24930003/diff/14001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/14001/chrome/browser/prefs/pref_model_associator.cc#newcode116 chrome/browser/prefs/pref_model_associator.cc:116: if (!CreatePrefSyncData(pref_name, *new_value, &sync_data)) { not that this is ...
7 years, 2 months ago (2013-10-04 17:45:01 UTC) #7
grt (UTC plus 2)
I think it would be nice to do this without special casing particular preferences in ...
7 years, 2 months ago (2013-10-04 18:24:06 UTC) #8
MAD
Done / Answered... Thanks! BYE MAD https://codereview.chromium.org/24930003/diff/14001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/14001/chrome/browser/prefs/pref_model_associator.cc#newcode116 chrome/browser/prefs/pref_model_associator.cc:116: if (!CreatePrefSyncData(pref_name, *new_value, ...
7 years, 2 months ago (2013-10-04 19:31:21 UTC) #9
Nicolas Zea
sync changes LGTM https://codereview.chromium.org/24930003/diff/24001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/24001/chrome/browser/prefs/pref_model_associator.cc#newcode127 chrome/browser/prefs/pref_model_associator.cc:127: syncer::SyncData sync_data; nit: CreatePrefSyncData will overwrite ...
7 years, 2 months ago (2013-10-04 19:37:35 UTC) #10
robertshield
@Nicolas: one quick question about the sync changes. Also, I'll be taking over finishing off ...
7 years, 2 months ago (2013-10-07 16:42:57 UTC) #11
Nicolas Zea
https://codereview.chromium.org/24930003/diff/24001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/24001/chrome/browser/prefs/pref_model_associator.cc#newcode432 chrome/browser/prefs/pref_model_associator.cc:432: NotifySyncedPrefObservers(name, true /*from_sync*/); On 2013/10/07 16:42:57, robertshield wrote: > ...
7 years, 2 months ago (2013-10-07 17:08:07 UTC) #12
robertshield
@grt: please could you take a look and see if this resembles what you had ...
7 years, 2 months ago (2013-10-07 19:20:05 UTC) #13
grt (UTC plus 2)
pretty much lgtm with the tweaks below. please wait for Nicolas to review the details ...
7 years, 2 months ago (2013-10-07 20:15:16 UTC) #14
robertshield
Thanks Greg, PTAL. @Nicolas: would you mind taking one more look over the changes in ...
7 years, 2 months ago (2013-10-08 01:52:12 UTC) #15
grt (UTC plus 2)
lgtm https://codereview.chromium.org/24930003/diff/34001/chrome/browser/prefs/session_startup_pref.cc File chrome/browser/prefs/session_startup_pref.cc (right): https://codereview.chromium.org/24930003/diff/34001/chrome/browser/prefs/session_startup_pref.cc#newcode185 chrome/browser/prefs/session_startup_pref.cc:185: DCHECK(now > last_migration_time); On 2013/10/08 01:52:13, robertshield wrote: ...
7 years, 2 months ago (2013-10-08 13:20:11 UTC) #16
Nicolas Zea
new sync logic LGTM
7 years, 2 months ago (2013-10-08 18:49:10 UTC) #17
Nicolas Zea
https://codereview.chromium.org/24930003/diff/80001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/80001/chrome/browser/prefs/pref_model_associator.cc#newcode172 chrome/browser/prefs/pref_model_associator.cc:172: syncer::SyncChange::ACTION_UPDATE, It occurs to me this isn't always correct ...
7 years, 2 months ago (2013-10-09 17:40:52 UTC) #18
robertshield
Thanks Nicolas, PTAL https://codereview.chromium.org/24930003/diff/45001/chrome/browser/prefs/session_startup_pref.cc File chrome/browser/prefs/session_startup_pref.cc (right): https://codereview.chromium.org/24930003/diff/45001/chrome/browser/prefs/session_startup_pref.cc#newcode177 chrome/browser/prefs/session_startup_pref.cc:177: base::Time::Now().ToInternalValue()); On 2013/10/08 13:20:11, grt wrote: ...
7 years, 2 months ago (2013-10-10 00:40:16 UTC) #19
Nicolas Zea
Some comments. Additionally, I think this patch has reached sufficient complexity that some pref_model_associator_unittests are ...
7 years, 2 months ago (2013-10-10 17:44:14 UTC) #20
robertshield
Thanks Nicolas, new patch uploaded. Please check the comment about inserting into synced_preferences_ to see ...
7 years, 2 months ago (2013-10-10 20:06:20 UTC) #21
Nicolas Zea
https://codereview.chromium.org/24930003/diff/89001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/89001/chrome/browser/prefs/pref_model_associator.cc#newcode206 chrome/browser/prefs/pref_model_associator.cc:206: synced_preferences_.insert(pref_name); On 2013/10/10 20:06:21, robertshield wrote: > On 2013/10/10 ...
7 years, 2 months ago (2013-10-10 20:35:08 UTC) #22
robertshield
Thanks Nicolas, made the changes you suggested and added some tests. PTAL and let me ...
7 years, 2 months ago (2013-10-11 18:29:30 UTC) #23
Nicolas Zea
https://codereview.chromium.org/24930003/diff/111001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/111001/chrome/browser/prefs/pref_model_associator.cc#newcode156 chrome/browser/prefs/pref_model_associator.cc:156: if (preference.name() == old_pref_name && migrated_preference_list) { I think ...
7 years, 2 months ago (2013-10-11 19:58:54 UTC) #24
robertshield
Thanks Nicolas, PTAL https://codereview.chromium.org/24930003/diff/111001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/111001/chrome/browser/prefs/pref_model_associator.cc#newcode156 chrome/browser/prefs/pref_model_associator.cc:156: if (preference.name() == old_pref_name && migrated_preference_list) ...
7 years, 2 months ago (2013-10-11 21:47:23 UTC) #25
Nicolas Zea
LGTM!
7 years, 2 months ago (2013-10-14 21:25:36 UTC) #26
robertshield
OWNERS reviews please! battre@ -> chrome\browser\prefs, chrome\browser\profile_resetter jhawkins@ -> chrome\browser\resources\options asvitkine@ -> histograms Thanks! Robert
7 years, 2 months ago (2013-10-15 00:47:04 UTC) #27
MAD
There are two changes that shouldn't be there. And sorry for not noticing that there ...
7 years, 2 months ago (2013-10-15 14:31:15 UTC) #28
Alexei Svitkine (slow)
https://codereview.chromium.org/24930003/diff/127001/chrome/browser/prefs/session_startup_pref.cc File chrome/browser/prefs/session_startup_pref.cc (right): https://codereview.chromium.org/24930003/diff/127001/chrome/browser/prefs/session_startup_pref.cc#newcode27 chrome/browser/prefs/session_startup_pref.cc:27: STARTUP_URLS_MIGRATION_METRICS_STARTED, I'm not sure _STARTED is accurate here. Perhaps ...
7 years, 2 months ago (2013-10-15 14:40:55 UTC) #29
robertshield
Thanks! PTAL https://codereview.chromium.org/24930003/diff/127001/chrome/browser/prefs/session_startup_pref.cc File chrome/browser/prefs/session_startup_pref.cc (right): https://codereview.chromium.org/24930003/diff/127001/chrome/browser/prefs/session_startup_pref.cc#newcode27 chrome/browser/prefs/session_startup_pref.cc:27: STARTUP_URLS_MIGRATION_METRICS_STARTED, On 2013/10/15 14:40:55, Alexei Svitkine wrote: ...
7 years, 2 months ago (2013-10-15 18:00:43 UTC) #30
Alexei Svitkine (slow)
LGTM with a comment https://codereview.chromium.org/24930003/diff/148001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/24930003/diff/148001/tools/metrics/histograms/histograms.xml#newcode27046 tools/metrics/histograms/histograms.xml:27046: + <int value="1" label="Deleted migration"/> ...
7 years, 2 months ago (2013-10-15 18:05:29 UTC) #31
robertshield
Thanks Alexei. Moar OWNERS reviews please! bauerb@ -> chrome\browser\prefs vabr@-> chrome\browser\profile_resetter jhawkins@ -> chrome\browser\resources\options https://codereview.chromium.org/24930003/diff/148001/tools/metrics/histograms/histograms.xml ...
7 years, 2 months ago (2013-10-15 21:29:17 UTC) #32
Bernhard Bauer
https://codereview.chromium.org/24930003/diff/131001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/131001/chrome/browser/prefs/pref_model_associator.cc#newcode153 chrome/browser/prefs/pref_model_associator.cc:153: if (IsMigratedPreference(pref_name.c_str())) { This logic is fairly tricky. We ...
7 years, 2 months ago (2013-10-15 22:03:52 UTC) #33
robertshield
Thanks Bernhard, PTAL https://codereview.chromium.org/24930003/diff/131001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/131001/chrome/browser/prefs/pref_model_associator.cc#newcode153 chrome/browser/prefs/pref_model_associator.cc:153: if (IsMigratedPreference(pref_name.c_str())) { On 2013/10/15 22:03:52, ...
7 years, 2 months ago (2013-10-16 01:23:26 UTC) #34
Bernhard Bauer
https://codereview.chromium.org/24930003/diff/131001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/131001/chrome/browser/prefs/pref_model_associator.cc#newcode153 chrome/browser/prefs/pref_model_associator.cc:153: if (IsMigratedPreference(pref_name.c_str())) { On 2013/10/16 01:23:27, robertshield wrote: > ...
7 years, 2 months ago (2013-10-16 15:13:32 UTC) #35
robertshield
https://codereview.chromium.org/24930003/diff/131001/chrome/browser/prefs/pref_model_associator.cc File chrome/browser/prefs/pref_model_associator.cc (right): https://codereview.chromium.org/24930003/diff/131001/chrome/browser/prefs/pref_model_associator.cc#newcode153 chrome/browser/prefs/pref_model_associator.cc:153: if (IsMigratedPreference(pref_name.c_str())) { On 2013/10/16 15:13:33, Bernhard Bauer wrote: ...
7 years, 2 months ago (2013-10-16 15:50:07 UTC) #36
Bernhard Bauer
LGTM as discussed off-review.
7 years, 2 months ago (2013-10-16 16:08:05 UTC) #37
James Hawkins
lgtm
7 years, 2 months ago (2013-10-16 16:53:06 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-16 19:00:01 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-16 20:38:25 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-16 21:21:38 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-17 01:29:20 UTC) #42
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=178469
7 years, 2 months ago (2013-10-17 04:53:42 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-17 19:29:34 UTC) #44
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=88007
7 years, 2 months ago (2013-10-18 00:08:18 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:52:17 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:52:42 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:52:54 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:53:07 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:53:20 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:53:36 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:53:58 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:54:41 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:54:53 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:55:06 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:55:16 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:55:32 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:55:44 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:55:58 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:56:11 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:57:00 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:57:17 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:57:30 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:57:41 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:57:53 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:58:10 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:58:22 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:58:34 UTC) #68
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:58:46 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:58:58 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:59:10 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:59:31 UTC) #72
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 15:59:49 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:00:10 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:00:31 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:00:44 UTC) #76
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:01:00 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:01:19 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:01:34 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:01:55 UTC) #80
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:02:15 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:02:35 UTC) #82
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:02:53 UTC) #83
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:03:22 UTC) #84
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:03:40 UTC) #85
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:04:00 UTC) #86
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:04:18 UTC) #87
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:05:02 UTC) #88
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:05:27 UTC) #89
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:05:47 UTC) #90
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:06:06 UTC) #91
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:06:23 UTC) #92
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:06:42 UTC) #93
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:06:59 UTC) #94
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:07:18 UTC) #95
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:07:43 UTC) #96
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:08:03 UTC) #97
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:08:17 UTC) #98
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:08:32 UTC) #99
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:08:44 UTC) #100
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:08:58 UTC) #101
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:09:12 UTC) #102
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:09:23 UTC) #103
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:09:46 UTC) #104
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:10:07 UTC) #105
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:10:44 UTC) #106
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:11:12 UTC) #107
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:11:27 UTC) #108
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:11:50 UTC) #109
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:12:12 UTC) #110
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:12:24 UTC) #111
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:12:39 UTC) #112
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:12:52 UTC) #113
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:13:06 UTC) #114
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:13:18 UTC) #115
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:13:35 UTC) #116
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:13:48 UTC) #117
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:14:02 UTC) #118
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:14:15 UTC) #119
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:14:28 UTC) #120
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:14:42 UTC) #121
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:14:56 UTC) #122
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:15:18 UTC) #123
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:15:34 UTC) #124
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:15:47 UTC) #125
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:16:00 UTC) #126
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:16:18 UTC) #127
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:16:33 UTC) #128
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:16:46 UTC) #129
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:17:02 UTC) #130
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:17:14 UTC) #131
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:17:26 UTC) #132
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:17:41 UTC) #133
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:17:56 UTC) #134
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:18:48 UTC) #135
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:19:07 UTC) #136
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:19:21 UTC) #137
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:19:34 UTC) #138
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:19:46 UTC) #139
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:19:59 UTC) #140
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:20:13 UTC) #141
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:20:32 UTC) #142
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:20:47 UTC) #143
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:21:01 UTC) #144
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:21:16 UTC) #145
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:21:36 UTC) #146
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:21:50 UTC) #147
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:22:06 UTC) #148
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:22:23 UTC) #149
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:22:39 UTC) #150
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:22:53 UTC) #151
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:23:18 UTC) #152
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:23:34 UTC) #153
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:23:48 UTC) #154
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:24:03 UTC) #155
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:24:16 UTC) #156
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:24:31 UTC) #157
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:24:51 UTC) #158
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:25:07 UTC) #159
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:25:20 UTC) #160
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:25:41 UTC) #161
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:26:01 UTC) #162
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:26:19 UTC) #163
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:26:48 UTC) #164
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:27:12 UTC) #165
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:27:26 UTC) #166
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:27:42 UTC) #167
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:27:56 UTC) #168
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:28:13 UTC) #169
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:28:28 UTC) #170
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:28:45 UTC) #171
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:28:58 UTC) #172
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:29:14 UTC) #173
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:29:29 UTC) #174
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:29:44 UTC) #175
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:29:57 UTC) #176
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:30:12 UTC) #177
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:30:30 UTC) #178
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:30:54 UTC) #179
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:32:04 UTC) #180
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:33:00 UTC) #181
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:33:47 UTC) #182
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:34:05 UTC) #183
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:34:20 UTC) #184
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:34:36 UTC) #185
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:34:50 UTC) #186
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:35:05 UTC) #187
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:35:19 UTC) #188
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:35:41 UTC) #189
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:36:02 UTC) #190
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:36:17 UTC) #191
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:36:33 UTC) #192
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:36:47 UTC) #193
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:37:12 UTC) #194
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:37:26 UTC) #195
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:37:41 UTC) #196
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/168001
7 years, 2 months ago (2013-10-18 16:37:56 UTC) #197
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-18 17:17:47 UTC) #198
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/24930003/1075001
7 years, 2 months ago (2013-10-19 02:31:28 UTC) #199
commit-bot: I haz the power
Change committed as 229536
7 years, 2 months ago (2013-10-19 10:33:23 UTC) #200
vabr (Chromium)
7 years, 2 months ago (2013-10-24 07:45:38 UTC) #201
Message was sent while issue was closed.
chrome\browser\profile_resetter LGTM.

(Sorry for the delay, I was OOO.)

Cheers,
Vaclav

Powered by Google App Engine
This is Rietveld 408576698