Discussion:
[chromium-dev] How can i see my changes are affecting on simulator iOS?
M shauket
2018-11-22 08:19:41 UTC
Permalink
I just made some changes in code and i want to test those changes, i did
not add any new files i just change existing classes. but my changes are
not reflecting on re run again. any suggestion ?
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org.
'Olivier Robin' via Chromium-dev
2018-11-23 15:03:09 UTC
Permalink
Do you compile/run from xcode?
What file to you modify?
Post by M shauket
I just made some changes in code and i want to test those changes, i did
not add any new files i just change existing classes. but my changes are
not reflecting on re run again. any suggestion ?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAAYr5oO-PvX6K2OZW15RX8YrSja4oF0KdZn_w8ZtiTHuQjcU4A%40mail.gmail.com.
M shauket
2018-11-23 15:05:33 UTC
Permalink
I run through terminal. But it would be kind help from your side if you
have any document related to make code changes, what things we should keep
in out mind before adding groups files resources. Thanks in advance.
Post by 'Olivier Robin' via Chromium-dev
Do you compile/run from xcode?
What file to you modify?
Post by M shauket
I just made some changes in code and i want to test those changes, i did
not add any new files i just change existing classes. but my changes are
not reflecting on re run again. any suggestion ?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org?utm_medium=email&utm_source=footer>
.
--
Sent from Gmail Mobile
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAOsdmQ17cyXG2c-xnfhjdhG3ZScYvi3B-edRw0HaEfJNXssjbA%40mail.gmail.com.
'Olivier Robin' via Chromium-dev
2018-11-23 15:14:03 UTC
Permalink
There is no real difference with other chromium platform (
https://www.chromium.org/developers).
Edit files, run ninja, run Chromium.app.
When you recompile, are the targets rebuilt after your changes?
Post by M shauket
I run through terminal. But it would be kind help from your side if you
have any document related to make code changes, what things we should keep
in out mind before adding groups files resources. Thanks in advance.
Post by 'Olivier Robin' via Chromium-dev
Do you compile/run from xcode?
What file to you modify?
Post by M shauket
I just made some changes in code and i want to test those changes, i did
not add any new files i just change existing classes. but my changes are
not reflecting on re run again. any suggestion ?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org?utm_medium=email&utm_source=footer>
.
--
Sent from Gmail Mobile
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAAYr5oOyUfTwikc-xdMM68qKuw%2BRX2Bwa-gH%3DPpLrzVV87B75w%40mail.gmail.com.
M shauket
2018-11-23 15:16:02 UTC
Permalink
Hi thanks for reply. When i make change just i compile chrome target. And
run on simulator
Post by 'Olivier Robin' via Chromium-dev
There is no real difference with other chromium platform (
https://www.chromium.org/developers).
Edit files, run ninja, run Chromium.app.
When you recompile, are the targets rebuilt after your changes?
Post by M shauket
I run through terminal. But it would be kind help from your side if you
have any document related to make code changes, what things we should keep
in out mind before adding groups files resources. Thanks in advance.
Post by 'Olivier Robin' via Chromium-dev
Do you compile/run from xcode?
What file to you modify?
Post by M shauket
I just made some changes in code and i want to test those changes, i
did not add any new files i just change existing classes. but my changes
are not reflecting on re run again. any suggestion ?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org?utm_medium=email&utm_source=footer>
.
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAOsdmQ1j3TdFpHtscLyukX2%2BF8VxFen7C%3DPnfgwjAYWzoQt7Pw%40mail.gmail.com.
'Olivier Robin' via Chromium-dev
2018-11-23 15:19:37 UTC
Permalink
What files do you change?
What is the output of the compile command?
Post by M shauket
Hi thanks for reply. When i make change just i compile chrome target. And
run on simulator
Post by 'Olivier Robin' via Chromium-dev
There is no real difference with other chromium platform (
https://www.chromium.org/developers).
Edit files, run ninja, run Chromium.app.
When you recompile, are the targets rebuilt after your changes?
Post by M shauket
I run through terminal. But it would be kind help from your side if you
have any document related to make code changes, what things we should keep
in out mind before adding groups files resources. Thanks in advance.
Post by 'Olivier Robin' via Chromium-dev
Do you compile/run from xcode?
What file to you modify?
On Thu, Nov 22, 2018 at 10:23 PM M shauket <
Post by M shauket
I just made some changes in code and i want to test those changes, i
did not add any new files i just change existing classes. but my changes
are not reflecting on re run again. any suggestion ?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org?utm_medium=email&utm_source=footer>
.
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAAYr5oPjU2XB2QBvckqWwFVPkfbsdFGUcJKaVtXpnWZn%2BL-GFQ%40mail.gmail.com.
M shauket
2018-11-23 15:21:44 UTC
Permalink
I changed toolbar file and change dots constant from 3 to 2 , but it still
showing 3 dots after install on simulator
Post by 'Olivier Robin' via Chromium-dev
What files do you change?
What is the output of the compile command?
Post by M shauket
Hi thanks for reply. When i make change just i compile chrome target. And
run on simulator
Post by 'Olivier Robin' via Chromium-dev
There is no real difference with other chromium platform (
https://www.chromium.org/developers).
Edit files, run ninja, run Chromium.app.
When you recompile, are the targets rebuilt after your changes?
Post by M shauket
I run through terminal. But it would be kind help from your side if you
have any document related to make code changes, what things we should keep
in out mind before adding groups files resources. Thanks in advance.
Post by 'Olivier Robin' via Chromium-dev
Do you compile/run from xcode?
What file to you modify?
On Thu, Nov 22, 2018 at 10:23 PM M shauket <
Post by M shauket
I just made some changes in code and i want to test those changes, i
did not add any new files i just change existing classes. but my changes
are not reflecting on re run again. any suggestion ?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it,
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org?utm_medium=email&utm_source=footer>
.
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAOsdmQ3YjBnsAXHEmhSGuPJmohr%2Brsprh_UYXG1yxa-BE6sRmA%40mail.gmail.com.
'Olivier Robin' via Chromium-dev
2018-11-23 15:25:03 UTC
Permalink
If you don't answer to the questions, I cannot help you. sorry.
Post by M shauket
I changed toolbar file and change dots constant from 3 to 2 , but it still
showing 3 dots after install on simulator
Post by 'Olivier Robin' via Chromium-dev
What files do you change?
What is the output of the compile command?
Post by M shauket
Hi thanks for reply. When i make change just i compile chrome target.
And run on simulator
Post by 'Olivier Robin' via Chromium-dev
There is no real difference with other chromium platform (
https://www.chromium.org/developers).
Edit files, run ninja, run Chromium.app.
When you recompile, are the targets rebuilt after your changes?
Post by M shauket
I run through terminal. But it would be kind help from your side if
you have any document related to make code changes, what things we should
keep in out mind before adding groups files resources. Thanks in advance.
On Fri, Nov 23, 2018 at 11:03 PM Olivier Robin <
Post by 'Olivier Robin' via Chromium-dev
Do you compile/run from xcode?
What file to you modify?
On Thu, Nov 22, 2018 at 10:23 PM M shauket <
Post by M shauket
I just made some changes in code and i want to test those changes, i
did not add any new files i just change existing classes. but my changes
are not reflecting on re run again. any suggestion ?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it,
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org?utm_medium=email&utm_source=footer>
.
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAAYr5oOAJY4%2BDx%3DBdyEQnWim3zpCc%2Bs8mUZNTkOJKAMjrgvAuw%40mail.gmail.com.
M shauket
2018-11-23 15:28:18 UTC
Permalink
Sorry for over questions, i thought i am missing ninja command. I installed
application from out folder without making ninja command for simulator.
Sorry for trouble thanks for response
Post by 'Olivier Robin' via Chromium-dev
If you don't answer to the questions, I cannot help you. sorry.
Post by M shauket
I changed toolbar file and change dots constant from 3 to 2 , but it
still showing 3 dots after install on simulator
Post by 'Olivier Robin' via Chromium-dev
What files do you change?
What is the output of the compile command?
Post by M shauket
Hi thanks for reply. When i make change just i compile chrome target.
And run on simulator
Post by 'Olivier Robin' via Chromium-dev
There is no real difference with other chromium platform (
https://www.chromium.org/developers).
Edit files, run ninja, run Chromium.app.
When you recompile, are the targets rebuilt after your changes?
On Fri, Nov 23, 2018 at 4:05 PM M shauket <
Post by M shauket
I run through terminal. But it would be kind help from your side if
you have any document related to make code changes, what things we should
keep in out mind before adding groups files resources. Thanks in advance.
On Fri, Nov 23, 2018 at 11:03 PM Olivier Robin <
Post by 'Olivier Robin' via Chromium-dev
Do you compile/run from xcode?
What file to you modify?
On Thu, Nov 22, 2018 at 10:23 PM M shauket <
Post by M shauket
I just made some changes in code and i want to test those changes,
i did not add any new files i just change existing classes. but my changes
are not reflecting on re run again. any suggestion ?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it,
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4c803003-69a0-484b-a774-b579eaea39cd%40chromium.org?utm_medium=email&utm_source=footer>
.
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAOsdmQ025YSRQDKgxOD0oY3EQhaRJedydZMzwi4cPo-z%3D29T3w%40mail.gmail.com.
Loading...