- 18 Oct, 2023 2 commits
-
-
SusanRatiLane authored
-
Diego Barreiro authored
Introduces a dropdown which allows to select if the source structure box should display all components, only the visible ones or the non visible ones. Change-Id: I1121c78c82a9eddab1abc696d5af865460fcad50
-
- 16 Oct, 2023 1 commit
-
-
Arin Modi authored
-
- 11 Oct, 2023 10 commits
-
-
Susan Rati Lane authored
-
Jeffrey I. Schiller authored
If AppInventorFeatures.enableHttpRedirect() is false, don't send the Strict-Transport-Security header. Chrome appears to ignore it when it is sent over http instead of https, but I wouldn't want to depend on that behavior! Change-Id: I585fc6164a57d7502b737c4596cbd42b84489dd2
-
Evan W. Patton authored
Change-Id: If204dfecf0a4e40fa7b7df4f645d7bf9b70b1721
-
Evan W. Patton authored
Change-Id: I5a158bef21dc31133c1510ed4c10fcc6eae941cc
-
Gordon Lu authored
-
Evan W. Patton authored
* Fix USB connections not loading extensions Change-Id: I80277f357eacb4d326fb28f67d63c987c5027265
-
Arya Anand authored
-
Evan W. Patton authored
Change-Id: Ibc7be86b92f0072f77187ffcda6d8ba0c035bb6d
-
jennet-zamanova authored
-
jennet-zamanova authored
the png logo is still in the folder too
-
- 08 Oct, 2023 1 commit
-
-
Jos authored
Build fails when running tests because phantomJS is not available.
-
- 26 Sep, 2023 1 commit
-
-
Evan W. Patton authored
Change-Id: Iefd9d3a22cb5ac4a25fdc762843f3422ae1223e8
-
- 14 Sep, 2023 2 commits
-
-
Evan W. Patton authored
Change-Id: Ia3db51886b97fb757b88a041f370e427a5d6e050
-
SusanRatiLane authored
-
- 11 Sep, 2023 1 commit
-
-
SusanRatiLane authored
-
- 07 Sep, 2023 2 commits
-
-
SusanRatiLane authored
-
Evan W. Patton authored
Change-Id: Ic1461066e9680d85d925f0099058a40e870bca39
-
- 06 Sep, 2023 1 commit
-
-
Susan Rati Lane authored
Added project explorer to bug location checklist
-
- 31 Aug, 2023 4 commits
-
-
Jeffrey Schiller authored
As part of the UI Binder update, code was added to cache builds. In particular this code would avoid calling the buildserver if the project had not been modified since the last build. However, it turns out that we *always* update the project modification date when we do a build. So we do not really know whether or not the project was really modified. However the caching code would get triggered if you did two builds very close in time (within a few seconds) only because the updateProjectModDate() call in ObjectifyStorageIo.java would only do an update if the last modification was a while ago. This change was made years ago to cut down on the number of API calls we made every time a file was saved. And... When the cache code was triggered, it didn't actually result in the dialog box with the download link and barcode. This commit removes the caching code and the updateProjectBuildDate interface in StorageIo, as it is no longer needed. Change-Id: I6acc567c8bc52076a5d43a47f3a481c2b402112b
-
Evan W. Patton authored
Change-Id: Iceeba064e584300967e85fd691249239a00c262b
-
SusanRatiLane authored
-
Evan W. Patton authored
Earlier versions of the build server used a shared map of resources names to files on disk. Those files only ever got deleted when the server was shut down and otherwise were just reused between builds. After refactoring, the map was changed to a per build resource, but the resulting files were not appropriately cleaned up at the end of a build. This would eventually lead to the buildserver running out of disk space and silently failing builds. This commit reverts the semantics of the resource map to be a single shared resource across all build threads, with the resources only being cleaned up at server shutdown. Change-Id: I374e88c5a08a81e7904f072b42b89f4468c9f646
-
- 29 Aug, 2023 9 commits
-
-
Jeffrey I. Schiller authored
Change-Id: I1885a6faf015b14e3408b05466ac856e5e11233b
-
Jeffrey I. Schiller authored
Change-Id: I237afaa83603d8ed54cb8dc4f7070c8bb78ae1cc
-
Evan W. Patton authored
Change-Id: I771b39677e6564983ae60457b1a2b3add005c12b
-
Evan W. Patton authored
Change-Id: Ie2303d1a823ce3662461d2f5a41c02b98a1b14b1
-
Evan W. Patton authored
Change-Id: Idb0ececb8a084d1d11e9abbd54ac3304895978a8
-
Evan W. Patton authored
Change-Id: I7cf33778ae2fc0f08ba1e178d2d3c80d1b1f4026
-
Evan W. Patton authored
Change-Id: Ic27b3db71f7120682ec675038164ea45fe8eb62e
-
Evan W. Patton authored
* Implement a FilePicker component Change-Id: I1e4f93b02c100a34113309a6cbf9d4932ccb8096
-
Susan Rati Lane authored
Co-authored-by: Evan W. Patton <ewpatton@mit.edu> Co-authored-by: Vishwas-Adiga <vishwasadiga@gmail.com>
-
- 22 Aug, 2023 1 commit
-
-
Evan W. Patton authored
Change-Id: I1fd03c3f3abc180b991201dbb0dc0b144a51cce6
-
- 21 Aug, 2023 4 commits
-
-
Linda Xue authored
-
Evan W. Patton authored
-
Evan W. Patton authored
Change-Id: Ibde4a87c00dbec2a980f16e90fe1b9e5884541e7
-
patryk84a authored
-
- 19 Aug, 2023 1 commit
-
-
Hanya Elhashemy authored
--------- Co-authored-by: Hanya Elhashemy <ga87saf@mytum.de>
-