Commit Graph

455600 Commits

Author SHA1 Message Date
Tooru Fujisawa
ea91538804 Bug 1234402 - Crash on OOM in AlternativeGenerationList constructor. r=bbouvier 2015-12-25 04:36:52 +09:00
Swaroop Rao
11121f64f0 Bug 1226209 - Update order of "Clear private data" checkboxes so that default unchecked boxes are at the bottom. r=nalexander
--HG--
extra : commitid : CUu1vTWgwtb
2015-12-24 12:51:43 -05:00
Thinker K.F. Li
7022b0f440 Bug 1226904 - Fix boundary checking for leaves collecting. r=roc
--HG--
extra : rebase_source : 6338083654b2ad0de0ef7aa4987de1323f44c4b5
2015-12-22 19:17:00 -05:00
Bogdan Postelnicu
51402b39bd Bug 1234177 - check to see if mFunctions.append returned error. r=bholley
DONTBUILD because this is a backout/reland to fix author info.

--HG--
extra : commitid : 44X9bWULWTE
2015-12-24 14:14:43 -05:00
Kartikaya Gupta
0f22bb9cfc Back out cset 1f862b370ab3 (bug 1234177) for landing with wrong author.
--HG--
extra : commitid : 2ThdQ6HBscM
2015-12-24 14:16:55 -05:00
Hiroyuki Ikezoe
ad26e984f4 Bug 1234966 - nsStylePosition::MaxDifference should include nsChangeHint_NeutralChange because CalcDiffrence returns it. r=heycam
--HG--
extra : commitid : FVjhKfDcAUz
2015-12-24 09:35:18 +09:00
Kartikaya Gupta
79e5e89e88 Bug 1235067 - Remove unused argument. r=jmaher
--HG--
extra : commitid : 30gssTRIXbl
2015-12-24 14:14:49 -05:00
Kartikaya Gupta
dd31769177 Bug 1234177 - check to see if mFunctions.append returned error. r=bholley
--HG--
extra : commitid : BpAqgipPvYN
2015-12-24 14:14:43 -05:00
David Keeler
f386d7b91c bug 1234417 - fix a leak in CreateECPublicKey r=rbarnes
Before this patch, CreateECPublicKey would create a SECKEYPublicKey allocated on
a scoped arena. It would then call CryptoKey::PublicKeyValid, which has the
side-effect of importing the key to the internal PKCS#11 slot. When the arena
went out of scope, the memory for the key would be released, but the reference
to the slot wouldn't, causing a leak.

This patch fixes the leak by making the SECKEYPublicKey a ScopedSECKEYPublicKey
(which ensures that the type-specific "destructor" SECKEY_DestroyPublicKey is
called, which releases the reference to the PKCS#11 slot).

--HG--
extra : rebase_source : 10ef3c0e6ade78ab8ec4c95464224ba2e38aa17b
2015-12-21 17:14:41 -08:00
Xidorn Quan
845f0ba847 Bug 1234418 - Not trust glyph run starts from a cluster start character. r=jfkthame
--HG--
extra : source : 9c199fbc892dd5712454f0efbcb286c9fc03ff00
2015-12-29 09:48:37 +11:00
Xidorn Quan
3549505a7d Bug 1195788 - Set arithmetic composite clamp to true for D2D filter node. r=bas
--HG--
extra : source : 143122bf7036ee754e587fc99a049078d34eb936
2015-12-29 09:48:37 +11:00
Xidorn Quan
e829dc80d0 Bug 1215365 - Update ua style sheet of fullscreen element. r=heycam
--HG--
extra : source : ff9eaa77d71343351c685709573cb408302fac53
2015-12-29 09:48:37 +11:00
Jim Chen
6c1127a81a Bug 1235341 - Don't request rendering until compositor is created; r=me
Simple patch. Don't call into the compositor to request a rendering
until the compositor has been created.
2015-12-28 17:41:45 -05:00
Daniel Holbert
f6eb7d2dcc Bug 1234676 part 5: Update indentation & rewrap some nsComputedDOMStyle function-decls. rs=heycam 2015-12-28 14:42:09 -08:00
Daniel Holbert
d9019a66bc Bug 1234676 part 4: Remove now-obsolete comment. r=heycam 2015-12-28 14:42:09 -08:00
Daniel Holbert
497e3d5ec0 Bug 1234676 part 3: Remove some now-unneeded local RefPtr variables. r=heycam 2015-12-28 14:42:09 -08:00
Daniel Holbert
e6f677af60 Bug 1234676 part 2: Make nsComputedDOMStyle getters return an already_AddRefed value, instead of a raw pointer with refcount of 0. r=heycam 2015-12-28 14:42:08 -08:00
Daniel Holbert
be2331081a Bug 1234676 part 1: Give nsComputedDOMStyle a private typedef for mozilla::dom::CSSValue. r=heycam 2015-12-28 14:42:08 -08:00
Jeff Walden
7f55eab5f9 Bug 1235410 - Centralize StmtType enumeration in a higher-order macro, so as not to have types and string descriptions of them go out of sync. As they happen to be now. ಠ_ಠ r=arai 2015-12-23 21:50:32 -06:00
Bruce Sun
1d0ce088da Bug 1234127: Change |BluetoothAdapter.pairingReqs| as a nullable object; r=btian, r=mrbkap 2015-12-21 16:48:47 +08:00
B2G Bumper Bot
295b4b89a8 Bumping manifests a=b2g-bump 2015-12-24 03:16:10 -08:00
B2G Bumper Bot
652a74af81 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d94421f71f89
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #33641 from timdream/input-mgmt-inputfocus-eventlistener

Bug 1224128 - inputfocus/inputblur should be dispatched by HierarchyManager only, r=alberto

========

https://hg.mozilla.org/integration/gaia-central/rev/26dcd010fb50
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1224128 - inputfocus/inputblur should be dispatched by HierarchyManager only
2015-12-24 03:14:47 -08:00
B2G Bumper Bot
646514a387 Bumping manifests a=b2g-bump 2015-12-24 02:16:01 -08:00
B2G Bumper Bot
b3b7c5ddf0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f5e706d90e95
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33510 from gasolin/issue-1229635

Bug 1229635 - use make test-integration command for integration test, r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/499968b13b83
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1229635 - use make test-integration command for integration test, r=gaye
2015-12-24 02:14:35 -08:00
B2G Bumper Bot
5132827ee5 Bumping manifests a=b2g-bump 2015-12-24 00:00:39 -08:00
B2G Bumper Bot
5f0809def9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/607f7211c57f
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #32532 from ythej/bug-941763

Bug 941763 - [SMS] Sent and recieved SMS containing an invalid URL(with dot prefix)

========

https://hg.mozilla.org/integration/gaia-central/rev/1ba3c9ae5660
Author: ythej <yvtheja@gmail.com>
Desc: Bug 941763 - [B2G][SMS] Sent and recieved SMS containing an invalid URL like '.Website.com' are highlighted and function as hyperlinks
2015-12-23 23:59:15 -08:00
B2G Bumper Bot
6c938e4136 Bumping manifests a=b2g-bump 2015-12-23 23:35:01 -08:00
B2G Bumper Bot
020a1d3eb6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3e8dfd231dee
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #33640 from raylin/1202945-openIncompatibleSettingsDialog-dialog-service

Bug 1202945 - Change IncompatibleSettingsDialog to DialogService,

========

https://hg.mozilla.org/integration/gaia-central/rev/eee220397916
Author: Ray Lin <ralin@mozilla.com>
Desc: Bug 1202945 - Change IncompatibleSettingsDialog to DialogService,
r=gasolin
2015-12-23 23:33:37 -08:00
B2G Bumper Bot
cc6cc949c6 Bumping manifests a=b2g-bump 2015-12-23 22:10:35 -08:00
B2G Bumper Bot
d70031cf68 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9d814dd3a46d
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #33617 from luke-chang/1232345_tv_preview_website

Bug 1232345 - [TV][2.5] Preview Website in Preview window, r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/0375dbd33fc3
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1232345 - [TV][2.5] Preview Website in Preview window
2015-12-23 22:09:03 -08:00
B2G Bumper Bot
ebdf174ae4 Bumping manifests a=b2g-bump 2015-12-23 21:50:02 -08:00
B2G Bumper Bot
c85746c40f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21ed0424b6e0
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33582 from gasolin/issue-1221876-2

Bug 1221876 - fix root panel test intermittent

========

https://hg.mozilla.org/integration/gaia-central/rev/14925e369f68
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1221876 - fix root panel test intermittent
2015-12-23 21:48:38 -08:00
B2G Bumper Bot
272e98a5a7 Bumping manifests a=b2g-bump 2015-12-23 19:29:59 -08:00
B2G Bumper Bot
28647e88e4 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/032805940146
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #33663 from asutherland/email-headercount-fixes

Bug 1234488 - keep headerCount up-to-date at all times on slices. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/ffb9672cea25
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1234488 - keep headerCount up-to-date at all times on slices. r=mcav

propagate https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/399

========

https://hg.mozilla.org/integration/gaia-central/rev/ad8215d3fab7
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #33490 from raylin/1216432-emoji-landscape-layout-r1

Bug 1216432 - Fix emoji swipe panel layout in landscape mode, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/79b1cafd097e
Author: Ray Lin <ralin@mozilla.com>
Desc: Bug 1216432 - Fix emoji swipe panel layout in landscape mode, r=timdream
2015-12-23 19:28:36 -08:00
nhirata
e8e11dfcb8 Bug 1224747 Fix the build id issue so that same tasks have the same build id r=garndt
--HG--
extra : commitid : 5V0DuRGkXM
2015-12-23 13:57:29 -08:00
B2G Bumper Bot
d6b95c0088 Bumping manifests a=b2g-bump 2015-12-23 10:24:51 -08:00
B2G Bumper Bot
4c43299ce1 Bumping manifests a=b2g-bump 2015-12-23 09:05:15 -08:00
B2G Bumper Bot
763a239c2b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9fd54db0474b
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #33653 from stasm/1234517-l20n-3.5.0

Bug 1234517 - Update l20n to 3.5.0. r=gandalf

========

https://hg.mozilla.org/integration/gaia-central/rev/2e9516da8e7f
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1234517 - Update l20n to 3.5.0. r=gandalf
2015-12-23 09:03:52 -08:00
B2G Bumper Bot
6445754273 Bumping manifests a=b2g-bump 2015-12-23 08:30:08 -08:00
B2G Bumper Bot
242ad89d7f Bumping manifests a=b2g-bump 2015-12-23 06:15:56 -08:00
Carsten "Tomcat" Book
fa8b57ea27 Merge mozilla-central to b2g-inbound 2015-12-23 12:51:19 +01:00
Carsten "Tomcat" Book
719ce6825c merge mozilla-inbound to mozilla-central a=merge 2015-12-23 12:00:09 +01:00
Carsten "Tomcat" Book
458c416b6d merge fx-team to mozilla-central a=merge 2015-12-23 11:58:44 +01:00
B2G Bumper Bot
c112836ade Bumping manifests a=b2g-bump 2015-12-23 02:54:54 -08:00
B2G Bumper Bot
94295ec728 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/888d898eff12
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #33459 from danhuang1202/1226527_bookmark_title_empty_check

Bug 1226527 - Show error notification when bookmark title field is em…

========

https://hg.mozilla.org/integration/gaia-central/rev/f91358ff0b57
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1226527 - Show error notification when bookmark title field is empty. r=yifan
2015-12-23 02:53:31 -08:00
B2G Bumper Bot
f805bf1bb8 Bumping manifests a=b2g-bump 2015-12-23 00:41:51 -08:00
B2G Bumper Bot
3175117162 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9c0d796ae739
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #33659 from snowmantw/bug1234731

 Bug 1234731 - fixed: add the condition to enter different entries in the Tick state

========

https://hg.mozilla.org/integration/gaia-central/rev/e0529abc0f0e
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 1234731 - fixed: add the condition to enter different entries in the Tick state
2015-12-23 00:40:12 -08:00
Nigel Babu
a9aab58dd7 Backed out changeset 3cc8559d0d65 (bug 384336) on suspicion of causing test bustage
--HG--
extra : commitid : 7Qk18O94CzN
extra : rebase_source : cd1fd7696623fc349342ede7f8736d6ed5cae291
2015-12-23 10:52:25 +05:30
Christoph Kerschbaumer
0fb857d90b Bug 1234596 - Convert 20 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) 2015-12-22 20:57:57 -08:00
Ben Kelly
9111f6e07c Bug 1234691 Fix about:serviceworkers to use correct nsIPushService getSubscription() call. r=baku 2015-12-22 20:11:50 -08:00