Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upscript: Optimize CompareDocumentPosition. #18113
Conversation
highfive
commented
Aug 16, 2017
highfive
commented
Aug 16, 2017
|
r? @nox or @jdm or @asajeffrey |
…he function. Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
|
@bors-servo r=nox |
|
|
script: Optimize CompareDocumentPosition. I need this to compute the proper insertion point for a given stylesheet. <!-- 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/18113) <!-- Reviewable:end -->
|
|
|
@bors-servo retry #18116 |
|
|
|
|
|
@bors-servo retry #18116 |
|
@bors-servo retry |
|
|
|
|
|
|
|
|
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry |
|
@bors-servo r=nox |
|
|
|
script: Optimize CompareDocumentPosition. I need this to compute the proper insertion point for a given stylesheet. <!-- 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/18113) <!-- Reviewable:end -->
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
|
|
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
style: Replicate the list of stylesheets on the layout thread. This is a patch that unifies a bit how Gecko and Stylo stylesheets work, in order to be able to eventually move the stylesheets into the stylist, and be able to incrementally update the invalidation map. This is on top of #18113 <!-- 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/18124) <!-- Reviewable:end -->
emilio commentedAug 16, 2017
•
edited by SimonSapin
I need this to compute the proper insertion point for a given stylesheet.
This change is