0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
stop using cloudbees for now, travis is easier More... over 8 years ago
nevermind for now More... over 8 years ago
this project is unmaintained atm More... about 9 years ago
Merge pull request #153 from Coveo/fix-regex-start-offset More... almost 10 years ago
Fix a small typo. More... almost 10 years ago
User provided sort comparator should return floats without failing. More... almost 10 years ago
Adjust 'from' offset in byte array using encoding. More... about 10 years ago
Merge branch 'pr/149' More... about 10 years ago
Merge branch 'pr/150' More... about 10 years ago
Do not use byte offsets as character offsets. More... about 10 years ago
fix and unit test for parsing long numbers in JSON.Parse More... about 10 years ago
Array.isArray should not return true for non-arrays. More... about 10 years ago
Make `lookup` requests more complete with references. More... about 10 years ago
Don't wait for a listener if there's not one. Just break. Adjust line-numbers for 0-indexed expectations. More... about 10 years ago
Track source file-names slightly better. Provide serialization of Frames more appropriately. Fix source name from <script> to <eval> More... about 10 years ago
Use the new build env on Travis More... about 10 years ago
Remove debug verbosity. More... about 10 years ago
Further cleanup/fixing of JSON serialization, particuarly `lookup`. More... about 10 years ago
Clean up the serialization/deserialization and struction of all the JSON flying around all willy-nilly. More... about 10 years ago
Fix for #146. Don't assume 'self' is a DynArray in the ctor. More... about 10 years ago
Add a failing test for subclassing a builtin Array. More... about 10 years ago
More serialization refactoring of more requests (backtrace, etc) More... about 10 years ago
Reorganize how serializers are stored, since they are accumulating. Add the ability to grab full source of any script. Fleshen out `scripts` command a tad. More... about 10 years ago
Start tracking names for `scripts` debugger action. More... about 10 years ago
Embiggen the v8 debugger protocol support to support node-inspector. Miles to go. More... about 10 years ago
More compatibility for node-inspector, not just node debug. More... about 10 years ago
* Use the Netty replaying-decoder more appropritely and simplify the JSONDecoder. * Ensure that GlobalContext is never used as 'this', but rather gcontext.getObject(). * Adjust stack-trace-related stuff for determining top-levelness to check for a contextified JSObject instead of a GlobalContext. More... about 10 years ago
Merge branch 'Coveo-fix-regex-encoding' More... about 10 years ago
Merge branch 'master' into fix-regex-encoding More... about 10 years ago
Use UTF-8 encoding when getting bytes for strings to match encoding used for pattern. More... about 10 years ago