Displaying 2 results from an estimated 2 matches for "closewindow".
2006 Jun 23
1
question closing page after action
...e so that at the end of an
action, the page will close at termination? (i.e it would be the
equivalent of a javascript <script> window.close </script> and would
look something like this
def create
@contact = Contact.new(params[:contact])
if @contact.save
:action => :closewindow ## or something like this? ##
else
render_text ''you have failed...''
end
end
thanks in advance,
s
--
Posted via http://www.ruby-forum.com/.
2013 Mar 21
0
[ANNOUNCE] xf86-video-intel 2.21.5
....net/ubuntu/+source/xserver-xorg-video-intel/+bug/1156679
Complete list of changes from 2.21.4
------------------------------------
Aaron Plattner (1):
uxa: don't crash when freeing an uninitialized screen
Chris Wilson (33):
test: Try to exercise races between DRI2SwapBuffers and CloseWindow
sna/dri: Reorder assert to avoid NULL dereference
sna/dri: Free chained swaps upon CloseWindow
sna/dri: Free the event on the impossible error path
sna: Mark the userptr as a CPU mapping
sna: Only allocate addition space if we need pixel data
sna: Improve sna_cop...