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

Fix out-of-tree builds #2

Closed
brson opened this issue May 3, 2012 · 1 comment
Closed

Fix out-of-tree builds #2

brson opened this issue May 3, 2012 · 1 comment

Comments

@brson
Copy link
Contributor

@brson brson commented May 3, 2012

Servo only builds in-tree now.

@brson
Copy link
Contributor Author

@brson brson commented May 5, 2012

Works on Linux now. Probably works on mac but not tested.

@brson brson closed this May 5, 2012
tikue referenced this issue in tikue/servo May 30, 2013
ExtraDisplayListData trait, added to DisplayItems, build_display_list no...
bors-servo pushed a commit that referenced this issue Jul 25, 2013
I wanted this for testing incremental layout, but it's also useful to illustrate a bug I just found.

(PR attempt #2, hopefully Bors won't flip out this time)
recrack added a commit to recrack/servo that referenced this issue Aug 6, 2013
recrack added a commit to recrack/servo that referenced this issue Aug 6, 2013
recrack added a commit to recrack/servo that referenced this issue Aug 7, 2013
recrack added a commit to recrack/servo that referenced this issue Aug 7, 2013
bors-servo pushed a commit that referenced this issue Jun 17, 2014
Add libffi6, too
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Update format-utf-8.htm, everything but UTF-8 should be disallowed.
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Update tests for DAP proximity events
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Update storagesize6xml.xml
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
…interEvents

PointerEvents pages updates per WG and jacobrossi feedback
JIoJIaJIu added a commit to JIoJIaJIu/servo that referenced this issue Mar 3, 2015
JIoJIaJIu added a commit to JIoJIaJIu/servo that referenced this issue Apr 10, 2015
JIoJIaJIu added a commit to JIoJIaJIu/servo that referenced this issue Apr 13, 2015
bors-servo pushed a commit that referenced this issue Apr 17, 2015
Upgrade the Gonk build to link with libandroid.so
Munksgaard added a commit to Munksgaard/servo that referenced this issue May 4, 2015
JIoJIaJIu added a commit to JIoJIaJIu/servo that referenced this issue May 5, 2015
heycam pushed a commit to heycam/servo that referenced this issue May 18, 2016
sendilkumarn added a commit to sendilkumarn/servo that referenced this issue Mar 7, 2017
# This is the 1st commit message:
# This is a combination of 9 commits.
# This is the 1st commit message:
ext. filtering for lang matching

# This is the commit message servo#2:

linting errors

# This is the commit message servo#3:

moving more common stuffs

# This is the commit message servo#4:

fixes as per comments

# This is the commit message servo#5:

reduced comments

# This is the commit message servo#6:

removed passed test ini files

# This is the commit message servo#7:

nit fixes

# This is the commit message servo#8:

reverting css3 test cases and renamed variables

# This is the commit message servo#9:

updates as per comments

linting fixes

# This is the commit message servo#2:

updated as per comments

# This is the commit message servo#3:

updated as per comments

# This is the commit message servo#4:

removed loop inside the for loop

# This is the commit message servo#5:

fixed per comments
jklepatch added a commit to jklepatch/servo that referenced this issue Jun 4, 2017
# The first commit's message is:

Added prompt user for url

Fix Cargo.lock corrupted problem

Refactored event handler for CTRL + L

Made sanitize_and_parse_url() handle correctly parse errors

# This is the commit message servo#2:

Made the prompt default to the current url
davidcl added a commit to davidcl/servo that referenced this issue Aug 22, 2017
globau referenced this issue in globau/servo Sep 18, 2017
Backed out changeset b1628969b833 for testing.
sdroege pushed a commit to sdroege/servo that referenced this issue Oct 20, 2017
Various cleanups / additions
bors-servo pushed a commit that referenced this issue Nov 4, 2017
Added the stub methods for itemprop and itemscope
pmocher pushed a commit to Brody-Eastwood/servo that referenced this issue Mar 30, 2018
# This is the 1st commit message:

Don't access the reflector when dropping a Promise (fixes servo#18651)

The reflector may be dead already.

# This is the commit message servo#2:

Run automated test for memory report charter.
# This is the commit message servo#3:

Run memory charting test on CI.
# This is the commit message servo#4:

Move the TravisCI test to the quick group.
# This is the commit message servo#5:

Add timeout pref to the mozilla/worklets wpt tests

# This is the commit message servo#6:

Added .ini for test_paint_worklet_timeout.html

# This is the commit message servo#7:

Update the in-tree status of WPT syncing.

# This is the commit message servo#8:

refactor(window): reference winit where applicable

- relates with servo#20299

# This is the commit message servo#9:

Update mozangle to 0.1.6.

# This is the commit message servo#10:

Update to handle WebRender API changes

Items now only take a clipping rectangle instead of a LocalClip.

# This is the commit message servo#11:

Update WR (local clip API change, texture cache optimizations).

# This is the commit message servo#12:

Update the MULTIPROCESS static when changing default options

# This is the commit message servo#13:

Add Windows support to the --nightly | -n flag.

# This is the commit message servo#14:

build(cargo): enable webrender capture feature

# This is the commit message servo#15:

feat(windowevent): expose CaptureWebRender event

# This is the commit message servo#16:

feat(window): bind hotkey to trigger capture event

# This is the commit message servo#17:

Avoid using WPT test runner to update the test manifest.

# This is the commit message servo#18:

Use typed coordinates.

We use Size2D and Point2D across compositing, constellation and script,
losing the type of pixels we use (DevicePixel, DeviceIndepententPixel
or CSSPixel) along the way, which might lead to bugs like
window.outerHeight not taking into account the page zoom (using
DeviceIndepententPixel instead of CSSPixel).

# This is the commit message servo#19:

alias some euclid types

# This is the commit message servo#20:

remove WindowMethods::size()

# This is the commit message servo#21:

Remove update-manifest argument that is no longer valid.
# This is the commit message servo#22:

Update web-platform-tests to revision e87f38097902e16348d4e17f4fe3bc2d0112bff1

# This is the commit message servo#23:

Add icon to servo.exe

# This is the commit message servo#24:

Use mozjs 0.3 fork without Heap::new

# This is the commit message servo#25:

Root JS object members in dictionaries

# This is the commit message servo#26:

Root `any` members in dictionaries

# This is the commit message servo#27:

Add key/value iterable HTML benchmark

# This is the commit message servo#28:

Fix tabs

# This is the commit message servo#29:

Use upstream mozjs 0.3

# This is the commit message servo#30:

Update WR (radial gradient optimizations).

# This is the commit message servo#31:

CounterBound::Integer made to store an Integer

# This is the commit message servo#32:

style: Remove unsound Atom From implementations.

Fixes servo#20158

# This is the commit message servo#33:

style: Cleanup @-moz-document parsing a bit.

MozReview-Commit-ID: 7vd0BLAqM0v
Bug: 1446470
Reviewed-by: xidorn

# This is the commit message servo#34:

style: Allow @-moz-document url-prefix() on content.

MozReview-Commit-ID: zaT41fpsDT
Bug: 1446470
Reviewed-by: xidorn

# This is the commit message servo#35:

style: Add another pref to control the url-prefix hack.

MozReview-Commit-ID: D4qL0oO69Uh
Bug: 1446470
Reviewed-by: xidorn

# This is the commit message servo#36:

style: Update bindings.

# This is the commit message servo#37:

Update web-platform-tests to revision 790e6601ee8b4b412b6ad9f6fde466b7ccb9cb7e

# This is the commit message servo#38:

style: Better Shadow DOM assertions.

Bug: 1445682
Reviewed-by: xidorn
Differential Revision: https://phabricator.services.mozilla.com/D748

# This is the commit message servo#39:

Support memory report logs with interleaved non-report output, added automated tests

# This is the commit message servo#40:

Update WR revision.
# This is the commit message servo#41:

Add Servo_Property_IsShorthand to geckolib/glue.rs

# This is the commit message servo#42:

Re-expose webrender debugger feature in components/servo

Update ws in debugger  to 0.7.3

Update lockfile

# This is the commit message servo#43:

Update web-platform-tests to revision 3ec34e5a2c8cbeeb7fad521cce0daf923b272a92

# This is the commit message servo#44:

Make `type` argument as optional and ignore it in open method

# This is the commit message servo#45:

Update steps with new spec

# This is the commit message servo#46:

Make type-argument.window.js test as pass

# This is the commit message servo#47:

Simplify GetTexParameter

# This is the commit message servo#48:

Simplify VertexAttribOffset

# This is the commit message servo#49:

Simplify BufferParameter

# This is the commit message servo#50:

Simplify GetShaderPrecisionFormat

# This is the commit message servo#51:

Update web-platform-tests to revision 3a8328470d53c4501e31cec2775c4d33821c2275

# This is the commit message servo#52:

Mouse position from glutin is DevicePixel

# This is the commit message servo#53:

Update servo-websocket to 0.21

# This is the commit message servo#54:

Bump ipc-channel and bincode

This required bumping uuid too which unfortunately duplicated rand.

# This is the commit message servo#55:

Remove our dependency on the gcc crate

# This is the commit message servo#56:

Blobs support typed arrays now

# This is the commit message servo#57:

Bump parking_lot to 0.5

# This is the commit message servo#58:

initial shot at initial steps

# This is the commit message servo#59:

Second shot at initial steps

# This is the commit message servo#60:

Progress on initial steps

# This is the commit message servo#61:

initial shot at initial steps
pmocher pushed a commit to Brody-Eastwood/servo that referenced this issue Mar 30, 2018
# This is the 1st commit message:

resolved second merge conflict

# This is the commit message servo#2:

timed test to drawImage from one canvas to another

# This is the commit message servo#3:

setting up canvas id in layout

# This is the commit message servo#4:

finished associating CanvasId to layout

# This is the commit message servo#5:

removed 'unused import' build warning

# This is the commit message servo#6:

Removed files that shouldn't be in the repo.

# This is the commit message servo#7:

Converted tabs to spaces

# This is the commit message servo#8:

refactor(counter_style): parse int via parse_non_negative

# This is the commit message servo#9:

Update web-platform-tests to revision 26e8a76d7fbea0721468e791a325444ac9939a4f

# This is the commit message servo#10:

fix(keyevent): do not emit default ignorable codepoint

# This is the commit message servo#11:

Reduce the number of calls to the embedder by grouping the screen and window coordinates into one structure

# This is the commit message servo#12:

forward EmbedderMsg to embedder

# This is the commit message servo#13:

move key code into dedicated file

# This is the commit message servo#14:

split window code and browser code in two different files

# This is the commit message servo#15:

remove useless pref

# This is the commit message servo#16:

Use the --device-pixel-ratio in opt instead of /components/servo/

# This is the commit message servo#17:

loop until we exhausted all the servo events

# This is the commit message servo#18:

Implement WebGL getFramebufferAttachmentParameter API

# This is the commit message servo#19:

style: Rename StyleContext to ComputedStyle.

Bug: 1447483
Reviewed-by: jwatt
MozReview-Commit-ID: KATZ6DkmpVY
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>

# This is the commit message servo#20:

style: Update bindings.

Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>

# This is the commit message servo#21:

Fix an off-by-one error with limits.max_vertex_attribs

# This is the commit message servo#22:

Implement a missing INVALID_OPERATION check in DrawArrays

# This is the commit message servo#23:

Make some WebGL parameters non-optional (fixes servo#8753)

Those parameters aren't optional in the current spec.

The test element-array-buffer-delete-recreate.html now fails because we don't
actually implement gl.getParameter(gl.CURRENT_PROGRAM).

# This is the commit message servo#24:

Implement gl.getParameter(gl.CURRENT_PROGRAM)

# This is the commit message servo#25:

Implement gl.getParameter(gl.VIEWPORT)

# This is the commit message servo#26:

Don't disable canvas3d tests involving CSS transforms (fixes servo#8766)

Those don't seem to be intermittent anymore, and it's better to let
the intermittent tracker do its job anyway.
pmocher pushed a commit to Brody-Eastwood/servo that referenced this issue Mar 30, 2018
# This is the 1st commit message:

resolved merge conflict

# This is the commit message servo#2:

getRandomValues uses ArrayBufferView now

# This is the commit message servo#3:

Workaround servo#20149 - presumed rustc bug on android.

# This is the commit message servo#4:

Update WR (accelerated webgl fix on mac, line decoration optimizations).

# This is the commit message servo#5:

build(mach): generate webrender revision via cargo lockfile
pmocher pushed a commit to Brody-Eastwood/servo that referenced this issue Mar 30, 2018
# This is the 1st commit message:

resolved merge conflict

# This is the commit message servo#2:

refactor(build): generate revision via build.rs
pmocher pushed a commit to Brody-Eastwood/servo that referenced this issue Mar 30, 2018
# This is the 1st commit message:

resolved merge conflict

# This is the commit message servo#2:

style(capture_webrender): use eprintln for error output

# This is the commit message servo#3:

Fix some more WebGL methods

# This is the commit message servo#4:

Implement OES_element_index_uint (fixes servo#20384)

# This is the commit message servo#5:

Use mozjs 0.4

# This is the commit message servo#6:

Add safe `handle` function for rooted heap values

# This is the commit message servo#7:

Use unsafe Heap::handle wherever needed

# This is the commit message servo#8:

Change WebGL function signatures accepting typed arrays

# This is the commit message servo#9:

Adapt function bodies for usage with typed array args

# This is the commit message servo#10:

Adapt uniform[fv] and similar to accept typed array args

# This is the commit message servo#11:

Appease test-tidy

# This is the commit message servo#12:

Fix sanity check in vertex attrib

# This is the commit message servo#13:

Fix indentation

# This is the commit message servo#14:

Unify argument auto rooting in codegen

# This is the commit message servo#15:

Add codegen test for function overloads taking typed array args

# This is the commit message servo#16:

Use safe to_vec() for typed arrays in WebGL bindings

# This is the commit message servo#17:

Bug 1448138 - Rename string DataFlags::SHARED to REFCOUNTED to make it clearer to those reading the code.  (Servo changes.)  r=erahm

# This is the commit message servo#18:

Used the zip function to iterate over both vectors simultaneously instead of an
index variable and unwrapping the result.

# This is the commit message servo#19:

Implement HTMLCanvasElement.toDataURL for WebGL canvas (fixes servo#19147)

# This is the commit message servo#20:

Update web-platform-tests to revision d04a8fc02b85bd32799691759c8c05ead07cd939

# This is the commit message servo#21:

Implement missing checks in WebGLRenderingContext::GetBufferParameter

# This is the commit message servo#22:

Implement WebGLRenderingContextBase.getAttachedShaders

# This is the commit message servo#23:

Implement missing WebGLShader checks

Methods compileShader and getShaderParameter should emit an error when
the shader has been deleted.

# This is the commit message servo#24:

Add constructors for typed arrays in DOMMatrix and DOMMatrixReadOnly

# This is the commit message servo#25:

feat(webidl): expose arraybuffer overload in body idl

# This is the commit message servo#26:

feat(consume_body): implement consume_body accepts arraybuffer

# This is the commit message servo#27:

refactor(consume_body): json stored in roottraceablebox

# This is the commit message servo#28:

test(wpt): update fetch test metadata

# This is the commit message servo#29:

Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE)

# This is the commit message servo#30:

TextDecoder's Decode now receives a BufferSource as input

# This is the commit message servo#31:

Update mozjs.

# This is the commit message servo#32:

Switches WriteValue to use BufferSource

# This is the commit message servo#33:

Switches characteristic to use BufferSource

# This is the commit message servo#34:

Updates Bluetooth type to use BufferSource

# This is the commit message servo#35:

Websockets send typed arrays now

# This is the commit message servo#36:

Dedupe lazy_static

🎉 🎉 🎉

# This is the commit message servo#37:

Statically allocate static atoms.

# This is the commit message servo#38:

Update web-platform-tests to revision d04a8fc02b85bd32799691759c8c05ead07cd939

# This is the commit message servo#39:

refactor(websocket): do not borrow sender anymore
pmocher pushed a commit to Brody-Eastwood/servo that referenced this issue Mar 30, 2018
# This is the 1st commit message:

resolved merge conflict

# This is the commit message servo#2:

extract querymsg from ReflowGoal

# This is the commit message servo#3:

introduce layout query timestamp

# This is the commit message servo#4:

fix time measure
bors-servo pushed a commit that referenced this issue Jul 25, 2018
* Add disconnect methods

* Use Dom, not DomRoot

DomRoot will keep it permanently rooted, it should only be used in
values not on the JS heap
bors-servo pushed a commit that referenced this issue Jul 30, 2018
* Add disconnect methods

* Use Dom, not DomRoot

DomRoot will keep it permanently rooted, it should only be used in
values not on the JS heap
@gterzian gterzian mentioned this issue May 30, 2019
0 of 5 tasks complete
bors-servo pushed a commit that referenced this issue Oct 31, 2019
Don't update framebuffer status for opaque framebuffers
kaiakz added a commit to kaiakz/servo that referenced this issue Feb 17, 2020
# This is the 1st commit message:

Initial fill_text implementation

# This is the commit message servo#2:

Merge some code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.