Commit Graph

599964 Commits

Author SHA1 Message Date
Andi-Bogdan Postelnicu
7f7f0a2300 Bug 1453795 - Dom/Animation - Initialize member fields in classes/ structures. r=bbirtles 2018-06-13 23:24:56 +03:00
Ehsan Akhgari
4fbe444307 Bug 1462432 - Part 2: Override the dummy channel's tracking status if the document is coming from a tracking resource; r=baku 2018-06-13 16:18:39 -04:00
Ehsan Akhgari
f4e3e1d715 Bug 1462432 - Part 1: Add an API to override the tracking status on an HTTP channel; r=mayhemer 2018-06-13 16:18:39 -04:00
Andi-Bogdan Postelnicu
d6e2c6a0f3 Bug 1453795 - Editor - Initialize member fields in classes/ structures. r=masayuki 2018-06-13 23:14:16 +03:00
Tom Schuster
9c5f1a1c75 Bug 1308735 - Use soft-fail mechansim for out-of-bounds typed array indexes. r=jorendorff
--HG--
extra : rebase_source : 57d54ef2746562fe68488b251fef5a392afd0d66
2018-05-16 22:12:10 +02:00
Tom Schuster
9aeac2c930 Bug 1329321 - Add a soft-fail mechanism for JS ObjectOpResult. r=jorendorff
--HG--
extra : rebase_source : 168a0a678d62879dce0075ecedb8fb0703ceb8c1
2018-05-16 22:11:25 +02:00
Tom Schuster
f7c7d0f881 Bug 1435813 - Enable Array.prototype.flat and Array.prototype.flatMap in release builds. r=till
--HG--
extra : rebase_source : adc7e839e4d241857a89df6c6669c241a14466da
2018-06-05 14:41:41 +02:00
Jorg K
5dd653796c Bug 1468379 - Remove unneeded code added for Thunderbird in bug 1458682 in test_webextension_theme.js. r=aswan
--HG--
extra : rebase_source : 5a1ca98e123034845d3ecd6c92e169b01739fb0f
2018-06-12 13:02:00 +03:00
Ben Hearsum
6657b48f34 bug 1458329: update funsize update generator deps. r=sfraser 2018-06-13 15:53:46 -04:00
Jan de Mooij
2b3ff5c90a Bug 1468219 - Rename JS_InitStandardClasses to JS::InitRealmStandardClasses, remove obj argument. r=anba
--HG--
extra : rebase_source : 5c092c37298e89096b85524e92d143ff2447f31f
2018-06-13 12:47:47 -07:00
Jan de Mooij
de211d96a6 Bug 1468137 - Remove JS_Get*Prototype APIs; use JS::GetRealm*Prototype instead. r=evilpie
--HG--
extra : rebase_source : 9d5e815b83b3a71ab3e74fc2c0e2feb1009f2af9
2018-06-13 12:47:40 -07:00
Noemi Erli
31fa4e1ccf Bug 1468200 - remove references to 'mulet' in manifest files. r=jmaher
--HG--
extra : rebase_source : d233138d248a4d3a826dc7666e13bd30ceafb496
2018-06-13 05:53:00 +03:00
Andi-Bogdan Postelnicu
b5f26d899f Bug 1453795 - Gecko Profiler - Initialize member fields in classes/ structures. r=mstange 2018-06-13 22:36:24 +03:00
Andrea Marchesini
df966c5c8c Bug 1468503 - Implement nsIEffectiveTLDService.hasRootDomain, r=smaug 2018-06-13 12:29:39 -07:00
Andi-Bogdan Postelnicu
6dd061dbed Bug 1453795 - Cycle Collector - Initialize member fields in classes/ structures. r=mccr8 2018-06-13 21:57:56 +03:00
Andrea Marchesini
78739a1b5e Bug 1468036 - Fix a warning in RuntimeService::ClampedHardwareConcurrency(), r=sylvestre 2018-06-13 11:33:31 -07:00
sotaro
967ea144d0 Bug 1465224 - Add Video rotation handling r=nical 2018-06-13 10:40:23 -07:00
Andrea Marchesini
d4762606f4 Bug 1466061 - unknown blob URLs, when opened as top-level domain, should show an error page - fixing tests, r=me 2018-06-13 10:03:55 -07:00
Andrea Marchesini
281d3ab8fa Bug 1466061 - unknown blob URLs, when opened as top-level domain, should show an error page , r=mayhemer 2018-06-13 09:25:59 -07:00
Nathan Froyd
d44aec000f Bug 1457606 - use an unambiguous name for GetLoadedModule's promise; r=Dexter
It might be better to address this in nsMainThreadPtrHolder, but it's
also really helpful to have nsMainThreadPtrHolder provide meaningful
names for the main thread runnables.  So we'll address this in
TelemetryImpl itself by providing a more-unique name.
2018-06-12 12:25:57 -04:00
Yura Zenevich
e51a45933f Bug 1466850 - reset children request when walker is being reset. r=pbro
MozReview-Commit-ID: 4jo2OKXN4Ko
2018-06-13 12:13:57 -04:00
Gabriel Luong
fafad3a0f8 Bug 1463843 - Save the initial commited value in the first update call after text property editor calls create. r=pbro
In TextPropertyEditor, we call create() follow by update(). In create() we are parsing the
CSS property to store as the last committed values and this is unnnecessary and expensive
since we also parse the CSS property afterwards in update().

This changes moves the storing of the committed value over to the initial update() call
after create().
2018-06-13 12:08:16 -04:00
Gabriel Luong
17c370cc6b Bug 1468357 - Remove duplicate reference to the StyleRuleActor in the Rule. r=pbro 2018-06-13 12:07:47 -04:00
Andrea Marchesini
9d62f45284 Bug 1467179 - MessagePort should implement DisconnectFromOwner() instead using innerID comparison, r=bkelly 2018-06-13 08:37:26 -07:00
Andrea Marchesini
c60afa7b18 Bug 1466314 - StreamBlobImpl should wrap the cloned stream with InputStreamLengthWrapper if needed, r=smaug 2018-06-13 08:37:26 -07:00
Andrea Marchesini
4f109464b2 Bug 1466314 - StreamBlobImpl CTOR must receive an already_AddRefed inputStream, r=smaug 2018-06-13 08:37:26 -07:00
Joel Maher
1ef32bf5c6 Bug 1405428 - skip-if = verify on xpcshell tests which do not pass test-verify. r=gbrown 2018-06-13 11:34:40 -04:00
sotaro
2cadce31c2 Bug 1364504 - Handle device resets of ANGLE on Windows r=nical 2018-06-13 08:01:06 -07:00
sotaro
94f896e042 Bug 1467055 - Do not reuse D3D11Textures when CompositorDevice or ContentDevice is updated r=nical 2018-06-13 06:45:52 -07:00
Ben Kelly
2294b0f525 Bug 1468340 P2 Don't unconditionally set LOAD_BYPASS_SERVICE_WORKER in HttpChannelParent for non-synthesized channels. r=valentin 2018-06-13 06:41:47 -07:00
Ben Kelly
cc22e8c6d7 Bug 1468340 P1 Send the parent channel's load flags to the child process in Redirect1Begin. r=valentin 2018-06-13 06:41:47 -07:00
Cristina Coroiu
db59530d97 Bug 1468202 - Removed references to old win8 in manifest files. r=jmaher 2018-06-12 06:17:00 +03:00
sotaro
91729d1752 Bug 1466915 - Add D3DDevice check in ImageBridgeChild::UpdateTextureFactoryIdentifier r=nical 2018-06-13 05:28:44 -07:00
Cosmin Sabou
40577076a6 Merge inbound to mozilla-central. a=merge 2018-06-13 12:22:15 +03:00
Andreea Pavel
3e0b344a6a Bug 1468203 - remove old references in manifests to windows 8 since we don't run tests on there anymore r=jmaher 2018-06-12 19:13:00 +03:00
Andreea Pavel
99c88126b6 Bug 1468199 - remove references to b2g in test manifests r=jmaher 2018-06-12 14:57:00 +03:00
Christoph Kerschbaumer
c26de76230 Bug 1467093 - Update the content type of the channel used within nsHTMLDocument::Open(). r=smaug 2018-06-07 14:01:25 +02:00
Gurzau Raul
c0b733a2a3 Backed out changeset da4e49603752 (bug 1468197) for mochitest ParseError failures on a CLOSED TREE 2018-06-13 06:59:12 +03:00
Robin Templeton
d875414c13 bug 1466893 - Part 2: Convert BigInt arguments to the Number constructor. r=jandem 2018-06-12 13:58:20 -04:00
Robin Templeton
01d8866628 bug 1466893 - Part 1: Implement ToNumeric operation. r=jandem
ToNumeric is a generalized version of ToNumber that converts its
argument to a numeric primitive value (either a Number or a BigInt).
2018-06-12 13:57:06 -04:00
Andreea Pavel
b4e4b15f2b Bug 1468197 - remove remaining references in manifests to windows xp r=jmaher 2018-06-12 12:34:00 +03:00
Ekanan Ketunuti
5f6848dd35 Bug 1465937 - Add aptical haptically and haptics to the en-US dictionary. r=Ehsan 2018-06-01 08:21:06 +07:00
Emilio Cobos Álvarez
0b05c1441c Bug 1468188: Mark the test as passing everywhere on a CLOSED TREE. r=me
MozReview-Commit-ID: LICdvJB1Utl
2018-06-12 18:13:30 -07:00
Emilio Cobos Álvarez
61320fe78b Bug 1467964: Crashtest. r=me
MozReview-Commit-ID: LgL5APThZiK
2018-06-12 16:55:22 -07:00
Emilio Cobos Álvarez
b5a8cf3e7c Revert three changesets (Bug 1451576) for causing bug 1467964 and since it's not generally sound. r=me
MozReview-Commit-ID: CZaLUNlGkX8
2018-06-12 16:52:52 -07:00
Emilio Cobos Álvarez
653d481098 Bug 1468188: Enable Shadow DOM pref in label-attributes.sub.html. r=jgraham
MozReview-Commit-ID: 8H55LEEn3Ed
2018-06-12 16:49:39 -07:00
Nathan Froyd
29d969922a Bug 1467205 - minify non-JS files on desktop builds; r=chmanchester
Shipping smaller installers is a win, and we already do this on
Fennec.  (The only files that get modified currently are .properties
files, which have their comment lines stripped.)  We don't minify JS
files at the moment due to needing to have a larger conversation around
debuggability of JS, and because the setup for minifying needs more love
for non-Android platforms.

Just doing this, however, wins about 400k of on-disk space and ~100k
installer size, so it seems like a reasonable first step.
2018-06-06 11:19:38 -04:00
Gurzau Raul
808759270d Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-06-13 00:54:34 +03:00
Gurzau Raul
68d3d12bad Merge inbound to mozilla-central. a=merge 2018-06-13 00:51:20 +03:00
Ben Kelly
2c60e5ec03 Bug 1468248 Propagate nsIHttpChannelInternal.integrityMetadata to the parent when the channel is opened. r=valentin 2018-06-12 09:53:54 -07:00