Commit Graph

143 Commits

Author SHA1 Message Date
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
Brian Ford
e4a68061ae chore: fix whitespace in inline.js 2014-04-01 15:44:13 -07:00
Brian Ford
13d23765b2 fix: instrumentation tests 2014-04-01 14:58:24 -07:00
Brian Ford
032b3a6ac6 WIP - I have no idea 2014-04-01 14:26:03 -07:00
Brian Ford
9be0ba8955 fix(lib/throttle): fix bugs, add tests 2013-12-20 15:18:21 -08:00
Brian Ford
704ac4dfbb reorganize plugin 2013-12-06 10:05:41 -08:00
Brian Ford
ee422a1957 wip 2013-11-05 11:03:00 -08:00
Brian Ford
6cfcaa8545 cache scope tree, fix issue with cache invalidation 2013-09-18 08:29:18 -07:00
Brian Ford
b2c7ac52a4 wip 2013-08-06 13:26:12 -07:00
Brian Ford
2512c63e97 wip 2013-07-25 14:09:00 -07:00
Brian Ford
d4f851dae3 wip 2013-07-18 12:46:54 -07:00
Brian Ford
04d7a1bbd1 message passing nonsense 2013-07-09 19:11:22 -07:00
Brian Ford
49a130c53b chore(style): fix spacing style 2013-07-09 13:49:00 -07:00
Brian Ford
a5ecad55fd fix(instrumentation): fix patchin provider object with array properties 2013-07-09 13:48:17 -07:00
Brian Ford
c002d055ef v0.4.3 2013-06-26 17:30:42 -07:00