summaryrefslogtreecommitdiff
path: root/js/common.js
AgeCommit message (Expand)Author
2021-02-19fix some eslint-related stuffwip-no-prototypeAndrew Dolgov
2021-02-19cleanup some unused code, fix App.byId() invoked by wrong nameAndrew Dolgov
2021-02-19move stuff in common.js around a bitAndrew Dolgov
2021-02-18add $/423 shimsAndrew Dolgov
2021-02-18compat shim fixesAndrew Dolgov
2021-02-18compat shim fixesAndrew Dolgov
2021-02-18add Element toggleClassNameAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-12silence (or fix) a bunch of eslint warningsAndrew Dolgov
2020-06-05eslint-related fixes; move a few things from global context to AppAndrew Dolgov
2020-02-22feed tree: do not mark Labels as SpecialAndrew Dolgov
2018-12-11remove old fatalError(), move everything to App.ErrorAndrew Dolgov
2018-12-11bring back frontend sanity check w/ App.checkBrowserFeatures()Andrew Dolgov
2018-12-11xhr helpers: wrap in promisesAndrew Dolgov
2018-12-08render article on the client using headlines dataAndrew Dolgov
2018-12-07popupOpenArticle: don't cause an exception if popups are blockedAndrew Dolgov
2018-12-06remove some bitmaps and rework stuff using it to use iconfont insteadAndrew Dolgov
2018-12-06notify: use iconfont, update colors and increase height a bitAndrew Dolgov
2018-12-06add Lists.select() and make filter dialogs use itAndrew Dolgov
2018-12-03refactor error reporting to AppBase; keep exception_error() for now as a shimAndrew Dolgov
2018-12-02add AppBase as a shared ancestor for main and prefs app objectsAndrew Dolgov
2018-12-02uploadIconHandler -> CommonDialogsAndrew Dolgov
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02add Notify objectAndrew Dolgov
2018-12-02move some more stuff out of common.jsAndrew Dolgov
2018-12-02set use strict on JS modules; remove some mostly useless stuff like get_minif...Andrew Dolgov