Benjamin Smedberg
27cc367f50
Bug 1342141 part A - The test plugin will use name="plugin" as an indicator of fullpage, rather than NP_FULL, to make test_fullpage.html green, r=jimm
...
MozReview-Commit-ID: D7HVr9f37se
--HG--
extra : histedit_source : bc1b57ae9579098d8a2d2fe7c3bbe395a9ab5ed6
2017-02-23 13:07:34 -05:00
Bevis Tseng
a8c5e52ea6
Bug 1333273 - Disable test_blob_worker_{crash, xhr_post, xhr_post_multifile}.html in Win7(e10s). r=janv
2017-02-24 16:30:47 +08:00
Honza Bambas
8a976a079d
Bug 1341932 - Ignore preamble in multimixed converter. r=valentin
2017-02-23 09:14:00 -05:00
Ruturaj K. Vartak
5db24589b8
Bug 1325987 - Fix ESLint issues in devtools/server/tests/browser/. r=ntim
2017-02-23 20:32:00 -05:00
Dragana Damjanovic
7fcc6ce47a
Bug 1337826 - Do not use sticky connection if it is pipeline. r=mcmanus
2017-02-14 10:46:00 -05:00
Olli Pettay
66be2f31cc
Bug 1342244, try to avoid extra CompartmentPrivate::Get calls during Rewrap, r=bholley
...
--HG--
extra : rebase_source : 951f392a2d19a509ce951213686684cc326f4895
2017-02-24 15:03:38 +02:00
Benjamin Bouvier
628773b8ab
Bug 1332691: Disable wasm WPT nop/resizing test cases; r=bustage
...
See also bug 1342385
for resolution.
MozReview-Commit-ID: J4wwG1Wo3Qt
--HG--
extra : rebase_source : 1d511b648987973b9b95f0e99e388d13ed1f8758
2017-02-24 13:25:44 +01:00
Makoto Kato
797b5df988
Bug 1225696 - Part 3. Revert the order of kDateFormat. r=jorgk
...
MozReview-Commit-ID: A1gWYkHi28v
2017-02-24 20:33:53 +09:00
Xidorn Quan
da510dcb85
Bug 1340341
- Set immutablity in GetCSSDeclaration instead of ToString. r=bz
...
MozReview-Commit-ID: 2aDsVJMJG8T
--HG--
extra : rebase_source : 10f88c207b2857b0a586187d3c36db26a1e60257
extra : source : 0ba8dc18a40df9ca1fe8563e3933f002f20ab619
2017-02-24 22:06:07 +11:00
Carsten "Tomcat" Book
9faa1e9741
Merge mozilla-central to mozilla-inbound
2017-02-24 11:53:01 +01:00
Carsten "Tomcat" Book
7256146318
merge mozilla-inbound to mozilla-central a=merge
2017-02-24 11:46:38 +01:00
Benjamin Bouvier
2818852ece
Bug 1332691: Skip conversions.wast.js.html for unexpected successes on x86; r=bustage
2017-02-24 11:37:16 +01:00
Lars T Hansen
1c373598e5
Bug 1342353 - Wasm baseline, properly compute aligned frame size. r=bbouvier
...
--HG--
extra : rebase_source : 93c6561711452bc4be22031e03be64a4627d65fd
extra : histedit_source : b8a96a58356138a310a3f049b2c6c336f10d9e56
2017-02-24 10:47:55 +01:00
Xidorn Quan
5e93eb6ceb
Bug 1340439 followup - Update mochitest expectation after merge of servo/servo#15685 .
2017-02-24 17:49:00 +11:00
Julian Seward
36611ba3ae
Bug 1341255 - Profiler tidyups: remove StackEntry, rename ProfileEntry to ProfileBufferEntry (part 2: rename ProfileEntry). r=n.nethercote.
...
--HG--
rename : tools/profiler/core/ProfileEntry.cpp => tools/profiler/core/ProfileBufferEntry.cpp
rename : tools/profiler/core/ProfileEntry.h => tools/profiler/core/ProfileBufferEntry.h
extra : rebase_source : f08a1e4aeab0db27097ed2c52b0eb92d50ef23da
2017-02-23 23:05:23 +01:00
Julian Seward
4cd04ecc8a
Bug 1341255 - Profiler tidyups: remove StackEntry, rename ProfileEntry to ProfileBufferEntry (part 1: remove StackEntry). r=n.nethercote.
...
--HG--
extra : rebase_source : 6418946b1ebeb82abdccdb10a03380a40c00da21
2017-02-23 23:04:13 +01:00
Alfredo.Yang
1f16c44c38
Bug 1340446 - check the rounding error smaller or euqal to one. r=kinetik
...
MozReview-Commit-ID: 5LYzYlZzmEB
--HG--
extra : rebase_source : c8a831212ea4d06da4105ff1186a67ffb5d9d96d
2017-02-22 11:38:16 +08:00
Phil Ringnalda
d354f25e55
Merge m-c to autoland
2017-02-23 22:30:32 -08:00
Phil Ringnalda
fe1d792536
Backed out changeset 7ee8f1e428c0 (bug 1340041) for Android near-permaorange in media/mediasource/test/test_FrameSelection.html and media/webspeech/synth/test/test_speech_simple.html
2017-02-23 22:27:13 -08:00
Michael Nelson
abc6f51b13
servo: Merge #15685 - Fix animation serialization 15398 pt2 (from absoludity:fix-animation-serialization-15398-pt2); r=upsuper
...
Fixes animation serialization so that an animation shorthand is serialized only when the value lists have the same length (part of #15398 )
There are two commits here - the first is a refactoring to update PropertyDeclarationBlock::to_css to match the spec (please see the full commit message for perhaps too many details).
The second commit utilizes the changes in the first, and updates the animation serialization itself to write an empty serialization if the longhand value lists have different lengths, as per the original issue.
Interestingly, the refactoring of the first commit simplified quite a lot more than the fix for this bug, in particular, the special case of 'overflow' shorthand serialization is handled by default, without the extra special case code (now removed).
---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #15398 (github issue number if applicable).
- [X] There are tests for these changes OR
Source-Repo: https://github.com/servo/servo
Source-Revision: b52288af00cb2d8c0deb3b84fa4e6b6aa098fd62
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 761b6a2dc96d3c24c841791ae7afd271eb726ef8
2017-02-23 20:12:30 -08:00
Xidorn Quan
a7aeae43aa
No bug - Update Cargo.lock after merging a servo/servo#15712 on a CLOSED TREE
2017-02-24 15:57:21 +11:00
Anthony Ramine
672d98629d
servo: Merge #15712 - Remove rustc-serialize from style and style_traits (from nox:rustc-serialize); r=metajack
...
Source-Repo: https://github.com/servo/servo
Source-Revision: f9f55789b826eca06041f1ac10d63d01d0e1eb9c
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 0036131eae1409e906d01104e54ff448c383b1d0
2017-02-23 19:19:34 -08:00
Brad Werth
74758d0bb9
Bug 1290218 Part 12: Turn off a crashtest that leaks memory, see Bug 1342289. r=heycam
...
MozReview-Commit-ID: 8BypeOgPZ1X
--HG--
extra : rebase_source : 2828ab38f284d9cd34b8ee1ebb4458e6783b6e6f
2017-02-23 17:52:05 -08:00
Wes Kocher
47dc9207cd
Backed out changeset 20a81b2adf80 (bug 1330240) under suspicion of turning android mda1 nearly permafail a=backout
...
MozReview-Commit-ID: LUKhxorIzwU
2017-02-23 16:25:18 -08:00
Wes Kocher
56eed709e7
Merge graphics to m-c a=merge
...
MozReview-Commit-ID: 6qomiUNluVr
2017-02-23 11:04:48 -08:00
ffxbld
60ae6514e4
No bug, Automated HPKP preload list update from host bld-linux64-spot-036 - a=hpkp-update
2017-02-23 07:36:26 -08:00
ffxbld
ad3be07b91
No bug, Automated HSTS preload list update from host bld-linux64-spot-036 - a=hsts-update
2017-02-23 07:36:24 -08:00
Kartikaya Gupta
92d49690c6
Merge m-c to graphics
...
MozReview-Commit-ID: BMjcETZ38gw
2017-02-23 09:51:44 -05:00
Carsten "Tomcat" Book
e6b82618f4
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
Sebastian Hengst
0c5732d145
Bug 1341586 - Fix localization of Inspector's attribute context menu by adding quotations to the values: Fix quote characters. r=test-fix on a CLOSED TREE
2017-02-23 10:28:54 +01:00
Morris Tseng
33d74b040e
Bug 1340871 - Add CompositorUseANGLE info to TextureFactoryIdentifier. r=nical
...
MozReview-Commit-ID: GjlZS6T2i0p
2017-02-23 16:46:56 +08:00
Kartikaya Gupta
90419861cd
Bug 1340270 - Update webrender and webrender_traits to cset edc74274d28b1fa1229a1d1ea05027f57172b992. r=jrmuizel
...
This also:
1) Updates the webrender_bindings Cargo.toml file to use the latest version
numbers of webrender and webrender_traits
2) Updates the webrender_bindings Cargo.toml file to use the same version of
other dependencies (euclid, etc.) as webrender itself does
3) Updates the webrender_bindings glue code for API changes in push_border,
add_image, and add_raw_font.
--HG--
rename : third_party/rust/dwrote/.gitignore => third_party/rust/servo-dwrote/.gitignore
rename : third_party/rust/dwrote/README.md => third_party/rust/servo-dwrote/README.md
rename : third_party/rust/dwrote/build.rs => third_party/rust/servo-dwrote/build.rs
rename : third_party/rust/dwrote/src/bitmap_render_target.rs => third_party/rust/servo-dwrote/src/bitmap_render_target.rs
rename : third_party/rust/dwrote/src/com_helpers.rs => third_party/rust/servo-dwrote/src/com_helpers.rs
rename : third_party/rust/dwrote/src/comptr.rs => third_party/rust/servo-dwrote/src/comptr.rs
rename : third_party/rust/dwrote/src/font.rs => third_party/rust/servo-dwrote/src/font.rs
rename : third_party/rust/dwrote/src/font_collection.rs => third_party/rust/servo-dwrote/src/font_collection.rs
rename : third_party/rust/dwrote/src/font_face.rs => third_party/rust/servo-dwrote/src/font_face.rs
rename : third_party/rust/dwrote/src/font_family.rs => third_party/rust/servo-dwrote/src/font_family.rs
rename : third_party/rust/dwrote/src/font_file.rs => third_party/rust/servo-dwrote/src/font_file.rs
rename : third_party/rust/dwrote/src/font_file_loader_impl.rs => third_party/rust/servo-dwrote/src/font_file_loader_impl.rs
rename : third_party/rust/dwrote/src/gdi_interop.rs => third_party/rust/servo-dwrote/src/gdi_interop.rs
rename : third_party/rust/dwrote/src/glyph_run_analysis.rs => third_party/rust/servo-dwrote/src/glyph_run_analysis.rs
rename : third_party/rust/dwrote/src/helpers.rs => third_party/rust/servo-dwrote/src/helpers.rs
rename : third_party/rust/dwrote/src/rendering_params.rs => third_party/rust/servo-dwrote/src/rendering_params.rs
rename : third_party/rust/dwrote/src/test.rs => third_party/rust/servo-dwrote/src/test.rs
rename : third_party/rust/dwrote/src/types.rs => third_party/rust/servo-dwrote/src/types.rs
2017-02-22 23:07:59 -05:00
sotaro
5d0c587887
Bug 1341163 - Update LayerManager handling PresShell::RenderDocument() r=nical
2017-02-23 10:49:46 +09:00
Kartikaya Gupta
c9291524ea
Bug 1341362 - Use default values for RendererOptions instead of explicitly specifying each one. r=jrmuizel
...
MozReview-Commit-ID: 275n8D1KfOK
2017-02-22 15:15:05 -05:00
Brad Werth
0db32480d5
Bug 1290218 Part 11: Update mochitest failure count, and mark a reftest as failing. r=heycam
...
MozReview-Commit-ID: Ei2y7TnZceT
--HG--
extra : rebase_source : 96912d0f01977eed326dabf31e7fd56048cace15
2017-02-22 11:48:06 -08:00
Kartikaya Gupta
17e5ae7a34
Merge m-c to graphics
...
MozReview-Commit-ID: 4dOwcyt9fuW
2017-02-22 10:27:57 -05:00
Carsten "Tomcat" Book
197fbb6eb9
Backed out changeset d8122277e9fd (bug 1341214) for causing on m-c problems in vp tc tasks
2017-02-22 15:33:42 +01:00
Carsten "Tomcat" Book
42bc96ae3d
Backed out changeset 5ffd6c7264ce (bug 1341214)
2017-02-22 15:33:17 +01:00
Carsten "Tomcat" Book
9d982b9508
merge mozilla-inbound to mozilla-central a=merge
2017-02-22 14:33:38 +01:00
Sebastian Hengst
c171511b3c
Backed out changeset a6267555a244 (bug 1341218) for various test failures, e.g. xpcshell test dom/push/test/xpcshell/test_service_parent.js. r=backout
2017-02-22 11:21:37 +01:00
Sebastian Hengst
0ea43f8182
Backed out changeset f0886e3477a5 (bug 1341250)
2017-02-22 11:20:46 +01:00
Iris Hsiao
7a962a70f2
Backed out changeset 2d21596af124 (bug 1337229) for developer's request
2017-02-22 17:40:13 +08:00
Iris Hsiao
eb16544eaf
Backed out changeset 3cf38f4d7395 (bug 1322317) for stylo test failure
2017-02-22 17:31:04 +08:00
Jonathan Kew
2fd356c331
Bug 1295299 - Cherry-pick harfbuzz fix 44f7d6ecde9bf7427a05cbe73ed5d668b8a72b2a. r=jrmuizel
2017-02-22 09:17:50 +00:00
Sebastian Hengst
4ad1529674
Backed out changeset 5739a7f790f2 (bug 1333899) for failing reftest svg-image-datauri-1.html on Linux opt and pgo. r=backout
2017-02-22 10:00:50 +01:00
Sebastian Hengst
10a6e4f120
Backed out changeset f82fd05e7699 (bug 1333899)
2017-02-22 09:59:57 +01:00
Sebastian Hengst
eba24aae1e
Backed out changeset fbb7cc8d04b9 (bug 1333899)
2017-02-22 09:59:53 +01:00
Sebastian Hengst
7bb022c060
Backed out changeset c1544abd34c2 (bug 1340903) for frequent failure of docshell/test/unit/test_setUsePrivateBrowsing.js on Linux opt and pgo. r=backout
2017-02-22 09:59:29 +01:00
Andrea Marchesini
c83982c31f
Bug 1341250 - Moving nsExpandedPrincipal in separate files, r=qdot
...
--HG--
rename : caps/nsPrincipal.cpp => caps/nsExpandedPrincipal.cpp
rename : caps/nsPrincipal.h => caps/nsExpandedPrincipal.h
2017-02-22 10:01:43 +01:00
Andrea Marchesini
0626b9d52e
Bug 1341218 - nsNullPrincipal should consider its URI in ::Write/::Read, r=qdot
2017-02-22 10:01:43 +01:00