forked from ampproject/worker-dom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Started thoughts on Buffers * Added Nodes and Removed Nodes in structure * Uint16Array representation * Move all transmissions to a single helper method. * Mutators implemented * Continued progress toward working * Performance testing * Working * Fixes for mutation observer tests * Tests pass now. * Remove unused comment * Move to replacement TransferrableNode * Fix forEach * Private for no reason * Repair SVG Element creation * Continue moving transfer to updated location and remove unused items * Dont modify tsconfig automatically VSCode :( * Refactored debugger to be inline with Command Executors * Ensure correct number of print methods from CommandExecutors are removed during build process. * Fix up comment on Rollup Plugin * Removed replacement directory, merged back to transfer * No need for these helpers * Pin rollup-plugin-replace * Continued merging long tasks and added tests for Transferable format * Add Long Task API in worker thread * Main thread tests and Long Task tests now pass * Format message for property range replacement * Last cleanup for ObjectExpression replacement * Long task demo * Reduce low priority changes * Property names cannot be invalid across bridge * Fix binding error in Element.innerHTML setter * Remove shorthand not relevant to review * Use Local Name for Elements, restore comment support in node creation * Only collect information to transmit to main thread after the DOM enters the Mutation Phase * Memory info for dbmon * HFS+ still doesn't understand capitalization of filenames * Fix Windows build issue with new Emitter * Serial for cb tests requiring a document * Fix for ampproject#371, remove a slice of the childNodes * Made test for removing child node elements a little more through * Made test for removing child node elements a little more through * Run Prettier on all .js files * Remove +1 on end positions within a Transferable * Element.getBoundingClientRectAsync now removes its event listener * Make WorkerContext.worker readonly * Remove unused statement * Remove unused callbacks on WorkerDOMConfiguration * Fix comment on upgrade method * Fix for ampproject#371, remove a slice of the childNodes (ampproject#383) * Fix for ampproject#371, remove a slice of the childNodes * Made test for removing child node elements a little more through
- Loading branch information
1 parent
6546d78
commit 7db5e34
Showing
90 changed files
with
3,418 additions
and
1,855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ yarn-error.log | |
yarn.lock | ||
package-lock.json | ||
demo/build/ | ||
demo/example/ | ||
dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.