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

Issue 837933003: Convert the inspector framework to use ES6 classes. (Closed)

Created:
5 years, 11 months ago by tonyg
Modified:
5 years, 11 months ago
Reviewers:
jamesr, esprehn, eseidel
CC:
esprehn, abarth-chromium, mojo-reviews_chromium.org, ojan
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Remove empty ctors #

Total comments: 1

Patch Set 3 : prevent extensions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+432 lines, -410 lines) Patch
M sky/framework/inspector/console-agent.sky View 1 2 1 chunk +10 lines, -7 lines 0 comments Download
M sky/framework/inspector/css-agent.sky View 1 2 1 chunk +43 lines, -40 lines 0 comments Download
M sky/framework/inspector/dom-agent.sky View 1 2 1 chunk +155 lines, -152 lines 0 comments Download
M sky/framework/inspector/indexeddb-agent.sky View 1 2 1 chunk +9 lines, -6 lines 0 comments Download
M sky/framework/inspector/inspector.sky View 1 2 2 chunks +87 lines, -88 lines 0 comments Download
M sky/framework/inspector/page-agent.sky View 1 2 3 chunks +48 lines, -45 lines 0 comments Download
M sky/framework/inspector/runtime-agent.sky View 1 2 3 chunks +70 lines, -65 lines 0 comments Download
M sky/framework/inspector/worker-agent.sky View 1 2 1 chunk +10 lines, -7 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
tonyg
5 years, 11 months ago (2015-01-14 01:19:37 UTC) #2
esprehn
Lets add a constructor() to all the classes, and put Object.preventExtensions(this) as the last statement ...
5 years, 11 months ago (2015-01-14 02:03:22 UTC) #4
tonyg
On 2015/01/14 02:03:22, esprehn wrote: > Lets add a constructor() to all the classes, and ...
5 years, 11 months ago (2015-01-14 02:44:38 UTC) #5
esprehn
lgtm, final would be amazing.
5 years, 11 months ago (2015-01-14 02:46:12 UTC) #6
tonyg
Committed patchset #3 (id:40001) manually as 77c9901f5eeaa9b4f4977cc5a1960d8b5bd1b2a8 (presubmit successful).
5 years, 11 months ago (2015-01-14 02:49:55 UTC) #7
jamesr
5 years, 11 months ago (2015-01-14 18:49:00 UTC) #9
Message was sent while issue was closed.
This patch appears to break these tests:

Regressions: Unexpected timeouts (2)
  inspector/dom-mutation-modify-text-node-and-append.sky [ Timeout ]
  inspector/dom-mutation.sky [ Timeout ]

currently the waterfall is configured to show sky failures as green

Powered by Google App Engine
This is Rietveld 408576698