Josh Matthews
b82c0dced0
Merge pull request #3172 from jdm/devtools
...
Dump initial prototype of devtools server into the build. Expect lies if...
2014-09-19 09:15:03 -04:00
glennw
2652d223f5
Merge pull request #3419 from glennw/img-block
...
Fix img with display: block. Fixes text/image overflow on wikipedia.
2014-09-19 19:20:27 +10:00
Glenn Watson
818f70e319
Fix img with display: block. Fixes text/image overflow on wikipedia.
...
Ref: #2554
2014-09-19 17:59:48 +10:00
glennw
a3b20d8179
Merge pull request #3421 from glennw/table-padding
...
Fix padding on tables. This fixes the TOC on wikipedia pages.
2014-09-19 17:50:50 +10:00
Cameron Zwarich
d7ffe7a198
Merge pull request #3416 from zwarich/remove-jsref-mut
...
Remove uses of &mut JSRef
2014-09-18 22:25:48 -07:00
Glenn Watson
fd176d5387
Fix padding on tables. This fixes the TOC on wikipedia pages.
...
Ref: #2554
2014-09-19 14:58:24 +10:00
Matt Brubeck
b11a110e85
Merge pull request #3414 from mbrubeck/pre-line-break
...
Fix line splitting in `white-space: pre` flows. r=gw
2014-09-18 19:30:37 -07:00
Simon Sapin
f24af67207
Fix http://doc.servo.org/ to redirect to /servo/index.html again...
...
... rather than being the Rust documentation index.
The order of `cp` command determines which `target/doc/index.html` file
overwrites the other.
2014-09-18 23:54:04 +01:00
Cameron Zwarich
176b3f7698
Remove uses of &mut JSRef
...
Since everything with JSRef happens with interior mutability, it doesn't
make any sense to use an &mut JSRef.
2014-09-18 15:30:38 -07:00
Matt Brubeck
f35941d91d
Fix line splitting in white-space: pre
flows
...
The newline position from one line was getting used repeatedly, causing extra
"phantom" newlines in the following lines. Fixes #3413 .
2014-09-18 14:25:12 -07:00
Josh Matthews
fae7ce3c1d
Retrieve some basic layout properties for nodes to make the box model somewhat useful.
2014-09-18 15:07:11 -04:00
Josh Matthews
fa57fe890b
Enable real DOM inspector support.
2014-09-18 15:06:40 -04:00
Josh Matthews
e9c4aa534d
Implement wire protocol support for DOM inspector.
2014-09-18 15:06:40 -04:00
Josh Matthews
c31e2f928d
Avoid selecting on the devtools port if no devtools server exists.
2014-09-18 15:06:40 -04:00
Josh Matthews
bb9955c281
Split devtools implementation into sensible modules.
2014-09-18 15:06:40 -04:00
Josh Matthews
cdb4037ca2
Enable executing JS snippets in the context of the main Servo window and viewing the responses from the Firefox remote console.
2014-09-18 15:06:40 -04:00
Josh Matthews
f0f7e98dfa
Dump initial prototype of devtools server into the build. Expect lies if you try to use it for anything real.
2014-09-18 15:06:40 -04:00
Patrick Walton
5e5f77a354
Try to unbreak the build by removing unused import
2014-09-18 10:56:58 -07:00
Patrick Walton
667f887f49
Merge pull request #3397 from cgaebel/issue-3386
...
Fixes #3386 .
2014-09-18 09:29:21 -07:00
Clark Gaebel
670ca9894e
Fixed #3386 .
2014-09-18 09:20:23 -07:00
Clark Gaebel
1b251db732
Merge pull request #3379 from cgaebel/bucketed-timing
...
Added more complex profiling metadata.
2014-09-18 09:12:34 -07:00
Patrick Walton
22bca83509
Merge pull request #3404 from glennw/inline-block-fix
...
Include margin in inline block intrinsic width. Fixes [edit] links on wikipedia. Also improves google homepage.
2014-09-18 07:51:11 -07:00
Simon Sapin
8ec41f2546
Merge pull request #3405 from andreastt/ato/mach_dumb_term
...
Support dumb terminals in bootstrap downloads
2014-09-18 15:19:25 +01:00
Josh Matthews
9607b468bc
Revert "script: Use atom comparison in more places, especially for attributes." for persistent test failures.
...
This reverts commit 874db26104
.
2014-09-18 09:20:19 -04:00
Simon Sapin
7158cac2dc
Merge pull request #3371 from servo/fix-doc-upload
...
Make Travis upload to doc.servo.org again.
2014-09-18 13:40:34 +01:00
Simon Sapin
547b5ea6fb
Make Travis upload to doc.servo.org again.
2014-09-18 13:39:12 +01:00
Andreas Tolfsen
a5b5d358fb
Support dumb terminals in bootstrap downloads
...
Dumb terminals can only interpret a limited number of control codes,
and rewriting the terminal buffer will make `./mach build` very talkative
on these terminals.
This can be tested by setting the environment variable TERM to "dumb"
as such:
TERM=dumb ./mach build
2014-09-18 12:16:49 +01:00
Glenn Watson
6bc65f3b07
Include margin in inline block intrinsic width. Fixes [edit] links on wikipedia.
2014-09-18 16:07:28 +10:00
Matt Brubeck
340ebdfd85
Merge pull request #3372 from mbrubeck/wpt-params
...
Make test_wpt params optional. r=me
2014-09-17 17:05:59 -07:00
Matt Brubeck
8aeb90e8c3
Merge pull request #3395 from mbrubeck/doctest
...
Fix unit test failures. r=jdm
2014-09-17 17:05:29 -07:00
Josh Matthews
75caade828
Merge pull request #3358 from jdm/thespicemustnotreflow
...
Delay initiating layout operations for as long as possible.
2014-09-17 19:09:31 -04:00
Clark Gaebel
6bc63d47cd
Added more complex profiling metadata.
2014-09-17 15:41:27 -07:00
Matt Brubeck
140b0007fd
Update style unit tests to use atoms
...
Fixes test bustage from #3316 .
2014-09-17 14:49:04 -07:00
Matt Brubeck
a939cc50bb
Fix doctest errors in rustdoc comments
...
Mostly this disables doctest for comments that are not actually tests.
2014-09-17 14:46:37 -07:00
Patrick Walton
787a683365
Merge pull request #3316 from pcwalton/use-atoms
...
script: Use atom comparison in more places, especially for attributes.
2014-09-17 13:19:00 -07:00
Patrick Walton
874db26104
script: Use atom comparison in more places, especially for attributes.
...
75% improvement in style recalc for Guardians of the Galaxy.
2014-09-17 13:17:12 -07:00
Josh Matthews
61642d64b5
Merge pull request #3387 from prasoon2211/base64_methods_for_worker
...
Implement atob and btoa methods for worker
2014-09-17 11:46:20 -04:00
Patrick Walton
b5110b8f78
Merge pull request #3392 from pcwalton/string-cache-race
...
Update string-cache for real
2014-09-17 08:34:44 -07:00
Patrick Walton
05b7573b62
Update string-cache for real
2014-09-17 08:33:32 -07:00
Patrick Walton
aa841ae508
Merge pull request #3376 from pcwalton/string-cache-race
...
build: Update string-cache to fix a nasty race
2014-09-17 08:24:32 -07:00
Patrick Walton
ee2b4e208f
build: Update string-cache to fix a nasty race
2014-09-17 08:20:54 -07:00
Manish Goregaokar
11ba79894a
Merge pull request #3374 from Manishearth/lint_unrooted_jsmanaged
...
Add lint for ensuring proper rooting of JS<T>; r=jdm
2014-09-17 18:17:19 +05:30
Prasoon Shukla
e0f2c9edc1
Fix for issue #3238
...
Moved the Atob and Btoa methods ouside the impl for WorkerMethod trait
and made them publicly accessible from WorkerGlobalScopeMethods via
proxy methods.
2014-09-17 12:27:01 +05:30
Josh Matthews
aa935c7b02
Merge pull request #3382 from saneyuki/mach
...
Fix `mach cargo` is missing
2014-09-17 02:33:35 -04:00
Josh Matthews
4a1d51b982
Merge pull request #3367 from jdm/breakpoint
...
Add breakpoint utility function.
2014-09-17 02:33:27 -04:00
Tetsuharu OHZEKI
b0cd45e2da
Fix mach cargo
is missing
2014-09-17 11:52:05 +09:00
Jack Moffitt
1544db8bb9
Merge pull request #3373 from ProgramFOX/issue3366
...
Removed unused BlobMethods and CommentMethods traits, fixes #3366
2014-09-16 18:39:06 -06:00
Patrick Walton
514aca0981
Merge pull request #3377 from LalehB/patch-5
...
Update README.md
2014-09-16 14:49:52 -07:00
LalehB
5dcce000e5
Update README.md
2014-09-16 14:04:16 -07:00
LalehB
dea11c5ba2
Update README.md
2014-09-16 13:27:41 -07:00