Carsten "Tomcat" Book
026b5422ba
Backed out changeset 8aeda1b1d2e4 (bug 992685)
2015-01-20 11:21:22 +01:00
Julian Seward
2a794bd357
Bug 1122375 - Fixes to avoid Valgrind false positives with gcc-4.9.x -O2 builds (part 2). r=dbaron.
2015-01-20 10:43:55 +01:00
Julian Seward
72b7ab9d77
Bug 1122375 - Fixes to avoid Valgrind false positives with gcc-4.9.x -O2 builds (part 1). r=roc.
2015-01-20 10:42:29 +01:00
Jan de Mooij
6e185bd06d
Bug 900849 - Make polymorphic inlining work with non-singletons. r=djvj
2015-01-17 13:04:04 +01:00
Jan de Mooij
9bcffcb8a6
Bug 1123120 - Don't relazify scripts with pc counts. r=till
2015-01-20 09:53:51 +01:00
Andreas Pehrson
d8df58cf19
Bug 992685 - Part 3. Test video element resize event. r=roc
2015-01-19 23:46:00 +01:00
Andreas Pehrson
c5d2a30b2c
Bug 992685 - Part 2. Fire resize event when video size changes. r=roc
2014-12-04 02:01:00 +01:00
Andreas Pehrson
c198c1283a
Bug 992685 - Part 1. Make onresize event handler global and forwarded. r=smaug
2014-12-04 17:26:00 +01:00
Blake Wu
43fbb190db
Bug 1118141
- Update Audio buffers when receiving INFO_OUTPUT_BUFFERS_CHANGED. r=edwin.
2015-01-19 11:57:57 +08:00
JerryShih
c39c465850
Bug 1092978 - Handle VsyncRefreshTimer creation for nuwa. r=bent,cyu
2015-01-19 02:28:00 +01:00
Andreas Pehrson
6693fcd437
Bug 1073406 - Part 2. Add playback stream as output to mSrcStream for individual media element blocking. r=roc
2014-12-05 00:07:00 +01:00
Andreas Pehrson
4594b6c676
Bug 1073406 - Part 1. Add mochitest for individual pausing. r=roc
2014-12-16 04:08:00 +01:00
Mike Hommey
03b3291d3f
Bug 1120272 - Expose _aligned_alloc and _aligned_free from mozglue. r=njn
2015-01-20 13:10:00 +09:00
Nicholas Nethercote
cc06604267
Bug 1123527 - Fix syntax error in BT_WARNING and BT_LOGD. r=btian.
...
cppcheck identified the extra ')' at the end of these macros. This code must
not be compiled in any of our standard configurations.
--HG--
extra : rebase_source : 4044d377e3a15ef725ac276ab54a192df63a8eb6
2015-01-19 19:12:43 -08:00
Nicholas Nethercote
19310a7cce
Bug 1123527 - Added #error cases for impossible platforms. r=glandium.
...
cppcheck says:
> b2g/app/nsBrowserApp.cpp:251: error: Uninitialized variable: gotCounters
> browser/app/nsBrowserApp.cpp:637: error: Uninitialized variable: gotCounters
It's a false positive because one of XP_WIN and XP_UNIX is always defined, but
it doesn't hurt to make that fact clearer.
--HG--
extra : rebase_source : 8717e3814e1cfacb9dd42cb9509aca0c3a926747
2015-01-15 22:10:29 -08:00
Nicholas Nethercote
2116ab605f
Bug 1123151 (part 3) - Make PLDHashTable::ops private. r=froydnj.
...
This required adding a getter and a setter, but they're used sparingly.
--HG--
extra : rebase_source : 2a40e459de2a7a9e2bb6d65b046e4a920b212326
2015-01-19 16:34:44 -08:00
Nicholas Nethercote
8bd1f6f072
Bug 1123151 (part 2) - Add PLDHashTable::IsInitialized(). r=froydnj.
...
This encapsulates most of the uses of PLDHashTable::ops.
--HG--
extra : rebase_source : 7760ce8e46a37e87dcfe590e809a21df01fe510f
2015-01-19 16:11:34 -08:00
Nicholas Nethercote
bd573c9b9c
Bug 1123151 (part 1) - Set PLDHashTable::ops consistently. r=froydnj.
...
Currently the setting of PLDHashTable::ops is very haphazard.
- PLDHashTable has no constructor, so it's not auto-nulled, so lots of places
null it themselves.
- In the fallible PLDHashTable::Init() function, if the entry storage
allocation fails we'll be left with a table that has |ops| set -- indicating
it's been initialized -- but has null entry storage. I'm not certain this can
cause problems but it feels unsafe, and some (but not all) callers of Init()
null it on failure.
- PLDHashTable does not null |ops| in Finish(), so some (but not all) callers
do this themselves.
This patch makes things simpler.
- It adds a constructor that zeroes |ops|.
- It modifies Init() so that it only sets |ops| once success is ensured.
- It zeroes |ops| in Finish().
- Finally, it removes all the now-unnecessary |ops| nulling done by the users
of PLDHashTable.
--HG--
extra : rebase_source : bb34979c218d152562a2f9c7e5215256c111cc5b
2015-01-19 16:01:24 -08:00
Nicholas Nethercote
8c3d5643c1
Bug 1120510 - Fix an assertion failure in the WebGL memory reporter. r=jrmuizel.
2015-01-12 14:55:58 -08:00
Jean-Yves Avenard
37b20c8416
Bug 1123507: Prevent out of bound memory access. r=edwin
...
--HG--
extra : rebase_source : 48c8a833b0b394d0c35754b2311f54e8bf8c5b66
2015-01-20 13:42:30 +11:00
Jean-Yves Avenard
dcd8fcb072
Bug 1116056: Ensure all atoms read are valid. r=mattwoodrow
...
--HG--
extra : rebase_source : 6d5575bd0886b70dec23e1bccb638b1591eef5e9
2015-01-20 13:42:27 +11:00
Phil Ringnalda
772dc9f60d
Merge m-c to m-i
2015-01-19 18:42:29 -08:00
Phil Ringnalda
11fb7e0d84
Merge f-t to m-c, a=merge
2015-01-19 18:38:17 -08:00
Phil Ringnalda
3a4450c087
Merge b-i to m-c, a=merge
2015-01-19 18:36:55 -08:00
Chris Pearce
8a239a32e3
Bug 1123498 - Make MP4Reader skip-to-next-keyframe less aggressively. r=mattwoodrow
2015-01-20 15:20:43 +13:00
Phil Ringnalda
b52e9b0fd5
Bug 947690 - disable failing test_bug571352.html on OS X 10.10
...
--HG--
extra : rebase_source : a4bf7541cecd39dc4d221d8f2eeb015a8a8b7b1b
2015-01-19 18:02:38 -08:00
Martin Liska
d19ceae968
bug 1121410 - use one lto partition to link plugin-container when it contains the chromium sandbox code r=glandium
2015-01-20 05:51:44 -05:00
Phil Ringnalda
475956c0ce
Back out 6c8f3147a496 (bug 1057082) for dt test bustage
...
CLOSED TREE
2015-01-19 16:33:44 -08:00
B2G Bumper Bot
7b351a49d5
Bumping manifests a=b2g-bump
2015-01-19 14:06:23 -08:00
B2G Bumper Bot
5384b859be
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/11761056b5ee
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #26386 from jobara/1086930
Bug 1086930 - Add status region to sync calendar sync button
========
https://hg.mozilla.org/integration/gaia-central/rev/851afc3ee430
Author: Justin Obara <obara.justin@gmail.com>
Desc: Bug 1086930 - Add a progressbar to the sync button
Added a progress bar inside of the sync button. This is only added to the a11y tree during syncing. It will specify that syncing has started and completed.
2015-01-19 14:04:45 -08:00
Victor Porof
3de9ee3a80
Bug 1123306 - Remove minSquaredDistanceBetweenPoints from the LineGraph, r=jsantell
2015-01-19 14:38:07 -05:00
Ehsan Akhgari
ad89cf8ff2
Merge m-c into b2g-inbound
2015-01-19 14:35:38 -05:00
Ehsan Akhgari
f98391873a
Merge m-c into fx-team
2015-01-19 14:34:04 -05:00
Ehsan Akhgari
c07830b437
Bug 1123342 - Add a new tooltool manifest for OS X static analysis builds; r=bhearsum a=NPOTB
...
This is currently a copy of releng.manifest.
DONTBUILD
2015-01-19 14:26:50 -05:00
B2G Bumper Bot
3eab8b4db8
Bumping manifests a=b2g-bump
2015-01-19 10:42:31 -08:00
B2G Bumper Bot
eb7b113036
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e337675dd1f4
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #26562 from DouglasSherk/1106168-callscreen-sim-indicator-rtl
Bug 1106168 - Fix alignment of Callscreen SIM indicator in RTL mode. r=gsvelto
========
https://hg.mozilla.org/integration/gaia-central/rev/8a7bd65ce80c
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1106168 - Fix alignment of Callscreen SIM indicator in RTL mode. r=gtorodelvalle
2015-01-19 10:40:07 -08:00
B2G Bumper Bot
93d76ecb77
Bumping manifests a=b2g-bump
2015-01-19 10:01:52 -08:00
B2G Bumper Bot
2c99670e9c
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9b9296edcca4
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26724 from davehunt/bug1074117-phone
Bug 1074117 - Use expected conditions and optimise element lookups in phone app object
========
https://hg.mozilla.org/integration/gaia-central/rev/d89ed8d49a07
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions and optimise element lookups in phone app object. r=fstrugariu
========
https://hg.mozilla.org/integration/gaia-central/rev/aca9e085f287
Author: Tzu-Lin Huang <dwi019@gmail.com>
Desc: Merge pull request #27454 from dwi2/bug1121816
Bug 1121816 - [Stingray] Remove mozL10n.get from app-deck
========
https://hg.mozilla.org/integration/gaia-central/rev/4818ead28fc8
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1121816 - [Stingray] Remove mozL10n.get from app-deck
2015-01-19 09:54:43 -08:00
B2G Bumper Bot
d1fc7b1f72
Bumping manifests a=b2g-bump
2015-01-19 09:36:22 -08:00
B2G Bumper Bot
2ba8c84dc0
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/50e5369f0aac
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #27353 from bebef1987/ftu
Bug 1120329 - Intermittent test_ftu_status_bar.py
========
https://hg.mozilla.org/integration/gaia-central/rev/0d6716d08fb5
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc: Bug 1120329 - Intermittent test_ftu_status_bar.py
========
https://hg.mozilla.org/integration/gaia-central/rev/444b3c0d33fd
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #27422 from ferjm/bug1122011.twmprefix
Bug 1122011 - Missing event prefix in TrustedWindowManager. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/cf30be9d0338
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1122011 - Missing event prefix in TrustedWindowManager. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/433008204e25
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #27418 from ferjm/bug1097928.convertpayprovwebidl
Bug 1097928 - Convert MozPaymentProvider API to WebIDL. r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/941ca79c7b07
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1097928 - Convert MozPaymentProvider API to WebIDL. r=fabrice
2015-01-19 09:34:44 -08:00
B2G Bumper Bot
da8ea75409
Bumping manifests a=b2g-bump
2015-01-19 09:16:27 -08:00
B2G Bumper Bot
87bbaf1577
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/95c1c92984d8
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #27494 from jmcanterafonseca/fix_vcard_accents4
[Bug 1121917] [Contacts] Contact details wrong view when special charact...
========
https://hg.mozilla.org/integration/gaia-central/rev/5c949aa73a0e
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: [Bug 1121917] [Contacts] Contact details wrong view when special characters are present
2015-01-19 09:14:42 -08:00
Prabhjyot Singh Sodhi
9cc78ec534
Bug 852247 - adding new checkbox to expose pref to force page zoomability in settings. r=margaret
2015-01-19 11:49:44 -05:00
B2G Bumper Bot
c18a3ff63c
Bumping manifests a=b2g-bump
2015-01-19 08:16:28 -08:00
B2G Bumper Bot
6a564fe79d
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/29fe3c898750
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1061130 - Add speed dial functionality to the Dialer. r=thills
2015-01-19 08:14:45 -08:00
B2G Bumper Bot
ddeb40572c
Bumping manifests a=b2g-bump
2015-01-19 07:36:51 -08:00
B2G Bumper Bot
c2b0f72c2c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/33cccce9bcb7
Author: Salvador de la Puente González <neo.salvador@gmail.com>
Desc: Merge pull request #27326 from lodr/bug-997547-text-to-email-from-contacts
Bug 997547 - [MMS]Text to email from Contact details
r=:julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/38de566d8a90
Author: Salvador de la Puente González <neo.salvador@gmail.com>
Desc: Bug 997547 - [MMS]Text to email from Contact details
2015-01-19 07:34:41 -08:00
Carsten "Tomcat" Book
ae2525941c
Merge mozilla-central to fx-team
2015-01-19 16:30:02 +01:00
Carsten "Tomcat" Book
a6aca89eaa
merge fx-team to mozilla-central a=merge
2015-01-19 16:14:33 +01:00
Carsten "Tomcat" Book
35a1ca22ff
merge mozilla-inbound to mozilla-central a=merge
2015-01-19 16:09:46 +01:00