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

Issue 418663002: Typecheck JS files for chrome://help before doing import transition (Closed)

Created:
6 years, 5 months ago by Vitaly Pavlenko
Modified:
6 years, 4 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, arv+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@json_to_pydict
Project:
chromium
Visibility:
Public.

Description

Typecheck JS files for chrome://help before doing import transition BUG=393873 R=dbeam@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288504

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fixed previous comments #

Total comments: 6

Patch Set 3 : Resolve 3 comments #

Total comments: 4

Patch Set 4 : Last fixes #

Patch Set 5 : Yet last fixes #

Total comments: 10

Patch Set 6 : split to js and checker config, will commit js #

Patch Set 7 : revert assert.js to master #

Total comments: 2

Patch Set 8 : added missing space #

Patch Set 9 : fixed wrong use of assert() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -26 lines) Patch
M chrome/browser/resources/uber/uber.js View 1 2 3 4 5 6 7 8 5 chunks +14 lines, -9 lines 0 comments Download
M chrome/browser/resources/uber/uber_utils.js View 1 2 3 4 5 6 7 6 chunks +14 lines, -9 lines 0 comments Download
M ui/webui/resources/js/cr/ui/focus_manager.js View 1 2 3 6 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Dan Beam
https://codereview.chromium.org/418663002/diff/1/chrome/browser/resources/uber/uber.js File chrome/browser/resources/uber/uber.js (right): https://codereview.chromium.org/418663002/diff/1/chrome/browser/resources/uber/uber.js#newcode152 chrome/browser/resources/uber/uber.js:152: e = /** @type{!MessageEvent.<!{method: string, params: *}>} */ (e); ...
6 years, 5 months ago (2014-07-23 22:09:24 UTC) #1
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/418663002/diff/1/third_party/closure_compiler/checker.py File third_party/closure_compiler/checker.py (right): https://chromiumcodereview.appspot.com/418663002/diff/1/third_party/closure_compiler/checker.py#newcode75 third_party/closure_compiler/checker.py:75: "--jscomp_warning=checkTypes", On 2014/07/23 22:09:24, Dan Beam wrote: > did ...
6 years, 5 months ago (2014-07-24 00:59:58 UTC) #2
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/418663002/diff/1/chrome/browser/resources/uber/uber.js File chrome/browser/resources/uber/uber.js (right): https://chromiumcodereview.appspot.com/418663002/diff/1/chrome/browser/resources/uber/uber.js#newcode152 chrome/browser/resources/uber/uber.js:152: e = /** @type{!MessageEvent.<!{method: string, params: *}>} */ (e); ...
6 years, 5 months ago (2014-07-24 01:09:31 UTC) #3
Dan Beam
https://chromiumcodereview.appspot.com/418663002/diff/20001/chrome/browser/resources/uber/uber.js File chrome/browser/resources/uber/uber.js (right): https://chromiumcodereview.appspot.com/418663002/diff/20001/chrome/browser/resources/uber/uber.js#newcode221 chrome/browser/resources/uber/uber.js:221: assert(element, 'expected an element'); why don't we just update ...
6 years, 5 months ago (2014-07-24 04:27:54 UTC) #4
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/418663002/diff/20001/chrome/browser/resources/uber/uber.js File chrome/browser/resources/uber/uber.js (right): https://chromiumcodereview.appspot.com/418663002/diff/20001/chrome/browser/resources/uber/uber.js#newcode221 chrome/browser/resources/uber/uber.js:221: assert(element, 'expected an element'); On 2014/07/24 04:27:54, Dan Beam ...
6 years, 5 months ago (2014-07-24 18:54:30 UTC) #5
Dan Beam
https://chromiumcodereview.appspot.com/418663002/diff/40001/chrome/browser/resources/uber/uber.js File chrome/browser/resources/uber/uber.js (right): https://chromiumcodereview.appspot.com/418663002/diff/40001/chrome/browser/resources/uber/uber.js#newcode220 chrome/browser/resources/uber/uber.js:220: var element = assert(document.querySelector(query), 'expected an element'); just remove ...
6 years, 5 months ago (2014-07-24 20:11:53 UTC) #6
Dan Beam
you need to rebase in changes, but other than that lgtm
6 years, 5 months ago (2014-07-24 20:12:11 UTC) #7
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/418663002/diff/40001/chrome/browser/resources/uber/uber.js File chrome/browser/resources/uber/uber.js (right): https://chromiumcodereview.appspot.com/418663002/diff/40001/chrome/browser/resources/uber/uber.js#newcode220 chrome/browser/resources/uber/uber.js:220: var element = assert(document.querySelector(query), 'expected an element'); On 2014/07/24 ...
6 years, 5 months ago (2014-07-25 20:35:43 UTC) #8
Vitaly Pavlenko
The CQ bit was checked by vitalyp@chromium.org
6 years, 4 months ago (2014-08-06 15:02:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalyp@chromium.org/418663002/100001
6 years, 4 months ago (2014-08-06 15:03:17 UTC) #10
Dan Beam
The CQ bit was unchecked by dbeam@chromium.org
6 years, 4 months ago (2014-08-06 16:06:29 UTC) #11
Dan Beam
https://codereview.chromium.org/418663002/diff/80001/chrome/browser/resources/uber/uber_utils.js File chrome/browser/resources/uber/uber_utils.js (right): https://codereview.chromium.org/418663002/diff/80001/chrome/browser/resources/uber/uber_utils.js#newcode64 chrome/browser/resources/uber/uber_utils.js:64: else if (e.data.method === 'mouseWheel') add curlies to every ...
6 years, 4 months ago (2014-08-06 16:07:00 UTC) #12
Vitaly Pavlenko
Dan, please, set commit bit if everything is OK. https://codereview.chromium.org/418663002/diff/80001/chrome/browser/resources/uber/uber_utils.js File chrome/browser/resources/uber/uber_utils.js (right): https://codereview.chromium.org/418663002/diff/80001/chrome/browser/resources/uber/uber_utils.js#newcode64 chrome/browser/resources/uber/uber_utils.js:64: ...
6 years, 4 months ago (2014-08-07 18:18:14 UTC) #13
Dan Beam
https://codereview.chromium.org/418663002/diff/120001/chrome/browser/resources/uber/uber_utils.js File chrome/browser/resources/uber/uber_utils.js (right): https://codereview.chromium.org/418663002/diff/120001/chrome/browser/resources/uber/uber_utils.js#newcode61 chrome/browser/resources/uber/uber_utils.js:61: e = /** @type{!MessageEvent.<!{method: string, params: *}>} */(e); type{ ...
6 years, 4 months ago (2014-08-07 20:50:46 UTC) #14
Vitaly Pavlenko
https://codereview.chromium.org/418663002/diff/120001/chrome/browser/resources/uber/uber_utils.js File chrome/browser/resources/uber/uber_utils.js (right): https://codereview.chromium.org/418663002/diff/120001/chrome/browser/resources/uber/uber_utils.js#newcode61 chrome/browser/resources/uber/uber_utils.js:61: e = /** @type{!MessageEvent.<!{method: string, params: *}>} */(e); On ...
6 years, 4 months ago (2014-08-07 20:59:24 UTC) #15
Dan Beam
The CQ bit was checked by dbeam@chromium.org
6 years, 4 months ago (2014-08-07 21:44:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalyp@chromium.org/418663002/140001
6 years, 4 months ago (2014-08-07 22:19:22 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-08 06:38:21 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-08 07:17:45 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/2163) linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/4171)
6 years, 4 months ago (2014-08-08 07:17:46 UTC) #20
Vitaly Pavlenko
The CQ bit was checked by vitalyp@chromium.org
6 years, 4 months ago (2014-08-08 22:53:28 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalyp@chromium.org/418663002/160001
6 years, 4 months ago (2014-08-08 22:57:32 UTC) #22
commit-bot: I haz the power
6 years, 4 months ago (2014-08-09 05:22:33 UTC) #23
Message was sent while issue was closed.
Change committed as 288504

Powered by Google App Engine
This is Rietveld 408576698