Commit Graph

141 Commits (6a0ae94f4df7f5dea3a10874f6f9be9603e353cc)
 

Author SHA1 Message Date
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
Brian Ford b581e188d1 chore: use local karma install 10 years ago
Brian Ford 8e7ae1e968 Merge pull request #1 from aaronfrost/incremental-instrumentation-stale
docs: add inline documentation
10 years ago
Frost 5089764c36 Add some comments to explain better what is going on here. 10 years ago
Frost da9dc6d740 ignore the bloody node_modules and the webstorm .idea files. 10 years ago
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. 10 years ago
Brian Ford 989749f4d3 fix: broken code after refactor 10 years ago
Brian Ford 7421f9196f chore: fix spacing output of inline script 10 years ago
Brian Ford f81ebb4701 docs: add architecture document 10 years ago
Brian Ford 1ce75f5922 chore: add inline script to grunt 10 years ago
Brian Ford e4a68061ae chore: fix whitespace in inline.js 10 years ago
Brian Ford 13d23765b2 fix: instrumentation tests 10 years ago
Brian Ford 032b3a6ac6 WIP - I have no idea 10 years ago
Brian Ford 9be0ba8955 fix(lib/throttle): fix bugs, add tests 11 years ago
Brian Ford 704ac4dfbb reorganize plugin 11 years ago
Brian Ford ee422a1957 wip 11 years ago
Brian Ford 6cfcaa8545 cache scope tree, fix issue with cache invalidation 11 years ago
Brian Ford b2c7ac52a4 wip 11 years ago
Brian Ford 2512c63e97 wip 11 years ago
Brian Ford d4f851dae3 wip 11 years ago
Brian Ford 04d7a1bbd1 message passing nonsense 11 years ago
Brian Ford 49a130c53b chore(style): fix spacing style 11 years ago
Brian Ford a5ecad55fd fix(instrumentation): fix patchin provider object with array properties 11 years ago
Brian Ford c002d055ef v0.4.3 11 years ago
Brian Ford d468c20139 chore(dep): update grunt-conventional-changelog 11 years ago
Bert Willems 354fa54100 fix(instrumentation): fix injecting a provider with array syntax 11 years ago