Josh Matthews
579267a797
Merge pull request #2717 from Ms2ger/wpt-exp
...
Update web-platform-tests expectations.
2014-06-25 10:07:03 -04:00
Ms2ger
82e84f8e8d
Update remaining web-platform-tests results.
2014-06-25 15:54:14 +02:00
Ms2ger
f356ed918e
Disable SVG tests.
2014-06-25 15:53:01 +02:00
Ms2ger
1d90569441
Disable tests that require the iframe load event.
2014-06-25 15:52:35 +02:00
Ms2ger
a81999b2dd
Update the test results for DOMTokenList / Element.classList.
2014-06-25 15:51:49 +02:00
Josh Matthews
b5d94ad3ed
Merge pull request #2559 from Manishearth/formdata
...
Partial implementation of FormData and File
2014-06-25 07:58:02 -04:00
Manish Goregaokar
06eb08ab70
Partial implementation of FormData and File
2014-06-25 16:28:33 +05:30
Simon Sapin
0547609589
Merge pull request #2716 from Manishearth/die-fontconfig-die
...
Ignore dirty submodules for fontconfig and libexpat
2014-06-25 11:00:18 +01:00
Manish Goregaokar
ac0c415a7d
Ignore dirty submodules for fontconfig and libexpat
2014-06-25 14:48:49 +05:30
Tetsuharu OHZEKI
ad5457ba4b
Remove the long-hand handling about 'native-threading' option.
2014-06-25 17:09:36 +09:00
Tetsuharu OHZEKI
647efbbb91
Treat 'native-threading' option correctly.
2014-06-25 17:08:10 +09:00
Tetsuharu OHZEKI
45cbd77af1
Suppress the compiler warning about raw_pointer_deriving in layout/context.rs.
...
This suppress the following compile warning:
```
compile: servo
src/components/main/layout/context.rs:75:18: 75:26 warning: use of `#[deriving]` with a raw pointer, #[warn(raw_pointer_deriving)] on by default
src/components/main/layout/context.rs:75 pub stylist: *Stylist,
^~~~~~~~
```
2014-06-25 16:56:31 +09:00
glennw
c983b2b97e
Merge pull request #2712 from glennw/freetype-allocators
...
Linux freetype context uses custom allocator callbacks to enable memory ...
2014-06-25 15:25:06 +10:00
Glenn Watson
1eb03e6006
Remove unused code path - simplifies other refactoring.
2014-06-25 14:18:36 +10:00
Glenn Watson
15b0ed4296
Linux freetype context uses custom allocator callbacks to enable memory profiling.
2014-06-25 09:08:04 +10:00
Ms2ger
ab94fea87a
Merge pull request #2711 from Ms2ger/defineprop
...
Handle setting a readonly attribute on proxy reflectors correctly; r=jdm
2014-06-24 19:33:00 +02:00
Simon Sapin
239e72b0ce
Merge pull request #2703 from nical/last_resort_font
...
Add Fira Sans and DejaVu Sans to the last-resort font families.
2014-06-24 16:15:11 +01:00
Lars Bergstrom
702426766d
Merge pull request #2709 from larsbergstrom/travis_irc_cleanup
...
Cleanup the Travis IRC notifications on builds
2014-06-24 10:06:52 -05:00
Ms2ger
f37fdbc778
Handle setting a readonly attribute on proxy reflectors correctly.
2014-06-24 16:22:15 +02:00
Lars Bergstrom
bd657528e3
Merge pull request #2651 from saneyuki/design_doc
...
Add the design document about JS-managed DOM.
r=ms2ger
2014-06-24 08:47:47 -05:00
Josh Matthews
c45a5dc511
Merge pull request #2701 from Ms2ger/mut-codegen
...
Store this-values and arguments in immutable locals in codegen.
2014-06-24 07:10:44 -04:00
Tetsuharu OHZEKI
b4bde5ea83
fixup! Add the design document about JS-managed DOM.
2014-06-24 04:24:06 +09:00
Tetsuharu OHZEKI
a14079635f
Add the design document about JS-managed DOM.
2014-06-24 04:24:05 +09:00
Lars Bergstrom
a51c9ec2f6
Cleanup the Travis IRC notifications on builds to only show changes in status and use notify
2014-06-23 12:38:37 -05:00
Lars Bergstrom
71adafefe4
Merge pull request #2708 from glennw/font-cleanup
...
Remove unused source file while cleaning up font code.
2014-06-23 08:33:06 -05:00
Lars Bergstrom
1d0df6e65f
Merge pull request #2707 from glennw/image-cache-handle
...
Remove LocalImageCacheHandle hack and associated unsafe code.
2014-06-23 08:32:39 -05:00
Glenn Watson
6f6b149d50
Remove box from image cache task.
2014-06-23 16:46:33 +10:00
Glenn Watson
793c4c3ca2
Remove unused source file while cleaning up font code.
2014-06-23 14:49:10 +10:00
Glenn Watson
b224c414c2
Remove LocalImageCacheHandle hack and associated unsafe code.
2014-06-23 09:12:53 +10:00
Nicolas Silva
0edc17a361
Add Fira Sans and DejaVu Sans to the last-resort font families.
2014-06-22 20:25:28 +02:00
Josh Matthews
71b3135739
Merge pull request #2700 from Ms2ger/mut-block
...
Remove a dead assignment from set_width_constraint_solutions.
2014-06-22 17:38:11 +02:00
Ms2ger
696c57006b
Store this-values and arguments in immutable locals in codegen.
2014-06-22 17:17:27 +02:00
Ms2ger
d317c58112
Remove a dead assignment from set_width_constraint_solutions.
2014-06-22 16:45:22 +02:00
Ms2ger
edba815cf5
Merge pull request #2699 from Ms2ger/static-methods
...
Implement static IDL members; r=jdm
2014-06-22 15:55:10 +02:00
Ms2ger
4f0d6979e7
Implement static attributes ( fixes #1989 ).
2014-06-22 15:15:18 +02:00
Ms2ger
6d2784aece
Implement static methods ( fixes #1989 ).
2014-06-22 15:15:12 +02:00
Ms2ger
92f9fe59e5
Introduce static makeNativeName methods to share code with the upcoming static members.
2014-06-22 15:10:56 +02:00
Ms2ger
927ae39817
Merge pull request #2697 from saneyuki/js
...
Remove "DerefMut" implementation from Root/JSRef; r=jdm
2014-06-22 15:10:17 +02:00
Simon Sapin
3f9d0a15d0
Merge pull request #2691 from schaars/testname
...
taking into account TESTNAME variable in reftest (see #41 )
2014-06-22 14:27:01 +02:00
Tetsuharu OHZEKI
975fee82da
Remove needless mutabilities from script crate.
2014-06-22 21:22:58 +09:00
Tetsuharu OHZEKI
7fcade294c
Remove "DerefMut" implementation from Root/JSRef.
2014-06-22 21:22:58 +09:00
Ms2ger
8ec2017126
Merge pull request #2681 from saneyuki/attr
...
Use internal mutability for Attr::value; r=jdm
2014-06-22 14:22:00 +02:00
Ms2ger
5975c53da5
Merge pull request #2696 from saneyuki/fix_warn
...
Fix warning in gfx: "variable does not need to be mutable"; r=Ms2ger
2014-06-22 14:20:04 +02:00
Ms2ger
5e21e981ae
Merge pull request #2695 from Ms2ger/NativeProperties
...
Introduce a NativeProperties struct; r=jdm
2014-06-22 14:19:17 +02:00
Tetsuharu OHZEKI
c78216f688
Fix warning in gfx: "variable does not need to be mutable"
2014-06-22 20:40:51 +09:00
Ms2ger
c90a8529c5
Use internal mutability for Attr::value.
2014-06-22 20:39:21 +09:00
Ms2ger
4964d2792e
Pass the NativeProperties struct to CreateInterfaceObjects2.
...
This will simplify adding more kinds of properties, such as static attributes.
2014-06-22 13:25:18 +02:00
Ms2ger
886d401ff0
Introduce a NativeProperties struct to store the properties.
...
This will simplify adding more kinds of properties, such as static attributes.
2014-06-22 13:25:18 +02:00
Ms2ger
da28a791e5
Store the arrays of properties as &'static [T] rather than [T, ..N].
...
This means the .as_slice() call (which is problematic when storing the array
in a static struct) is no longer necessary.
2014-06-22 13:25:18 +02:00
Josh Matthews
f6294a67c5
Merge pull request #2693 from Ms2ger/fix-indentation
...
Clean up the indentation of generated code.
2014-06-22 13:04:32 +02:00