MD History: Move querying logic to new <history-query-manager> element
This moves most of the logic related to querying the history backend
into a new element. This makes it simpler to manage updates to the query,
and is the first step in allowing updates to grouped queries to be
reflected to the page URL.
BUG=675841
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2590093002
Cr-Commit-Position: refs/heads/master@{#445305}
Committed: https://chromium.googlesource.com/chromium/src/+/91b05c8bdccd7ffc19047ab04e8a5790976eaebc
Description was changed from
==========
MD History: Move queryState to be managed by history-router
This moves most of the logic related to querying the history backend
into the <history-router> element. This makes it simpler to manage
the relationship between the query and the URL and will allow us to add
the more complex grouped history state into the URL.
BUG=675841
==========
to
==========
MD History: Move queryState to be managed by history-router
This moves most of the logic related to querying the history backend
into the <history-router> element. This makes it simpler to manage
the relationship between the query and the URL and will allow us to add
the more complex grouped history state into the URL.
BUG=675841
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
==========
tsergeant
Patchset #1 (id:1) has been deleted
3 years, 11 months ago
(2016-12-29 04:47:05 UTC)
#2
Patchset #1 (id:1) has been deleted
tsergeant
Patchset #1 (id:20001) has been deleted
3 years, 11 months ago
(2016-12-29 04:47:11 UTC)
#3
Patchset #1 (id:20001) has been deleted
tsergeant
Patchset #1 (id:40001) has been deleted
3 years, 11 months ago
(2016-12-29 04:47:17 UTC)
#4
Patchset #1 (id:40001) has been deleted
tsergeant
The CQ bit was checked by tsergeant@chromium.org to run a CQ dry run
3 years, 11 months ago
(2016-12-29 04:47:31 UTC)
#5
Alright, here's part 1. What do you think? General plan is for 3 CLs: 1. ...
3 years, 11 months ago
(2017-01-04 04:53:55 UTC)
#11
Alright, here's part 1. What do you think?
General plan is for 3 CLs:
1. Move queryState into router (this CL)
2. Use one-way binding and events for changes to queryState
3. Add grouped query parameters to route
tsergeant
Patchset #2 (id:100001) has been deleted
3 years, 11 months ago
(2017-01-12 00:47:22 UTC)
#12
Patchset #2 (id:100001) has been deleted
tsergeant
The CQ bit was checked by tsergeant@chromium.org to run a CQ dry run
3 years, 11 months ago
(2017-01-12 00:47:30 UTC)
#13
Description was changed from ========== MD History: Move queryState to be managed by history-router This ...
3 years, 11 months ago
(2017-01-12 01:03:25 UTC)
#17
Description was changed from
==========
MD History: Move queryState to be managed by history-router
This moves most of the logic related to querying the history backend
into the <history-router> element. This makes it simpler to manage
the relationship between the query and the URL and will allow us to add
the more complex grouped history state into the URL.
BUG=675841
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
==========
to
==========
MD History: Move querying logic to new <history-query-manager> element
This moves most of the logic related to querying the history backend
into a new element. This makes it simpler to manage updates to the query,
and is the first step in allowing updates to grouped queries to be
reflected to the page URL.
BUG=675841
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
==========
tsergeant
As discussed, I've pulled the logic out into a new element. I agree that this ...
3 years, 11 months ago
(2017-01-12 01:04:28 UTC)
#18
As discussed, I've pulled the logic out into a new element. I agree that this is
easier to read. Remaining steps in the plan are still the same, just that code
has moved around.
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 11 months ago
(2017-01-12 02:57:51 UTC)
#19
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/369413)
3 years, 11 months ago
(2017-01-12 02:57:52 UTC)
#20
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/369591)
3 years, 11 months ago
(2017-01-12 09:05:22 UTC)
#24
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/137397) ios-device-xcode-clang on ...
3 years, 11 months ago
(2017-01-18 03:29:13 UTC)
#36
CQ is committing da patch. Bot data: {"patchset_id": 260001, "attempt_start_ts": 1485127443252180, "parent_rev": "f34fbb504afba2fa86f1dd7bbfd90e0134cbe639", "commit_rev": "91b05c8bdccd7ffc19047ab04e8a5790976eaebc"}
3 years, 11 months ago
(2017-01-23 00:27:07 UTC)
#46
CQ is committing da patch.
Bot data: {"patchset_id": 260001, "attempt_start_ts": 1485127443252180,
"parent_rev": "f34fbb504afba2fa86f1dd7bbfd90e0134cbe639", "commit_rev":
"91b05c8bdccd7ffc19047ab04e8a5790976eaebc"}
commit-bot: I haz the power
Description was changed from ========== MD History: Move querying logic to new <history-query-manager> element This ...
3 years, 11 months ago
(2017-01-23 00:27:43 UTC)
#47
Message was sent while issue was closed.
Description was changed from
==========
MD History: Move querying logic to new <history-query-manager> element
This moves most of the logic related to querying the history backend
into a new element. This makes it simpler to manage updates to the query,
and is the first step in allowing updates to grouped queries to be
reflected to the page URL.
BUG=675841
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
==========
to
==========
MD History: Move querying logic to new <history-query-manager> element
This moves most of the logic related to querying the history backend
into a new element. This makes it simpler to manage updates to the query,
and is the first step in allowing updates to grouped queries to be
reflected to the page URL.
BUG=675841
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2590093002
Cr-Commit-Position: refs/heads/master@{#445305}
Committed:
https://chromium.googlesource.com/chromium/src/+/91b05c8bdccd7ffc19047ab04e8a...
==========
commit-bot: I haz the power
Committed patchset #8 (id:260001) as https://chromium.googlesource.com/chromium/src/+/91b05c8bdccd7ffc19047ab04e8a5790976eaebc
3 years, 11 months ago
(2017-01-23 00:27:44 UTC)
#48
Issue 2590093002: MD History: Move queryState to be managed by history-router
(Closed)
Created 4 years ago by tsergeant
Modified 3 years, 11 months ago
Reviewers: calamity
Base URL:
Comments: 8