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

Issue 1004513002: Eliminated named constants for instances of remoting.Error. (Closed)

Created:
5 years, 9 months ago by John Williams
Modified:
5 years, 9 months ago
Reviewers:
Jamie
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

Eliminated named constants for instances of remoting.Error. Committed: https://crrev.com/745e53b571adbe742caf3b92cc8c692eb1f51b6e Cr-Commit-Position: refs/heads/master@{#320795}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Patch Set 4 : #

Total comments: 14

Patch Set 5 : #

Patch Set 6 : #

Total comments: 6

Patch Set 7 : #

Patch Set 8 : ftw #

Patch Set 9 : re-sync #

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -240 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M remoting/webapp/app_remoting/js/app_remoting.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +13 lines, -8 lines 0 comments Download
M remoting/webapp/base/js/application.js View 1 2 3 4 5 6 7 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/webapp/crd/js/client_session.js View 1 2 3 4 5 6 7 5 chunks +18 lines, -13 lines 0 comments Download
M remoting/webapp/crd/js/crd_connect.js View 1 2 3 4 5 6 7 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/crd_main.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/desktop_remoting.js View 1 2 3 4 5 6 7 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/dns_blackhole_checker.js View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/dns_blackhole_checker_unittest.js View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/error.js View 1 2 3 4 5 4 chunks +67 lines, -93 lines 0 comments Download
A remoting/webapp/crd/js/error_unittest.js View 1 2 3 4 5 1 chunk +117 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/host_controller.js View 1 2 3 4 6 chunks +9 lines, -9 lines 0 comments Download
M remoting/webapp/crd/js/host_daemon_facade.js View 1 2 3 4 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/webapp/crd/js/host_install_dialog.js View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/host_installer.js View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/host_list.js View 1 2 3 4 5 6 7 chunks +9 lines, -9 lines 0 comments Download
M remoting/webapp/crd/js/host_list_api_impl.js View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/host_screen.js View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
M remoting/webapp/crd/js/host_setup_dialog.js View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/webapp/crd/js/it2me_connect_flow.js View 3 chunks +7 lines, -6 lines 0 comments Download
M remoting/webapp/crd/js/it2me_host_facade.js View 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/webapp/crd/js/l10n.js View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M remoting/webapp/crd/js/me2me_connect_flow.js View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/mock_host_list_api.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/mock_identity.js View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/webapp/crd/js/mock_signal_strategy.js View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/oauth2.js View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/oauth2_api_impl.js View 6 chunks +10 lines, -10 lines 0 comments Download
M remoting/webapp/crd/js/paired_client_manager.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/remoting.js View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/server_log_entry.js View 1 2 3 4 5 3 chunks +3 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/session_connector_impl.js View 1 2 3 4 5 6 7 3 chunks +8 lines, -6 lines 0 comments Download
M remoting/webapp/crd/js/wcs_adapter.js View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/wcs_loader.js View 3 chunks +8 lines, -7 lines 0 comments Download
M remoting/webapp/crd/js/xhr.js View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/xmpp_connection.js View 1 2 7 chunks +8 lines, -8 lines 0 comments Download
M remoting/webapp/crd/js/xmpp_connection_unittest.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/xmpp_login_handler.js View 8 chunks +13 lines, -10 lines 0 comments Download
M remoting/webapp/crd/js/xmpp_login_handler_unittest.js View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 36 (12 generated)
John Williams
5 years, 9 months ago (2015-03-11 21:33:21 UTC) #2
Jamie
Thanks for the cleanup! LGTM with my comments addressed, but please make sure you've run ...
5 years, 9 months ago (2015-03-11 22:16:38 UTC) #3
John Williams
PTAL; I added a hasTag method for the sake of type safety, and some unit ...
5 years, 9 months ago (2015-03-12 02:46:20 UTC) #4
Jamie
On 2015/03/12 02:46:20, John Williams wrote: > PTAL; I added a hasTag method for the ...
5 years, 9 months ago (2015-03-12 19:33:28 UTC) #5
John Williams
On 2015/03/12 19:33:28, Jamie wrote: > On 2015/03/12 02:46:20, John Williams wrote: > > PTAL; ...
5 years, 9 months ago (2015-03-12 20:56:12 UTC) #6
John Williams
5 years, 9 months ago (2015-03-12 21:18:33 UTC) #7
Jamie
On 2015/03/12 20:56:12, John Williams wrote: > On 2015/03/12 19:33:28, Jamie wrote: > > On ...
5 years, 9 months ago (2015-03-12 21:18:57 UTC) #8
Jamie
On 2015/03/12 21:18:57, Jamie wrote: > On 2015/03/12 20:56:12, John Williams wrote: > > On ...
5 years, 9 months ago (2015-03-12 21:19:46 UTC) #9
Jamie
https://codereview.chromium.org/1004513002/diff/20001/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/1004513002/diff/20001/remoting/webapp/base/js/application.js#newcode97 remoting/webapp/base/js/application.js:97: if (error.hasTag(remoting.Error.Tag.CANCELLED)) { TBH, I have no problem with ...
5 years, 9 months ago (2015-03-12 21:40:11 UTC) #10
John Williams
https://codereview.chromium.org/1004513002/diff/20001/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/1004513002/diff/20001/remoting/webapp/base/js/application.js#newcode97 remoting/webapp/base/js/application.js:97: if (error.hasTag(remoting.Error.Tag.CANCELLED)) { On 2015/03/12 21:40:11, Jamie wrote: > ...
5 years, 9 months ago (2015-03-13 00:26:35 UTC) #11
John Williams
not LGTM Let's see if I can revoke the LGTM on my own CL, since ...
5 years, 9 months ago (2015-03-13 17:51:46 UTC) #12
Jamie
It doesn't look like your "not LGTM" worked, so here's one that will :) https://codereview.chromium.org/1004513002/diff/20001/remoting/webapp/base/js/application.js ...
5 years, 9 months ago (2015-03-13 17:56:17 UTC) #13
John Williams
OK, maybe the 6th time's a charm on this one. BTW I'm sorry to waste ...
5 years, 9 months ago (2015-03-13 19:30:29 UTC) #14
Jamie
LGTM with nits. https://codereview.chromium.org/1004513002/diff/60001/remoting/webapp/crd/js/error.js File remoting/webapp/crd/js/error.js (right): https://codereview.chromium.org/1004513002/diff/60001/remoting/webapp/crd/js/error.js#newcode30 remoting/webapp/crd/js/error.js:30: remoting.Error.prototype.getTagForLocalization = function() { On 2015/03/13 ...
5 years, 9 months ago (2015-03-13 20:26:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1004513002/140001
5 years, 9 months ago (2015-03-13 22:34:16 UTC) #18
John Williams
https://codereview.chromium.org/1004513002/diff/60001/remoting/webapp/crd/js/l10n.js File remoting/webapp/crd/js/l10n.js (right): https://codereview.chromium.org/1004513002/diff/60001/remoting/webapp/crd/js/l10n.js#newcode32 remoting/webapp/crd/js/l10n.js:32: * an Error object containing the tag. On 2015/03/13 ...
5 years, 9 months ago (2015-03-13 22:40:31 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/33341)
5 years, 9 months ago (2015-03-13 23:33:15 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1004513002/160001
5 years, 9 months ago (2015-03-14 00:41:04 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/33394)
5 years, 9 months ago (2015-03-14 01:41:16 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1004513002/180001
5 years, 9 months ago (2015-03-14 02:04:20 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/6701)
5 years, 9 months ago (2015-03-14 04:14:34 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1004513002/200001
5 years, 9 months ago (2015-03-16 19:21:17 UTC) #34
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 9 months ago (2015-03-16 21:26:45 UTC) #35
commit-bot: I haz the power
5 years, 9 months ago (2015-03-16 21:27:28 UTC) #36
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/745e53b571adbe742caf3b92cc8c692eb1f51b6e
Cr-Commit-Position: refs/heads/master@{#320795}

Powered by Google App Engine
This is Rietveld 408576698