Commit graph

448 commits

Author SHA1 Message Date
mgechev
9ad12dd3c6 fix(devtools): remove redundant scrollbar 2020-05-06 23:33:00 -04:00
mgechev
880d1d0ed4 fix(devtools): alignment issue in idle profiler 2020-05-06 23:33:00 -04:00
Renovate Bot
775f3e3120 build(devtools): update angular-framework 2020-05-06 11:58:13 -07:00
mgechev
bc51877bc0 build(devtools): update typescript 2020-05-06 11:39:08 -07:00
Renovate Bot
5f4e83c34f build(devtools): update angular-framework 2020-05-05 16:11:47 -07:00
Renovate Bot
90cb4ada77 build(devtools): update dependency wait-on to v5 2020-05-05 15:54:47 -07:00
Renovate Bot
a59df048e2 build(devtools): update dependency @types/chrome to ^0.0.107 2020-05-05 15:54:31 -07:00
Renovate Bot
0638c55d83 build(devtools): update angular-cli 2020-05-05 15:54:06 -07:00
mgechev
4fc8a075c0 fix(devtools): initialization and popup logic
- Rename the popups and introduce a new one - supported version but no ivy
- Change the initialization logic to reflect the latest profiling updates
2020-05-04 18:33:17 -04:00
mgechev
c17b5fdc3e refactor(devtools): temporarily disable timingg API 2020-05-04 18:33:17 -04:00
mgechev
288ecfd994 fix(devtools): consider change detection completed after a microtask 2020-05-04 18:33:17 -04:00
mgechev
be6ffb4f23 refactor(devtools): use single change detection tracker 2020-05-04 18:33:17 -04:00
mgechev
ccee9302a0 refactor(devtools): observer logic so that we can have a single instance
We currently have a single instance of the directive forest observer. It's shared between the identity tracker and the capturer.
2020-05-04 18:33:17 -04:00
mgechev
2eb4771ea6 refactor(devtools): use different hook mechanism 2020-05-04 18:33:17 -04:00
mgechev
df5857ddc2 feat(devtools): introduce timing API support 2020-05-04 18:33:17 -04:00
AleksanderBodurri
8d319dd486 feat(devtools): make devtools fail elegantly for view engine apps 2020-05-04 10:33:23 -07:00
Renovate Bot
a711338276 build(devtools): update dependency ts-node to ~8.10.0 2020-05-04 09:47:49 -07:00
Renovate Bot
723bb554b3 build(devtools): update dependency karma-coverage-istanbul-reporter to v3 2020-05-03 14:56:02 -07:00
Renovate Bot
5793e3d724 build(devtools): update angular-cli 2020-05-03 14:55:47 -07:00
mgechev
d4fc65504b fix(devtools): ensure compatibility with angular v10.0.0+ 2020-05-02 20:24:15 -04:00
Renovate Bot
428c5886ca build(devtools): update angular-cli 2020-05-01 09:22:29 -07:00
Renovate Bot
53d16e0c36 build(devtools): update dependency uuid to v8 2020-04-30 11:30:59 -07:00
Renovate Bot
114de72138 build(devtools): update angular-cli 2020-04-30 11:30:40 -07:00
Renovate Bot
fcc130f143 build(devtools): update angular-framework 2020-04-28 12:24:20 -07:00
AleksanderBodurri
12a3de91ce refactor(devtools): change console log messaging to be more informative without exposing message layer abstractions 2020-04-28 12:23:43 -07:00
Renovate Bot
6965a1a49e build(devtools): update angular-cli 2020-04-28 07:49:15 -07:00
Renovate Bot
871f78a1de build(devtools): update dependency @types/chrome to ^0.0.106 2020-04-27 10:54:13 -07:00
Renovate Bot
a30c3cb797 build(devtools): update angular-cli 2020-04-25 19:31:12 -07:00
Renovate Bot
511f58e696 build(devtools): update angular-framework 2020-04-24 15:33:55 -07:00
Renovate Bot
a74b9ff5fd build(devtools): update angular-cli 2020-04-24 09:48:39 -07:00
AleksanderBodurri
e55a24cf30 fix(devtools): remove runOutsideAngular wrapper on mouse move event 2020-04-24 09:45:46 -07:00
Renovate Bot
1e52023fef build(devtools): update angular-cli 2020-04-22 16:03:36 -04:00
Renovate Bot
2d42315aec build(devtools): update angular-framework 2020-04-22 12:19:47 -07:00
Renovate Bot
b09a2af638 build(devtools): update dependency ngx-flamegraph to v0.0.7 2020-04-22 12:44:24 -04:00
AleksanderBodurri
d50e74ff26 test(devtools): write e2e test for displaying component metadata 2020-04-21 13:09:57 -07:00
AleksanderBodurri
9f9fcdc128 refactor(devtools): rename selected-component.ts to set-console-reference.ts to better describe usage 2020-04-21 12:18:22 -07:00
AleksanderBodurri
1181e4cadc fix(devtools): remove tree node highlight when a component is selected from the highlighter 2020-04-21 09:51:28 -07:00
Renovate Bot
4a70ecf093 build(devtools): update dependency ts-node to ~8.9.0 2020-04-21 09:50:54 -07:00
Renovate Bot
b03e948283 build(devtools): update angular-framework 2020-04-21 09:50:41 -07:00
AleksanderBodurri
4b9031263f feat(devtools): add ivy check 2020-04-20 12:35:24 -07:00
AleksanderBodurri
b5e95ce468 feat(devtools): inform user that devtools has limited functionality in production mode 2020-04-20 12:35:24 -07:00
renovate[bot]
6514c2f52d build(devtools): update angular-cli (rangle/angular-devtools#293)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-20 12:11:57 -07:00
renovate[bot]
790cb98feb build(devtools): update angular-framework (rangle/angular-devtools#294)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-18 12:55:33 -07:00
renovate[bot]
4107d9bca0 build(devtools): update dependency @swimlane/ngx-charts to v14 (rangle/angular-devtools#299)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-18 12:55:13 -07:00
AleksanderBodurri
16c485182f build(devtools): fix lint error in devtools component (rangle/angular-devtools#295) 2020-04-17 12:59:38 -07:00
AleksanderBodurri
502ab94003 feat(devtools): remove timeout and add new loading/error state message (rangle/angular-devtools#291) 2020-04-16 13:32:12 -07:00
renovate[bot]
8d9b3eb7c4 build(devtools): update angular-cli (rangle/angular-devtools#288)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-16 10:38:45 -07:00
Renovate Bot
186a862e19 build(devtools): update angular-framework 2020-04-16 13:22:20 -04:00
Renovate Bot
3c9908ecef build(devtools): update dependency tslint to ~5.20.0 2020-04-16 12:58:41 -04:00
AleksanderBodurri
0613d7e4f2 build(devtools): add linting to ci (rangle/angular-devtools#285)
* chore: fix lint errors

* build: add linting to ci pipeline
2020-04-15 14:22:49 -07:00