0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes issue #131, WebInspector CSSMetaData.js does not compile, Undefined label '_33880_402'. do..while look needed a break label for unlabeled break. Added test case to test/transformations
tester_123
as johnjbarton
More... about 12 years ago
Fixes #130, inspector.js does not load, '}' expected. Uses const key word. Set option traceur.options.blockBinding. Add test to test/transformations/tests.js.
tester_123
as johnjbarton
More... about 12 years ago
sync to traceur-compiler at 66f40011656da976ed7580ca6b4dd87544cffb93
tester_123
as johnjbarton
More... about 12 years ago
Fixes #129, require.js does not run: for-in break fails. BreakStatement/ContinueStatement requires an Identifier
tester_123
as johnjbarton
More... about 12 years ago
Test case for issue #129, for-in break fails
tester_123
as johnjbarton
More... about 12 years ago
Fixes #127 require.js does not run: must not evaluate RHS of ?: if false. Add transformConditionalExpression to LinearizeTransformer. Add test to transformations/test.js
tester_123
as johnjbarton
More... about 12 years ago
Fixes #126, require.js does not run, need to short circuit && and ||. Add _transformShortCircuit to LinearizeTransformer.
tester_123
as johnjbarton
More... about 12 years ago
Repurpose ifDemo to become unit tests for transformations, starting with issue #126 and #122
tester_123
as johnjbarton
More... about 12 years ago
Fixes #125, Support multiple file projects. Refactor FileViewModel and QuerypointPanel to introduce FileChainViewModel and EditorViewModel leveraging ko. Add test case for lastChange Across two files. This version does not support simultaneous file-views
tester_123
as johnjbarton
More... about 12 years ago
Set .page onto project rather than panel
tester_123
as johnjbarton
More... about 12 years ago
Remove reload-and-trace option from initial panel for now at least
tester_123
as johnjbarton
More... about 12 years ago
Fix expected results from two tests
tester_123
as johnjbarton
More... about 12 years ago
Fix transformation of typeof() operator for KO test case
tester_123
as johnjbarton
More... about 12 years ago
Fixes #121 Move css rule for .eventIndicator to a seperate file More... about 12 years ago
FIXME, multiple ValueChangeTransformers are being run because something is reseting hasValueChangeTransform
tester_123
as johnjbarton
More... about 12 years ago
Warn if we have an assignment we cannot trace with lastChange
tester_123
as johnjbarton
More... about 12 years ago
Wrap comma expr on LHS in paren expression, since var __qp_33 = a, b; is illegal.
tester_123
as johnjbarton
More... about 12 years ago
Comments added en Log.js and LogScrubber.js More... about 12 years ago
Treat Querypoint.QPPreprocessor.useAsyncPreprocessor as class static rather than member of singleton object
tester_123
as johnjbarton
More... about 12 years ago
Sync up to changes in traceur Function handling
tester_123
as johnjbarton
More... about 12 years ago
Fixes #120 Browsing through asynchronous turns More... about 12 years ago
Fixes #120 Browsing through asynchronous turns More... about 12 years ago
sync to traceur compiler
tester_123
as johnjbarton
More... about 12 years ago
Fixes #119 Asynchronous turns don't have target. More... about 12 years ago
Fixes #118 Asynchronous turns aren't being displayed in scrubber bar More... about 12 years ago
Workaround for Chrome 26 flexbox issues
tester_123
as johnjbarton
More... about 12 years ago
Add (trival) AllInFileTransformer to mark trees of files being traced; Move the LinearizeTransformer to the beginning of the transformations. Guard the QPTreeWriter tracing with the flag from AllInFileTransformer. Adjust the doNotTrace markers now that Linearize is applied first. Clone the trees before transforming them. Change Linearize to deal with references and ValueChange to not introduce temps.
tester_123
as johnjbarton
More... about 12 years ago
Fixes #113 Cull the traceview list to the currently-shown load More... about 12 years ago
Complete the conversion to the (synchronous) script preprocessor: Wrap traceur in different function per usrbincc comment on traceur newsgroup;
tester_123
as johnjbarton
More... about 12 years ago
Added tests and partial fix for issue #70 More... about 12 years ago