All of lore.kernel.org
 help / color / mirror / Atom feed
* [review-request][PATCH 0/2] Prevent stale data in ToasterTables
@ 2015-09-14 15:09 Elliot Smith
  2015-09-14 15:09 ` [review-request][PATCH 1/2] toaster: Don't add new history entries when table data loads Elliot Smith
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Elliot Smith @ 2015-09-14 15:09 UTC (permalink / raw)
  To: toaster

Prevent incorrect caching of ToasterTable data so it doesn't go
stale as the user navigates browser history with back/forward.

Changes since 75bad1b64bd485a50af69ed1f8663a0dadbb5f9e are in:
git://git.yoctoproject.org/poky-contrib, elliot/toaster/bad_caching-7660
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/toaster/bad_caching-7660

Related bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7660

I haven't tested every permutation of table navigation with this patch,
but issue 7660 is fixed.

NB Bug 8294 (https://bugzilla.yoctoproject.org/show_bug.cgi?id=8294)
causes incorrect data to display in a similar way, but the root cause
seems to be different (it's due to incorrect context update there, rather
than caching). This patch doesn't fix that.

Elliot Smith (2):
  toaster: Don't add new history entries when table data loads
  toaster: Don't HTTP cache ToasterTable responses

 bitbake/lib/toaster/toastergui/static/js/table.js | 2 +-
 bitbake/lib/toaster/toastergui/widgets.py         | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

--
Elliot Smith
Software Engineer
Intel OTC

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-10-05 11:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-14 15:09 [review-request][PATCH 0/2] Prevent stale data in ToasterTables Elliot Smith
2015-09-14 15:09 ` [review-request][PATCH 1/2] toaster: Don't add new history entries when table data loads Elliot Smith
2015-09-29 17:50   ` Michael Wood
2015-09-30  9:00     ` Smith, Elliot
2015-10-05 11:13       ` Michael Wood
2015-09-14 15:09 ` [review-request][PATCH 2/2] toaster: Don't HTTP cache ToasterTable responses Elliot Smith
2015-09-16 11:32   ` [PATCH] toaster: layerdetails Fix back button tab behaviour Michael Wood
2015-09-20 20:27     ` Brian Avery
2015-09-21  8:35       ` Smith, Elliot
2015-09-21  8:43         ` Smith, Elliot
2015-09-21 14:41           ` Brian Avery
2015-09-22  2:44             ` Brian Avery
2015-09-15 10:50 ` [review-request][PATCH 0/2] Prevent stale data in ToasterTables Barros Pena, Belen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.