Szymon Cofalik
|
f846567c83
Changed: Aligned code to correctly use new `model.Differ` and refactored `conversion.ModelConversionDispatcher`.
|
8 vuotta sitten |
Oskar Wróbel
|
5871918839
Aligned EngineDebug with engine changes.
|
8 vuotta sitten |
Oskar Wróbel
|
6afa410386
Temporarily skipped EngineDebug test.
|
8 vuotta sitten |
Kamil Piechaczek
|
f138eb4c4f
Removed unnecessary apostrophe.
|
8 vuotta sitten |
Kamil Piechaczek
|
80ff341095
Added a test which checks "disableEngineDebug()" function.
|
8 vuotta sitten |
Kamil Piechaczek
|
8d21d88d98
Merge branch 'master' into t/1193
|
8 vuotta sitten |
Piotr Jasiun
|
a2d2af6478
Merge pull request #1194 from ckeditor/t/858
|
8 vuotta sitten |
Szymon Kupś
|
551a89c97f
Proper cleaning after engine debugging utilities testing.
|
8 vuotta sitten |
Kamil Piechaczek
|
306464b940
Changed way how the mocks are created in engine debug tool.
|
8 vuotta sitten |
Oskar Wróbel
|
2828241836
Increased CC of enginedebug.
|
8 vuotta sitten |
Oskar Wróbel
|
94d71f2ed0
Fixed invalid import path.
|
8 vuotta sitten |
Kamil Piechaczek
|
64a1fb14e4
Used stubs in tests to mock instead of overrides.
|
8 vuotta sitten |
Szymon Cofalik
|
ca526801a1
Fix: Prevent throwing error when logging MergeDelta with NoOperation.
|
8 vuotta sitten |
Szymon Cofalik
|
178bfa9639
Fixed: Engine debug tools threw an error when logging a SplitDelta that hasn't got ususal operations.
|
8 vuotta sitten |
Szymon Cofalik
|
884fa61bd5
Added: Better logging for `InsertDelta` and `InsertOperation`.
|
8 vuotta sitten |
Szymon Cofalik
|
02f40d876f
Changed: Added logging whether `MoveOperation` is sticky for `MoveOperation.log()`.
|
8 vuotta sitten |
Szymon Cofalik
|
7abb5fb325
Added: introduce context in operations and delta transformations.
|
8 vuotta sitten |
Szymon Cofalik
|
6b04950bc6
Changed: `RemoveOperation` now does not create `$holderElement` and does not set `targetPosition` on its own.
|
8 vuotta sitten |
Maciej Bukowski
|
fc784446fa
Fixed CC in `enableneginedebug`.
|
8 vuotta sitten |
Piotrek Koszuliński
|
31314bda13
Merge branch 'master' into t/953
|
8 vuotta sitten |
Szymon Cofalik
|
3290bc37c8
Changed: `engine.dev-utils.enableEngineDebug` now provides additional logging when delta transformation crashes.
|
8 vuotta sitten |
Szymon Cofalik
|
b492358574
Changed: `engine.dev-utils.enableEngineDebug` now takes object with `log()` and `error()` methods instead of logging method. Default is `console`.
|
8 vuotta sitten |
Kamil Piechaczek
|
8e68177ec1
Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory.
|
8 vuotta sitten |
Kamil Piechaczek
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 vuotta sitten |
Szymon Cofalik
|
ca3af894de
Changed: Delta#saveHistory became protected, changed how parameters are passed to it.
|
8 vuotta sitten |
Szymon Cofalik
|
e239cbe9f6
Added: Introduced Delta#history (debug tools).
|
8 vuotta sitten |
Szymon Cofalik
|
c6357eed17
Changed: Delta and operations logs now include also base version (debug tools).
|
8 vuotta sitten |
Szymon Cofalik
|
cc1e6b7709
Changed: `model.Document#getAppliedDeltas` should return empty string if no deltas were applied.
|
8 vuotta sitten |
Maciej Bukowski
|
6bb281b556
Added hook for the `Document#applyOperation`.
|
8 vuotta sitten |
Maciej Bukowski
|
e075f0f896
Added missing test.
|
8 vuotta sitten |