Граф коммитов

473361 Коммитов

Автор SHA1 Сообщение Дата
Jan de Mooij 065dcf35ec Bug 1267557 part 2 - Use different jitcode poison values. r=nbp 2016-04-28 13:38:12 +02:00
Jan de Mooij bb1f9f8372 Bug 1267557 part 1 - Also poison bytes allocated before the actual jitcode. r=nbp 2016-04-28 13:38:10 +02:00
Jan de Mooij 88d16d7efa Bug 1267557 part 0 - Move JS poison constants to jsutil.h. r=jonco 2016-04-28 13:38:05 +02:00
Jean-Yves Avenard b21b1c955b Bug 1266129 - Upgrade ffvpx to 3.0.2. . r=ajones
--HG--
extra : amend_source : b82278fcfd71b4d7b0e37bb7b10f735cc770a59c
2016-04-28 21:31:18 +10:00
Adam Roach [:abr] e67b36376c Bug 1266571 - Add telemetry to measure incidence of non-TLS use of HTTP AUTH. r=mayhemer 2016-04-30 17:58:34 -05:00
Hannes Verschore cbf2a01e87 Bug 1266095: IonMonkey - Add possibility to disable recover instructions, r=nbp 2016-04-28 12:59:22 +02:00
Nicholas Nethercote 7cc5e1d84e Bug 1268772 (part 5) - Use MOZ_MUST_USE in other parts of xpcom/ds/. r=erahm.
As well as adding MOZ_MUST_USE to a number of functions, this patch:

- Changes the return type of nsObserverList::GetObserverList() from |nsresult|
  to |void|, because it always returned NS_OK and none of the callers checked
  the result.

- Removes an unnecessary |new| check in nsSupportsArray::Enumerate().

--HG--
extra : rebase_source : 3a93124ef2a7db3929119194ceacbc56bc80d2c6
2016-04-28 17:11:17 +10:00
Nicholas Nethercote 2ae68d12e9 Bug 1268772 (part 4) - Use MOZ_MUST_USE with NS_NewISupportsArray(). r=erahm.
A few callers of NS_NewISupportsArray() didn't use the return value to detect
failure, but instead checked if the |array| argument was null after the call.
This is inconsistent with the majority of the calls to NS_NewISupportsArray().
This patch changes them to be checked in the normal way.

--HG--
extra : rebase_source : bf91836d7c3b159833c303a3716f4d9366f8b76a
2016-05-02 09:06:47 +10:00
Nicholas Nethercote e049e2be4f Bug 1268772 (part 3) - Remove NS_NewWindowsRegKey()'s return value. r=erahm.
It's always NS_OK. The patch also removes an unnecessary failure check as a
result.

--HG--
extra : rebase_source : 3a0c30f9ca0e838682204ed1a8d46d6ab35e20b8
2016-05-02 09:06:45 +10:00
Nicholas Nethercote 27327f8bea Bug 1268772 (part 2) - Make infallible nsVariant methods return |void| instead of |nsresult|. r=erahm.
This makes things clearer and removes some unnecessary nsresult checks.

The patch also:
- removes some unnecessary |new| and moz_xmalloc() checks;
- adds MOZ_MUST_USE to some fallible nsVariant methods.

--HG--
extra : rebase_source : fd0bd0c55c22ebf194246ec9997fe971cf282e69
2016-04-29 13:47:44 +10:00
Nicholas Nethercote a2776c6af7 Bug 1268772 (part 1) - Remove nsCheapSet::Put()'s return value. r=erahm.
It's always NS_OK and none of the call sites look at it.

--HG--
extra : rebase_source : c70ca0c98ef27065ddfacc0a1e84dcfef2ff500a
2016-04-28 15:59:58 +10:00
Bob Silverberg ab497c57dd Bug 1267517 - Allow for sharing of Places test utils that are currently in head_common.js. r=mak
MozReview-Commit-ID: E3Kb0m3vJDT

--HG--
extra : transplant_source : %94%96A%91f%C1%F1%05%C4i6%F9%24%92%EA%7B%B1%00%3Bp
2016-04-27 13:11:04 -04:00
Kaku Kuo 89962fd730 Bug 1266027 part 2 - make MDSM and SeekTask to adopt new MediaDecoderReaderWrapper API; r=jwwang
MozReview-Commit-ID: LqZ59A8vju1

--HG--
extra : transplant_source : %CD%E9%154%C4%81%F6%F3bt%FC%D6%BA%9FF7%A5%C1%A1%BE
2016-04-27 14:50:39 +08:00
Kaku Kuo f78f42e9df Bug 1266027 part 1 - make the MediaDecoderReaderWrapper as a proxy of requesting media data; r=jwwang
MozReview-Commit-ID: CgTBPmtbNfh

--HG--
extra : transplant_source : %16%86%F676/S%C8%5Dj%86%9C%09%0E%D9%16L%DB%92y
2016-04-27 14:50:23 +08:00
Benoit Girard c089c3f45c Bug 1264530 - Make sure mPluginWindow is initialized. r=njn 2016-04-29 08:51:00 +02:00
David Walsh 2c4851f151 Bug 1244265 - Show file picker when save button clicked within the JSONView component. r=Honza
MozReview-Commit-ID: 70q35AbSBgO

--HG--
extra : amend_source : a749a55a82bb220016ca682f594e65b0d372566f
extra : transplant_source : 6%D2%200%82%2CtN%F6%9E4%7B%91%16%0A%DFa%21%FEs
2016-04-26 11:26:22 -05:00
Jarda Snajdr f387cfc0da Bug 1259743 - Part 3: Remove the mustNotifyServiceWorkerRegistrationChanged check as it's dead code. r=janx 2016-04-28 03:55:00 -04:00
Jarda Snajdr 266d684430 Bug 1259743 - Part 2: Make devtools/server/actors/webbrowser.js eslint-clean. r=ochameau 2016-04-28 03:54:00 -04:00
Jarda Snajdr 12ed4a19f0 Bug 1259743 - Part 1: Inline sources in iframe stop being displayed after few reloads. r=ochameau 2016-04-28 03:53:00 -04:00
Gabriel Luong 115ecc4d9a Bug 1267750 - [ESLint] Fix ESLint issues in devtools/server/actors/inspector.js r=pbro 2016-04-28 11:56:19 -04:00
Carsten "Tomcat" Book efeedc62cb Merge mozilla-central to fx-team 2016-04-28 16:34:59 +02:00
Dão Gottwald 336de65e51 Bug 1265173 - Increase toolbarHighlight opacity again to a more reasonable level. r=mdeboer 2016-04-28 12:54:51 +02:00
Sebastian Kaspari 039ef92858 Bug 1263390 - Post: Add new unused resources to UnusedResourcesUtil. r=ahunt
This is a temporary fix. The new plugin is able to find more unused resources.
However we are not ready to remove all of them yet. Some of them will be in
use again soon.
This patch will add those files to UnusedResourcesUtil in order to suppress
the lint error.

MozReview-Commit-ID: 7X9Dee6hWDg

--HG--
extra : rebase_source : b4914b322abeba85238d0fe7b4917c7ef4757925
2016-04-28 10:24:57 +02:00
Terrence Cole 8e2294b2b6 Bug 1267699 - Move some public types to the right namespace; r=sfink
--HG--
extra : rebase_source : f79f7d86aab708b86a65e6f2426baeb8488f47e5
2016-04-26 09:18:48 -07:00
Lee Salzman 457fd6ea27 Bug 1264866 - check for valid X11 display in nsWindow::GetNativeData(NS_NATIVE_DISPLAY). r=karlt 2016-04-29 13:12:38 -04:00
Lee Salzman e9e90a41f5 Bug 1263678 - don't block OpenGL layers when lacking EXT_texture_from_pixmap. r=karlt 2016-04-29 13:08:11 -04:00
Robert Strong 56aacedea2 Bug 1268340 - Change app.update.promptWaitTime preference to 8 days on the release (includes beta) and aurora channels. r=felipc 2016-04-29 10:01:40 -07:00
Robert Strong 2fccc8265f Bug 1268343 - Remove toast notifications from application update. r=mhowell 2016-04-29 10:01:31 -07:00
Robert Strong 394759c32c Bug 1267891 - browser changes - Remove license capability from application update. r=felipc 2016-04-29 10:01:25 -07:00
Robert Strong 04de3f2414 Bug 1267891 - toolkit changes - Remove license capability from application update. r=mhowell 2016-04-29 10:01:21 -07:00
Robert Strong db1d6b71a1 Bug 1267891 - test changes - Remove license capability from application update. r=mhowell
--HG--
rename : toolkit/mozapps/update/tests/chrome/test_0053_check_billboard_license_noAttr.xul => toolkit/mozapps/update/tests/chrome/test_0053_check_billboard_noAttr.xul
rename : toolkit/mozapps/update/tests/chrome/test_0054_check_billboard_license_404.xul => toolkit/mozapps/update/tests/chrome/test_0054_check_billboard_404.xul
2016-04-29 10:01:16 -07:00
Robert Strong 0f000fd4f0 Bug 1262880 - browser preferences changes - Remove add-on compatibility check from application update. r=felipc 2016-04-29 10:01:04 -07:00
Robert Strong c363c3daa3 Bug 1262880 - browser changes - Remove add-on compatibility check from application update. r=felipc 2016-04-29 10:01:00 -07:00
Robert Strong 72cc731712 Bug 1262880 - toolkit changes - Remove add-on compatibility check from application update. r=mhowell 2016-04-29 10:00:55 -07:00
Robert Strong 7d684f6fc8 Bug 1262880 - test changes - Remove add-on compatibility check from application update. r=mhowell 2016-04-29 10:00:51 -07:00
Kai Engert 4673d27617 Bug 1258375, NSS_3_24_RC0, r=nss-confcall 2016-04-29 18:02:50 +02:00
Kartikaya Gupta 94f1ccfd16 Bug 1268517 - Remove unused function. r=botond
MozReview-Commit-ID: 7E9gZhizUZt
2016-04-29 12:01:03 -04:00
Kartikaya Gupta c1fd24b30b Bug 1268523 - Avoid leaking tasks when they are posted to a destroyed APZC instance. r=botond
MozReview-Commit-ID: 9hAkzCVg7el

--HG--
extra : rebase_source : 8f9a71ec1354fe57c1401655b81bcb178eb6d1c2
2016-04-28 11:29:35 -04:00
James Willcox 502a4ed174 Bug 1264154 - Fix Fennec debugging on Mac r=ted 2016-04-29 10:56:20 -05:00
Botond Ballo b198a432f2 Bug 1268009 - If APZ is force-disabled, disable paint skipping even for apz-originated scrolls. r=kats
MozReview-Commit-ID: 2HgM5XiTcgA

--HG--
extra : rebase_source : 86ced7735a7db45a74209efc6a1d8a2e0c5d77ab
2016-04-27 16:55:34 -04:00
Mason Chang 69a6b685dd Bug 1267180. Don't draw emojis as paths when they are too big. r=lsalzman 2016-04-29 10:23:49 -04:00
Paul Adenot 6e48370b67 Bug 1268861 - Insert the input data first and then run the graph iteration. r=jesup
This allows the graph to immediately process the input data instead of waiting
an iteration.

MozReview-Commit-ID: EGPUlPdKB6K
2016-04-29 15:16:46 +02:00
Vivien Nicolas 766c525d44 Bug 1268428 - Use the raw mic data if all the constraints to disable processing have been passed to gUM. r=jesup
MozReview-Commit-ID: LWvjPsEiHhk

--HG--
extra : rebase_source : c9dcaf99b04ab0cba9e28f33c1aee6f5edf3fcb1
2016-04-29 14:08:47 +02:00
Victor Ng 10fc8c5194 Bug 1259598 - "Add new information fields to geolocation stumbles". r=michelangelo sr=hschlichting 2016-04-26 13:58:00 +02:00
Jared Wein efe3864d03 Bug 1095739 - Allow a "new user" experience to happen subsequent to Firefox being uninstalled. r=gijs r=jimm
MozReview-Commit-ID: BlynhSXhRT9

--HG--
extra : rebase_source : 1d3bd7c038692fea22a739319b8de4c6abd81816
2016-04-27 11:37:00 +02:00
Hannes Verschore e1af85c878 Bug 1266649: TraceLogger - Handle failing to add to pointermap gracefully, r=bbouvier 2016-04-25 06:51:00 +02:00
Gabor Krizsanits fff2e4ac50 Bug 1262661 - clear the MessageQueue after send. r=mconley 2016-04-28 12:52:44 +02:00
Paul Adenot 3b6d6ce4d6 Bug 1267930 - When the wasapi rendering loop is stuck and we're shuttin down, leak the thread and continue the shutdown process. r=kinetik
It's probably better to not TerminateThread here, because we don't really know
what happened down the stack of the rendering loop, so we just leak it. This
happens during shutdown so it's not really an issue, it's going to be cleaned
up by the OS anyways.

MozReview-Commit-ID: 4o3Krj7L7m2
2016-04-28 12:02:14 +02:00
Andi-Bogdan Postelnicu fdbd0a8be3 Bug 1268387 - avoid memory leak of ToNewCString(key). r=valentin
MozReview-Commit-ID: L6V7HpKE8KT

--HG--
extra : rebase_source : 5a92649dcee2afe427d64f001cb6898ec9cee4ed
2016-04-28 12:35:58 +03:00
Ms2ger e54df95e1a Bug 1268290 followup: remove stray semicolon on a CLOSED TREE. 2016-04-28 11:37:01 +02:00