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

Issue 2509183002: Initial pass creating the ES6 feature doc (Closed)

Created:
4 years, 1 month ago by scottchen
Modified:
3 years, 5 months ago
Reviewers:
Nico, Dan Beam, dpapad
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Initial pass creating the ES6 feature doc BUG=671426 NOTRY=true # blame dbeam@ if something bad happens Committed: https://crrev.com/84ef86caae2a84f0dd898972ef721d97c02ac6e3 Cr-Commit-Position: refs/heads/master@{#436479}

Patch Set 1 #

Total comments: 14

Patch Set 2 : update example styles to match styleguide; move Promise to allowed #

Patch Set 3 : comply to 80-col #

Patch Set 4 : convert page to accordion on page load #

Patch Set 5 : clarify arrow function explanation #

Total comments: 77
Unified diffs Side-by-side diffs Delta from patch set Stats (+932 lines, -0 lines) Patch
A docs/es6-chromium.md View 1 2 3 4 1 chunk +932 lines, -0 lines 77 comments Download

Messages

Total messages: 27 (11 generated)
scottchen
4 years, 1 month ago (2016-11-21 18:04:21 UTC) #2
dpapad
https://codereview.chromium.org/2509183002/diff/1/docs/es6-chromium.md File docs/es6-chromium.md (right): https://codereview.chromium.org/2509183002/diff/1/docs/es6-chromium.md#newcode109 docs/es6-chromium.md:109: for(let i = 0; i < 3; i++) { ...
4 years, 1 month ago (2016-11-21 22:59:55 UTC) #3
Dan Beam
https://codereview.chromium.org/2509183002/diff/1/docs/es6-chromium.md File docs/es6-chromium.md (right): https://codereview.chromium.org/2509183002/diff/1/docs/es6-chromium.md#newcode16 docs/es6-chromium.md:16: <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> why are we using jquery?
4 years, 1 month ago (2016-11-22 02:37:11 UTC) #4
scottchen1
https://codereview.chromium.org/2509183002/diff/1/docs/es6-chromium.md File docs/es6-chromium.md (right): https://codereview.chromium.org/2509183002/diff/1/docs/es6-chromium.md#newcode16 docs/es6-chromium.md:16: <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> On 2016/11/22 02:37:11, Dan Beam wrote: > ...
4 years, 1 month ago (2016-11-22 21:26:58 UTC) #6
scottchen
4 years, 1 month ago (2016-11-23 00:16:33 UTC) #7
scottchen
4 years, 1 month ago (2016-11-23 00:17:12 UTC) #9
dpapad
https://codereview.chromium.org/2509183002/diff/80001/docs/es6-chromium.md File docs/es6-chromium.md (right): https://codereview.chromium.org/2509183002/diff/80001/docs/es6-chromium.md#newcode264 docs/es6-chromium.md:264: class Rectangle extends Shape { Can you also include ...
4 years, 1 month ago (2016-11-23 01:39:39 UTC) #10
Dan Beam
https://codereview.chromium.org/2509183002/diff/80001/docs/es6-chromium.md File docs/es6-chromium.md (right): https://codereview.chromium.org/2509183002/diff/80001/docs/es6-chromium.md#newcode60 docs/es6-chromium.md:60: document.addEventListener("DOMContentLoaded", function(event) { prefer single quotes always https://codereview.chromium.org/2509183002/diff/80001/docs/es6-chromium.md#newcode62 docs/es6-chromium.md:62: ...
4 years ago (2016-11-30 23:08:54 UTC) #11
Dan Beam
in light of the recent deprecation proposal of shadow dom v0 (and shadow dom v1 ...
4 years ago (2016-12-06 01:09:04 UTC) #13
Dan Beam
lgtm
4 years ago (2016-12-06 01:09:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2509183002/80001
4 years ago (2016-12-06 01:10:32 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-06 01:15:23 UTC) #21
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/84ef86caae2a84f0dd898972ef721d97c02ac6e3 Cr-Commit-Position: refs/heads/master@{#436479}
4 years ago (2016-12-06 01:17:59 UTC) #23
Dan Beam
https://codereview.chromium.org/2509183002/diff/80001/docs/es6-chromium.md File docs/es6-chromium.md (right): https://codereview.chromium.org/2509183002/diff/80001/docs/es6-chromium.md#newcode60 docs/es6-chromium.md:60: document.addEventListener("DOMContentLoaded", function(event) { On 2016/11/30 23:08:54, Dan Beam wrote: ...
4 years ago (2016-12-07 19:41:40 UTC) #24
Nico
vapier asked on chromium-dev why this doc isn't somewhere below styleguide/ That seems like a ...
3 years, 5 months ago (2017-07-21 20:30:22 UTC) #26
Dan Beam
3 years, 5 months ago (2017-07-21 20:50:39 UTC) #27
Message was sent while issue was closed.
On 2017/07/21 20:30:22, Nico wrote:
> vapier asked on chromium-dev why this doc isn't somewhere below styleguide/
That
> seems like a good question to me, did y'all consider putting it there?

at the time this was created there was no web style guide.  it would've been
weird to build upon a (non-existent) ES5 style guide for ES6 (like C++11 doc
without the C++ style guide).

this was a little less fleshed out than it is now (and now tooling support is
better).

tl;dr - I think it'd be fine to figure out how to integrate this with
styleguide/ (either by moving the file there or pushing into web.md or
something).  ultimately, it's probably more up to dpapad@ than me, now.

Powered by Google App Engine
This is Rietveld 408576698