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

Issue 453783006: Handle cr.exportPath() in compiler pass, declare every object only once (Closed)

Created:
6 years, 4 months ago by Vitaly Pavlenko
Modified:
6 years, 4 months ago
CC:
chromium-reviews, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@C_define_property
Project:
chromium
Visibility:
Public.

Description

Handle cr.exportPath() in compiler pass, declare every object only once BUG=393873 R=dbeam@chromium.org,tbreisacher@chromium.org TEST=third_party/closure_compiler/runner/how_to_test_compiler_pass.md Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289928

Patch Set 1 #

Total comments: 6

Patch Set 2 : fixed two nits #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -11 lines) Patch
M third_party/closure_compiler/README.chromium View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/closure_compiler/compiler_customization_test.py View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java View 1 2 8 chunks +43 lines, -9 lines 0 comments Download
M third_party/closure_compiler/runner/test/com/google/javascript/jscomp/ChromePassTest.java View 1 1 chunk +64 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Vitaly Pavlenko
6 years, 4 months ago (2014-08-12 01:39:09 UTC) #1
Vitaly Pavlenko
6 years, 4 months ago (2014-08-12 01:39:11 UTC) #2
Vitaly Pavlenko
ping
6 years, 4 months ago (2014-08-14 00:04:18 UTC) #3
Dan Beam
lgtm https://chromiumcodereview.appspot.com/453783006/diff/1/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java File third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java (right): https://chromiumcodereview.appspot.com/453783006/diff/1/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java#newcode71 third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java:71: this.createdObjects = new HashSet<>(); nit: this.createdObjects = new ...
6 years, 4 months ago (2014-08-14 02:23:02 UTC) #4
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/453783006/diff/1/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java File third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java (right): https://chromiumcodereview.appspot.com/453783006/diff/1/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java#newcode71 third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java:71: this.createdObjects = new HashSet<>(); On 2014/08/14 02:23:02, Dan Beam ...
6 years, 4 months ago (2014-08-14 02:40:59 UTC) #5
Tyler Breisacher (Chromium)
lgtm
6 years, 4 months ago (2014-08-14 17:17:02 UTC) #6
Vitaly Pavlenko
The CQ bit was checked by vitalyp@chromium.org
6 years, 4 months ago (2014-08-14 17:34:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalyp@chromium.org/453783006/40001
6 years, 4 months ago (2014-08-14 17:37:58 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-15 00:59:17 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-15 07:01:43 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/6088)
6 years, 4 months ago (2014-08-15 07:01:44 UTC) #11
Vitaly Pavlenko
The CQ bit was checked by vitalyp@chromium.org
6 years, 4 months ago (2014-08-15 16:43:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalyp@chromium.org/453783006/40001
6 years, 4 months ago (2014-08-15 16:43:33 UTC) #13
commit-bot: I haz the power
6 years, 4 months ago (2014-08-15 17:47:25 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (40001) as 289928

Powered by Google App Engine
This is Rietveld 408576698