Commit Graph

474937 Commits

Author SHA1 Message Date
Botond Ballo
dff4442cf8 Bug 1270902 - Ensure scroll handoff parents are specified in the layer trees used by APZ gtests. r=kats
MozReview-Commit-ID: BxFheQ058y8

--HG--
extra : rebase_source : 6d686831ee1a09aabaf1e4f66d8976849900d198
extra : source : 85b2ecd2a2ece0bdcb2243595707f85fb18b34f7
extra : histedit_source : 8e77e1a4a4142bf5e94713326efae728cb4b836f
2016-05-11 19:59:05 -04:00
Botond Ballo
87090ec8ab Bug 1267438 - Minor cleanup to AsyncCompositionManager. r=kats
MozReview-Commit-ID: 8DlQzhsjUOO

--HG--
extra : rebase_source : a33438beab9e3c8a30d3cfe0f1818962c8de641e
extra : source : 18098473f63e1be323be489ef9d833f8b36ac1fd
extra : histedit_source : 533bba53774e970a01ecdd8a0162e8804350a986
2016-05-11 19:39:37 -04:00
Nick Fitzgerald
1fffb8d53b Bug 1271507 - Ensure the SourceCompressionTask becomes inactive on OOM; r=jimb 2016-05-13 14:35:03 -07:00
Timothy Nikkel
316a0874c5 Bug 1271002. Notify right away after getting the first frame of an animated image. r=seth
The decoding loop in Decoder::Decode only pauses to report progress when it runs out of bytes to decode. So for long animated images where the network is keeping up with decoding it will be a relatively long time until we deliver the first frame complete notification and corresponding invalidation. In most cases this shouldn't be too expensive as it is just dispatching a runnable to the main thread from the decoding thread.
2016-05-13 16:19:55 -05:00
Andrea Marchesini
6f820b5dd7 Bug 1272298 - nsFormSubmission should support "\0" input string, r=smaug 2016-05-13 22:48:03 +02:00
Jonathan Watt
0465f58516 Bug 1271867 - Update our usage of NSWindow::convertBaseToScreen/convertScreenToBase to modern ApplicationKit API. r=mstange 2016-05-05 12:27:13 +01:00
Brad Lassey
1291088205 bug 1269998 - Prompt users with pending crash reports to submit them r=mconley ui-r=shorlander 2016-05-10 23:50:55 -07:00
Randall Barker
1d4d05833d Bug 1267928 - Part 2, Prevent AsyncPanZoomController::ZoomToRect from processing empty rect r=botond 2016-05-13 13:26:08 -07:00
Randall Barker
d278d619b6 Bug 1267928 - Part 1, Do not auto zoom on focused content that has an empty bounds r=botond 2016-05-13 13:25:51 -07:00
Ben Kelly
8ddb26fdbe Bug 1272748 Expose --enable-sm-promise config setting in mozinfo.json. r=mshal 2016-05-13 13:00:16 -07:00
Gregory Szorc
f03abf7727 Bug 1272541 - Bump mozsystemmonitor to version 0.2; r=ahal
So we can release the new as_dict() goodies.

MozReview-Commit-ID: JNQ3jA2U450

--HG--
extra : rebase_source : 6f17ed7395033d75e28f1ed4db468b2865da739a
2016-05-12 18:48:32 -07:00
Gregory Szorc
3dd91a28c7 Bug 1272541 - Expose more data from SystemResourceMonitor.as_dict; r=ahal
We add some system information including processor count
and memory sizes. We also add an "overall" section describing
total resource usage. This (surprisingly) wasn't defined.

This commit is the first in a series to reconcile the differences
between the JSON format in mozsystemmonitor and what
`mach build` writes so we can write a single tool to visualize
the data.

MozReview-Commit-ID: 9mdbKxeV9Ta

--HG--
extra : rebase_source : 3aadf5e83c91ba9553595f3da77ed7ca0e4d5541
2016-05-12 18:03:16 -07:00
David Keeler
cbc656ba88 bug 1271350 - work around PK11_CreatePBEV2AlgorithmID generating a random salt when it shouldn't r=ttaubert
MozReview-Commit-ID: KHjiwPg2SBb

--HG--
extra : rebase_source : b712a557064a6b278f085bac2cbd9bbbc4591c42
2016-05-12 11:12:57 -07:00
Kartikaya Gupta
76e30f2d64 Bug 1272429 - When hit-testing layers nested inside scrollable content inside fixed-pos items, make sure to hit the scrollable layers. r=botond
MozReview-Commit-ID: BwdvYtloW8V
2016-05-13 15:05:51 -04:00
Dylan Roeh
609b4c21e0 Bug 1271103 - Remove possible race condition in GLController.java. r=snorp 2016-05-13 13:43:06 -05:00
Randall Barker
d47ba86c2b Bug 1272732 - Specifying --disable-android-apz breaks Fennec build. r=kats 2016-05-13 11:37:40 -07:00
Steve Fink
6b192153df Bug 1272720 - Pass the correct flag to grep for fixed string search, r=garndt
--HG--
extra : rebase_source : 0dd7a446e46e163fbb10f823d4861a768b833544
2016-05-11 15:23:57 -07:00
Steve Fink
87ce9cb156 Bug 1272720 - Fix format of hazard metadata, r=garndt
--HG--
extra : rebase_source : 3187d742fcbb9f928e0aeb33da06250b28b31864
2016-05-11 15:18:39 -07:00
Steve Fink
7b4060b171 Bug 1272720 - Remove redundant SM-generational variant, r=me
--HG--
extra : rebase_source : 6df65d0a64526bc85a7ac5adcb43e5319e18cf28
2016-05-11 14:53:21 -07:00
Olli Pettay
43edbfcf37 Bug 1271460, don't leak editor created element objects, r=ehsan
--HG--
extra : rebase_source : a1294b6e57df3a5a85e35e808320bef9e1b0747e
2016-05-13 20:10:22 +03:00
Terrence Cole
7d0d6daa29 Bug 956899 - Use js::Thread for js::ExclusiveData tests; r=fitzgen 2016-05-11 18:02:55 -07:00
Terrence Cole
069ed68aab Bug 956899 - Support fallible thread creation; r=froydnj 2016-05-11 18:02:38 -07:00
George Wright
58b129c757 Bug 1264764 - Move PTexture under PCompositorBridge r=nical,dvander 2016-05-13 12:52:19 -04:00
Daniel Holbert
f005b25595 Bug 1259345: Let layout.css.prefixes.webkit ride the trains (and be default-enabled even in release builds). r=cjku
MozReview-Commit-ID: KNe9DdICX0Y
2016-05-13 09:45:19 -07:00
Daniel Holbert
f46053e6d5 Bug 1264905: Let layout.css.background-clip-text.enabled ride the trains (and be default-enabled even in release builds). r=cjku
MozReview-Commit-ID: 4wGrPop8LcK
2016-05-13 09:45:04 -07:00
Jan-Ivar Bruaroey
0645564b21 Bug 1257950 - getUserMedia switched from SecurityError to NotAllowedError. r=jesup
MozReview-Commit-ID: Di8fDDFkpwX

--HG--
extra : rebase_source : d6f69321bc1a469ad29ec541aaf25ca2a62661cf
2016-05-08 22:29:46 -04:00
Felipe Gomes
918237b0ca Bug 1227230 - Remove all of the e10s prompting code. r=jimm
This removes all of the e10s-related prompting code, including:
- doorhanger offering to opt-in into e10s
- pref and telemetry probe used to measure the number of users who remained opted-in
- dialog that shows up when unchecking the e10s checkbox saying that a tab will open, requesting feedback
- tab opening requesting feedback
- all related strings

The checkbox in the preferences window remains (nightly/aurora only), as well as the message saying that e10s requires a restart.

The e10s accessibility doorhanger remains. and chrome://browser/skin/e10s-64@2x.png remains too because it's also used in the a11y doorhanger.

MozReview-Commit-ID: aOdvnbeHOa

--HG--
extra : rebase_source : e89cc42dddcb376bece435138611b364d3477fa8
2016-05-12 20:31:52 -03:00
Terrence Cole
f452b33559 Bug 1257387 - Annotate OOM allocation sizes where possible; r=jonco
--HG--
extra : rebase_source : 91d74e18238554d71452498bd25860e78993c7a0
2016-04-22 11:55:34 -07:00
Andrea Marchesini
e5ac72be11 Bug 1258490 - patch 3 - Fix Android error failures for root paths, r=me 2016-05-13 17:20:26 +02:00
JW Wang
0218fe027e Bug 1272225. Part 3 - remove use of FlushableTaskQueue. r=jya.
MozReview-Commit-ID: LLCk0sL8dgO
2016-05-12 16:02:56 +08:00
JW Wang
3d9ceb5551 Bug 1272225. Part 2 - remove use of FlushableTaskQueue::Flush(). r=jya.
MozReview-Commit-ID: 6D9tfRhEbSk
2016-05-12 16:02:50 +08:00
JW Wang
1215d8cd32 Bug 1272225. Part 1 - add assertions to make thread constraints clear. r=jya.
MozReview-Commit-ID: I3YCiHtsLWv
2016-05-12 15:14:53 +08:00
Mike Shal
dbfbbfe42c Bug 1272483 - Remove MOZ_UPDATE_PACKAGING and --enable-update-packaging; r=chmanchester
MozReview-Commit-ID: A3SDJCc5eHH

--HG--
extra : rebase_source : af8d081c349b27ac0e2567b0f5863fbbeb7f98ce
2016-05-12 12:15:58 -04:00
Jeff Muizelaar
8c44a11e88 Bug 1272358. Add support for SSSE3 flags to configure. r=glandium
Adds a SSSE3_FLAGS variable that we can use for building source that
requires SSSE3
2016-05-13 10:15:42 -04:00
Eddy Bruel
9ee056940b Bug 1271653 - Fix SPIDERMONKEY_PROMISE errors in Debugger.cpp;r=till 2016-05-13 16:07:48 +02:00
Geoff Brown
726e6a16f2 Bug 1271836 - Use new Android 4.3 emulator AVD with backup manager disabled; r=jmaher 2016-05-13 08:07:03 -06:00
Jan-Ivar Bruaroey
93cbd13c88 Bug 802326 - remove "No Video" and "No Audio" choices in cam+mic permission prompt on android. r=sebastian
MozReview-Commit-ID: DyYcKkbpBVl

--HG--
extra : rebase_source : f5fee0f6b283ddcceb7e79b352c7afabd6af6f32
2016-05-05 22:41:26 -04:00
Jan-Ivar Bruaroey
7ee4ecc032 Bug 802326 - update tests to work wo/"No Video" and "No Audio" in cam+mic permission prompt. r=florian
MozReview-Commit-ID: FwjmJfOLNct

--HG--
extra : rebase_source : 5a4420a6f55ac5621dbe60ba350144ee9c4c72ce
2016-05-06 10:02:56 -04:00
Jan-Ivar Bruaroey
a29f219fea Bug 802326 - remove "No Video" and "No Audio" choices in cam+mic permission prompt on desktop. r=florian
MozReview-Commit-ID: Bhunec6MuEo

--HG--
extra : rebase_source : cca0c5ac9d15d3e9981e7988ee4343ab0a0ab0f6
2016-05-05 22:28:02 -04:00
Jan-Ivar Bruaroey
5f0b39e57e Bug 802326 - make getUserMedia fail audio+video request unless user shares both. r=jesup
MozReview-Commit-ID: GG9ZkEe5Eao

--HG--
extra : rebase_source : a0e21953c882faebbc8a2953fffd03a951c2abbd
2016-05-05 21:54:04 -04:00
Jan-Ivar Bruaroey
6cd0bf07c3 Bug 802326 - make getUserMedia fail audio+video request unless user has both. r=jesup
MozReview-Commit-ID: 8o7p3B6fD5r

--HG--
extra : rebase_source : efe99cfeb7c99c53d3840292a61acc484414d116
2016-05-05 17:11:53 -04:00
Jan-Ivar Bruaroey
c0d9a22841 Bug 802326 - test that getUserMedia fails w/required video constraint, regardless of audio. r=jesup
MozReview-Commit-ID: DtvgDGIiZaN

--HG--
extra : rebase_source : fc72d29cb823d3c2af0e7ffb991935ad65154cec
2016-05-05 16:11:08 -04:00
Jan-Ivar Bruaroey
f8910bc751 Bug 802326 - make getUserMedia fail if required video constraints aren't met, regardless of audio. r=jesup
MozReview-Commit-ID: BVT7vyNbatH

--HG--
extra : rebase_source : 81c90431da89f6e78bbb7db9e3120e34ab197323
2016-05-05 15:46:04 -04:00
Carsten "Tomcat" Book
a0cec16a10 Merge mozilla-central to mozilla-inbound 2016-05-13 14:52:05 +02:00
Gijs Kruitbosch
34bef13953 bug 449358 - Disable test_videocontrols_jsdisabled.html on android, rs=me, a=Tomcat
MozReview-Commit-ID: 2P31nyL2eGQ

--HG--
extra : amend_source : 79c50b2f8de7f54418752ae21f8a273c1f2adf6d
2016-05-13 13:46:19 +01:00
Andrea Marchesini
598d0d9c4d Bug 1258490 - patch 2 - Directory::WebkitBlinkDirectoryPickerEnabled must be able to retrieve the WorkerPrivate also without having a JSContext, r=me 2016-05-13 14:38:00 +02:00
Carsten "Tomcat" Book
07ece0dad9 Backed out changeset 6bf8922cd1b7 (bug 1261052) for windows pgo bustage 2016-05-13 14:26:12 +02:00
Carsten "Tomcat" Book
9201048b08 Backed out changeset e6614cb53f0a (bug 1208373) for mda testfailures in test_peerConnection_setLocalOfferInHaveRemoteOffer.html
--HG--
extra : amend_source : c1699ce07f9ec8ddd2c65ed3b0e51adc3f207a83
2016-05-13 13:51:54 +02:00
Carsten "Tomcat" Book
c8b8c1f17c Backed out changeset b09fd2894b02 (bug 1208373) 2016-05-13 13:51:51 +02:00
Carsten "Tomcat" Book
706a10fa58 Backed out changeset e24de2c6fdb6 (bug 1208373) 2016-05-13 13:51:48 +02:00