-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Some tweaks in libsimpleservo C API #22832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@bors-servo r+ |
|
📌 Commit a206a80 has been approved by |
Some tweaks in libsimpleservo C API - Adding logs. - Adding OpenGL support for OSX. - Fixing file reading issue. With this, I can load Servo into a C app (with the C version of libui + andlabs/libui#34). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22832) <!-- Reviewable:end -->
|
💔 Test failed - android-mac |
a206a80 to
bfcb8b4
Compare
bfcb8b4 to
6060a36
Compare
|
I removed the commit that changes how file content is read. Hopefully we won't need this if this PR lands: #22836 |
|
@bors-servo r=jdm |
|
📌 Commit 6060a36 has been approved by |
Some tweaks in libsimpleservo C API - Adding logs. - Adding OpenGL support for OSX. - Fixing file reading issue. With this, I can load Servo into a C app (with the C version of libui + andlabs/libui#405). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22832) <!-- Reviewable:end -->
|
💔 Test failed - status-taskcluster |
|
|
☔ The latest upstream changes (presumably #22836) made this pull request unmergeable. Please resolve the merge conflicts. |
6060a36 to
1292db6
Compare
|
@bors-servo r=jdm |
|
📌 Commit 1292db6 has been approved by |
Some tweaks in libsimpleservo C API - Adding logs. - Adding OpenGL support for OSX. - Fixing file reading issue. With this, I can load Servo into a C app (with the C version of libui + andlabs/libui#405). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22832) <!-- Reviewable:end -->
|
☀️ Test successful - android-mac, arm32, arm64, linux-rel-css, linux-rel-wpt, mac-rel-css1, mac-rel-css2, mac-rel-wpt1, mac-rel-wpt2, mac-rel-wpt3, mac-rel-wpt4, magicleap, status-taskcluster |
With this, I can load Servo into a C app (with the C version of libui + andlabs/libui#405).
This change is