Cameron Zwarich
f073d28c75
Rename Scene constructor to Scene::new
2014-07-16 16:57:44 -07:00
Cameron Zwarich
27e87e58be
Merge pull request #2856 from mrobinson/tile-cleanup
...
Changes reflecting the latest version of rust-layers
2014-07-16 16:09:44 -07:00
Martin Robinson
4d6613c72e
Changes reflecting the latest version of rust-layers
...
The Tile trait has been removed and TileGrid now keeps Tile structs with
Textures embedded instead of simply buffers. rust-layers now creates
its own textures instead of relying on Servo to do it.
2014-07-16 15:04:46 -07:00
Lars Bergstrom
718ddde1f8
Merge pull request #2845 from glennw/update-cg
...
Update submodule pointer for core-graphics
2014-07-16 10:05:57 -05:00
Ms2ger
39d2c0cb2c
Merge pull request #2835 from brunoabinader/bind_to_tree_fix
...
Added 'parent is/was in tree' param to bind_to_tree/unbind_from_tree; r=Ms2ger
2014-07-16 15:55:36 +02:00
Manish Goregaokar
b70053006e
Merge pull request #2852 from Ms2ger/MessageEvent
...
Implement MessageEvent.
2014-07-16 18:55:50 +05:30
Bruno de Oliveira Abinader
113bc48d6e
Use tree_in_doc on Style elem to parse its own CSS, if needed
2014-07-16 09:03:30 -04:00
Bruno de Oliveira Abinader
aea4ccf849
Added 'parent is/was in tree' param to bind_to_tree/unbind_from_tree
...
According to a talk with Ms2ger, both bind_to_tree / unbind_from_tree
should be called regardless if the tree is part of a Document. This
information is now passed as a parameter to their respective virtual
methods.
2014-07-16 08:59:56 -04:00
Ms2ger
d40b97ea73
Implement MessageEvent.
2014-07-16 14:53:22 +02:00
Cameron Zwarich
e8996d5ce5
Merge pull request #2849 from zwarich/disable-borders-test
...
Temporarily disable the 'borders' test
2014-07-15 23:08:57 -07:00
Cameron Zwarich
0e294a235f
Temporarily disable the 'borders' test
...
This test has been failing locally on OS X for me for quite some time,
although since #2843 this started affecting the Travis builders as well.
Getting to the root of this problem is tracked by #2848 .
2014-07-15 21:49:57 -07:00
Cameron Zwarich
cc30a99fb4
Merge pull request #2843 from mrobinson/tilegrid
...
Changes to support latest rust-layers
2014-07-15 18:39:11 -07:00
Martin Robinson
71173d7ae8
Respond to review comments
2014-07-15 16:15:35 -07:00
Glenn Watson
dc7abc6976
Update submodule pointer for core-graphics
2014-07-16 08:21:55 +10:00
Martin Robinson
d9540475f0
Changes to support latest rust-layers
...
Now tiles are stored in TileGrid and layer methods are simple instance
methods.
2014-07-15 14:06:16 -07:00
Ms2ger
d97ec69957
Merge pull request #2839 from Ms2ger/globals
...
Introduce abstractions for global scopes; r=Manishearth,larsberg
2014-07-15 22:28:43 +02:00
Ms2ger
df9d063b36
Add newlines in global.rs.
2014-07-15 20:09:07 +02:00
Ms2ger
350a6080d7
Support FormData outside Window scopes.
2014-07-15 20:08:11 +02:00
Lars Bergstrom
f816a92c72
Merge pull request #2825 from Ms2ger/wpt-expectations
...
Update web-platform-tests expectations.
2014-07-15 09:07:37 -05:00
Ms2ger
829259fb79
Introduce abstractions for global scopes.
...
Part of #2811 .
2014-07-15 15:33:57 +02:00
Ms2ger
a14bb68c3f
Remove some Cells for immutable members.
2014-07-15 15:33:57 +02:00
Ms2ger
e8d013794b
Make some DOM fields private.
...
Relevant to #2242 .
2014-07-15 15:33:56 +02:00
Ms2ger
a665fec9d0
Put some 'use' statements in alphabetical order.
2014-07-15 15:33:56 +02:00
Ms2ger
954ab7a2e3
Simplify the implementation of cx_for_dom_reflector.
2014-07-15 15:33:56 +02:00
Ms2ger
f963ed99ac
Rename variables that refer to global objects.
...
This clarifies whether those variables will point to a Window object or an
arbitrary global object.
Note in particular that all IDL Constructors will accept an arbitrary global
object.
2014-07-15 15:33:56 +02:00
Lars Bergstrom
ab1a188e95
Merge pull request #2838 from Ms2ger/text-clone
...
Remove an unnecessary string copy in the Text constructor.
2014-07-15 08:30:37 -05:00
Ms2ger
054ab27e3b
Remove an unnecessary string copy in the Text constructor.
2014-07-15 14:19:33 +02:00
Ms2ger
cd87775d4e
Merge pull request #2826 from Ms2ger/get_attribute_parts-slices
...
Return slices from get_attribute_parts; r=Manishearth
2014-07-15 10:57:20 +02:00
Ms2ger
46c906ccd6
Merge pull request #2830 from Ms2ger/constructor-unused-variable
...
Remove the unused 'obj' local from the construct hook; r=Manishearth
2014-07-15 10:56:47 +02:00
Ms2ger
d0a3619cd9
Merge pull request #2836 from zwarich/image-cache-comment
...
Fix comments in image_cache_task; r=Ms2ger
2014-07-15 10:30:39 +02:00
Matt Brubeck
ad08a11fa2
Merge pull request #2837 from mbrubeck/comment-fix
...
Fix comment about "impossible" render messages. r=zwarich
2014-07-14 18:09:51 -07:00
Matt Brubeck
7b79cb4092
Comment spelling fix
2014-07-14 17:30:00 -07:00
Matt Brubeck
dc4709dfde
Fix comment about "impossible" render messages.
...
These messages are not impossible; they happen when a page contains iframes.
2014-07-14 17:07:24 -07:00
Cameron Zwarich
99987a2eb7
Fix comments in image_cache_task
...
The Cell that used to be here is now gone, and there is a typo in
another comment.
2014-07-14 16:12:47 -07:00
Manish Goregaokar
a8e8105cea
Merge pull request #2833 from Ms2ger/attrlist-window
...
Remove the unused window member of AttrList.
2014-07-14 22:16:55 +05:30
Manish Goregaokar
2d4d9afcda
Merge pull request #2834 from Ms2ger/file-window
...
Remove the unused window field from File; r=Manishearth
2014-07-14 22:15:44 +05:30
Ms2ger
1d27e96eca
Return slices from get_attribute_parts.
2014-07-14 18:39:02 +02:00
Lars Bergstrom
1c61963b51
Merge pull request #2803 from nnethercote/jemalloc-stats
...
Include some jemalloc stats in the -m measurements.
2014-07-14 11:23:45 -05:00
Ms2ger
879aa92550
Merge pull request #2829 from Ms2ger/validitystate-window
...
Remove the unused window field from ValidityState; r=Manishearth
2014-07-14 18:23:00 +02:00
Ms2ger
80a932ac3a
Merge pull request #2831 from Ms2ger/perf-cleanup
...
Simplify the initialization of Performance; r=Manishearth
2014-07-14 18:22:20 +02:00
Ms2ger
c8760d0228
Merge pull request #2832 from Ms2ger/nodelist-window
...
Remove the unused window fields from NodeList and HTMLCollection; r=Manishearth
2014-07-14 18:21:57 +02:00
Lars Bergstrom
45f72397e8
Merge pull request #2800 from SimonSapin/travis-email
...
Enable email notifications from Travis CI
2014-07-14 11:18:00 -05:00
Lars Bergstrom
08bc68e8c8
Merge pull request #2827 from glennw/add-string-cache
...
Add stringcache to build, now that phf is working on android
2014-07-14 11:13:33 -05:00
Ms2ger
5aceb80279
Remove the unused window field from File.
2014-07-14 18:04:51 +02:00
Ms2ger
6190281945
Remove the unused window member of AttrList.
2014-07-14 17:46:59 +02:00
Ms2ger
c747df0e59
Remove the unused window field from HTMLCollection.
2014-07-14 17:14:52 +02:00
Ms2ger
7b9cdf4c1e
Remove the unused window field from NodeList.
2014-07-14 17:14:34 +02:00
Ms2ger
31bd6f3fc6
Simplify the initialization of Performance.
2014-07-14 12:18:31 +02:00
Ms2ger
a51ed7045c
Remove the unused 'obj' local from the construct hook.
2014-07-14 11:42:42 +02:00
Ms2ger
9317ff137a
Remove the unused window field from ValidityState.
...
It is only necessary if the ValidityState would create new objects, which it
doesn't.
2014-07-14 11:20:32 +02:00