]> git.evergreen-ils.org Git - Evergreen.git/commit
menu.js and patron/display.js were passing xulG functions to browser.js differently...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Aug 2010 19:45:49 +0000 (19:45 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Aug 2010 19:45:49 +0000 (19:45 +0000)
commit55d9fb24446fd979043482ba73fb8717c11a3d47
tree6dca8df1ea374a74fb99a11d2594c3a508a8ed0b
parent4a5f5f5758e9e3b25b1c26d59e310976f06ce212
menu.js and patron/display.js were passing xulG functions to browser.js differently.  This makes browser.js a little smarter (so that it doesn't trampled xulG-destined members sent via passthru_content_params) and sidesteps some security blockers with inspecting xulG.  xulG is a namespace/object for shoving foreign data and/or functions into a given window

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17122 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/xul/staff_client/chrome/content/util/browser.js
Open-ILS/xul/staff_client/server/patron/display.js