Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
Choose a Base Repository
Pylons/pyramid_debugtoolbar
AaronAsAChimp/pyramid_debugtoolbar
Cito/pyramid_debugtoolbar
JDeuce/pyramid_debugtoolbar
JonnoFTW/pyramid_debugtoolbar
TokenMarketNet/pyramid_debugtoolbar
a3kov/pyramid_debugtoolbar
adroullier/pyramid_debugtoolbar
arnar/pyramid_debugtoolbar
attakei/pyramid_debugtoolbar
bertjwregeer/pyramid_debugtoolbar
brodul/pyramid_debugtoolbar
caseman/pyramid_debugtoolbar
castersupermild/pyramid_debugtoolbar
cguardia/pyramid_debugtoolbar
clintron/pyramid_debugtoolbar
dairiki/pyramid_debugtoolbar
dalavanmanphonsy/pyramid_debugtoolbar
danclark5/pyramid_debugtoolbar
digitaldreamer/pyramid_debugtoolbar
driax/pyramid_debugtoolbar
dscerri/pyramid_debugtoolbar
dstufft/pyramid_debugtoolbar
dz0ny/pyramid_debugtoolbar
encukou/pyramid_debugtoolbar
enomado/pyramid_debugtoolbar
firegrass/pyramid_debugtoolbar
gcarothers/pyramid_debugtoolbar
gulp-swe/pyramid_debugtoolbar
hadrien/pyramid_debugtoolbar
hamx0r/pyramid_debugtoolbar
hanula/pyramid_debugtoolbar
ianjosephwilson/pyramid_debugtoolbar
ianmarcinkowski/pyramid_debugtoolbar
ichem/pyramid_debugtoolbar
inklesspen/pyramid_debugtoolbar
j-carl/pyramid_debugtoolbar
jcraig77/pyramid_debugtoolbar
jenniemanphonsy/pyramid_debugtoolbar
johntron/pyramid_debugtoolbar
jvanasco/pyramid_debugtoolbar
kadams54/pyramid_debugtoolbar
kashifpk/pyramid_debugtoolbar
keitheis/pyramid_debugtoolbar
leonardocarvalho/pyramid_debugtoolbar
ltvolks/pyramid_debugtoolbar
madjar/pyramid_debugtoolbar
magoarcano/pyramid_debugtoolbar
marcofalcioni/pyramid_debugtoolbar
medhat93/pyramid_debugtoolbar
mgeisler/pyramid_debugtoolbar
michas84/pyramid_debugtoolbar
mmariani/pyramid_debugtoolbar
mmerickel/pyramid_debugtoolbar
mrijken/pyramid_debugtoolbar
muellert/pyramid_debugtoolbar
nbasu02/pyramid_debugtoolbar
nek4life/pyramid_debugtoolbar
nigelsmith/pyramid_debugtoolbar
orf/pyramid_debugtoolbar
pieterproigia/pyramid_debugtoolbar
ponomar/pyramid_debugtoolbar
rahul-malik/pyramid_debugtoolbar
reedobrien/pyramid_debugtoolbar
rollbar/pyramid_debugtoolbar
rpatterson/pyramid_debugtoolbar
sontek/pyramid_debugtoolbar
stevepiercy/pyramid_debugtoolbar
teixas/pyramid_debugtoolbar
tflorac/pyramid_debugtoolbar
tisdall/pyramid_debugtoolbar
uralbash/pyramid_debugtoolbar
wichert/pyramid_debugtoolbar
wwitzel3/pyramid_debugtoolbar
zhao-li-/pyramid_debugtoolbar
ztane/pyramid_debugtoolbar
Nothing to show
Choose a Head Repository
Pylons/pyramid_debugtoolbar
AaronAsAChimp/pyramid_debugtoolbar
Cito/pyramid_debugtoolbar
JDeuce/pyramid_debugtoolbar
JonnoFTW/pyramid_debugtoolbar
TokenMarketNet/pyramid_debugtoolbar
a3kov/pyramid_debugtoolbar
adroullier/pyramid_debugtoolbar
arnar/pyramid_debugtoolbar
attakei/pyramid_debugtoolbar
bertjwregeer/pyramid_debugtoolbar
brodul/pyramid_debugtoolbar
caseman/pyramid_debugtoolbar
castersupermild/pyramid_debugtoolbar
cguardia/pyramid_debugtoolbar
clintron/pyramid_debugtoolbar
dairiki/pyramid_debugtoolbar
dalavanmanphonsy/pyramid_debugtoolbar
danclark5/pyramid_debugtoolbar
digitaldreamer/pyramid_debugtoolbar
driax/pyramid_debugtoolbar
dscerri/pyramid_debugtoolbar
dstufft/pyramid_debugtoolbar
dz0ny/pyramid_debugtoolbar
encukou/pyramid_debugtoolbar
enomado/pyramid_debugtoolbar
firegrass/pyramid_debugtoolbar
gcarothers/pyramid_debugtoolbar
gulp-swe/pyramid_debugtoolbar
hadrien/pyramid_debugtoolbar
hamx0r/pyramid_debugtoolbar
hanula/pyramid_debugtoolbar
ianjosephwilson/pyramid_debugtoolbar
ianmarcinkowski/pyramid_debugtoolbar
ichem/pyramid_debugtoolbar
inklesspen/pyramid_debugtoolbar
j-carl/pyramid_debugtoolbar
jcraig77/pyramid_debugtoolbar
jenniemanphonsy/pyramid_debugtoolbar
johntron/pyramid_debugtoolbar
jvanasco/pyramid_debugtoolbar
kadams54/pyramid_debugtoolbar
kashifpk/pyramid_debugtoolbar
keitheis/pyramid_debugtoolbar
leonardocarvalho/pyramid_debugtoolbar
ltvolks/pyramid_debugtoolbar
madjar/pyramid_debugtoolbar
magoarcano/pyramid_debugtoolbar
marcofalcioni/pyramid_debugtoolbar
medhat93/pyramid_debugtoolbar
mgeisler/pyramid_debugtoolbar
michas84/pyramid_debugtoolbar
mmariani/pyramid_debugtoolbar
mmerickel/pyramid_debugtoolbar
mrijken/pyramid_debugtoolbar
muellert/pyramid_debugtoolbar
nbasu02/pyramid_debugtoolbar
nek4life/pyramid_debugtoolbar
nigelsmith/pyramid_debugtoolbar
orf/pyramid_debugtoolbar
pieterproigia/pyramid_debugtoolbar
ponomar/pyramid_debugtoolbar
rahul-malik/pyramid_debugtoolbar
reedobrien/pyramid_debugtoolbar
rollbar/pyramid_debugtoolbar
rpatterson/pyramid_debugtoolbar
sontek/pyramid_debugtoolbar
stevepiercy/pyramid_debugtoolbar
teixas/pyramid_debugtoolbar
tflorac/pyramid_debugtoolbar
tisdall/pyramid_debugtoolbar
uralbash/pyramid_debugtoolbar
wichert/pyramid_debugtoolbar
wwitzel3/pyramid_debugtoolbar
zhao-li-/pyramid_debugtoolbar
ztane/pyramid_debugtoolbar
Nothing to show
  • 2 commits
  • 2 files changed
  • 0 commit comments
  • 2 contributors
Commits on Dec 15, 2017
javascript fixes for jshint/etc
trailing commas in some functions break many browers
Commits on Jan 29, 2018
Merge pull request #326 from jvanasco/fix-jshint
javascript fixes for jshint/etc
@@ -21,8 +21,7 @@ $(function() {
* Add an interactive console to the frames
*/
if (EVALEX)
$('<img class="console-icon" src="'
+ window.DEBUG_TOOLBAR_STATIC_PATH + 'debugger/img/console.png">')
$('<img class="console-icon" src="' + window.DEBUG_TOOLBAR_STATIC_PATH + 'debugger/img/console.png">')
.attr('title', 'Open an interactive python shell in this frame')
.click(function() {
consoleNode = openShell(consoleNode, target, frameID);
@@ -56,7 +55,7 @@ $(function() {
});
else
focusSourceBlock();
},
}
);
return false;
})
@@ -126,7 +125,7 @@ $(function() {
return consoleNode.slideToggle('fast');
consoleNode = $('<pre class="console">')
.appendTo(target.parent())
.hide()
.hide();
var historyPos = 0, history = [''];
var output = $('<div class="output">[console ready]</div>')
.appendTo(consoleNode);
@@ -146,7 +145,7 @@ $(function() {
if (typeof old != 'undefined')
history.push(old);
historyPos = history.length - 1;
},
}
);
command.val('');
return false;
@@ -183,7 +182,7 @@ $(function() {
for (var i = 0; i < 7; i++) {
tmp = line.prev();
if (!(tmp && tmp.is('.in-frame')))
break
break;
line = tmp;
}
var container = $('div.sourceview');
@@ -63,7 +63,7 @@ $(function() {
headerTemplate: '{content} {icon}'
});
bootstrap_panels = ['pDebugVersionPanel', 'pDebugHeaderPanel']
bootstrap_panels = ['pDebugVersionPanel', 'pDebugHeaderPanel'];
for (var i = 0; i < bootstrap_panels.length; i++) {
$('.pDebugWindow #' + bootstrap_panels[i] + '-content').show();
@@ -74,7 +74,7 @@ $(function() {
$(function () {
var source;
function new_request(e) {
$('ul#requests li a').tooltip('hide')
$('ul#requests li a').tooltip('hide');
var html = '<li><h4>Requests</strong></h4></li>';
var requests = $('ul#requests');
var data = JSON.parse(e.data);
@@ -189,9 +189,9 @@ $(function() {
return displayable;
}
var selected_panel_text = panel_tab_element.attr('id');
displayable["panel_tab_element"] = panel_tab_element
displayable["selected_panel_text"] = selected_panel_text
return displayable
displayable.panel_tab_element = panel_tab_element;
displayable.selected_panel_text = selected_panel_text;
return displayable;
}
function handle_alt_panel(do_cookie){
// consolidates finding and showing an alternate panel
@@ -203,7 +203,7 @@ $(function() {
if (displayable.panel_tab_element && displayable.selected_panel_text) {
show_panel(displayable.panel_tab_element, displayable.selected_panel_text);
if (do_cookie){
$.cookie(COOKIE_NAME_STICKYPANEL_SELECTED, selected_panel_text);
$.cookie(COOKIE_NAME_STICKYPANEL_SELECTED, displayable.selected_panel_text);
}
}
}

No commit comments for this range