Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScriptCompressor constants change from static variables to a soft-referenced container class #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2011

  1. JavaScriptCompressor change so that the JavaScript words are softly

    referenced rather than stored in static variables. This allows the words
    to be garbage collected in the instance where you use
    JavaScriptCompressor in a long-running application.
    karlvr committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    bb9fd9c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2011

  1. Restore javascript comments processing

    Ported code for processing javascript comments from
    pre-Rhino-1.7.2 code. Without it comments gives
    syntax error and break parsing logic.
    denispokataev authored and karlvr committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    f30df99 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2012

  1. Bug: empty Javascript file no longer causes ArrayIndexOutOfBoundsExce…

    …ption
    
    Signed-off-by: Karl von Randow <[email protected]>
    karlvr committed May 29, 2012
    Configuration menu
    Copy the full SHA
    2423309 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2013

  1. Merge remote-tracking branch 'official/master'

    Conflicts:
    	.gitignore
    	build/yuicompressor-2.4.8pre.jar
    	src/com/yahoo/platform/yui/compressor/ScriptOrFnScope.java
    karlvr committed Dec 27, 2013
    Configuration menu
    Copy the full SHA
    b2b4880 View commit details
    Browse the repository at this point in the history