1
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pointer style More... over 6 years ago
Bug 1143802 - Forward jit level information to profiler frontend. More... over 6 years ago
pointer style fix and cleanup More... over 6 years ago
Enable image downscaling during decode More... over 6 years ago
Enable image downscaling during decode More... over 6 years ago
Fix Use-After-Free in the HTML5 Parser More... over 6 years ago
Merge pull request #33 from rmottola/master More... over 6 years ago
Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. More... over 6 years ago
pointer style More... over 6 years ago
update More... over 6 years ago
Bug 1336791 - Allow readelf to print types without parentheses. (Fix FreeBSD) More... over 6 years ago
Bug 1144802 part 8. Drop the scopechain member from GlobalSharedContext, since it's not needed anymore. More... over 6 years ago
Bug 1144802 part 7. Remove the scopechain walk in the FunctionBox constructor, since consumers should now set hasPollutedGlobalScope as needed. More... over 6 years ago
Bug 1144802 part 6. Remove the scopechain walk in BytecodeEmitter::needsImplicitThis, since consumers should now set hasPollutedGlobalScope as needed. More... over 6 years ago
Bug 1144802 part 5. Flag eval scripts as having a polluted scopechain when inside a with scope. More... over 6 years ago
Bug 1144802 part 4. Stop returning true from ByteCodeEmitter::needsImplicitThis based on the compileAndGo flag. More... over 6 years ago
Bug 1144802 part 3. Output JSOP_GIMPLICITTHIS whenever we have a JSOP_GETNAME in call context and don't know for a fact that we need an implicit this. More... over 6 years ago
Bug 1144802 part 2. Add JIT and interpreter fast paths for JSOP_GIMPLICITTHIS when the script doesn't have a polluted scope. More... over 6 years ago
Bug 1144802 part 1. Add a JSOP_GIMPLICITTHIS which acts like JSOP_IMPLICITTHIS when the script hasPollutedGlobalScope and JSOP_UNDEFINED otherwise. More... over 6 years ago
mark done More... over 6 years ago
Bug 1144743 part 6. Set the hasPollutedGlobalScope flag correctly when executing scripts. More... over 6 years ago
Bug 1144743 part 5. Set the hasPollutedGlobalScope flag correctly when cloning functions. More... over 6 years ago
Merge pull request #32 from rmottola/master More... over 6 years ago
Bump version to .17a prerelease More... over 6 years ago
Bug 1144743 part 4. Set the hasPollutedGlobalScope flag correctly when compiling functions. More... over 6 years ago
Bug 1144743 part 3. Set hasPollutedGlobalScope when we're compiling scripts we know will be executed with a non-global scope without cloning them. More... over 6 years ago
Bug 1144743 part 2. Add an option to JS::CompileOptions for hasPollutedGlobalScope. More... over 6 years ago
Bug 1144743 part 1. Add a hasPollutedGlobalScope flag to scripts. More... over 6 years ago
pointer style More... over 6 years ago
update amd mark done stuff More... over 6 years ago