Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
9f6e3f08f2f1ac176e5a21ee18eaf349d6be3707
9f6e3f0
8008193: test262 tests should be run with security manager enabled
by Athijegannathan Sundararajan
· 12 years ago
ecc2be2
8008103: Source object should maintain URL of the script source as a private field
by Athijegannathan Sundararajan
· 12 years ago
b8d10c0
8008096: TokenStream buffer should grow exponentially
by Hannes Wallnöfer
· 12 years ago
d50e382
8007900: Function binding is inefficient
by Attila Szegedi
· 12 years ago
b98a77d
8007956: Wrong or obsolete system properties in docs/DEVELOPER_README
by Hannes Wallnöfer
· 12 years ago
1e1537c
8007915: Nashorn IR, codegen, parser packages and Context instance should be inaccessible to user code
by Athijegannathan Sundararajan
· 12 years ago
710f066
8006943: Fix order of function method arguments to be (callee, thisObject)
by Attila Szegedi
· 12 years ago
32d71c7
8006222: Move slot from SpillProperty to Property
by James Laskey
· 12 years ago
f2dc010
8007718: Make static RegExp properties fully compatible to other engines
by Hannes Wallnöfer
· 12 years ago
37905fb
8007627: Support @Getter annotation on constructor
by Hannes Wallnöfer
· 12 years ago
b247ddf
8007715: Make sure that not all tests run with AllPermission
by Athijegannathan Sundararajan
· 12 years ago
57ef7ce
8007643: Add testing for quit and exit
by James Laskey
· 12 years ago
574016d
8007629: Remove extraneous quit from shell.js
by James Laskey
· 12 years ago
5900e64
8007545: jjs input evalinput need to be NOT_ENUMERABLE
by James Laskey
· 12 years ago
c95d492
8007619: Add support for deprecated properties of RegExp constructor
by Athijegannathan Sundararajan
· 12 years ago
4eee363
8007273: Creation of ScriptFunctions can be refactored
by Hannes Wallnöfer
· 12 years ago
292a819
8007523: VerifyError on script that uses regular expression literals with ternary operator
by Athijegannathan Sundararajan
· 12 years ago
ac9ca52
8007522: IllegalStateException thrown from String.prototype.search function
by Athijegannathan Sundararajan
· 12 years ago
be50050
8007521: $ENV should be undefined when security manager is present
by Athijegannathan Sundararajan
· 12 years ago
31aa060
8007452: add scripting programmers doc changes for nashorn
by Athijegannathan Sundararajan
· 12 years ago
233a904
8006191: `cmd` -> exec("cmd") in script mode
by James Laskey
· 12 years ago
8b7a8d7
8007215: Varargs broken for the case of passing more than the arg limit arguments
by Marcus Lagergren
· 12 years ago
bd2303d
8007460: var assignment to a parameter in a varargs method causes compilation error
by Attila Szegedi
· 12 years ago
58f1fb6
8007455: Extraneous $(ECHO) in make/Makefile
by James Laskey
· 12 years ago
4f2891c
8007060: Primitive wrap filter throws ClassCastException in test262parallel
by Hannes Wallnöfer
· 12 years ago
fe52eb5
8006529: Methods always get callee - it should be conditional
by Attila Szegedi
· 12 years ago
bdcffc2
8007286: Add JavaAdapter and importPackage to compatibility script
by Athijegannathan Sundararajan
· 12 years ago
fcd28bd
8007140: Java.extend crashes when attempting to extend java.lang.Object
by Athijegannathan Sundararajan
· 12 years ago
411b70d
8007109: Regression: String(ConsString) does not flatten argument to String
by Hannes Wallnöfer
· 12 years ago
8cd63a7
8007132: Java objects returned from constructor functions are lost
by Athijegannathan Sundararajan
· 12 years ago
30b950d
8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes
by Marcus Lagergren
· 12 years ago
b342e3c
8007094: Apply version to nashorn.jar manifest
by James Laskey
· 12 years ago
ae80adf
8007091: Provide private API to pass application class loader for nashorn script engine
by Athijegannathan Sundararajan
· 12 years ago
0b9014a
8006676: Integrate Nashorn into new build system
by James Laskey
· 12 years ago
97a071d
8007004: nashorn script engine should not use thread context class loader as script 'application loader'
by Athijegannathan Sundararajan
· 12 years ago
daaeb20
8006983: Introduce a command line option to switch off syntactic extensions of nashorn
by Athijegannathan Sundararajan
· 12 years ago
327a6cf
8006766: Array-like access to characters of a string is slow
by Hannes Wallnöfer
· 12 years ago
5231fef
8006857: ClassCastException when interface implementing function uses arguments object
by Athijegannathan Sundararajan
· 12 years ago
c2bdb49
8006852: Move tests from JIRA for prepopulated map failures
by James Laskey
· 12 years ago
d9ecc2e
8006408: Clean up and specialize NativeString
by Hannes Wallnöfer
· 12 years ago
d3f071d
8006755: Functions inside with statements dont get correct scope
by Athijegannathan Sundararajan
· 12 years ago
67db0ba
8006575: Error in codegen for element access on primitive value
by Athijegannathan Sundararajan
· 12 years ago
4135674
8006736: nashorn script engine should support the usage multiple global objects with same engine instance
by Athijegannathan Sundararajan
· 12 years ago
7014b0c
8006678: Avoid too many Context.getGlobal() calls
by Athijegannathan Sundararajan
· 12 years ago
245ec82
8006677: Remove unused FunctionNode flags
by Attila Szegedi
· 12 years ago
739b531
8006570: This-value for non-strict functions should be converted to object
by Hannes Wallnöfer
· 12 years ago
017fe2d
8006635: Reduce access levels as much as possible
by Athijegannathan Sundararajan
· 12 years ago
acaee2a
8006525: Give StaticClass objects their own linker
by Attila Szegedi
· 12 years ago
993b92c
8006557: JDK8/Lambda build clashes on Map.replace()
by Athijegannathan Sundararajan
· 12 years ago
7784f11
8006584: improve variable handling in NashornScriptEngine
by Athijegannathan Sundararajan
· 12 years ago
cef1f6c
8006562: findOwnMH in nashorn "objects" package should be cleaned up
by Athijegannathan Sundararajan
· 12 years ago
0748414
8006527: nashorn jsr223 engine does not work in sandbox
by Athijegannathan Sundararajan
· 12 years ago
e1e5093
8006517: PropertyHashMap.Element.equals() compares to Property
by James Laskey
· 12 years ago
71e9d57
8006424: Passing null or undefined to adapter class constructors results in NPE or ClassCastException
by Athijegannathan Sundararajan
· 12 years ago
d35ae9a
8006412: Improve toString method of ScriptObjectMirror class
by Athijegannathan Sundararajan
· 12 years ago
c6c424f
8006304: Remove pre-population of maps for constructor produced maps
by James Laskey
· 12 years ago
a2efb1b
8006337: Discarded arguments for INVOKESTATIC must still be evaluated for side effects
by Attila Szegedi
· 12 years ago
311e573
8005958: invoking a function through INVOKESTATIC with more arguments than it declares resulted in malformed bytecode being generated
by Attila Szegedi
· 12 years ago
0c53c5d
8006293: Reduce ScriptObject.findCallMethodMethod
by Attila Szegedi
· 12 years ago
246e4e8
8006181: nashorn script engine does not run jrunscript's initialization script
by Andreas Rieber
· 12 years ago
f36a46a
8006168: ability to generate multi-type Java adapters
by Attila Szegedi
· 12 years ago
7e7ea2a
8006093: Add a makefile target to run all tests (test, test262, perf tests)
by Athijegannathan Sundararajan
· 12 years ago
a8b9e9a
8006082: Provide option to run octane benchmarks in separate processes
by Athijegannathan Sundararajan
· 12 years ago
8bbf26b
8005976: Break out AccessSpecializer into one pass before CodeGenerator instead of iterative applications from CodeGenerator
by Marcus Lagergren
· 12 years ago
ddf4b86
8005983: JavaAdapterFactory generated proxy classes should take extra constructor arguments at the end
by Attila Szegedi
· 12 years ago
164350c
8005982: NASHORN-71.js failing in nightlys
by Athijegannathan Sundararajan
· 12 years ago
643a6b8
8005987: ant octane tries to run non-benchmark scripts
by Athijegannathan Sundararajan
· 12 years ago
3d26948
8005971: runsunspider.js should check results of benchmarks
by Marcus Lagergren
· 12 years ago
ff98299
8005940: provide ant targets to get and update external test scripts
by Athijegannathan Sundararajan
· 12 years ago
12801c4
8005777: Bug in the FacetIntrospector of Dynalink - non-public class should search super
by Attila Szegedi
· 12 years ago
e40b456
8005848: assigning to global toString variable affects Object.prototype.toString
by Athijegannathan Sundararajan
· 12 years ago
dd47345
8005842: Loops in ASTWriter. Corrected @Reference and @Ignore node annotation for IR nodes
by Marcus Lagergren
· 12 years ago
df21b08
8005801: Refactor findSetMethod
by Attila Szegedi
· 12 years ago
3cb7831
8005846: Remove Mangler in favor of Dynalink's NameCodec
by Attila Szegedi
· 12 years ago
eb0f105
8005843: refSymbols lookup of unbound variable could cause NullPointerException in Lower
by Marcus Lagergren
· 12 years ago
d8e79f1
8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
by Athijegannathan Sundararajan
· 12 years ago
51ceb76
8005788: Loggers and their corresponding system properties not working correctly
by Marcus Lagergren
· 12 years ago
b501e8f
8005782: get rid of javadoc errors, warnings in nashorn build
by Athijegannathan Sundararajan
· 12 years ago
569e8ef
8005703: Offsets miscalculated for blocks
by Petr Hejl
· 12 years ago
24e583d
8005789: Forgot to document -Dnashorn.unstable.relink.threshold
by Marcus Lagergren
· 12 years ago
311f43d
8005663: Update copyright year to 2013
by James Laskey
· 12 years ago
33e2b39
8005665: JavaDoc should only display public interfaces
by James Laskey
· 12 years ago
440f8df
8005666: Add webrev to .hgignore
by James Laskey
· 12 years ago
dca6998
8005440: Improve .hgignore filtering for Nashorn repo
by James Laskey
· 12 years ago
98762d6
8005403: Open-source Nashorn
by Jim Laskey
· 12 years ago
9580995
8005364: initial hg tags for nashorn repo
by John Coomes
· 12 years ago
db7a003
Initial load
by J. Duke
· 17 years ago
ac2b824
Merge
by J. Duke
· 7 years ago
884fa55
Merge
by J. Duke
· 7 years ago
98551c5
Merge
by J. Duke
· 7 years ago
bdf5a70
Merge
by J. Duke
· 7 years ago
9fed0f8
Merge
by J. Duke
· 7 years ago
df056e8
Merge
by J. Duke
· 7 years ago
faf975f
Merge
by J. Duke
· 7 years ago
3a5d99b
Added tag jdk8-b80 for changeset 3fa21fbf9be7
by J. Duke
· 7 years ago
ef906c8
Merge
by J. Duke
· 7 years ago
97a6b4b
Merge
by J. Duke
· 7 years ago
b5abced
Merge
by J. Duke
· 7 years ago
5972611
Merge
by J. Duke
· 7 years ago
9425da3
Merge
by J. Duke
· 7 years ago
Next »