Commit Graph

1101 Commits

Author SHA1 Message Date
Aaron Dodson
7ab05af063 Merge branch 'goog_module' into events_click 2021-08-03 08:02:43 -07:00
kozbial
318fa4c014 Migrate core/shortcut_items.js to goog.module 2021-08-02 15:57:45 -07:00
kozbial
1d72126e1d Migrate core/positionable_helpers.js to goog.module 2021-08-02 15:57:20 -07:00
Aaron Dodson
2244c497a3 Merge pull request #5280 from gonfunko/events_toolbox_item_select
Migrate core/events/events_toolbox_item_select.js to goog.module syntax
2021-08-02 14:24:24 -07:00
Aaron Dodson
31fc78393f Migrate core/events/events_click.js to goog.module 2021-08-02 11:24:28 -07:00
Aaron Dodson
b9af6677e8 Migrate core/events/events_marker_move.js to named requires 2021-08-02 11:14:52 -07:00
Aaron Dodson
cf97c1c15f Migrate core/events/events_marker_move.js to goog.module 2021-08-02 11:08:51 -07:00
Aaron Dodson
18f19002bf Merge branch 'goog_module' of https://github.com/gonfunko/blockly into events_toolbox_item_select 2021-08-02 10:53:26 -07:00
Aaron Dodson
98dd332fda Add comment about root cause of build artifact size change 2021-08-02 10:34:32 -07:00
Aaron Dodson
2e545c677b Update build artifact sizes in check_metadata.sh 2021-08-02 10:17:38 -07:00
Aaron Dodson
7e9ee2d1c1 Migrate core/events/events_toolbox_item_select.js to goog.module 2021-08-02 09:52:43 -07:00
kozbial
af3f04b508 Migrate core/toolbox/toolbox_item.js to goog.module 2021-07-30 15:53:51 -07:00
kozbial
540088f25f Update require to requireType 2021-07-30 15:51:45 -07:00
kozbial
5bbc49c21a Migrate core/scrollbar.js and core/scrollbar_pair.js to goog.module 2021-07-30 15:51:45 -07:00
kozbial
4b2e481340 Split core/scrollbar.js into 2 files 2021-07-30 15:51:45 -07:00
kozbial
246bacd117 Migrate core/contextmenu_items.js to goog.module 2021-07-30 15:44:57 -07:00
kozbial
b28591fa5f Migrate core/browser_events.js to goog.module 2021-07-30 15:35:31 -07:00
kozbial
423fa02e8f Migrate core/workspace_dragger.js to goog.module 2021-07-30 15:24:37 -07:00
kozbial
3aae7ffbde Migrate core/renderers/common/i_path_object.js to goog.module 2021-07-30 15:19:26 -07:00
Aaron Dodson
f24f79bc6d Merge pull request #5257 from gonfunko/trashcan
Migrate core/trashcan.js to goog.module syntax
2021-07-30 14:56:22 -07:00
Aaron Dodson
cc6c252dbe Merge pull request #5261 from gonfunko/variables_dynamic
Migrate core/variables_dynamic.js to goog.module syntax
2021-07-30 14:35:32 -07:00
Aaron Dodson
510b7f0545 Merge branch 'goog_module' into variable_map 2021-07-30 13:43:02 -07:00
Aaron Dodson
99b8abfeb2 Migrate core/variables_dynamic.js to goog.module 2021-07-30 12:29:15 -07:00
Rachel Fenichel
9bd97e5131 Rebuild 2021-07-30 11:34:18 -07:00
Rachel Fenichel
2e30bbe7ce Update uses of mainWorkspace in core 2021-07-30 11:30:34 -07:00
Rachel Fenichel
a86f1484d2 Move main workspace to a new file, common.js 2021-07-30 11:30:31 -07:00
Rachel Fenichel
73582c9e90 Merge pull request #5237 from rachel-fenichel/clipboard
Move clipboard functions to a separate namespace
2021-07-30 11:10:36 -07:00
kozbial
800f8784fd Fix eslint warning from dom.js 2021-07-30 09:37:41 -07:00
Aaron Dodson
78053e9f12 Merge branch 'goog_module' into theme 2021-07-30 08:07:03 -07:00
Aaron Dodson
3f5057ff81 Merge pull request #5248 from gonfunko/variable_model
Migrate core/variable_model.js to goog.module syntax
2021-07-30 08:06:02 -07:00
Aaron Dodson
61bc9656ca Merge branch 'goog_module' into flyout_button 2021-07-30 08:02:53 -07:00
kozbial
d985696bb5 Update interfaces implemented to require from requireType and add eslint disable 2021-07-29 17:03:52 -07:00
kozbial
0e5a4a947a Migrate core/workspace_comment_svg.js to goog.module 2021-07-29 17:03:52 -07:00
kozbial
beff5e19bf Combine workspace_comment_render_svg.js with workspace_comment_svg.js 2021-07-29 17:03:52 -07:00
kozbial
2b6f5ba31a Migrate core/workspace_comment.js to goog.module 2021-07-29 16:54:57 -07:00
kozbial
7f5ec67860 Fix lint warnings in core/toolbox/collapsible_category.js 2021-07-29 16:54:07 -07:00
kozbial
41b53c50cd Migrate core/toolbox/collapsible_category.js to goog.module 2021-07-29 16:54:07 -07:00
Aaron Dodson
b3bbd70280 Migrate core/trashcan.js to goog.module 2021-07-29 15:57:08 -07:00
Aaron Dodson
dc4a719e2f Migrate core/variable_model.js to goog.module 2021-07-29 12:50:42 -07:00
Aaron Dodson
9847b8c027 Migrate core/variable_map.js to named requires 2021-07-29 12:39:58 -07:00
Aaron Dodson
959d976723 Migrate core/variable_map.js to goog.module 2021-07-29 12:34:37 -07:00
Aaron Dodson
c9a0333bfe Merge pull request #5075 from gonfunko/dom
Migrate core/utils/dom.js to goog.module syntax
2021-07-29 12:12:30 -07:00
Aaron Dodson
b2a49532ac Merge branch 'goog_module' into registry 2021-07-29 12:08:16 -07:00
Rachel Fenichel
961254663d Move clipboard functions to a separate namespace 2021-07-28 11:57:24 -07:00
kozbial
667048b3f5 Add eslint disable and make ASTNode a requireType 2021-07-28 10:52:20 -07:00
kozbial
014316431e Migrate core/keyboard_nav/marker.js to goog.module 2021-07-28 10:52:20 -07:00
Rachel Fenichel
69125f52eb Merge pull request #5235 from rachel-fenichel/unused_vars
Fix lint
2021-07-27 17:12:02 -07:00
Rachel Fenichel
2d9943e818 Merge pull request #5232 from rachel-fenichel/update_common_pathobject
Migrate core/renderers/common/path_object.js to goog.module syntax
2021-07-27 16:58:34 -07:00
Rachel Fenichel
4c6b2bae39 Rebuild 2021-07-27 16:45:05 -07:00
kozbial
f7c88bfcd9 Migrate core/workspace_audio.js to goog.module 2021-07-27 15:37:20 -07:00