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.o... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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), onCom... | 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 (s... | 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 + ..... | 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 + ..... | 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 + ..... | 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 + ..... | 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 + ..... | 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 + ..... | 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 + ... ... | 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 + ... ... | 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 + ... ... | 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 + ... ... | 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 + ... ... | 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 + ... ... | 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 + ..... | 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 + ..... | 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 + ..... | 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.