This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree
285 files changed
+5176
-1820
lines changed- android
- plugins
- jetpack-compose
- src/main/java
- com/facebook/flipper/plugins/jetpackcompose
- descriptors
- model
- facebook/internal/androidx/compose/ui/inspection
- inspector
- util
- litho
- src/main/java/com/facebook/flipper/plugins/uidebugger/litho/descriptors
- props
- network/src/main/java/com/facebook/flipper/plugins/network
- sample
- src/main/java/com/facebook/flipper/sample
- src
- main/java/com/facebook/flipper/plugins
- crashreporter
- inspector
- uidebugger
- core
- descriptors
- model
- test/java/com/facebook/flipper/plugins/databases
- desktop
- babel-transformer
- src
- examples/flipper-dump/src
- flipper-common/src
- utils
- flipper-plugin/src
- __tests__
- data-source
- __tests__
- plugin
- test-utils
- ui
- __tests__
- data-inspector
- data-table
- elements-inspector
- utils
- flipper-server/src
- app-connectivity
- __tests__
- certificate-exchange
- devices
- android
- ios
- metro
- fb-stubs
- plugins
- utils
- flipper-ui
- src
- __tests__
- test-utils
- chrome
- plugin-manager
- __tests__/__snapshots__
- dispatcher
- __tests__
- fb-stubs
- reducers
- sandy-chrome
- appinspect
- doctor
- ui/components
- searchable
- table
- utils
- __tests__
- pkg/src
- commands
- utils
- pkg-lib/src/__tests__
- plugins/public
- cpu
- crash_reporter
- databases
- example
- fresco
- hermesdebuggerrn
- kaios-ram
- layout
- docs
- leak_canary/docs
- network
- docs
- reactdevtools
- sandbox
- fb-stubs
- seamammals/src
- ui-debugger
- components
- sidebarV2
- attributes
- frameworkevents
- tree
- visualizer
- plugin
- utils
- scripts
- static
- icons
- test-utils/src
- docs/getting-started
- iOS
- FlipperKit
- Plugins
- FlipperKitBloksPlugin/FlipperKitBloksPlugin
- FlipperKitPluginUtils/FlipperKitLayoutIOSDescriptors/FlipperKitLayoutIOSDescriptors
- FlipperKitUIDebuggerPlugin/FlipperKitUIDebuggerPlugin
- Core
- Descriptors
- Events
- Model
- Observer
- Serializers
- Traversal
- Sample
- SampleSwift
- Tutorial
- js/js-flipper
- src
- packer
- src
- react-native
- ReactNativeFlipperExample/ios
- react-native-flipper
- website
- src/pages
- static/img
- xplat
- Flipper
- FlipperTestLib
- FlipperWebSocket
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
285 files changed
+5176
-1820
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
| 81 | + | |
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
|
+12-16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 |
| |
32 | 35 |
| |
33 | 36 |
| |
34 | 37 |
| |
35 |
| - | |
| 38 | + | |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
| |||
83 | 86 |
| |
84 | 87 |
| |
85 | 88 |
| |
| 89 | + | |
86 | 90 |
| |
87 | 91 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
| 92 | + | |
| 93 | + | |
95 | 94 |
| |
96 | 95 |
| |
97 | 96 |
| |
98 | 97 |
| |
99 | 98 |
| |
100 |
| - | |
| 99 | + | |
101 | 100 |
| |
102 | 101 |
| |
103 | 102 |
| |
104 | 103 |
| |
105 |
| - | |
106 |
| - | |
| 104 | + | |
| 105 | + | |
107 | 106 |
| |
108 | 107 |
| |
109 | 108 |
| |
| |||
120 | 119 |
| |
121 | 120 |
| |
122 | 121 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 | 122 |
| |
127 | 123 |
| |
128 | 124 |
| |
129 | 125 |
| |
130 | 126 |
| |
131 | 127 |
| |
132 |
| - | |
| 128 | + | |
133 | 129 |
| |
134 | 130 |
| |
135 | 131 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + | |
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 |
| |
| 36 | + | |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 |
| |
14 | 20 |
| |
| 21 | + | |
15 | 22 |
| |
16 |
| - | |
| 23 | + | |
17 | 24 |
| |
18 | 25 |
| |
19 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
20 | 40 |
| |
21 | 41 |
| |
22 | 42 |
| |
23 | 43 |
| |
24 | 44 |
| |
25 |
| - | |
| 45 | + | |
26 | 46 |
| |
27 | 47 |
| |
28 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
29 | 64 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + |
0 commit comments