Commit Graph

10 Commits (706a63cc51137c3e96a84d74cab81a1033536919)

Author SHA1 Message Date
Brian Ford 556b6d0e0b refactor(*): simplify message API 10 years ago
Brian Ford 6911e08b73 refactor(hintApp): simplify app 10 years ago
Erin Altenhof-Long 03bef161b5 test(hintCtrl): add test coverage for hintCtrl functions
Add tests that demonstrate the functionality of hintCtrl formatting functions.
These tests mock the hintService to test the operation of hintCtrl
functions for splitting and using received messages.
10 years ago
Erin Altenhof-Long 952a4a4c73 refactor(hintService): move communication through developer tools to backend service
To improve testability, the backend communication with the developer tools is moved to
a service that can then be mocked for testing purposes. Moving functionality to
a service means that an app file is needed to create the module before the controller
and the service and that the app, service, and controller should be contained in the
application html page.
10 years ago
Carlo s A. Guillen 0130c9dc8e feat(hintCtrl): implement suppress message feature 10 years ago
Carlos Guillen 3b55f063e5 chore(hint.html): change ng-bind to ng-show 10 years ago
Erin Altenhof-Long e1cd70d98e fix(ngShow): load csp to allow use of ng-show and update ng-show logic
Due to the loading order of angular in a chrome extension, include the angular-csp.css
to allow the operation of ng-show and ng-class. Also, update the ng-show and ng-class
logic.
10 years ago
Carlo s A. Guillen fe231271b7 feat(*): interact with HintCtrl 10 years ago
Carlo s A. Guillen e81023bac7 feat(*): implement connection between content script and devTools pane 10 years ago
Carlo s A. Guillen 2ebab66b13 feat(*): set up UI 10 years ago