Commit Graph

224319 Commits

Author SHA1 Message Date
Nicholas Nethercote
f4f14df668 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
f015f4adb2 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
c0a8a6e993 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
a5c8dbfaf4 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
edbf46bed2 Bug 1120510 - Fix an assertion failure in the WebGL memory reporter. r=jrmuizel. 2015-01-12 14:55:58 -08:00
Jean-Yves Avenard
7cb22b680c 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
e0e1eb6214 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
e19442f2bf Merge m-c to m-i 2015-01-19 18:42:29 -08:00
Phil Ringnalda
e3e82200f8 Merge f-t to m-c, a=merge 2015-01-19 18:38:17 -08:00
Phil Ringnalda
952870150c Merge b-i to m-c, a=merge 2015-01-19 18:36:55 -08:00
Chris Pearce
38ce54e92d Bug 1123498 - Make MP4Reader skip-to-next-keyframe less aggressively. r=mattwoodrow 2015-01-20 15:20:43 +13:00
Phil Ringnalda
27275fa91f 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
67f2d1947d 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
007ca9940d Back out 6c8f3147a496 (bug 1057082) for dt test bustage
CLOSED TREE
2015-01-19 16:33:44 -08:00
B2G Bumper Bot
7227856219 Bumping manifests a=b2g-bump 2015-01-19 14:06:23 -08:00
B2G Bumper Bot
355abfcc20 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
c4a9090f20 Bug 1123306 - Remove minSquaredDistanceBetweenPoints from the LineGraph, r=jsantell 2015-01-19 14:38:07 -05:00
Ehsan Akhgari
f0bce7122f Merge m-c into b2g-inbound 2015-01-19 14:35:38 -05:00
Ehsan Akhgari
8b92678a58 Merge m-c into fx-team 2015-01-19 14:34:04 -05:00
Ehsan Akhgari
87521526f3 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
ba9e7f9ee5 Bumping manifests a=b2g-bump 2015-01-19 10:42:31 -08:00
B2G Bumper Bot
f2294ff123 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
0a7eb6dbf3 Bumping manifests a=b2g-bump 2015-01-19 10:01:52 -08:00
B2G Bumper Bot
e8af764c1d 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
9d58920c18 Bumping manifests a=b2g-bump 2015-01-19 09:36:22 -08:00
B2G Bumper Bot
d7d27803d2 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
f445d78e7c Bumping manifests a=b2g-bump 2015-01-19 09:16:27 -08:00
B2G Bumper Bot
4c4dae5d4a 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
cd2ed3c15b 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
be8ccd17bc Bumping manifests a=b2g-bump 2015-01-19 08:16:28 -08:00
B2G Bumper Bot
9b1947fd38 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
c7ee774fba Bumping manifests a=b2g-bump 2015-01-19 07:36:51 -08:00
B2G Bumper Bot
d2c9615474 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
14fe4c7323 Merge mozilla-central to fx-team 2015-01-19 16:30:02 +01:00
Carsten "Tomcat" Book
1d9467746c merge fx-team to mozilla-central a=merge 2015-01-19 16:14:33 +01:00
Carsten "Tomcat" Book
8f0e9c093a merge mozilla-inbound to mozilla-central a=merge 2015-01-19 16:09:46 +01:00
shreyas
71d315faf0 Bug 1122433 - Expression closure replaced in Abouthome.jsm. r=dao 2015-01-19 15:12:59 +01:00
Fernando Jimenez
36196523b2 Bug 1097928 - Convert MozPaymentProvider to WebIDL. Android. r=wjohnston 2015-01-19 14:50:54 +01:00
Fernando Jimenez
61e3a5f489 Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice 2015-01-19 14:50:32 +01:00
Eddy Bruël
4d291a4357 Bug 1107682 - Clean up the way we set breakpoints on newly introduced scripts;r=fitzgen 2015-01-19 14:44:26 +01:00
B2G Bumper Bot
477edadcbe Bumping manifests a=b2g-bump 2015-01-19 05:16:18 -08:00
Eddy Bruël
931d1dcc01 Bug 1102441 - Use source actors instead of source forms in locations;r=fitzgen 2015-01-19 14:09:15 +01:00
Eddy Bruël
3bb5d57ee8 Bug 1096490 - Remove the deprecated-sync-thenables from protocol.js;r=bgrins 2015-01-19 13:58:45 +01:00
Eddy Bruël
0955cedefd Bug 1123211 - Handle uncaught promise rejections in the source editor;r=pbrosset 2015-01-19 13:57:08 +01:00
Blair McBride
407966f9e8 Bug 1075625 - AddonManager can race between provider startup / shutdown and methods that call back to providers. r=Mossop 2015-01-19 22:55:15 +13:00
B2G Bumper Bot
0f287f67dc Bumping manifests a=b2g-bump 2015-01-18 21:37:00 -08:00
B2G Bumper Bot
f8a7c73c92 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aad58c5dd366
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1098168 - Revert changes due to accidental merge.

Revert "Merge branch 'bugzilla/1098168-rebase-master/statusbar-baseicon' of https://github.com/alivedise/gaia"

This reverts commit dbf7f9af6d77d25c93b1b57b7ad6b282fed66595, reversing
changes made to e0cc056e8deec8a76c27d819f7669bf18f59e591.

========

https://hg.mozilla.org/integration/gaia-central/rev/1532098715d7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1119079 - Disable intermittent software_home_file_open_error_test.js | Software Home Button - File Open Error Proper layout for file error dialog

========

https://hg.mozilla.org/integration/gaia-central/rev/c5f833600fd5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge branch 'bugzilla/1098168-rebase-master/statusbar-baseicon' of https://github.com/alivedise/gaia

========

https://hg.mozilla.org/integration/gaia-central/rev/9f24c86d4bed
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1098168 - BaseIcon
2015-01-18 21:34:51 -08:00
B2G Bumper Bot
cc8eaac613 Bumping manifests a=b2g-bump 2015-01-18 21:16:35 -08:00
B2G Bumper Bot
548540901a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/edb2c684563e
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1121348 - Hide filter button r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/93cc12cc4f34
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "hide filter buttom"

This reverts commit ea1b77c6a39ccc21a24d17d58456e80fb040e8b5.

Backed out for not containing a bug number. See bug 1121348.
2015-01-18 21:14:51 -08:00
B2G Bumper Bot
5533ea7747 Bumping manifests a=b2g-bump 2015-01-18 20:36:38 -08:00