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

Issue 1679973002: Runtime polyfill: Stubbed unimplemented methods; consistency fixes. (Closed)

Created:
4 years, 10 months ago by Matthew Alger
Modified:
4 years, 10 months ago
Reviewers:
raymes
Base URL:
https://github.com/chromium/caterpillar.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Runtime polyfill: Stubbed unimplemented methods; consistency fixes. This CL contains some fixes for comments to make them consistent across the polyfills, and explicitly stubs out not implemented functions in the runtime polyfill. It also moves the invocation of strict mode into the wrapper function. Committed: 17e150b31ae1e7ebc726126b6f5a5f1cee33b74f

Patch Set 1 #

Total comments: 6

Patch Set 2 : Response to CR #

Patch Set 3 : Response to CR #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -23 lines) Patch
M src/js/polyfills/runtime.polyfill.js View 1 2 6 chunks +115 lines, -23 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Matthew Alger
4 years, 10 months ago (2016-02-08 23:01:43 UTC) #3
raymes
https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js File src/js/polyfills/runtime.polyfill.js (right): https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js#newcode21 src/js/polyfills/runtime.polyfill.js:21: 'use strict'; nit: just move this above function() https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js#newcode329 ...
4 years, 10 months ago (2016-02-10 23:10:35 UTC) #4
Matthew Alger
https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js File src/js/polyfills/runtime.polyfill.js (right): https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js#newcode21 src/js/polyfills/runtime.polyfill.js:21: 'use strict'; On 2016/02/10 23:10:35, raymes wrote: > nit: ...
4 years, 10 months ago (2016-02-11 00:15:55 UTC) #5
raymes
https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js File src/js/polyfills/runtime.polyfill.js (right): https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js#newcode21 src/js/polyfills/runtime.polyfill.js:21: 'use strict'; I'm not sure that is true. I ...
4 years, 10 months ago (2016-02-11 05:28:30 UTC) #6
Matthew Alger
https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js File src/js/polyfills/runtime.polyfill.js (right): https://codereview.chromium.org/1679973002/diff/1/src/js/polyfills/runtime.polyfill.js#newcode21 src/js/polyfills/runtime.polyfill.js:21: 'use strict'; On 2016/02/11 05:28:29, raymes wrote: > I'm ...
4 years, 10 months ago (2016-02-11 22:41:26 UTC) #7
raymes
lgtm
4 years, 10 months ago (2016-02-15 01:59:56 UTC) #8
Matt Giuca
4 years, 10 months ago (2016-02-15 23:57:56 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
17e150b31ae1e7ebc726126b6f5a5f1cee33b74f.

(Note: Actually manually, by mgiuca, not using git cl land.)

Powered by Google App Engine
This is Rietveld 408576698