Closed
Bug 1594717
Opened 6 years ago
Closed 6 years ago
Changing and adding various Components in the Core Product
Categories
(bugzilla.mozilla.org :: Administration, task)
Tracking
()
RESOLVED
FIXED
People
(Reporter: annevk, Assigned: dkl)
References
Details
See https://docs.google.com/document/d/1QgTC6yxCUub0Ql7t7NOz0jNPFAqcN5tx-ixQ-4rXE90/edit?ts=5db6d7ba for background and prior discussion.
Please let me know if anything is unclear.
Change Component Info
- Name: DOM: IndexedDB ➡️ Storage: IndexedDB
- New Description:
<a href="https://w3c.github.io/IndexedDB/">IndexedDB</a> implementation, exposed through self.indexedDB.
Change Component Info
- Name: DOM: Quota Manager ➡️ Storage: QuotaManager
- New Description:
For bugs in Gecko's centralized management of storage and disk usage quota in user profiles.
Change Component Info
- Name : DOM: Web Storage ➡️ Storage: localStorage & sessionStorage
- New Description:
For bugs with <a href="https://html.spec.whatwg.org/multipage/webstorage.html#the-localstorage-attribute">localStorage</a> and <a href="https://html.spec.whatwg.org/multipage/webstorage.html#the-sessionstorage-attribute">sessionStorage</a>.
Change Component Info
- Name: Document Navigation ➡️ DOM: Navigation
- New Description:
For bugs with HTML’s <a href="https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate">navigate</a> algorithm and browsing contexts.
Change Component Info
- Name: Editor ➡️ DOM: Editor
- New Description:
For bugs with editing text on web pages. Related HTML features are <input type=text>, <textarea>, contenteditable, and the designMode API.
Change Component Info
- Name: Selection ➡️ DOM: Selection
Change Component Info
- Name: Serializers ➡️ DOM: Serializers
Change Component Info
- Name: User events and focus handling ➡️ DOM: UI Events & Focus Handling
Change Component Info
- Name: Drag and Drop ➡️ DOM: Drag & Drop
Change Component Info
- Name: HTML: Parser ➡️ DOM: HTML Parser
New Component
- Product: Core
- New Component: DOM: postMessage
- Description:
For bugs with all postMessage() APIs (i.e., with serializing, deserializing, and transferring), including <a href="https://html.spec.whatwg.org/multipage/web-messaging.html#broadcasting-to-other-browsing-contexts">BroadcastChannel</a>, <a href="https://html.spec.whatwg.org/multipage/web-messaging.html#message-channels">MessageChannel</a>, and <a href="https://html.spec.whatwg.org/multipage/web-messaging.html#web-messaging">window.postMessage()</a>. - Default Assignee: nobody@mozilla.org
- Triage Owner: jstutte@mozilla.com
New Component
- Product: Core
- New Component: Storage: Cache API
- Description:
Request/Response storage using the service worker’s Cache API. I.e., CacheStorage exposed through self.caches. - Default Assignee: nobody@mozilla.org
- Triage Owner: jstutte@mozilla.com
New Component
- Product: Core
- New Component: Storage: StorageManager
- Description:
StorageManager from the <a href="https://storage.spec.whatwg.org/">Storage standard</a>, exposed through navigator.storage. - Default Assignee: nobody@mozilla.org
- Triage Owner: jstutte@mozilla.com
New Component
- Product: Core
- New Component: DOM: Window and Location
- Description: For issues with the Window global object, Location object, and the WindowProxy object.
- Default Assignee: nobody@mozilla.org
- Triage Owner: nkochar@mozilla.com
New Component
- Product: Core
- New Component: DOM: Forms
- Description:
For bugs with <a href="https://html.spec.whatwg.org/multipage/forms.html">HTML forms</a>. (See also Layout: Form Controls.) - Default Assignee: nobody@mozilla.org
- Triage Owner: htsai@mozilla.com
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dkl
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•6 years ago
|
||
All changes done.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Comment 2•6 years ago
|
||
I"m surprised there isn't a patch here to update references in the moz.build files to the old components. Is that work being tracked elsewhere?
| Reporter | ||
Comment 3•6 years ago
|
||
Hey James, that's bug 1594981.
You need to log in
before you can comment on or make changes to this bug.
Description
•