Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(49)

Issue 4266054: Wrap debug JS in anonymous function, while public APIs are exportJs'ed (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 4 months ago by mhermanto
Modified:
15 years, 4 months ago
Reviewers:
fargo
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

Refactor out JS handler compilation work to DefaultJsCompiler and ClosureJsCompiler. Respectively, they are for build-time and run-time compile. The later is incomplete (ie: need to plug in the actual JS compiler). This change paves way for system-wide runtime compilation, which will initially 1) avoid global namespace pollution, and 2) while public APIs are allowed to escape (and made available) to global via exportJs. Tests also added.

Patch Set 1 : Update patch #

Patch Set 2 : Update patch #

Patch Set 3 : Update patch #

Messages

Total messages: 11
mhermanto
15 years, 4 months ago (2011-03-08 21:58:29 UTC) #1
mhermanto
Update patch
15 years, 4 months ago (2011-03-10 01:59:43 UTC) #2
fargo
codereview doesn't like me, so forgive the wonky copy-and-paste job. FeatureRegistry.java ---- 572 public List<String> ...
15 years, 4 months ago (2011-03-11 03:18:13 UTC) #3
mhermanto
Update patch
15 years, 4 months ago (2011-03-11 20:19:41 UTC) #4
mhermanto
On Thu, Mar 10, 2011 at 7:18 PM, John Hjelmstad <fargo@google.com> wrote: > codereview doesn't ...
15 years, 4 months ago (2011-03-11 20:21:08 UTC) #5
fargo
Comments inline, then taking a look @ the code again in Rietveld. On Fri, Mar ...
15 years, 4 months ago (2011-03-11 20:34:11 UTC) #6
mhermanto
On Fri, Mar 11, 2011 at 12:21 PM, Michael Hermanto <mhermanto@gmail.com>wrote: > > > On ...
15 years, 4 months ago (2011-03-11 20:35:21 UTC) #7
johnfargo
LGTM ...with one note about pulling log.warn into a method, from previous mail. On 2011/03/11 ...
15 years, 4 months ago (2011-03-11 20:38:34 UTC) #8
mhermanto
On Fri, Mar 11, 2011 at 12:34 PM, John Hjelmstad <fargo@google.com> wrote: > Comments inline, ...
15 years, 4 months ago (2011-03-11 20:42:02 UTC) #9
mhermanto
On Fri, Mar 11, 2011 at 12:42 PM, Michael Hermanto <mhermanto@gmail.com>wrote: > > > On ...
15 years, 4 months ago (2011-03-11 20:42:16 UTC) #10
mhermanto
15 years, 4 months ago (2011-03-11 20:42:29 UTC) #11
Update patch
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b