Establish file system content and parent process IPC
Categories
(Core :: DOM: File, task, P3)
Tracking
()
People
(Reporter: jjalkanen, Assigned: jjalkanen)
References
(Blocks 1 open bug)
Details
Attachments
(4 files, 2 obsolete files)
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Comment on attachment 9266433 [details]
WIP: Bug 1758055 - Establish file system content and parent process IPC.
Revision D140300 was moved to bug 1758324. Setting attachment 9266433 [details] to obsolete.
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
Comment 7•2 years ago
|
||
These changes are partially copied from D148179 (created by jesup). We need to
be able to create correct origin directories from the very beginning.
Comment 8•2 years ago
|
||
The origin string is supposed to be generated from PrincipalInfo using a
dedicated QuotaManager method.
Depends on D149259
Updated•2 years ago
|
Assignee | ||
Comment 9•2 years ago
|
||
The origin string is supposed to be generated from PrincipalInfo using a
dedicated QuotaManager method.
Depends on D149259
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
Backed out changeset 8e304bf129b7 (bug 1758055) for causing build bustages in nsISupportsImpl
Backout link: https://hg.mozilla.org/integration/autoland/rev/d595070ce37139fff6e6688a4f192737fc0f8bc8
from Unified_cpp_dom_fs_test_gtest0.cpp:2:
[task 2022-06-23T14:02:51.044Z] 14:02:51 INFO - /builds/worker/checkouts/gecko/dom/fs/test/gtest/FileSystemMocks.h: In member function 'MozExternalRefCountType mozilla::dom::fs::test::TestPromiseListener<SuccessHandler, ErrorHandler, MilliSeconds>::AddRef()':
[task 2022-06-23T14:02:51.044Z] 14:02:51 ERROR - /builds/worker/workspace/obj-build/dist/include/nsISupportsImpl.h:33:3: error: static assertion failed: Reference-counted class WaitablePromiseListener should not have a public destructor. Make this class's destructor non-public
[task 2022-06-23T14:02:51.044Z] 14:02:51 INFO - static_assert(!mozilla::IsDestructible<X>::value, \
[task 2022-06-23T14:02:51.044Z] 14:02:51 INFO - ^
[task 2022-06-23T14:02:51.044Z] 14:02:51 INFO - /builds/worker/workspace/obj-build/dist/include/nsISupportsImpl.h:669:5: note: in expansion of macro 'MOZ_ASSERT_TYPE_OK_FOR_REFCOUNTING'
[task 2022-06-23T14:02:51.044Z] 14:02:51 INFO - MOZ_ASSERT_TYPE_OK_FOR_REFCOUNTING(_class)
Comment 12•2 years ago
|
||
Jari Jalkanen, a reminder that we are in soft code freeze for 103.
This looks like a large change to land during code freeze?
Updated•2 years ago
|
Comment 13•2 years ago
|
||
Comment 14•2 years ago
|
||
bugherder |
Comment 15•2 years ago
|
||
Comment 16•2 years ago
|
||
bugherder |
Assignee | ||
Comment 17•2 years ago
|
||
So the test which was fixed in the second patch was made to pass also in the first one, and both of them were landed after the code freeze.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Description
•