Commit graph

8788 commits

Author SHA1 Message Date
Nathan Froyd
894e58f714 add basic |mach rr-{record,replay}| commands
These are very basic commands for invoking Servo underneath rr.  rr
currently doesn't support all the syscalls that Servo requires, but
that's easy to fix on the rr side.

Fixes #4177.
2015-02-23 23:05:41 -05:00
bors-servo
287f390c4a auto merge of #5020 : jdm/servo/canvas, r=jdm
Rebase of #4639.
2015-02-22 11:48:46 -07:00
Edit Balint
325400dce4 Implement Canvas pixel manipulation 2015-02-22 13:41:58 -05:00
bors-servo
3ea09bf2ea auto merge of #5017 : Ms2ger/servo/unused-args, r=jdm 2015-02-22 10:15:47 -07:00
Ms2ger
931d535f52 Mark some unused arguments as unused in bindings. 2015-02-22 17:54:08 +01:00
bors-servo
e68d6d2924 auto merge of #5004 : Ms2ger/servo/handle_click_event, r=jdm 2015-02-22 09:36:46 -07:00
Ms2ger
957c89b101 Reindent handle_click_event. 2015-02-22 17:22:11 +01:00
bors-servo
92620c0a5f auto merge of #5015 : Ms2ger/servo/finalize, r=jdm
Previously, we had 'value' and 'this' locals, both storing a pointer to the
DOM object, for no good reason.
2015-02-22 08:36:49 -07:00
Ms2ger
c12b4029aa Only unwrap the object once when finalizing.
Previously, we had 'value' and 'this' locals, both storing a pointer to the
DOM object, for no good reason.
2015-02-22 16:32:36 +01:00
bors-servo
a5f52bf086 auto merge of #5011 : psdh/servo/ossys, r=Manishearth
Fixes #5009
2015-02-21 13:42:45 -07:00
Prabhjyot Singh Sodhi
12e2f30617 changin os.exit to sys.exit
Fixes #5009
2015-02-22 02:06:07 +05:30
bors-servo
f1f8265449 auto merge of #4956 : psdh/servo/interfail, r=jdm
Fixes #4923
2015-02-21 12:51:44 -07:00
Prabhjyot Singh Sodhi
cc48797999 Fixing Intermittent failure in pages with timers
Fixes #4923
2015-02-22 00:27:16 +05:30
bors-servo
939b13f436 auto merge of #5007 : Ms2ger/servo/warnings, r=saneyuki 2015-02-21 11:33:46 -07:00
bors-servo
31c8f97b4b auto merge of #5006 : Ms2ger/servo/script_task, r=saneyuki 2015-02-21 10:48:46 -07:00
Ms2ger
b5b58bba24 Remove unused imports. 2015-02-21 18:46:29 +01:00
Ms2ger
226e059370 Cleanup ScriptTask::load. 2015-02-21 18:21:26 +01:00
bors-servo
d368d70f14 auto merge of #5003 : yodalee/servo/update-mozjs-sys, r=Ms2ger
update mozjs-sys after rust-mozjs
2015-02-21 10:06:48 -07:00
yodalee
1ae28814cb update mozjs-sys to newest 2015-02-22 00:53:28 +08:00
bors-servo
b589735b47 auto merge of #4997 : saneyuki/servo/doc, r=jdm
Fix #4987
2015-02-21 09:24:47 -07:00
bors-servo
0be6389158 auto merge of #4939 : KiChjang/servo/script-element-error-events, r=jdm
Fixes #4506
2015-02-21 08:42:46 -07:00
Tetsuharu OHZEKI
749ebbba71 Move DocumentProgressHandler to document.rs. 2015-02-22 00:29:05 +09:00
Keith Yeung
52f8b0ceb7 Script elements now fire async error events (fixes #4506) 2015-02-21 22:59:48 +08:00
bors-servo
1ad9c678f7 auto merge of #4931 : KiChjang/servo/worker-error-event, r=jdm
Fixes #4511
2015-02-21 07:39:51 -07:00
bors-servo
bc5eeb00a1 auto merge of #5000 : Ms2ger/servo/libc-gfx, r=jdm 2015-02-21 06:51:50 -07:00
Keith Yeung
61086d6ee5 Worker now fires errorevent when url fetching failed, fixes #4511 2015-02-21 21:51:35 +08:00
bors-servo
aad6cc03b8 auto merge of #4999 : KiChjang/servo/refactor-handle-click-event, r=jdm
Fixes #4983
2015-02-21 05:42:53 -07:00
bors-servo
ea9b0909bd auto merge of #5001 : Ms2ger/servo/JS-to_jsval, r=jdm
It is unused and doesn't serve a purpose.
2015-02-21 05:03:51 -07:00
Keith Yeung
b855bc4716 Changed js_runtime to be of type *mut JSRuntime 2015-02-21 20:01:27 +08:00
Keith Yeung
c7ddab2efb Removed unused crates 2015-02-21 18:09:30 +08:00
Ms2ger
10ddb86d61 Remove the implementation of ToJSValConvertible for JS<T>.
It is unused and doesn't serve a purpose.
2015-02-21 11:09:06 +01:00
Keith Yeung
e715f0958b Moved handle_click_event from script_task.rs to document.rs 2015-02-21 17:58:23 +08:00
Ms2ger
e072e5946e Move gfx to libc from crates.io. 2015-02-21 10:53:00 +01:00
bors-servo
b548fb8f58 auto merge of #4998 : yodalee/servo/update-mozjs-and-rustmozjs, r=Ms2ger
All javascript Typedarray supported.
2015-02-21 02:51:48 -07:00
yodalee
9e03029b49 update mozjs and rust-mozjs to newest
All Typedarray supported
2015-02-21 17:44:07 +08:00
bors-servo
d26345f868 auto merge of #4994 : pcwalton/servo/layout-tinting, r=pcwalton
r? @metajack
2015-02-20 23:06:48 -07:00
bors-servo
d326e75c5e auto merge of #4991 : Manishearth/servo/gonkup, r=larsbergstrom
r? @larsbergstrom

cc @mwu
2015-02-20 22:27:49 -07:00
Manish Goregaokar
2711d00666 Remove dependency on backup-flame dir
We should be using the one in the product target dir instead.

This makes the B2G deps distributable again
2015-02-21 09:42:47 +05:30
Manish Goregaokar
04a4d5c421 Document gonk build 2015-02-21 09:42:47 +05:30
Manish Goregaokar
5b3868089e Add ./mach build-gonk command 2015-02-21 09:42:47 +05:30
Manish Goregaokar
748e0c55d1 Make cargo build work without visible link hacks (beware: contains invisible link hacks) 2015-02-21 09:42:47 +05:30
Manish Goregaokar
46824616d2 Make gonk compile again 2015-02-21 09:42:45 +05:30
bors-servo
991b479531 auto merge of #4977 : andreasgal/servo/master, r=jdm
The new interface will be added by https://github.com/ser...vo/rust-azure/pull/145 (has to be merged first).
2015-02-20 21:00:55 -07:00
bors-servo
2eb71bda83 auto merge of #4995 : Adenilson/servo/printFlowTree01, r=jdm
Actually print the contents of Flow Tree into console.

When executing servo with proper flags (i.e. --debug dump-flow-tree), it should print the flow tree. We had the code, but it was commented.
2015-02-20 20:12:55 -07:00
Patrick Walton
40a3b41758 layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
bors-servo
95cc1705cb auto merge of #4870 : shinglyu/servo/bug4236, r=jdm
Fixed bug #4236
2015-02-20 19:00:54 -07:00
Shing Lyu
f4a2afc3a6 Bug 4236: Moved anchorelement click event to activation behaviour 2015-02-21 09:26:39 +08:00
bors-servo
d8c9f2b92f auto merge of #4993 : Ms2ger/servo/libc-compositing, r=jdm 2015-02-20 18:21:51 -07:00
Adenilson Cavalcanti
8a1e81a9ae Actually print the contents of Flow Tree into console.
When executing servo with proper flags (i.e. --debug dump-flow-tree),
it should print the flow tree. We had the code, but it was commented.
2015-02-20 16:52:18 -08:00
bors-servo
ab0cbbe3f3 auto merge of #4988 : SimonSapin/servo/to_computed_value_associated_type, r=larsbergstrom 2015-02-20 17:42:52 -07:00