Add support for navigator.webkitPersistenceStorage.requestQuota
Bug #1436010 reported by
Alexandre Abreu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
In Progress
|
High
|
Alexandre Abreu | ||
webapps-sprint |
Fix Committed
|
High
|
Alexandre Abreu |
Bug Description
Implement QuotaPermission
Related branches
lp://staging/~abreu-alexandre/oxide/add-quota-permission-context-support
Ready for review
for merging
into
lp://staging/~oxide-developers/oxide/oxide.trunk
- Chris Coulson: Needs Fixing
-
Diff: 1203 lines (+538/-96)24 files modifiedqt/build/system.gyp (+17/-0)
qt/core/api/oxideqpermissionrequest.cc (+50/-0)
qt/core/api/oxideqpermissionrequest.h (+22/-0)
qt/core/api/oxideqpermissionrequest_p.h (+20/-0)
qt/core/browser/oxide_qt_web_view.cc (+32/-0)
qt/core/browser/oxide_qt_web_view.h (+5/-0)
qt/core/core.gyp (+1/-0)
qt/core/glue/oxide_qt_web_view_proxy.h (+2/-0)
qt/core/glue/oxide_qt_web_view_proxy_client.h (+4/-0)
qt/qmlplugin/oxide.qmltypes (+35/-14)
qt/qmlplugin/oxide_qml_plugin.cc (+8/-0)
qt/quick/api/oxideqquickwebview.cc (+30/-0)
qt/quick/api/oxideqquickwebview.h (+2/-0)
qt/quick/api/oxideqquickwebview_p.h (+6/-0)
qt/tests/qmltests/TestWebView.qml (+1/-1)
qt/tests/qmltests/api/tst_WebView_quotaPermission.html (+49/-0)
qt/tests/qmltests/api/tst_WebView_quotaPermission.qml (+202/-0)
qt/tests/qmltests/api/tst_WebView_quotaPermission_iframe.html (+5/-0)
qt/tests/qmltests/oxide_qml_testing_plugin.cc (+10/-0)
shared/browser/oxide_quota_permission_context.cc (+0/-36)
shared/browser/oxide_quota_permission_context.h (+0/-45)
shared/browser/permissions/oxide_permission_request_dispatcher.cc (+27/-0)
shared/browser/permissions/oxide_permission_request_dispatcher.h (+6/-0)
shared/browser/permissions/oxide_permission_request_dispatcher_client.h (+4/-0)
Changed in oxide: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
milestone: | none → branch-1.7 |
Changed in oxide: | |
milestone: | branch-1.7 → branch-1.8 |
Changed in oxide: | |
milestone: | branch-1.8 → branch-1.9 |
Changed in oxide: | |
milestone: | branch-1.9 → branch-1.10 |
Changed in oxide: | |
milestone: | branch-1.10 → branch-1.11 |
Changed in oxide: | |
milestone: | branch-1.11 → branch-1.12 |
Changed in webapps-sprint: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
milestone: | none → sprint-17 |
Changed in oxide: | |
milestone: | branch-1.12 → branch-1.13 |
Changed in webapps-sprint: | |
milestone: | sprint-17 → sprint-18 |
Changed in webapps-sprint: | |
milestone: | sprint-18 → sprint-19 |
Changed in oxide: | |
milestone: | branch-1.13 → branch-1.14 |
Changed in oxide: | |
milestone: | branch-1.14 → branch-1.15 |
Changed in webapps-sprint: | |
milestone: | sprint-19 → sprint-21 |
status: | In Progress → Fix Committed |
milestone: | sprint-21 → sprint-22 |
Changed in oxide: | |
milestone: | branch-1.15 → branch-1.16 |
Changed in webapps-sprint: | |
milestone: | sprint-22 → sprint-23 |
Changed in oxide: | |
milestone: | branch-1.16 → branch-1.17 |
Changed in webapps-sprint: | |
milestone: | sprint-23 → sprint-24 |
Changed in oxide: | |
milestone: | branch-1.17 → branch-1.18 |
Changed in oxide: | |
milestone: | branch-1.18 → none |
To post a comment you must log in.
What is the status of this bug?