1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug 1143521 - Remove IsPoisonedPtr stuff More... over 6 years ago
Bug 1139429 - Fix ICU configuration for SunOS/OpenSolaris. More... over 6 years ago
Bug 1130439 - Trigger compacting GCs after the user becomes inactive More... over 6 years ago
Bug 1142669 part 6 - Don't inline scripts that are known to inline a lot of code. More... over 6 years ago
Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. More... over 6 years ago
mark 1143860 done More... over 6 years ago
Bump version for .17 release More... over 6 years ago
Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. More... over 6 years ago
Bug 1143860 - Add column number to PCToLineNumber. More... over 6 years ago
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