0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes #65 Allow adding a marker/separator in scrubber bar More... over 12 years ago
Fixes #76, Change selectTokenInSource to use real selectors
tester_123
as johnjbarton
More... over 12 years ago
Fixes #78, move runtime initialization from ValueChangeQuery to SetTracedPropertyObjectTransformer, and remove dependency of ValueChangeQuery on propertyKey
tester_123
as johnjbarton
More... over 12 years ago
Fixes #74, Trace all write properties of HTMLElements in the target element menu action move functions of event from logScrubber to eventTurn, add event target to runtime event startInfo
tester_123
as johnjbarton
More... over 12 years ago
Fixes #59, Link functions with their source code. Pass the correct info from the runtime, compute the endOffset (and refactor QPProject to make it easy). Add test-case to lastChange.html for the link on deltas
tester_123
as johnjbarton
More... over 12 years ago
Fixes #57 [traceElements] Link html names in information drop down with highlight operation on page More... over 12 years ago
Fixes #73, [traceElements] Convert lastChange to work off list of properties rather than hard-coded property,
tester_123
as johnjbarton
More... over 12 years ago
Partial fix for issue #59, [traceElements] Link functions with their source code. Here we have the link but it is not triggering the highlight on the line of code, but it calls a QuerypointPanel function
tester_123
as johnjbarton
More... over 12 years ago
Fixes #60, Mouse over function names tokens displayed twice in token viewer traceur originally did not handle function declaration/expression separately. Now that that is fixed we can correctly add the declaration to the enclosing scope (global in this case)
tester_123
as johnjbarton
More... over 12 years ago
Sync to subproject traceur-compiler
tester_123
as johnjbarton
More... over 12 years ago
Partial fix for issue #57 [traceElements] Link html names in information drop down with highlight operation on page More... over 12 years ago
Fix regression caused by commit to issue #21. parser sets severity for turns to be unique from logs
tester_123
as johnjbarton
More... over 12 years ago
Fixes #72, Support tracing element.innerHTML Tracepoints transfered back to the debugger are now created explicitly from page-internal data in formatTracepoint() New test case tests element.innerHTML.
tester_123
as johnjbarton
More... over 12 years ago
Fixes #21, Remove dependency on chrome.experimental so we can install without enabling experimental flags Here we just remove the manifest permission. Tested manually, because we need the browser to have the experimental flag enabled for testRunner. Need to check with the integrated build and update docs
tester_123
as johnjbarton
More... over 12 years ago
Partial fix for issue #21, Remove dependency on chrome.experimental so we can install without enabling experimental flags Here we switch from chrome.experimental.devtools to chrome.devtools.protocol
tester_123
as johnjbarton
More... over 12 years ago
Update screenshots for release 0.3
tester_123
as johnjbarton
More... over 12 years ago
Fixes #69, Switch from border width to width for the scrubber box resizing Also requires changing border-color to background-color
tester_123
as johnjbarton
More... over 12 years ago
Related to issue #68, just refactor and reformat code related to logScrubber
tester_123
as johnjbarton
More... over 12 years ago
Fixes #67 Use #f8f8f2 for white and #272822 for black in log / logScrubber More... over 12 years ago
Fixes #58, Undefined event information Actually I think this was fixed as a side effect of other work, this fixes the case where the eventInformation() data is updated when a load event arrives. The eventInformation() should not change unless the user is hovering over the logScrubber and thus changing the selected turn, showTurn(). By testing the showTurn() value first we avoid updating eventInformation unless showTurn > 0.
tester_123
as johnjbarton
More... over 12 years ago
Fixes #45, Reload Page and Trace Expressions in Open File does not work correctly The FileViewModel update would not apply unless a tree was selected. New test case reloadAndTraceFile
tester_123
as johnjbarton
More... over 12 years ago
Fixes #63 Messages in information box don't match with where the mouse is positioned in the scrubber bar. More... over 12 years ago
Partial fix for issue #58, Undefined event information This addresses the comment about consoleTest, but the main issue is related to missing turns a load object.
tester_123
as johnjbarton
More... over 12 years ago
Emit the loadEvent from the runtime whether or not the page listens for it
tester_123
as johnjbarton
More... over 12 years ago
reorder scripts above body
tester_123
as johnjbarton
More... over 12 years ago
Add DebugLogger.js to script include list
tester_123
as johnjbarton
More... over 12 years ago
Fixes #62 Wrap <script> tag source in turn markers Refactor wrapEntryPoint to extract start/endTurn() call them in the evaluate for putting scripts
tester_123
as johnjbarton
More... over 12 years ago
Fixes #54 Changing load doesn't update console. More... over 12 years ago
Correct test case for change in turn numbering
tester_123
as johnjbarton
More... over 12 years ago
Fixes #52, Two buttons appearing when using Last Change. The bug here was calling addEventListener and staging the addEventListener call. If the real load event arrives very early it sets the trigger for fireLoad. Then the startRuntime() calls fireLoad immediately, before the real load-event turn. Then the real load event turn fires, creating the duplicate button. If the real load event arrives later, the startRuntime() call sets the fireload trigger, and the real load event causes fireLoad() to run. The real load event does not run in this case, but I don't know why not. Also unclear: why does the manual reload cause the real load event to arrive early? I am not able to repro this with an automated test. The fix avoids setting the real-load-event handler if we set a staged one. The fix is correct even if some puzzles remain; once we have synchronous preprocessing these issues will all go away as we won't have artifical loads any more.
tester_123
as johnjbarton
More... over 12 years ago