File Changes for larrym
switch to commits view, user indexv264_preview to v264_preview2 (2012-02-21 to 2012-02-28) v264
- src/hg/hgTracks/cutterTrack.c
- lines changed 7, context: html, text, full: html, text
use maxWindowToDraw to show 'zoom in ... to view items' in track image when there are too many cutters to show (#6951)
- src/hg/hgTracks/hgTracks.c
- lines changed 9, context: html, text, full: html, text
remove ajaxWarnHandler code; I now stripJsEmbedded on client side which is more comprehensive b/c it catches all errors/warnings (include early errors)
- lines changed 2, context: html, text, full: html, text
convert showWarning calls to warn in javascript code (I'm cleaning up code by removing a reimplementation of the warn code)
- src/hg/js/ajax.js
- lines changed 9, context: html, text, full: html, text
convert showWarning calls to warn in javascript code (I'm cleaning up code by removing a reimplementation of the warn code)
- src/hg/js/autocomplete.js
- lines changed 2, context: html, text, full: html, text
convert showWarning calls to warn in javascript code (I'm cleaning up code by removing a reimplementation of the warn code)
- src/hg/js/hgTracks.js
- lines changed 3, context: html, text, full: html, text
use stripJsEmbedded to catch and report more errors/warnings in updateImgAndMap
- lines changed 3, context: html, text, full: html, text
remove obsolete json.err code
- lines changed 8, context: html, text, full: html, text
convert showWarning calls to warn in javascript code (I'm cleaning up code by removing a reimplementation of the warn code)
- src/hg/js/utils.js
- lines changed 11, context: html, text, full: html, text
add whatWeDid parameter to stripJsEmbedded; wordsmithing
- lines changed 7, context: html, text, full: html, text
add whatWeDid to stripHgErrors
- lines changed 1, context: html, text, full: html, text
window.scrollTo to showWarnBox to make sure user sees warnings
- src/lib/htmshell.c
- lines changed 1, context: html, text, full: html, text
window.scrollTo to showWarnBox to make sure user sees warnings
switch to commits view, user index