Commit Graph

216 Commits (master)
 

Author SHA1 Message Date
Brian Ford 7363f3debb chore(img): add src for logos 10 years ago
Brian Ford 89b577c88d docs(contributing): add notes on directory layout 10 years ago
Brian Ford c35956c61d style(panel): reorganize to improve style 10 years ago
Brian Ford d1f0888929 docs(example): make example more interesting 10 years ago
Brian Ford 918ecd5c7d f 10 years ago
Brian Ford 3de10b6f41 chore(jsonTree): remove unused dependencies 10 years ago
Brian Ford 444398e9d4 refactor(jsonTree): remove dependancy on inspectedApp 10 years ago
Brian Ford d4edd956f6 fix(inspectedApp): dont parse object messages 10 years ago
Brian Ford b40377531e refactor(*): basically change everything
🍕
10 years ago
Brian Ford 706a63cc51 chore(bower): update dependencies 10 years ago
Brian Ford 499c82d5a6 chore(bower): remove check in bower components 10 years ago
Brian Ford 1162787cb0 docs(example): add example 10 years ago
Brian Ford d6463b1e2f style(hintApp): move decls to top of file 10 years ago
Brian Ford 5c676f9959 style(css): formatting, remove over-specified selectors 10 years ago
Brian Ford 556b6d0e0b refactor(*): simplify message API 10 years ago
Brian Ford decec2685d fix(inject): fix path of hint bundle 10 years ago
Brian Ford 6911e08b73 refactor(hintApp): simplify app 10 years ago
Brian Ford f1b460e45a docs(readme/contributing): reorganize docs 10 years ago
Brian Ford 156bf99c1f style(gulp): add missing newline 10 years ago
Carlo s A. Guillen 97380e8fcc test(hintCtrl): implement test for suppressing messages 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 c432fb6930 refactor(updateAll): remove unnecessary updateAll method
Now that message data is provided incrementally by the hintService,
all the arrays of data may be updated with each message.
10 years ago
Erin Altenhof-Long b86d7a6955 test(karma.conf.js): add karma and dependencies to allow testing 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
Erin Altenhof-Long 6a0ae94f4d fix(loader): create custom loader that is compatible with angular 1.2 and 1.3
A breaking change with the loading of config blocks between angular 1.2 and 1.3 causes
a an error when registering providers if the appropriate version of angular loader is not
used. This custom loader alters the invokeQueue to use config blocks correctly for both
versions of angular. See the issue with the loader and angular docs:
https://github.com/angular/angular-hint/issues/39 And the breaking change for the
angular loader: c0b4e2db9c
10 years ago
Erin Altenhof-Long df5bf33762 fix(defaultPane): change default console pane to "All"
Using "Directives" as the default message pane caused
errors when using AngularHint without any errors from "Directives".
This changes the default to "All".
10 years ago
Erin Altenhof-Long 9bcaec14ee chore(.gitignore): ignore built files and dependencies 10 years ago
Erin Altenhof-Long d826dadf39 chore(): remove static data 10 years ago
Carlos Guillen f06a989a78 chore(hintCtrl): remove use of isEmpty variable 10 years ago
Carlos Guillen 3b55f063e5 chore(hint.html): change ng-bind to ng-show 10 years ago
Erin Altenhof-Long 85606bb78c fix(reload): refresh messages on reload of inspectedWindow
Messages should not be continually added when the inspectedWindow is refreshed.
When the inspectedWindow is refreshed, start a new list of messages.
10 years ago
Erin Altenhof-Long d0da55123f feat(buffer): buffer messages before devTools open
Before the devTools are opened, messages should be buffered. This way they can
be delivered when the devTools are opened.
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 b94c14e5aa feat(HintCtrl): debounce message logging in UI 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
Carlo s A. Guillen f3703f423f feat(*): set up UI 10 years ago
Brian Ford 036a6cf310 docs: add new build script 10 years ago
Brian Ford 99ea8b5225 wip 10 years ago
Brian Ford 4a85f99679 wip 10 years ago
Brian Ford 0c1edd6e58 wip: huge refactor again
sorry not sorry
10 years ago
Brian Ford cd2a9e495d fix: niceNames 10 years ago
Frost a68c9b7724 Moved all the files around and added livereloading to the extension. 10 years ago
Brian Ford 4741ed559f docs: typo like a real engineer 10 years ago
Brian Ford 1cb6beacb7 fix: issue with refactored niceName helper 10 years ago
Brian Ford febbc8c478 docs: add inline doc for background 10 years ago
Brian Ford 253337e55f docs: improve arch doc 10 years ago
Brian Ford 514eddcda9 chore: clean up instrumentation test config 10 years ago