Commit Graph

6390 Commits

Author SHA1 Message Date
Rachel Fenichel
9bd97e5131 Rebuild 2021-07-30 11:34:18 -07:00
Rachel Fenichel
dc4fd59875 Reorder requires 2021-07-30 11:30:34 -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
f0c1addb9b Merge pull request #5220 from gonfunko/theme
Migrate core/theme.js to goog.module syntax
2021-07-30 08:09:52 -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
8f82947bd7 Merge pull request #5182 from gonfunko/flyout_button
Migrate core/flyout_button.js to goog.module syntax
2021-07-30 08:05:38 -07:00
Aaron Dodson
61bc9656ca Merge branch 'goog_module' into flyout_button 2021-07-30 08:02:53 -07:00
Rachel Fenichel
f72c5cea80 Remove getClipboardInfo 2021-07-29 17:19:57 -07:00
Rachel Fenichel
f7549f73a6 Use CopyData type 2021-07-29 17:16:58 -07:00
kozbial
9b1deb8711 Remove unecessary private annotations 2021-07-29 17:03:52 -07:00
kozbial
4df6111b8e Update declaration of private consts in core/workspace_comment_svg.js 2021-07-29 17:03:52 -07:00
kozbial
d985696bb5 Update interfaces implemented to require from requireType and add eslint disable 2021-07-29 17:03:52 -07:00
kozbial
e8d1097a59 clang-format core/workspace_comment_svg.js 2021-07-29 17:03:52 -07:00
kozbial
b8de423fea Migrate core/workspace_comment_svg.js named requires 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
4afb5580d7 Migrate core/workspace_comment_svg.js to ES6 const/let 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
568c5cb40f clang-format core/workspace_comment.js 2021-07-29 16:54:57 -07:00
kozbial
b159c382a0 Migrate core/workspace_comment.js named requires 2021-07-29 16:54:57 -07:00
kozbial
2b6f5ba31a Migrate core/workspace_comment.js to goog.module 2021-07-29 16:54:57 -07:00
kozbial
9f83ade1e7 Migrate core/workspace_comment.js to ES6 const/let 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
17bc528039 Add eslint disable for requireType in core/toolbox/collapsible_category.js 2021-07-29 16:54:07 -07:00
kozbial
c3521b7eb4 clang-format core/toolbox/collapsible_category.js 2021-07-29 16:54:07 -07:00
kozbial
d7a864a498 Migrate core/toolbox/collapsible_category.js named requires 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
kozbial
787145acf4 Migrate core/toolbox/collapsible_category.js to ES6 const/let 2021-07-29 16:54:07 -07:00
kozbial
c74c1bf416 wording update 2021-07-29 15:24:45 -07:00
kozbial
34042519f4 Add regex lookarounds to check for require overlaps 2021-07-29 15:24:45 -07:00
Aaron Dodson
6eb8667c3c clang-format core/variable_model.js 2021-07-29 12:55:46 -07:00
Aaron Dodson
0a6893706f Migrate core/variable_model.js to named requires 2021-07-29 12:55:26 -07:00
Rachel Fenichel
714bb6120f Fix annotations 2021-07-29 12:52:14 -07:00
Aaron Dodson
dc4a719e2f Migrate core/variable_model.js to goog.module 2021-07-29 12:50:42 -07:00
Rachel Fenichel
d58a878fad Switch to getter for keyboard contents. 2021-07-29 12:43:49 -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
a827df039a Merge pull request #5217 from gonfunko/registry
Migrate core/registry.js to goog.module syntax
2021-07-29 12:11:52 -07:00
Aaron Dodson
b2a49532ac Merge branch 'goog_module' into registry 2021-07-29 12:08:16 -07:00
Aaron Dodson
8372ecb212 Include full namespace in error message 2021-07-29 12:05:40 -07:00
kozbial
87a714fff8 Add handling for modules that are not leaf nodes 2021-07-29 11:29:51 -07:00
kozbial
311373230f Fix help log 2021-07-29 09:25:55 -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
1a83b75846 clang-format core/keyboard_nav/marker.js 2021-07-28 10:52:20 -07:00
kozbial
50f7293f2d Migrate core/keyboard_nav/marker.js named requires 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
kozbial
3837440564 Migrate core/keyboard_nav/marker.js to ES6 const/let 2021-07-28 10:52:20 -07:00