Skip to content
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

Incorrect license #427

Merged
merged 2 commits into from May 9, 2013
Merged

Incorrect license #427

merged 2 commits into from May 9, 2013

Conversation

@recrack
Copy link
Contributor

recrack commented May 9, 2013

/home/ymin/share/servo/servo-recrack/src/servo/dom/clientrectlist.rs:1: incorrect license
/home/ymin/share/servo/servo-recrack/src/servo/dom/htmlcollection.rs:1: incorrect license
/home/ymin/share/servo/servo-recrack/src/servo/dom/bindings/domparser.rs:1: incorrect license
/home/ymin/share/servo/servo-recrack/src/servo/dom/bindings/text.rs:1: incorrect license

i added ''xfail-license' comment.

@yichoi
Copy link
Contributor

yichoi commented May 9, 2013

r- remove swap file

@metajack
Copy link
Contributor

metajack commented May 9, 2013

I don't see a swap file.

Also, could you instead add the actual license? Just copy the one from here for example:
https://github.com/mozilla/servo/blob/master/src/servo/dom/element.rs#L1-L4

@recrack
Copy link
Contributor Author

recrack commented May 9, 2013

@yichoi i remove swap file.
@metajack
ok, i will add it.

yichoi added a commit that referenced this pull request May 9, 2013
@yichoi yichoi merged commit 21994a4 into servo:master May 9, 2013
@yichoi
Copy link
Contributor

yichoi commented May 9, 2013

oops. it contains additional 2 spaces ahead of line starts.
@recrack remove 2 spaces and pull request again

@recrack recrack mentioned this pull request May 9, 2013
@mcepl
Copy link

mcepl commented Dec 13, 2013

I get this https://gist.github.com/mcepl/7944780 with c168e04 ... is the same problem or something else?

@jdm
Copy link
Member

jdm commented Dec 13, 2013

Different problem, since it appears to be checking non-rust files for license headers.

@mcepl
Copy link

mcepl commented Dec 13, 2013

So, should I file a new bug or is known?

@jdm
Copy link
Member

jdm commented Dec 13, 2013

Never heard of it before; please file a new one.

@mcepl
Copy link

mcepl commented Dec 13, 2013

It's #1402

ChrisParis pushed a commit to ChrisParis/servo that referenced this pull request Sep 7, 2014
Add a test for the Comment constructor.
glennw pushed a commit to glennw/servo that referenced this pull request Jan 16, 2017
Fixed a number of smoothstep() UB cases in the shaders

Fixed the red rectangle in servo#427, but the text is still broken (to be addressed later).
The change is similar to servo/webrender@b89ecd1, now all `smoothstep` calls should be correct.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/474)
<!-- Reviewable:end -->
glennw pushed a commit to glennw/servo that referenced this pull request Jan 16, 2017
Text transformation fixes

Fixes servo#427  well, mostly...
Looks like the transformed clips (servo#498) need to be implemented for this to work fully correct.

Also adds a bit of comments to GLSL code to understand what's going on (please check if I misunderstood stuff and documented it wrong!).

The errors spotted:
  1. `layer.screen_vertices` was fetched with wrong indices
  2. `untransform` would use undefined value of `t` if the layer plane is perpendicular to the view
  3. text vertex shaders were missing a division by `vi.local_pos.z` for the layer coordinates
  4. `prim.local_rect` was used for the text_run local rectangle, instead of `local_rect`

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/497)
<!-- Reviewable:end -->
glennw pushed a commit to glennw/servo that referenced this pull request Jan 16, 2017
Local rectangle clipping for transformed primitives

Finishes servo#427 implementation, now the text is cut evenly and not aligned to tile borders.
Also refactored `build_bounding_rect()` as well as a bit of `assign_prims_to_screen_tiles()`.

![textrun-comparison3](https://cloud.githubusercontent.com/assets/107301/19860234/5ce0c85a-9f5e-11e6-82f2-d72f19e4641a.png)

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/502)
<!-- Reviewable:end -->
@jdm jdm mentioned this pull request Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.