All of lore.kernel.org
 help / color / mirror / Atom feed
* [review-request][PATCH 0/3][v2] Prevent stale data in ToasterTables
@ 2015-10-01  9:33 Elliot Smith
  2015-10-01  9:33 ` [review-request][PATCH 1/3] toaster: Don't add new history entries when table data loads Elliot Smith
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Elliot Smith @ 2015-10-01  9:33 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.

v2: Remove code to push and pop context data into the browser history,
as we now just make fresh requests to the server instead.

Changes since poky-contrib/toaster-next @ 97e5625bb7b8f8de8fda0fb4dd188bf107a5f4fa 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

Elliot Smith (3):
  toaster: Don't add new history entries when table data loads
  toaster: Don't HTTP cache ToasterTable responses
  toaster: Don't store table data in the browser

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

--
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] 5+ messages in thread

end of thread, other threads:[~2015-10-06 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01  9:33 [review-request][PATCH 0/3][v2] Prevent stale data in ToasterTables Elliot Smith
2015-10-01  9:33 ` [review-request][PATCH 1/3] toaster: Don't add new history entries when table data loads Elliot Smith
2015-10-01  9:33 ` [review-request][PATCH 2/3] toaster: Don't HTTP cache ToasterTable responses Elliot Smith
2015-10-01  9:33 ` [review-request][PATCH 3/3] toaster: Don't store table data in the browser Elliot Smith
2015-10-06 16:08   ` Michael Wood

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.