Commit Graph

519862 Commits

Author SHA1 Message Date
Sebastian Hengst
559bd6a3a1 Backed out changeset e2f6d5054e20 (bug 1331704) for build bustage: unused variable hasProperty at KeyframeEffectReadOnly.h:294. r=backout on a CLOSED TREE 2017-02-11 11:37:54 +01:00
Sebastian Hengst
9a8981039c Backed out changeset 6eb3b0501d00 (bug 1331704) 2017-02-11 11:32:14 +01:00
Sebastian Hengst
c7040ed466 Backed out changeset 0077d103e862 (bug 1331704) 2017-02-11 11:32:10 +01:00
Hiroyuki Ikezoe
1c96a1ad82 Bug 1331704 - Part 3: Drop all of unused stuff. r=birtles a=abillings
MozReview-Commit-ID: BWAC0iZLw6t
2017-02-11 19:11:45 +09:00
Hiroyuki Ikezoe
14613aa3a3 Bug 1331704 - Part 2: Resolve base styles during UpdateProprties. r=birtles a=abillings
EnsureBaseStyle() requires an already resolved nsStyleContext
and resolves the base style by ResolveStyleByRemovingAnimation().

MozReview-Commit-ID: BHqJiBJspQY
2017-02-11 19:11:45 +09:00
Hiroyuki Ikezoe
e7c1543f3e Bug 1331704 - Part 1: Store base styles in KeyframeEffectReadOnly instead of EffectSet. r=birtles a=abillings
Now we dropped mNeedsBaseStyleSet bit set.

MozReview-Commit-ID: Gv2rU0jpyk1
2017-02-11 19:11:45 +09:00
Phil Ringnalda
9c4aaff81e Backed out changeset 3ac2e09d98cb (bug 1308688) for eslint failures
CLOSED TREE
2017-02-10 21:21:36 -08:00
Kris Maglione
1187110bd9 Bug 1338409: Part 2 - Lazily parse the schema data for each namespace property, as it is needed. r=aswan
MozReview-Commit-ID: FNQJdt6BnjI

--HG--
extra : rebase_source : c7e937b9e487c40d0167b51f949140eb96dc06e1
2017-02-09 18:59:49 -08:00
Kris Maglione
6851746d1a Bug 1338409: Part 1 - Lazily parse the schema data for each namespace as it is needed. r=aswan
MozReview-Commit-ID: 73q9ba9sLtb

--HG--
extra : rebase_source : 9900392db716c6d955fee873bd0f2ac2fa728dff
2017-02-10 21:06:55 -08:00
Gabriel Luong
649f28dd88 Bug 1336198 - Part 1: Redux store should be initialized at the Inspector level. r=jdescottes
--HG--
rename : devtools/client/inspector/layout/store.js => devtools/client/inspector/store.js
2017-02-11 00:05:50 -05:00
Masatoshi Kimura
fca73c3037 Bug 1321995 - Enable Creators Update's GDI Scaling on the crash reporter. r=jimm
MozReview-Commit-ID: 9mEbkwunIvw

--HG--
extra : rebase_source : 830b05b2f1c7e723102272fbc8d7377acd553962
extra : amend_source : cf2f61ac126656314cb9d6fd0365493b911ddb20
2017-02-10 21:22:37 +09:00
Boris Zbarsky
15fc53a58f Bug 1328861. Be a little less trusting about our error codes in ErrorResult. r=smaug 2017-02-10 23:06:34 -05:00
Boris Zbarsky
e1a9c1904b Bug 1338417. Make @@iterator properties on DOM prototypes not enumerable, to match IDL spec. r=qdot 2017-02-10 23:06:14 -05:00
Andrew Swan
0cb08702ba Bug 1308688 tests r=kmag
MozReview-Commit-ID: 8DOZbPY7FZ9

--HG--
extra : rebase_source : c8495c96e9af4c76053a74f00b5a87467f2ec94f
extra : intermediate-source : af75c6520fbaf604eb0ece140e2601e6c51c5b4b
extra : source : 1150dfe4aa4b7aca0a47f253b409f881524e2a3e
2016-10-26 16:22:56 -07:00
Tooru Fujisawa
4bdc66dec5 Bug 1338373 - Update word boundary in RegExp with unicode and ignoreCase flags to include U+017F and U+212A. r=till 2017-02-11 11:47:57 +09:00
Tooru Fujisawa
f11ca4d10d Bug 1338258 - Remove legacy generator from modules/libpref/test/. r=bsmedberg 2017-02-11 11:47:57 +09:00
Tooru Fujisawa
44f45bf316 Bug 1338257 - Remove remaining legacy generator from testing/marionette/. r=ato 2017-02-11 11:47:57 +09:00
Tooru Fujisawa
4529253bd3 Bug 1338253 - Remove remaining legacy generator from extensions/cookie/test/. r=jdm 2017-02-11 11:47:57 +09:00
Tooru Fujisawa
746c9596d6 Bug 1226398 - Part 2: Check dom/indexedDB/ in eslint. r=jaws 2017-02-11 11:47:57 +09:00
Tooru Fujisawa
5bc59c92e3 Bug 1226398 - Part 1: Remove remaining legacy generator from dom/indexedDB/test/. r=jaws 2017-02-11 11:47:56 +09:00
Eitan Isaacson
5f324eb9dd Bug 1336637 - Support relation methods in xpc on windows. r=tbsaunde
MozReview-Commit-ID: BcyE0Vy1Fu4
2017-02-10 17:27:33 -08:00
Wes Kocher
4f9bb91ff9 Merge m-c to inbound, a=merge
MozReview-Commit-ID: 62cmOWDrQbs
2017-02-10 15:31:09 -08:00
Wes Kocher
4062cb56a0 Merge inbound to central, a=merge
MozReview-Commit-ID: FNYBhhHr4dg

--HG--
rename : netwerk/base/security-prefs.js => security/manager/ssl/security-prefs.js
2017-02-10 15:23:33 -08:00
Dylan Roeh
cdd384261f Bug 1332463 - Implement ProgressListener. r=jchen 2017-02-10 16:49:42 -06:00
Michael Layzell
02bcb1d745 Bug 1338548 - Check the return value from aHistory->SetURITitle when applying pending global history entries, r=smaug
MozReview-Commit-ID: 6aPtNrqoqZj
2017-02-10 17:53:12 -05:00
Andrea Marchesini
3ceb03ed00 Bug 1335928 - Intermittent dom/html/test/test_formSubmission.html, r=qdot 2017-02-10 23:35:29 +01:00
Sebastian Hengst
e430d3ec19 Backed out changeset 0528322db042 (bug 1330022) for failing test_conformance__more__functions__vertexAttribPointerBadArgs.htm. r=backout 2017-02-10 23:32:32 +01:00
Wes Kocher
71842da0e8 Merge autoland to central, a=merge
MozReview-Commit-ID: 8GR9XTMPAjp

--HG--
rename : netwerk/base/security-prefs.js => security/manager/ssl/security-prefs.js
2017-02-10 14:32:26 -08:00
Sebastian Hengst
2e61c07a59 Backed out changeset cd91d6b1b500 (bug 1330022) 2017-02-10 23:31:47 +01:00
Myk Melez
07d4982086 Bug 1338681 - import Console.jsm before calling console.error; r=jryans 2017-02-10 14:12:09 -08:00
Wes Kocher
ae6fe0067c Merge graphics to m-c a=merge while we IGNORE BAD COMMIT MESSAGES 2017-02-10 12:32:41 -08:00
Julian Seward
5338290910 Bug 1338156 - Add missing initialisation of DOMParser::mOriginalPrincipleWasSystem. r=ehsan.
--HG--
extra : rebase_source : 335ffed73f05e1b174e752daf475e5185e19cfd6
2017-02-10 20:47:49 +01:00
Kartikaya Gupta
96c394d70c Merge m-c to graphics
MozReview-Commit-ID: AXRXwXgkOTv
2017-02-10 13:57:53 -05:00
Honza Bambas
a69e1886a4 Bug 1325655 - Let HttpChannelParent::ConnectChannel delete itself if redirect target nsHttpChannel is not found registered. r=valentin
--HG--
extra : rebase_source : 988ce351db0169a8552f2ed45e2b6c786fe247bb
2017-02-10 10:51:00 -05:00
JerryShih
6b121b94c7 Bug 1338274 - remove MOZ_USE_RENDER_THREAD def. r=nical
MozReview-Commit-ID: 8UrioLOq37Z
2017-02-10 10:16:47 -05:00
JerryShih
972b7db4ff Bug 1338274 - clean up webrender_binding. r=nical
MozReview-Commit-ID: 4TdnTXjzo52
2017-02-10 10:16:47 -05:00
JerryShih
3b7a69366c Bug 1338274 - remove the usage of WrWindowState, Compositor and GLContext in WebRenderBridgeParent. r=nical
MozReview-Commit-ID: CKK9cBLlYnh
2017-02-10 10:16:47 -05:00
JerryShih
96c10ce0b6 Bug 1338274 - remove the codes with MOZ_USE_RENDER_THREAD condition. r=nical
MozReview-Commit-ID: 5Jij2RRk86X
2017-02-10 10:16:47 -05:00
ffxbld
7de3f46c87 No bug, Automated HPKP preload list update from host bld-linux64-spot-304 - a=hpkp-update 2017-02-10 07:05:40 -08:00
ffxbld
7f6d91a361 No bug, Automated HSTS preload list update from host bld-linux64-spot-304 - a=hsts-update 2017-02-10 07:05:38 -08:00
Carsten "Tomcat" Book
3ed98bee2a merge mozilla-inbound to mozilla-central a=merge 2017-02-10 13:49:56 +01:00
Ethan Lin
bc6c1b9302 Bug 1337681 - Part3. Turn on pref layers.advanced.border-layers for WebRenderBorderLayer's border radius. r=mattwoodrow 2017-02-10 17:28:32 +08:00
Ethan Lin
e4f877d58c Bug 1337681 - Part2. Support border radius for WebRenderBorderLayer. r=mattwoodrow 2017-02-10 17:28:32 +08:00
Ethan Lin
cbce1095a3 Bug 1337291 - Part3. Enable a reftest for WebRenderBorderlayer's border style. r=pchang 2017-02-10 15:44:59 +08:00
Ethan Lin
ca5a5c5ca8 Bug 1337291 - Part2. Pass border style to webrender. r=mattwoodrow 2017-02-10 15:44:59 +08:00
Makoto Kato
a9a70d9396 Bug 1337266 - Don't use LoadLibrary to use Vista+ API in browser/components. r=jimm
MozReview-Commit-ID: AUSwfNHqJmc
2017-02-10 16:40:19 +09:00
Matthew Noorenberghe
18b3265289 Bug 1338075 - formautofill: Enable no-cpows-in-tests and var-only-at-top-level. r=lchang
MozReview-Commit-ID: 4oYbRAMxZvH

--HG--
extra : rebase_source : cb35be0e94e6e1fe8271b414ad6bb508890d1b0b
2017-02-10 15:14:55 +08:00
Matthew Noorenberghe
86efce1f15 Bug 1338075 - formautofill: Inherit all eslint rules where off is currently specified. r=lchang
MozReview-Commit-ID: HHAzuSHMwju

--HG--
rename : browser/extensions/formautofill/test/unit/.eslintrc => browser/extensions/formautofill/test/unit/.eslintrc.js
extra : rebase_source : 02e90deb19978704c3fa1d94e1ae0a910c9d33e9
2017-02-10 15:12:32 +08:00
Boris Chiou
3382ea746c Bug 1337313 - Part 3: Rename Servo_AnimationValues_XXX with Servo_AnimationValue_XXX. r=hiro
MozReview-Commit-ID: 7sAEBtR8BQq

--HG--
extra : rebase_source : 3e66e4564c70753b83c7a54a5ba83ca2bba85a73
2017-02-10 12:03:08 +08:00
Ralph Giles
d9052fefa0 Bug 1337153 - Require rust 1.15.1. r=Ehsan
Bump the minimum version of the rust toolchain we require to
build. The 1.15 release includes support for custom #[derive]
directives, letting us use the serde serialization crate without
checking in a lot of generated code.

This is primarily motivated by webrender and the audio remoting
work, and lets us drop the heavy syntex dependency.

MozReview-Commit-ID: 6IObHhouPAn

--HG--
extra : rebase_source : 4be8b148fb653a48f6df4309811ab1d8755f7edf
2017-02-09 09:38:48 -08:00