Hsin-Yi Tsai
5b37303f55
Bug 984326 - [B2G] [RIL] [CDMA] call waiting isn't working properly. The 2nd remote party cannot hear voice. r=vicamo
2014-03-18 15:57:32 +08:00
Wes Kocher
245ba1fb31
Merge m-c to b2g-inbound
2014-03-18 19:49:21 -07:00
B2G Bumper Bot
4bcf672e15
Bumping manifests a=b2g-bump
2014-03-18 18:41:28 -07:00
B2G Bumper Bot
0530896527
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e56687461eea
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #17256 from millermedeiros/984116-jshint-store
Bug 984116 - [Calendar] JSHint fixes for js/store r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/79c7bc547595
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 984116 - [Calendar] JSHint fixes for js/store
========
https://hg.mozilla.org/integration/gaia-central/rev/77d057c14f2d
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #17254 from millermedeiros/984117-jshint-views
Bug 984117 - [Calendar] JSHint fixes for js/views r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/b05e3c44bc72
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 984117 - [Calendar] JSHint fixes for js/views
========
https://hg.mozilla.org/integration/gaia-central/rev/b74d1bf04386
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #17305 from jrburke/bug985093-email-malformed-share-url
Bug 985093 - [email] URI parsing in new/share compose activity using URI... r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/d9b7f2f37b55
Author: jrburke <jrburke@gmail.com>
Desc: Bug 985093 - [email] URI parsing in new/share compose activity using URI does not catch encoding errors
2014-03-18 18:35:42 -07:00
B2G Bumper Bot
8d1e67f8dd
Bumping manifests a=b2g-bump
2014-03-18 18:16:09 -07:00
B2G Bumper Bot
5ba39fa5b6
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5144d0c0c26f
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #17221 from mihai/bug_937509
Bug 937509 - [Settings] Fix bluetooth confirmation prompt text case. r=@crh0716
========
https://hg.mozilla.org/integration/gaia-central/rev/c7a3f18ef540
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 937509 - [Settings] Fix bluetooth confirmation prompt text case. r=arthurcc
2014-03-18 18:10:44 -07:00
B2G Bumper Bot
35385c3c11
Bumping manifests a=b2g-bump
2014-03-18 17:37:28 -07:00
B2G Bumper Bot
d33e875eb9
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/be5a676cceee
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #17267 from gaye/bug-983846
Bug 983846 - Refactor calendar marionette abstractions r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/3098a7703225
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 983846 - Refactor calendar marionette abstractions r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/530d6c8867a5
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #17255 from millermedeiros/984115-jshint-controllers
Bug 984115 - [Calendar] JSHint fixes for js/controllers r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/89a7d9dfa889
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 984115 - [Calendar] JSHint fixes for js/controllers
2014-03-18 17:35:40 -07:00
Matt Woodrow
18adb7bbfb
Bug 982339 - Get rid of TextureClientPoolMember and use nsTArray so that we releases references when we shutdown. r=Bas
2014-03-18 12:06:25 +08:00
Matt Woodrow
18192455ba
Bug 982318 - Add TransformBounds to Matrix4x4 so that we can stop assuming 2d matrices in TiledContentHost. r=Bas
2014-03-18 12:06:23 +08:00
Sushil Chauhan
bc827acabd
Bug 981732 - HwcComposer2D should not compose any layer below full screen Opaque layer. r=dwilson
2014-03-17 11:51:26 -07:00
Fernando Jiménez
7e16c679dd
Bug 976002 - Build time flag to enable/disable FxA. r=fabrice, r=gps
2014-03-17 09:58:16 -07:00
Eugen Sawin
dfba1d4d3c
Bug 940087 - Remove double reset of Cairo font data. r=jrmuizel
2014-03-17 15:06:51 +01:00
James Kitchener
9151ac2d1d
Bug 518592 - Fix single char <mi> frame type and add a test for dotless i. r=karlt
2014-03-19 10:36:27 -04:00
Chris Lord
0cd6b453f9
Bug 985322 - Return RGBA instead of BGRA for external gralloc textures. r=nical
...
Before bug 950050, we'd calculate a format of BGRA, then ignore it and return
RGBA in GetFormat. This just calculates RGBA and returns the format directly.
2014-03-19 13:24:06 +00:00
Jonathan Watt
62e7421fb7
Bug 985320 - Add a static Matrix::Scaling method to Moz2D's Matrix. r=Bas
2014-03-19 22:33:38 +08:00
Nathan Froyd
0310ca794b
Bug 984985 - avoid a useless stat call when loading JS components; r=bholley
2014-03-18 12:49:00 -04:00
Nathan Froyd
0bd3e54f92
Bug 984538 - use static_cast in NS_NewDOM*Event rather than CallQueryInterface; r=smaug
2014-03-17 16:00:11 -04:00
Nathan Froyd
73447b07b9
Bug 984466 - change CallQueryInterface to assert in cases of trivial conversions; r=ehsan
2014-03-17 13:00:17 -04:00
Nathan Froyd
72780e705a
Bug 984450 - delete unused, deprecated Recycle definitions in nsString.h; r=bsmedberg
2014-03-17 12:27:29 -04:00
Nathan Froyd
4bb75e1989
Bug 984443 - get rid of #ifndef $OTHER_HEADER bits from xpcom/ as relics of a bygone era; r=ehsan
2014-03-17 12:20:47 -04:00
Benjamin Chen
ad647b1e0a
Bug 979812 - Check the PlanarYCbCrImage data is valid. r=rillian
2014-03-17 14:57:10 +08:00
Doug Turner
23d2cb13fd
Bug 928217 - Remove IsCoreLocationAvailable() method because it does the wrong thing. r=smichaud@pobox.com
2014-03-16 19:54:04 -07:00
Bill McCloskey
e6388b7f5b
Bug 862519 - [e10s] Better handling of key commands also handled by content (r=smaug)
2014-03-18 08:16:47 -07:00
Nicolas B. Pierron
14278fe362
Bug 962555 part 6 - IonMonkey: Simplify encoding & decoding of RValueAllocations. r=h4writer
2014-03-18 08:31:24 -07:00
Nicolas B. Pierron
50033bf490
Bug 962555 part 5 - IonMonkey: Move the RValueAllocation into an indexed buffer. r=h4writer
2014-03-18 08:31:24 -07:00
Nicolas Silva
361bd60409
Bug 984437 - Remove GrallocDeprecatedTextureHostOGL. r=sortaro
2014-03-18 16:29:07 +01:00
Bill McCloskey
2c4583124c
Back out bug 862519 on a CLOSED TREE
2014-03-18 08:14:47 -07:00
Brian Hackett
ae18c1f2c7
Bug 972817 - Enable type inference unconditionally, r=jandem.
2014-03-18 09:05:16 -06:00
Bill McCloskey
8d875ffc85
Bug 938019 - Run mochitests from manifests (r=ted,gps)
2014-03-18 08:03:51 -07:00
Bill McCloskey
82aff32319
Bug 984037 - Make sure we respect the general.autoScroll pref (r=felipe)
2014-03-18 08:00:33 -07:00
Felipe Gomes
359cc5f512
Bug 862519 - [e10s] Better handling of key commands also handled by content (r=smaug)
2014-03-18 08:00:28 -07:00
Bill McCloskey
10b55ebc8c
Bug 978610 - [e10s] Make window.close() work (r=felipe)
2014-03-18 07:58:02 -07:00
Ryan VanderMeulen
7b5a9374ce
Bug 940203 - Annotate test_bug622558.html as 0-1 assertions on Windows.
...
CLOSED TREE
2014-03-18 10:34:29 -04:00
Simon Sapin
b2b7f42b87
Bug 984241: Refactor/optimize grid-template-areas, store number of columns. r=dholbert
...
In the parsing code for grid-template-areas:
* Move some of the processing into the helper function,
so that the grid-template will not have to duplicate it.
* Store the number of parsed columns (and rows),
as they will affect the size of the "explicit grid".
* Use a hash table instead of a linear scan to avoid O(n²)-ish complexity.
2014-03-18 22:05:49 +08:00
Chris AtLee
40712e771a
Bug 984061: Make package-tests safe with -j >1 r=glandium
2014-03-18 10:06:27 -04:00
Ryan VanderMeulen
3d2d4b1317
Backed out changeset cabe6efe4de8 (bug 945363) for xpcshell failures.
2014-03-18 09:59:46 -04:00
Ryan VanderMeulen
1be5393f8b
Backed out changeset da7618484006 (bug 965373) for asserts and crashes.
2014-03-18 09:30:31 -04:00
Ryan VanderMeulen
c0b89bd612
Bug 981720 - Upgrade SQLite to version 3.8.4.1 - Mozilla changes. r=mak
2014-03-18 08:50:26 -04:00
Ryan VanderMeulen
67fb124e8b
Bug 981720 - Upgrade SQLite to version 3.8.4.1 - SQLite changes. r=mak
2014-03-18 08:50:26 -04:00
Nils Ohlmeier [:drno]
03bf583c6e
Bug 966569 - Improve the the log messages in case the internal TURN TCP buffer over flow. r=bwc
2014-03-18 08:39:54 -04:00
Viktor Stanchev
cc9ba465cc
Bug 965373 - When the profiler stops it doesn't stop the EventTracer thread. r=BenWa, r=froydnj
2014-03-18 08:39:54 -04:00
Nathan Froyd
171ca01e93
Bug 983803 - cast to nsIDOMEvent directly for generated events, rather than calling CallQueryInterface; r=smaug
2014-03-14 15:31:09 -04:00
Nathan Froyd
b7cb2906be
Bug 984511 - make selfhosted.out.h explicitly depend on TypedObjectConstants.h; r=glandium
2014-03-19 07:59:39 -04:00
Andrew McCreight
a6b5bb9aa6
Bug 984665 - Change the extra shutdown CC assertion into a warning. r=smaug
2014-03-19 06:05:18 -07:00
Andrew McCreight
1cbf6e74d5
Bug 984685 - Add cycle collector efficiency to COLLECT_TIME_DEBUG logging. r=smaug
2014-03-19 06:05:17 -07:00
Andrew McCreight
c87191695c
Bug 975746 - Remove GATHER_ELEMENT_USEAGE_STATISTICS. r=jst
2014-03-19 06:05:17 -07:00
Andrea Marchesini
caeca6d43d
Bug 985042 - DataStore.jsm removes its inner-window-destroyed observer. r=ehsan
2014-03-19 06:03:11 -07:00
Jed Parsons
c1b4dd1ac9
Bug 945363 - Ensure that FXA RPs provide an onlogout handler. r=ferjm
2014-03-13 21:26:19 -07:00
Georg Koppen
0343d6608b
Bug 942091 - Generate browser.manifest deterministically. r=glandium
2014-03-18 08:39:54 -04:00