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

Issue 10010019: JS style nits (Closed)

Created:
8 years, 8 months ago by Tyler Breisacher (Chromium)
Modified:
8 years, 8 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

a few more JS style nits... BUG=122002 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=131087

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 73

Patch Set 4 : more about_stats fixes #

Patch Set 5 : moar things #

Patch Set 6 : couple more #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -94 lines) Patch
M chrome/browser/resources/about_stats.js View 1 2 3 6 chunks +32 lines, -37 lines 0 comments Download
M chrome/browser/resources/certificate_viewer.js View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/crashes.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/feedback.js View 1 2 3 4 6 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/resources/flags.js View 1 2 3 4 6 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/resources/plugins.js View 1 2 3 4 8 chunks +15 lines, -16 lines 0 comments Download
M chrome/browser/resources/policy.js View 1 2 3 4 5 4 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/sessions.js View 1 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/resources/sync_setup_overlay.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/translate.js View 1 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Tyler Breisacher (Chromium)
8 years, 8 months ago (2012-04-05 19:12:51 UTC) #1
Dan Beam
it hurt... up to you what you want to fix, most of these were mainly ...
8 years, 8 months ago (2012-04-05 22:24:13 UTC) #2
Tyler Breisacher (Chromium)
https://chromiumcodereview.appspot.com/10010019/diff/3001/chrome/browser/resources/about_stats.js File chrome/browser/resources/about_stats.js (right): https://chromiumcodereview.appspot.com/10010019/diff/3001/chrome/browser/resources/about_stats.js#newcode45 chrome/browser/resources/about_stats.js:45: if (showAll || name.indexOf(text) >= 0) { On 2012/04/05 ...
8 years, 8 months ago (2012-04-05 22:39:13 UTC) #3
Tyler Breisacher (Chromium)
https://chromiumcodereview.appspot.com/10010019/diff/3001/chrome/browser/resources/certificate_viewer.js File chrome/browser/resources/certificate_viewer.js (right): https://chromiumcodereview.appspot.com/10010019/diff/3001/chrome/browser/resources/certificate_viewer.js#newcode24 chrome/browser/resources/certificate_viewer.js:24: if (e.keyCode == 27) { // ESC On 2012/04/05 ...
8 years, 8 months ago (2012-04-05 22:49:54 UTC) #4
Dan Beam
8 years, 8 months ago (2012-04-06 02:58:29 UTC) #5
lgtm, but I'm going to think about this code in my nightmares (and about my
comments on this CL in my free time...)

https://chromiumcodereview.appspot.com/10010019/diff/3001/chrome/browser/reso...
File chrome/browser/resources/crashes.js (right):

https://chromiumcodereview.appspot.com/10010019/diff/3001/chrome/browser/reso...
chrome/browser/resources/crashes.js:11: chrome.send('requestCrashList');
On 2012/04/05 22:49:55, Tyler Breisacher wrote:
> On 2012/04/05 22:24:13, Dan Beam wrote:
> > yay, it works!
> 
> It's like you don't have faith in my ability to write regular expressions or
> something...

I do now! :P

https://chromiumcodereview.appspot.com/10010019/diff/3001/chrome/browser/reso...
File chrome/browser/resources/feedback.js (right):

https://chromiumcodereview.appspot.com/10010019/diff/3001/chrome/browser/reso...
chrome/browser/resources/feedback.js:6: var FEEDBACK_LANDING_PAGE =
On 2012/04/05 22:49:55, Tyler Breisacher wrote:
> On 2012/04/05 22:24:13, Dan Beam wrote:
> > /** @const */
> 
> Here, yes. The other constants are not actually constant -- it looks they're
set
> to '' here and then init'd to their real value later. So we should maybe
> refactor in another CL...

Only meant this one.

Powered by Google App Engine
This is Rietveld 408576698