Use proc table for embedder APIs#97
Use proc table for embedder APIs#97bbrto21 merged 2 commits intoflutter-tizen:flutter-2.0.1-tizenfrom
Conversation
|
I will make additional changes after #86 merged |
|
As far as I know the only advantage of using proc table is improved testability. So there's no benifit for us because we don't have any tests. Still this change looks good. |
|
Yes, you're right. I thought we would need it later but It is a simple change, so I did it right away 😄 |
|
@swift-kim Well... I have a question. it seems that our engine always has NDEBUG turned on both release and debug. |
It's not something that requires a fix. If you want to run the engine/embedder in checked mode for debugging purpose, you can enable the |
@swift-kim @pwasowski2 |
* Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com> * Update based on review Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com> * Update based on review Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com> * Update based on review Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com> * Update based on review Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com>
* Use proc table for embedder APIs * Use the proc table like other platform implementations * Use FlutterEngine as private memeber of FlutterTizenEngine * Only FlutterTizenEngine is dependent on FlutterEngine Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Signed-off-by: Boram Bae boram21.bae@samsung.com