-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud #62
Closed
Closed
Cloud #62
Conversation
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
First version CloudStorageService WebAPI implementation
Cloud storage manager component in Gecko
After this patch, enable/disable will mount/unmount fuse to the given name under /data/cloud/<name>.
CloudStorageServiceAPI and CloudStorageManager integration
After this patch, CloudStorageService API enable/disable can mount/unmount FUSE with the specified name under /data/cloud/<name>. And create/remote a fake volume in VolumeManager, and Web app can access the volume through DeviceStorageAPI.
CloudStorageManager and VolumeManager integration.
Unidisk gecko
2. CloudStorage JS XPCOM
1. FUSE node system
Get attribute from cloud storage
support readdir from cloudstorage
fix the bug when trying to get non-exist path's attribute
Replace async with foco.
Read operation implementation
Implement file reading feature.
read operation implementation
…n of generating key.
Fix data type of Sample js when retrieving data. Improve hash function of generating key.
Fix memory copy issue and the size issue of SampleJS.
Fix the bug of reading bytes from cloudstorage
Fix the length argument of ArrayBuffer.
Fix the bug of read size of file in gecko buffer.
moz-v2v-gh
pushed a commit
that referenced
this pull request
Sep 3, 2017
Correct response headers Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 91059d95763afdb06dc5219515ddcf4f6a5e0dfd --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : 7855e609ea286e0d70fa98678945e4712f8168d7
aethanyc
pushed a commit
to aethanyc/gecko-dev
that referenced
this pull request
Sep 4, 2017
…aders Correct response headers Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 91059d95763afdb06dc5219515ddcf4f6a5e0dfd
daoshengmu
pushed a commit
to daoshengmu/gecko-dev
that referenced
this pull request
Sep 8, 2017
…aders Correct response headers Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: 91059d95763afdb06dc5219515ddcf4f6a5e0dfd
moz-v2v-gh
pushed a commit
that referenced
this pull request
Mar 27, 2020
Pick commits - 20daa86: Revise git hooks (#68) - 81d0024: Revise `destroy_cubeb_device_info` (#67) - 1cc8a31: Add a hook to check that commits are formatted and linted correctly (#66) - aa80b3f: Try using the model id as group id. (#64) - ab31978: Bail if `cargo clippy` or `cargo fmt` fails (#65) - 3860bb3: Fix comments in #57 (#63) - ef5f58b: Run `cargo fmt` and make scripts executable (#62) - a4c83db: Fix two bugs and add logs (#57) Differential Revision: https://phabricator.services.mozilla.com/D68402 --HG-- extra : moz-landing-system : lando
bvaughn
pushed a commit
to bvaughn/gecko-dev
that referenced
this pull request
Apr 5, 2022
bvaughn
pushed a commit
to bvaughn/gecko-dev
that referenced
this pull request
Apr 5, 2022
bvaughn
pushed a commit
to bvaughn/gecko-dev
that referenced
this pull request
Apr 5, 2022
luyahan
added a commit
to luyahan/gecko-dev
that referenced
this pull request
Nov 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.