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

Issue 412243002: [usb_gadget p09] Software updates over HTTP. (Closed)

Created:
6 years, 5 months ago by Reilly Grant (use Gerrit)
Modified:
6 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[usb_gadget p09] Software updates over HTTP. Add a /update resource which accepts a new software package (assuming the hash is correct) and performs an in-place upgrade. To avoid leaving the device in an unusable state the old version remains running until the new version starts to accept HTTP connections. At this point the Tornado I/O loop is running correctly and even if USB functionality is broken the device should accept another software update to fix it. BUG=396682 R=rockot@chromium.org,rpaquay@chromium.org,kalman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285531

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -1 line) Patch
M tools/usb_gadget/__main__.py View 2 chunks +4 lines, -0 lines 0 comments Download
M tools/usb_gadget/package.py View 4 chunks +28 lines, -1 line 0 comments Download
M tools/usb_gadget/server.py View 4 chunks +72 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Reilly Grant (use Gerrit)
6 years, 5 months ago (2014-07-24 17:07:24 UTC) #1
Ken Rockot(use gerrit already)
lgtm
6 years, 5 months ago (2014-07-24 17:49:00 UTC) #2
Reilly Grant (use Gerrit)
The CQ bit was checked by reillyg@chromium.org
6 years, 5 months ago (2014-07-25 07:18:59 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reillyg@chromium.org/412243002/1
6 years, 5 months ago (2014-07-25 07:20:52 UTC) #4
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 08:36:08 UTC) #5
Message was sent while issue was closed.
Change committed as 285531

Powered by Google App Engine
This is Rietveld 408576698