Closed
Bug 1450245
Opened 7 years ago
Closed 7 years ago
When a query uri changes, its contents should live update
Categories
(Toolkit :: Places, enhancement, P1)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
Currently changing the uri of a query doesn't change both its mURI and mQuery/mOptions. This means renaming a tag updates the copied queries, but doesn't update their contents until next restart.
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [fxsearch]
| Assignee | ||
Updated•7 years ago
|
Summary: When a query uri changes, queries should live update → When a query uri changes, its contents should live update
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8963948 [details]
Bug 1450245 - When a query uri changes, its contents should live update.
https://reviewboard.mozilla.org/r/232778/#review238800
::: toolkit/components/places/tests/queries/test_query_uri_liveupdate.js:14
(Diff revision 2)
> + { url: "http://tag2.moz.com/" },
> + { url: "place:tag=tag1" },
> + ]
> + });
> + PlacesUtils.tagging.tagURI(Services.io.newURI("http://tag1.moz.com/"), ["tag1"]);
> + PlacesUtils.tagging.tagURI(Services.io.newURI("http://tag2.moz.com/"), ["tag2"]);
nit: could possibly use the tags parameter for insertTree objects to add the tag automatically.
Attachment #8963948 -
Flags: review?(standard8) → review+
| Comment hidden (mozreview-request) |
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/b32e3d1b5d9f
When a query uri changes, its contents should live update. r=standard8
Comment 6•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•