Commit Graph

278310 Commits

Author SHA1 Message Date
Thinker K.F. Li
8ebfe1524e Bug 1226904 - Fix boundary checking for leaves collecting. r=roc 2015-12-22 19:17:00 -05:00
Bogdan Postelnicu
da7b175556 Bug 1234177 - check to see if mFunctions.append returned error. r=bholley
DONTBUILD because this is a backout/reland to fix author info.
2015-12-24 14:14:43 -05:00
Kartikaya Gupta
2665fa7036 Back out cset 1f862b370ab3 (bug 1234177) for landing with wrong author. 2015-12-24 14:16:55 -05:00
Hiroyuki Ikezoe
d8660dc34f Bug 1234966 - nsStylePosition::MaxDifference should include nsChangeHint_NeutralChange because CalcDiffrence returns it. r=heycam 2015-12-24 09:35:18 +09:00
Kartikaya Gupta
8472ed9236 Bug 1235067 - Remove unused argument. r=jmaher 2015-12-24 14:14:49 -05:00
Kartikaya Gupta
e0e8069c1a Bug 1234177 - check to see if mFunctions.append returned error. r=bholley 2015-12-24 14:14:43 -05:00
nhirata
35f2e678ee Bug 1218492 - update fingerprint for flame device. r=gerard-majax 2015-12-22 17:28:00 +01:00
Andreas Pehrson
3784d4dbd1 Bug 1233613 - Locate parent document before getting presentation shell for canvas capture. r=mt 2015-12-22 11:29:26 +08:00
Andreas Pehrson
afa1df23fa Bug 1233613 - Make RegisterFrameCaptureListener fallible. r=mt 2015-12-22 11:29:26 +08:00
Andreas Pehrson
976033538e Bug 1233613 - Add crashtest. r=mt 2015-12-22 11:29:26 +08:00
JW Wang
66972cd813 Bug 1235588 - add null check to SimpleTest. r=bechen. 2016-01-04 14:01:59 +08:00
Cameron McCormack
eaa54908c3 Bug 1234758 - Disable reftest until it works on all platforms. 2016-01-04 14:18:21 +11:00
David Keeler
1e01715857 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).
2015-12-21 17:14:41 -08:00
Xidorn Quan
0d34f11ff8 Bug 1234418 - Not trust glyph run starts from a cluster start character. r=jfkthame 2015-12-29 09:48:37 +11:00
Xidorn Quan
055d6fade6 Bug 1195788 - Set arithmetic composite clamp to true for D2D filter node. r=bas 2015-12-29 09:48:37 +11:00
Xidorn Quan
a797598062 Bug 1215365 - Update ua style sheet of fullscreen element. r=heycam 2015-12-29 09:48:37 +11:00
Jim Chen
2195f8b3f7 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
9afbfa46e3 Bug 1234676 part 5: Update indentation & rewrap some nsComputedDOMStyle function-decls. rs=heycam 2015-12-28 14:42:09 -08:00
Daniel Holbert
974742350a Bug 1234676 part 4: Remove now-obsolete comment. r=heycam 2015-12-28 14:42:09 -08:00
Daniel Holbert
b029032940 Bug 1234676 part 3: Remove some now-unneeded local RefPtr variables. r=heycam 2015-12-28 14:42:09 -08:00
Daniel Holbert
1f82e01374 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
48ad358bdd 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
46d79e9eed 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
Tom Schuster
d12f262cf2 Bug 1224579 - Allow leading dot in domain in cookies.set. r=billm 2015-12-21 07:14:00 -08:00
Bruce Sun
6fc8cba2e5 Bug 1234127: Change |BluetoothAdapter.pairingReqs| as a nullable object; r=btian, r=mrbkap 2015-12-21 16:48:47 +08:00
B2G Bumper Bot
b006291a6b Bumping manifests a=b2g-bump 2015-12-24 03:16:10 -08:00
B2G Bumper Bot
69e64a1b37 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
126982c1cc Bumping manifests a=b2g-bump 2015-12-24 02:16:01 -08:00
B2G Bumper Bot
07bca04f80 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
5f0b7b59f1 Bumping manifests a=b2g-bump 2015-12-24 00:00:39 -08:00
B2G Bumper Bot
b42911d67f 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
99e3a0f815 Bumping manifests a=b2g-bump 2015-12-23 23:35:01 -08:00
B2G Bumper Bot
fbd4f0b33a 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
ffaf4a2efd Bumping manifests a=b2g-bump 2015-12-23 22:10:35 -08:00
B2G Bumper Bot
804f276743 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
a9f8dc2434 Bumping manifests a=b2g-bump 2015-12-23 21:50:02 -08:00
B2G Bumper Bot
a505a2b4d1 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
ffbdb332f8 Bumping manifests a=b2g-bump 2015-12-23 19:29:59 -08:00
B2G Bumper Bot
180e0cdfcd 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
b0425086b5 Bug 1224747 Fix the build id issue so that same tasks have the same build id r=garndt 2015-12-23 13:57:29 -08:00
B2G Bumper Bot
084b9ef71f Bumping manifests a=b2g-bump 2015-12-23 10:24:51 -08:00
B2G Bumper Bot
cda29acde5 Bumping manifests a=b2g-bump 2015-12-23 09:05:15 -08:00
B2G Bumper Bot
16e1aa88e5 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
1f1e2a2e16 Bumping manifests a=b2g-bump 2015-12-23 08:30:08 -08:00
B2G Bumper Bot
05aa81f464 Bumping manifests a=b2g-bump 2015-12-23 06:15:56 -08:00
Carsten "Tomcat" Book
fa926d7e2f Merge mozilla-central to b2g-inbound 2015-12-23 12:51:19 +01:00
Carsten "Tomcat" Book
f4e045afb4 merge mozilla-inbound to mozilla-central a=merge 2015-12-23 12:00:09 +01:00
Carsten "Tomcat" Book
85eb9499bd merge fx-team to mozilla-central a=merge 2015-12-23 11:58:44 +01:00
B2G Bumper Bot
9829ceaed3 Bumping manifests a=b2g-bump 2015-12-23 02:54:54 -08:00
B2G Bumper Bot
3afb7c241d 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