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

473299 Коммитов

Автор SHA1 Сообщение Дата
vinayak 6c4f729942 Bug 1265695 - added a pref to disable smart phone-number selection on long-press by default. r=TYLin
MozReview-Commit-ID: 4eriEzvSYze

--HG--
extra : rebase_source : 2cc527cb6f7996e3666fb68b4bb33065ae08ad75
2016-04-30 16:59:30 +05:30
Andrew McCreight 56f812a0d5 Bug 1268938 - Use the name of the original message in Send for reply telemetry. r=billm
aReply usually won't have a name properly set, but aMsg does. To avoid
accessing aMsg after it dies, copy the pointer to the name.
2016-05-02 20:37:40 -07:00
JW Wang 6197796b59 Bug 1268822 - rename mozilla::gmp::Runnable/SyncRunnable in order not to confuse NS_LOG_ADDREF/NS_LOG_RELEASE. r=rjesup. 2016-05-03 10:37:24 +08:00
Wes Kocher f1c56548d5 Backed out 2 changesets (bug 1268725) for build bustage
Backed out changeset 1eb0e0154d5c (bug 1268725)
Backed out changeset d3ada16ac63d (bug 1268725)

MozReview-Commit-ID: IXVmFSZYGzc
2016-05-02 18:30:04 -07:00
Xidorn Quan a5181b3238 Bug 1097499 followup - Fix metadata of tests submitted to w3c. DONTBUILD
MozReview-Commit-ID: DyUFx8i499B

--HG--
extra : source : 8c937354212f892ebac2350f65d2c0d8c83a534b
extra : amend_source : 44a298d1cd5f97617de5a4e7fcdd652af6b36d2d
2016-05-03 11:16:56 +10:00
Thomas Klausner 001b559468 Bug 1268879 - "complex" header missing from config/system-headers
MozReview-Commit-ID: 61GpVkY5JZS

--HG--
extra : rebase_source : 7d9b6d7e622b209f77ad837f09af4420c41c6afd
2016-05-02 17:27:34 -07:00
Dan Gohman c9fd413eaf Bug 1268725 - BaldrMonkey: Convert default arguments into explicit arguments. r=luke 2016-05-02 17:26:33 -07:00
Dan Gohman 5eb9c14aca Bug 1268725 - BaldrMonkey: Refactor away the internal storage from ExprIter. r=luke 2016-05-02 17:26:30 -07:00
Hector Zhao a2dad95037 Bug 1268752 - Bug fix in locating eslint with npm. r=gps
MozReview-Commit-ID: 2020nKjC5kL

--HG--
extra : rebase_source : db5a653a6da48e066de407c9b994f6a71326b4c5
2016-04-29 10:50:40 +08:00
Ralph Giles 0aa89fc17e Bug 1269475 - Fix uninitialized variable warning. r=jdm
Initialize rv at declaration to handle the !hrefURI case.

MozReview-Commit-ID: 65tEvO4hNEA
2016-05-02 16:47:36 -07:00
Luke Wagner 3e12a2d62c Bug 1268863 - Follow-up to appease rooting hazard analysis (rs=sfink)
MozReview-Commit-ID: 8GBEgy3wMMq
2016-05-02 18:12:00 -05:00
Luke Wagner 628e81151f Bug 1268863 - Report ScriptSources that are only reachable via AsmJSModule (r=njn)
MozReview-Commit-ID: ByGKq7bUi0l

--HG--
extra : rebase_source : c44aed77e4f984a8c26aaec5cceef946d4bef108
2016-04-29 12:46:07 -05:00
Jonathan Watt d26da564b6 Bug 1269491 - Fix LoginManagerContent.jsm to get codebase principals from the nsIScriptSecurityManager. r=MattN
MozReview-Commit-ID: HVXS7tfr8fv
2016-05-02 23:14:25 +01:00
Markus Stange ba28165566 Bug 1227327 - Add tests. r=mattwoodrow
MozReview-Commit-ID: 6BIJJiCUedo

--HG--
extra : rebase_source : 86a311c3c6b66a57246d5c4ac89455255ba399c3
2016-04-28 14:41:25 -04:00
Markus Stange 64035d7f81 Bug 1227327 - Use regular background drawing for XUL groupbox frames. r=mattwoodrow
MozReview-Commit-ID: 7S1gdZJgBCS

--HG--
extra : rebase_source : 99d4be46d60582b3c6d55b720f2fcca08458a06a
2016-04-27 17:45:21 -04:00
Markus Stange 1a6baf6d28 Bug 1227327 - Make fieldset frames build nsDisplayBackgroundImage items. r=mattwoodrow
Fieldsets break up their border so we need to disable the willPaintBorder optimization for them.

MozReview-Commit-ID: 2zmlxVRLIqe
***

--HG--
extra : rebase_source : 8093b69502ad849a4b8bb6d254967a6051f1909d
2016-04-28 14:09:06 -04:00
Markus Stange 50c5f916d0 Bug 1227327 - Use regular background image display items for painting button backgrounds. r=mattwoodrow
This has multiple benefits:
 - It makes DLBI detection of background-position changes work for buttons.
 - It makes background-attachment: fixed work for button backgrounds.
 - It allows the willPaintBorder optimization to be used for button background
   drawing, which reduces the background clip to not overlap with opaque borders.

The willPaintBorder optimization requires a change to the reftest 611574-2.html.
This reftest compares backgrounds to inset box shadows. Box shadows those don't
have a willPaintBorder optimization, so we'd get different results due to the
borders - inset box shadows will bleed through the rounded corner anti-aliasing
of the border, backgrounds won't any more. So we just turn off button borders
and cover the outer edges of the borders with an outline in that reftest.

MozReview-Commit-ID: Lvx2p5szjw7
***
Cover the antialiasing in 611574-2.html with a black outline.

MozReview-Commit-ID: IHC3B7Eq72j

--HG--
extra : rebase_source : e2c625e25ebce052948dc39de6f9af91d4987315
2016-04-29 13:16:23 -04:00
Markus Stange 2fc65c65af Bug 1227327 - Allow specifying a background rect for background dislay items. r=mattwoodrow
MozReview-Commit-ID: 5X6FJYRCnWt

--HG--
extra : rebase_source : 334ea74abc71041246fcf9cbf25ff642c9e92b67
2016-04-27 17:39:25 -04:00
Markus Stange 6ae2cdbdd0 Bug 1227327 - Invalidate table parts and MathML frames when background-position changes on them. r=dbaron
Theoretically we should do the same for nsTreeBodyFrame, but that frame type is
harder to detect and I'm not sure it's worth adding code to support updating
background-position on XUL trees.

MozReview-Commit-ID: 8HPT53MX6bO

--HG--
extra : rebase_source : 1e84e83616832debe8f6da394630a5a2e014e7df
2016-04-28 13:01:22 -04:00
Jonathan Watt 96a190dc59 Bug 1162772, part 6 - Add Web Platform Tests for Secure Contexts. r=bz
MozReview-Commit-ID: JU2bzytnkkI
2016-04-29 23:02:12 +01:00
Jonathan Watt c0f13251a1 Bug 1162772, part 5 - Expose Window.isSecureContext to content. r=bz
MozReview-Commit-ID: 8IL8txZSZUO
2016-04-28 11:13:09 +01:00
Jonathan Watt d4b6729909 Bug 1162772, part 4 - Implement nsGlobalWindow::IsSecureContext. r=bz
MozReview-Commit-ID: KB4rzoNlf1q
2016-04-28 11:13:09 +01:00
Ryan VanderMeulen 0e12039208 Bug 1257902 - Update Hunspell to version 1.4.0. r=ehsan
--HG--
extra : rebase_source : 44913bce7bd6e869cee9b2357af46142997feee4
2016-05-02 16:58:03 -04:00
Gregory Szorc cd0ac88627 NO BUG - Bump version of mach to 0.6
DONTBUILD (NPOTB)
2016-05-02 13:36:33 -07:00
Kartikaya Gupta f30087628f Bug 1269068 - Zero out the axis velocity once the wheel scroll animation is terminating. r=botond
MozReview-Commit-ID: 50WX2ATswhv

--HG--
extra : rebase_source : 65349a0d6b20a529b1e68d604a6242393e12695a
2016-05-02 15:26:35 -04:00
Alexander Surkov fff94f82b2 Bug 1268677 - embedded object index might be not update, r=yzen 2016-05-02 15:55:35 -04:00
Kartikaya Gupta bf75215060 Bug 1266833 - When the scroll position is clamped during a frame reconstruction, send a scroll offset update to APZ. r=tnikkel
MozReview-Commit-ID: 2UBM4AWWIVI
2016-05-02 15:44:29 -04:00
Sebastian Hengst 2e205e8993 Backed out changeset 3b77d0263a15 (bug 1268725) for build bustage. r=backout on a CLOSED TREE 2016-05-02 21:26:11 +02:00
Sebastian Hengst da17eb195b Backed out changeset d33dcbacb46d (bug 1268725) 2016-05-02 21:26:04 +02:00
Ehsan Akhgari 6826f6d89b Bug 1255121 - Fix test_bug260264.html to run in e10s mode; r=mrbkap 2016-05-02 15:10:41 -04:00
Boris Zbarsky 634c2d0574 Bug 1268953. The load events we fire on iframe/frame/object (in the document case) should not be cancelable. r=smaug 2016-05-02 15:09:36 -04:00
Sebastian Hengst 996dbed68b Bug 1269219 - Replace remnant |gAppUpdater.doUpdate()| with |gAppUpdater.startDownload()| to fix updating from 'About Firefox' dialog. r=rstrong
MozReview-Commit-ID: GHpZi3cZJcf
2016-05-02 15:53:57 +02:00
Dan Gohman af49ce2f52 Bug 1268725 - BaldrMonkey: Convert default arguments into explicit arguments. r=luke 2016-05-02 11:52:27 -07:00
Dan Gohman 5c9eaa0ed2 Bug 1268725 - BaldrMonkey: Refactor away the internal storage from ExprIter. r=luke 2016-05-02 11:52:17 -07:00
Kit Cambridge 9265c4b746 Back out 3 changesets (bug 1263799) for bustage.
Backed out changeset d379317d86df (bug 1263799)
Backed out changeset 067e84f524d1 (bug 1263799)
Backed out changeset 8f31424a9d07 (bug 1263799)

MozReview-Commit-ID: KJ9b8tC5k4n

--HG--
extra : rebase_source : 125da6dbfe299e6f4621fce20e88d796d123fce0
2016-05-02 11:38:55 -07:00
Lee Salzman 9601040f89 Bug 1269011 - silence SkCairoFTTypeface::onFilterRec warnings. r=mchang 2016-05-02 14:26:55 -04:00
Kit Cambridge 7e0401c6d3 Bug 1267889 - Always steal the error result in `PushMessage::Json`. r=dragana
MozReview-Commit-ID: FOpIoIYBCFW

--HG--
extra : rebase_source : b58a1e9a9199ec781afb7a1dde77b250711d8510
extra : amend_source : b2cb82443ee0022f036d318d33e16f3de0ecf406
2016-04-26 18:26:30 -07:00
Nick Fitzgerald b317ad3cae Bug 1268976 - Assert that the micro-task queues are empty upon destruction of CycleCollectedJSRuntime; r=mccr8
MozReview-Commit-ID: SFuX4fiCCl
2016-05-02 11:21:43 -07:00
Sean Lin 08a9eb457d Bug 1263799 - Support IPC for TV service between B2G and content processes. Part 3 - Enhance TV mochitests. r=schien
MozReview-Commit-ID: IsCVCxtSzEn

--HG--
extra : rebase_source : 35d398296d2bfa96a41f938c8b4a9386b406b758
2015-12-18 16:33:16 +08:00
Kevin Chen da1553afa4 Bug 1263799 - Support IPC for TV service between B2G and content processes. Part 2 - IPC. r=schien
MozReview-Commit-ID: 4lZj8rVYoDV

--HG--
extra : rebase_source : f3d5186c0c26e61e80d6485262c45564f8ac45cf
2016-04-15 13:44:20 +08:00
Kevin Chen f0c6c43d98 Bug 1263799 - Support IPC for TV service between B2G and content processes. Part 1 - Refactor TV service and pass TV stream handle. r=schien
MozReview-Commit-ID: 7vjmcxcjGQl

--HG--
extra : rebase_source : 30ec37fdd8203dbdeb762182aecf51e4f28c2218
2016-04-15 13:40:34 +08:00
Michal Novotny 4282b4dba0 Bug 1268922 - Limit number of tries to find unused trash directory, r=honzab 2016-05-02 19:58:58 +02:00
Jonathan Watt 23c872cc11 Bug 1266868, part 3 - Avoid Maybe::ref() where not necessary. r=dholbert 2016-05-02 18:54:58 +01:00
Jonathan Watt aa8b43ad6e Bug 1266868, part 2 - Fix leaks of the values passed to nsCSSValue::.SetPairValue in the StyleAnimationValue code. r=dholbert 2016-05-02 18:40:08 +01:00
Jonathan Watt 96b50de4f0 Bug 1266868, part 1 - Fix nsCSSValue::Array leaks in the StyleAnimationValue code. r=dholbert 2016-05-02 18:39:23 +01:00
Haik Aftandilian 01b38f360c Bug 1267453 - Amazon Widevine rejects HDCP on MacBook Pro with or without an external display. r=gcp
--HG--
extra : amend_source : 6a8094ddea6ac6c50e8ec8c11e0656eaddafc20e
2016-05-02 19:33:08 +02:00
Thomas Zimmermann 42c137c01d Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice
This patch converts the remaining B2G code from |Task| to |Runnable| and
fixes related API calls. This is a follow-up to bug 1266595.
2016-05-02 10:27:15 -07:00
Kyle Machulis 85146b9ee1 Bug 1263696 - Block embed content loading when ancestor of object element with content; r=bz 2016-05-02 09:54:16 -07:00
Nathan Froyd dbae54ae82 Bug 1220307 - part 3 - enable Rust in ARM Android nightly and debug builds; r=nalexander 2016-05-02 11:10:07 -05:00
Nathan Froyd 6b2e7cc04f Bug 1220307 - part 2 - use something other than vector<T>::data() in TestMP4Rust.cpp; r=rillian
Our copy of STLport on Android is so old, it doesn't have support for
vector<T>::data().  The standard defines vector<T>::data() in terms of
vector<T>::front(), so this change should work everywhere.
2016-05-02 12:10:07 -04:00