Граф коммитов

401846 Коммитов

Автор SHA1 Сообщение Дата
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
shreyas 692679be8f Bug 1122433 - Expression closure replaced in Abouthome.jsm. r=dao 2015-01-19 15:12:59 +01:00
Fernando Jimenez 56324f5e54 Bug 1097928 - Convert MozPaymentProvider to WebIDL. Android. r=wjohnston 2015-01-19 14:50:54 +01:00
Fernando Jimenez d48b684909 Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice 2015-01-19 14:50:32 +01:00
Eddy Bruël 6267fd519d 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 a8111199f6 Bumping manifests a=b2g-bump 2015-01-19 05:16:18 -08:00
Eddy Bruël f7808f2b66 Bug 1102441 - Use source actors instead of source forms in locations;r=fitzgen 2015-01-19 14:09:15 +01:00
Eddy Bruël 4d5052fce3 Bug 1096490 - Remove the deprecated-sync-thenables from protocol.js;r=bgrins 2015-01-19 13:58:45 +01:00
Eddy Bruël 5022287b21 Bug 1123211 - Handle uncaught promise rejections in the source editor;r=pbrosset 2015-01-19 13:57:08 +01:00
Blair McBride fb755408ef 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 ef763a8f9e Bumping manifests a=b2g-bump 2015-01-18 21:37:00 -08:00
B2G Bumper Bot 5de9adace7 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 6e92deedf4 Bumping manifests a=b2g-bump 2015-01-18 21:16:35 -08:00
B2G Bumper Bot 2fa5813a8c 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