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

Issue 7329011: Chromoting: Move set(Client|Host)Mode into remoting namespace. (Closed)

Created:
9 years, 5 months ago by garykac
Modified:
9 years, 5 months ago
Reviewers:
awong, Jamie
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Chromoting: Move set(Client|Host)Mode into remoting namespace. Likewise for cancelPendingOperation. This fixes failing JS calls from choice.html (e.g., "OK" button for "Invalid Access Code") Also replace occurrences of: function f() {} remoting.f = f; with: remoting.f = function() {} to be consistent. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91871

Patch Set 1 #

Total comments: 2

Patch Set 2 : remove blank line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -21 lines) Patch
M remoting/webapp/me2mom/remoting.js View 1 10 chunks +18 lines, -21 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
garykac
9 years, 5 months ago (2011-07-08 01:32:17 UTC) #1
Jamie
LGTM with one nit. http://codereview.chromium.org/7329011/diff/1/remoting/webapp/me2mom/remoting.js File remoting/webapp/me2mom/remoting.js (right): http://codereview.chromium.org/7329011/diff/1/remoting/webapp/me2mom/remoting.js#newcode269 remoting/webapp/me2mom/remoting.js:269: Is this blank line deliberate? ...
9 years, 5 months ago (2011-07-08 16:09:45 UTC) #2
garykac
9 years, 5 months ago (2011-07-08 17:36:41 UTC) #3
http://codereview.chromium.org/7329011/diff/1/remoting/webapp/me2mom/remoting.js
File remoting/webapp/me2mom/remoting.js (right):

http://codereview.chromium.org/7329011/diff/1/remoting/webapp/me2mom/remoting...
remoting/webapp/me2mom/remoting.js:269: 
On 2011/07/08 16:09:45, Jamie wrote:
> Is this blank line deliberate? I can't see why it's been added.

Curious. It was not intended. Removed.

Powered by Google App Engine
This is Rietveld 408576698