Commit Graph

157 Commits

Author SHA1 Message Date
Brian Ford
706a63cc51 chore(bower): update dependencies 2014-10-21 15:12:45 -07:00
Brian Ford
499c82d5a6 chore(bower): remove check in bower components 2014-10-21 15:09:29 -07:00
Brian Ford
1162787cb0 docs(example): add example 2014-10-16 18:00:28 -07:00
Brian Ford
d6463b1e2f style(hintApp): move decls to top of file 2014-10-16 17:59:02 -07:00
Brian Ford
5c676f9959 style(css): formatting, remove over-specified selectors 2014-10-16 17:58:30 -07:00
Brian Ford
556b6d0e0b refactor(*): simplify message API 2014-10-16 17:52:53 -07:00
Brian Ford
decec2685d fix(inject): fix path of hint bundle 2014-10-14 11:54:47 -07:00
Brian Ford
6911e08b73 refactor(hintApp): simplify app 2014-10-14 11:54:16 -07:00
Brian Ford
f1b460e45a docs(readme/contributing): reorganize docs 2014-10-13 17:31:29 -07:00
Brian Ford
156bf99c1f style(gulp): add missing newline 2014-10-13 17:30:52 -07:00
Carlo s A. Guillen
97380e8fcc test(hintCtrl): implement test for suppressing messages 2014-08-14 11:39:19 -07:00
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.
2014-08-14 10:47:48 -07:00
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.
2014-08-13 17:33:36 -07:00
Erin Altenhof-Long
b86d7a6955 test(karma.conf.js): add karma and dependencies to allow testing 2014-08-13 16:33:03 -07:00
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.
2014-08-13 16:33:03 -07:00
Carlo s A. Guillen
0130c9dc8e feat(hintCtrl): implement suppress message feature 2014-08-13 15:57:06 -07:00
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
2014-08-13 14:10:04 -07:00
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".
2014-08-13 11:06:34 -07:00
Erin Altenhof-Long
9bcaec14ee chore(.gitignore): ignore built files and dependencies 2014-08-13 11:06:34 -07:00
Erin Altenhof-Long
d826dadf39 chore(): remove static data 2014-08-13 11:06:34 -07:00
Carlos Guillen
f06a989a78 chore(hintCtrl): remove use of isEmpty variable 2014-08-12 16:47:40 -05:00
Carlos Guillen
3b55f063e5 chore(hint.html): change ng-bind to ng-show 2014-08-12 16:46:13 -05:00
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.
2014-08-08 12:05:58 -07:00
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.
2014-08-08 11:39:18 -07:00
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.
2014-08-08 11:27:25 -07:00
Carlo s A. Guillen
b94c14e5aa feat(HintCtrl): debounce message logging in UI 2014-08-08 10:06:14 -07:00
Carlo s A. Guillen
fe231271b7 feat(*): interact with HintCtrl 2014-08-07 15:56:06 -07:00
Carlo s A. Guillen
e81023bac7 feat(*): implement connection between content script and devTools pane 2014-08-07 14:38:26 -07:00
Carlo s A. Guillen
2ebab66b13 feat(*): set up UI 2014-08-06 14:46:54 -07:00
Carlo s A. Guillen
f3703f423f feat(*): set up UI 2014-08-06 14:46:25 -07:00
Brian Ford
036a6cf310 docs: add new build script 2014-08-04 15:56:26 -07:00
Brian Ford
99ea8b5225 wip 2014-08-04 15:42:58 -07:00
Brian Ford
4a85f99679 wip 2014-07-12 12:07:30 -07:00
Brian Ford
0c1edd6e58 wip: huge refactor again
sorry not sorry
2014-07-12 11:59:23 -07:00
Brian Ford
cd2a9e495d fix: niceNames 2014-04-29 15:22:22 -07:00
Frost
a68c9b7724 Moved all the files around and added livereloading to the extension. 2014-04-29 14:46:31 -07:00
Brian Ford
4741ed559f docs: typo like a real engineer 2014-04-08 14:30:51 -07:00
Brian Ford
1cb6beacb7 fix: issue with refactored niceName helper 2014-04-08 14:30:51 -07:00
Brian Ford
febbc8c478 docs: add inline doc for background 2014-04-08 14:30:51 -07:00
Brian Ford
253337e55f docs: improve arch doc 2014-04-08 14:30:51 -07:00
Brian Ford
514eddcda9 chore: clean up instrumentation test config 2014-04-08 14:30:51 -07:00
Brian Ford
b581e188d1 chore: use local karma install 2014-04-08 14:30:21 -07:00
Brian Ford
8e7ae1e968 Merge pull request #1 from aaronfrost/incremental-instrumentation-stale
docs: add inline documentation
2014-04-08 14:25:17 -07:00
Frost
5089764c36 Add some comments to explain better what is going on here. 2014-04-08 04:21:54 -06:00
Frost
da9dc6d740 ignore the bloody node_modules and the webstorm .idea files. 2014-04-08 04:21:01 -06:00
Frost
01560fe7b4 Update the Gruntfile to build the files from their new locations. Brian moved them and the Gruntfile was pointing to their old location. 2014-04-08 04:19:05 -06:00
Brian Ford
989749f4d3 fix: broken code after refactor 2014-04-01 17:51:08 -07:00
Brian Ford
7421f9196f chore: fix spacing output of inline script 2014-04-01 17:49:54 -07:00
Brian Ford
f81ebb4701 docs: add architecture document 2014-04-01 15:53:54 -07:00
Brian Ford
1ce75f5922 chore: add inline script to grunt 2014-04-01 15:45:11 -07:00