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

Issue 874683002: Fix host installation on i686 Linux. (Closed)

Created:
5 years, 11 months ago by Sergey Ulanov
Modified:
5 years, 11 months ago
Reviewers:
kelvinp
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix host installation on i686 Linux. HostInstaller uses navigator.platform to figure out which package needs to be downloaded to install host on the curren machine. Problem was that on linux navigator.platform may be set to "Linux i686" and HostIntaller wasn't handling it properly. With this change: 1. "Linux i686" is properly recognized as ia32 Linux. 2. Unsupported platforms are properly handled by disabling the "Share" button. BUG=442943 Committed: https://crrev.com/3cf7e0eb1dab5c8f6399f287adaf4f5b88d352da Cr-Commit-Position: refs/heads/master@{#313030}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -45 lines) Patch
M remoting/resources/remoting_strings.grd View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/html/ui_it2me.html View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/crd_main.js View 1 2 2 chunks +14 lines, -18 lines 0 comments Download
M remoting/webapp/crd/js/host_installer.js View 1 2 6 chunks +34 lines, -19 lines 0 comments Download
M remoting/webapp/crd/js/it2me_helpee_channel.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/unittests/it2me_helpee_channel_unittest.js View 1 2 3 5 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Sergey Ulanov
5 years, 11 months ago (2015-01-23 20:10:26 UTC) #2
kelvinp
https://codereview.chromium.org/874683002/diff/1/remoting/resources/remoting_strings.grd File remoting/resources/remoting_strings.grd (right): https://codereview.chromium.org/874683002/diff/1/remoting/resources/remoting_strings.grd#newcode1 remoting/resources/remoting_strings.grd:1: <?xml version="1.0" encoding="UTF-8"?> Duplicate 'change' (With this change change:) ...
5 years, 11 months ago (2015-01-23 21:15:33 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/874683002/diff/1/remoting/resources/remoting_strings.grd File remoting/resources/remoting_strings.grd (right): https://codereview.chromium.org/874683002/diff/1/remoting/resources/remoting_strings.grd#newcode1 remoting/resources/remoting_strings.grd:1: <?xml version="1.0" encoding="UTF-8"?> On 2015/01/23 21:15:33, kelvinp wrote: > ...
5 years, 11 months ago (2015-01-23 21:26:19 UTC) #4
Sergey Ulanov
Also, made isInstalled() a static method in HostInstaller, for consistency with canInstall().
5 years, 11 months ago (2015-01-23 21:30:37 UTC) #5
kelvinp
lgtm
5 years, 11 months ago (2015-01-23 21:31:05 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/874683002/40001
5 years, 11 months ago (2015-01-23 21:35:25 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/17786)
5 years, 11 months ago (2015-01-23 22:48:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/874683002/60001
5 years, 11 months ago (2015-01-24 18:18:46 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-24 20:09:42 UTC) #13
commit-bot: I haz the power
5 years, 11 months ago (2015-01-24 20:10:43 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3cf7e0eb1dab5c8f6399f287adaf4f5b88d352da
Cr-Commit-Position: refs/heads/master@{#313030}

Powered by Google App Engine
This is Rietveld 408576698