rem
stringlengths 0
126k
| add
stringlengths 0
441k
| context
stringlengths 13
136k
| meta
stringlengths 132
347
|
---|---|---|---|
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/railties/html/javascripts/prototype.js |
parameters: this.options.callback(this.form, this.form.value.value), | parameters: this.options.callback(this.form, this.editField.value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, { parameters: this.options.callback(this.form, this.form.value.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) } ); this.onLoading(); return false; }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/ceb41308e7993a2b1a9aa04a6233cc9d077c3a52/controls.js/buggy/src/controls.js |
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/ce69ee676a665c2710e7b2f1edf9376c3a2ca806/controls.js/clean/src/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/ce69ee676a665c2710e7b2f1edf9376c3a2ca806/controls.js/clean/src/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/ce69ee676a665c2710e7b2f1edf9376c3a2ca806/controls.js/clean/src/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
if (arguments.length > 1) { Event.stop(arguments[0]); } | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); return false; }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/8d9918aa2f5586330129b9cf14a2835c9d4976c1/controls.js/clean/src/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
|
this.saving = true; | var form = this.form; var value = this.editField.value; this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
parameters: this.options.callback(this.form, this.editField.value), | parameters: this.options.callback(form, value), | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.onLoading(); | onSubmit: function() { this.saving = true; new Ajax.Updater( { success: this.element, // don't update on failure (this could be an option) failure: null }, this.url, Object.extend({ parameters: this.options.callback(this.form, this.editField.value), onComplete: this.onComplete.bind(this), onFailure: this.onFailure.bind(this) }, this.options.ajaxOptions) ); this.onLoading(); // stop the event to avoid a page refresh in Safari if (arguments.length > 1) { Event.stop(arguments[0]); } return false; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
|
menuText = "Translate " + "\"" + selectedText + "\""; | menuText = gPGTranslateBundle.getString("context.menu.prefix") + " " + "\"" + selectedText + "\""; | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { //text selected so display the context menu var selectedText = selection.toString() if (selectedText.length > 15) // crop selected text if necessary { selectedText = selectedText.substr(0,15) + "..."; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; //display separator item.hidden = false; //display menu menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { //no text selected so hide the context menu item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; }} | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/27c7c00f05e0b1cdb8a7913b4973015cb5ad43d6/translate.js/buggy/trunk/chrome/content/translate.js |
alert(languagePairs[lang].length); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); for(var i = 1; i < languagePairs[lang].length ; i++) { var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; var menuItemOncommand = "translateSelection('" + languagePair + "');"; var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/47783ca3f4c72f882cdedcf96d187fc6f5466a5c/translate.js/clean/branch/options/chrome/content/translate.js |
|
alert("for ok"); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); for(var i = 1; i < languagePairs[lang].length ; i++) { var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; var menuItemOncommand = "translateSelection('" + languagePair + "');"; var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/47783ca3f4c72f882cdedcf96d187fc6f5466a5c/translate.js/clean/branch/options/chrome/content/translate.js |
|
alert(languagePair); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); for(var i = 1; i < languagePairs[lang].length ; i++) { var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; var menuItemOncommand = "translateSelection('" + languagePair + "');"; var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/47783ca3f4c72f882cdedcf96d187fc6f5466a5c/translate.js/clean/branch/options/chrome/content/translate.js |
|
alert(menuItemLabel); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); for(var i = 1; i < languagePairs[lang].length ; i++) { var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; var menuItemOncommand = "translateSelection('" + languagePair + "');"; var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/47783ca3f4c72f882cdedcf96d187fc6f5466a5c/translate.js/clean/branch/options/chrome/content/translate.js |
|
alert(menuItemTooltiptext); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); for(var i = 1; i < languagePairs[lang].length ; i++) { var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; var menuItemOncommand = "translateSelection('" + languagePair + "');"; var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/47783ca3f4c72f882cdedcf96d187fc6f5466a5c/translate.js/clean/branch/options/chrome/content/translate.js |
|
alert(menuItemOncommand); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); for(var i = 1; i < languagePairs[lang].length ; i++) { var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; var menuItemOncommand = "translateSelection('" + languagePair + "');"; var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/47783ca3f4c72f882cdedcf96d187fc6f5466a5c/translate.js/clean/branch/options/chrome/content/translate.js |
|
var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); | var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { //text selected so display the context menu var selectedText = selection.toString() if (selectedText.length > 15) // crop selected text if necessary { selectedText = selectedText.substr(0,15) + "..."; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; //display separator item.hidden = false; //display menu menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { //no text selected so hide the context menu item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; }} | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/92511fa4a281dc1b11c2960208b0078e716d4f82/translate.js/buggy/trunk/chrome/content/translate.js |
item = document.getElementById("translate-context"); | item = document.getElementById("translate-context"); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { //text selected so display the context menu var selectedText = selection.toString() if (selectedText.length > 15) // crop selected text if necessary { selectedText = selectedText.substr(0,15) + "..."; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; //display separator item.hidden = false; //display menu menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { //no text selected so hide the context menu item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; }} | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/92511fa4a281dc1b11c2960208b0078e716d4f82/translate.js/buggy/trunk/chrome/content/translate.js |
function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { //text selected so display the context menu var selectedText = selection.toString() if (selectedText.length > 15) // crop selected text if necessary { selectedText = selectedText.substr(0,15) + "..."; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; //display separator item.hidden = false; //display menu menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { //no text selected so hide the context menu item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; }} | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/92511fa4a281dc1b11c2960208b0078e716d4f82/translate.js/buggy/trunk/chrome/content/translate.js |
||
function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { //text selected so display the context menu var selectedText = selection.toString() if (selectedText.length > 15) // crop selected text if necessary { selectedText = selectedText.substr(0,15) + "..."; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; //display separator item.hidden = false; //display menu menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { //no text selected so hide the context menu item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; }} | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/92511fa4a281dc1b11c2960208b0078e716d4f82/translate.js/buggy/trunk/chrome/content/translate.js |
||
item.setAttribute("label", menuText); | item.setAttribute("label", menuText); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { //text selected so display the context menu var selectedText = selection.toString() if (selectedText.length > 15) // crop selected text if necessary { selectedText = selectedText.substr(0,15) + "..."; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; //display separator item.hidden = false; //display menu menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { //no text selected so hide the context menu item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; }} | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/92511fa4a281dc1b11c2960208b0078e716d4f82/translate.js/buggy/trunk/chrome/content/translate.js |
function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { //text selected so display the context menu var selectedText = selection.toString() if (selectedText.length > 15) // crop selected text if necessary { selectedText = selectedText.substr(0,15) + "..."; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; //display separator item.hidden = false; //display menu menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { //no text selected so hide the context menu item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; }} | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/92511fa4a281dc1b11c2960208b0078e716d4f82/translate.js/buggy/trunk/chrome/content/translate.js |
||
function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); alert(languagePairs[lang].length);for(var i = 1; i < languagePairs[lang].length ; i++) { alert("for ok"); var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; alert(languagePair); var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; alert(menuItemLabel); var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; alert(menuItemTooltiptext); var menuItemOncommand = "translateSelection('" + languagePair + "');"; alert(menuItemOncommand); var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/423110b01481b4c8108fd05971951604f6efe1fe/translate.js/buggy/branch/options/chrome/content/translate.js |
||
item = document.getElementById("translate-context"); | item = document.getElementById("translate-context"); | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); alert(languagePairs[lang].length);for(var i = 1; i < languagePairs[lang].length ; i++) { alert("for ok"); var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; alert(languagePair); var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; alert(menuItemLabel); var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; alert(menuItemTooltiptext); var menuItemOncommand = "translateSelection('" + languagePair + "');"; alert(menuItemOncommand); var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/423110b01481b4c8108fd05971951604f6efe1fe/translate.js/buggy/branch/options/chrome/content/translate.js |
var lang = 2; | function onTranslatePopup(){ // Get the selected text var focusedWindow = document.commandDispatcher.focusedWindow; var selection = focusedWindow.__proto__.getSelection.call(focusedWindow); // if the selected text is blank then don't display the context menu, otherwise, display the first 14 characters + ... if (selection!="") { var selectedText = selection.toString() if (selectedText.length > 15) { selectedText = selectedText.substr(0,15) + "..."; //selectedText = "true" + selectedText; } var menuText; var item; var sep; item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); var lang = 2; var menuPopupElement = document.createElement("menupopup"); alert(languagePairs[lang].length);for(var i = 1; i < languagePairs[lang].length ; i++) { alert("for ok"); var languagePair = languagePairs[lang][i] + "_" + languagePairs[lang][0]; alert(languagePair); var menuItemLabel = "&translate.context.menu." + languagePair + ".label;"; alert(menuItemLabel); var menuItemTooltiptext = "&translate." + languagePair + ".tooltip;" ; alert(menuItemTooltiptext); var menuItemOncommand = "translateSelection('" + languagePair + "');"; alert(menuItemOncommand); var menuItemElement = document.createElement("menuitem"); menuItemElement.setAttribute("label",menuItemLabel); menuItemElement.setAttribute("tooltiptext",menuItemTooltiptext); menuItemElement.setAttribute("oncommand",menuItemOncommand); menuPopupElement.appendChild(menuItemElement); } item.appendChild(menuPopupElement); item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = false; item.hidden = false; menuText = "Translate " + "\"" + selectedText + "\""; item.setAttribute("label", menuText); } else { item = document.getElementById("translate-context"); sep = document.getElementById("translateSeparator"); sep.hidden = true; item.hidden = true; } document.getElementById("translateSeparator");.appendChild(menuItemElement); } | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/423110b01481b4c8108fd05971951604f6efe1fe/translate.js/buggy/branch/options/chrome/content/translate.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.