Commit Graph

150264 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
ae94c4f3f2 Merge m-c to b2g-inbound 2013-10-10 13:46:51 +02:00
Gaia Pushbot
d089ac3fa7 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1c0a538671c1
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12609 from gitmai/bug-920128-FTE-skip-wifi

Bug 920128 - FTE skip wireless screen (r=fcampo)

========

https://hg.mozilla.org/integration/gaia-central/rev/9b85f6d019d9
Author: mai <mri@tid.es>
Desc: Bug 920128 - FTE skip wifi

========

https://hg.mozilla.org/integration/gaia-central/rev/f1b040784c04
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #12753 from jmcanterafonseca/simplephone_matcher_2

Bug 924066 - [Contacts] Phone number does not match when importing from ...

========

https://hg.mozilla.org/integration/gaia-central/rev/cb59f97df6de
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 924066 - [Contacts] Phone number does not match when importing from SIM the same number with country code
2013-10-10 04:30:24 -07:00
J. Ryan Stinnett
860fcdc1c3 Bug 923157 - Re-sort licenses in alphabetical order. r=gerv 2013-10-02 10:36:47 -05:00
David Rajchenbach-Teller
ad7aa00329 Bug 922814 - nsIAppStartup::shuttingDown is not reset to true during shutdown. r=bsmedberg 2013-10-09 13:02:33 -04:00
Asaf Romano
2edf767025 Bug 912855 - Can't remove check-mark on "Load this bookmark in the sidebar". r=mak 2013-10-09 16:33:58 +02:00
Brian Grinstead
be6e11caa4 Bug 921686 - Firefox css inspector doesn't find the correct url for some images. r=mratcliffe 2013-10-08 15:23:09 -05:00
Paul Rouget
70147026f0 Bug 921191 - Allow inspection/editing of SVG elements' CSS properties. r=mratcliffe 2013-10-09 09:46:48 -04:00
Paul Rouget
60b5a29f09 Bug 924568 - Validate hosted app URL before adding. r=ochameau 2013-10-09 09:31:34 -04:00
Michael Ratcliffe
8a8691ae7d Bug 923884 - Always use authored colors in markup view. r=jwalker 2013-10-08 13:53:19 +01:00
J. Ryan Stinnett
ebca4b9c45 Bug 921226 - Log during app install in App Manager. r=ochameau 2013-10-02 16:23:43 -05:00
Gregory Szorc
6560ac9c5c Bug 919535 - Use AsyncShutdown in Sqlite.jsm. r=Yoric 2013-10-02 14:24:33 +02:00
David Rajchenbach-Teller
9ddf4f6916 Bug 881667 - Implement nsIAppStartup::startingUp. r=bsmedberg 2013-10-11 12:00:19 -04:00
Paul Rouget
14e29c220e Bug 925199 - Move touch-events.js to /toolkit. r=ochameau 2013-10-11 12:00:01 -04:00
David Rajchenbach-Teller
d490c4cfad Bug 918364 - Make exceptions more meaningful in OS.File. r=froydnj 2013-10-11 11:50:52 -04:00
Patrick Brosset
2202df9510 Bug 922125 - Destroy markup, rule and computed views on navigation and unload. r=miker 2013-10-11 11:50:33 -04:00
Adam Dane [:hobophobe]
4406a757f3 Bug 897751 - Tab close button's DoubleClick protection handler leaks. r=mano 2013-10-10 15:27:15 -05:00
Patrick McManus
765aa30b53 bug 922691 - nshttptransaction pointer log formatters for 64bit r=jduell 2013-10-01 11:48:47 -04:00
Cameron McCormack
63f09e6793 Bug 925193 - Offer "unset" when autocompleting properties in the style inspector. r=bzbarsky 2013-10-10 11:47:40 +11:00
Matt Woodrow
344c136924 Bug 923290 - Don't use the window CGContext as a source with Moz2D. r=Bas 2013-10-10 17:44:09 +13:00
Matt Woodrow
e7fe35ece1 Bug 923309 - Don't flush CGContext drawing to the window when we're only meant to be completing any pending drawing. r=Bas 2013-10-10 17:44:09 +13:00
Eric Rescorla
7128b3b6ce Bug 925226 - Fix incorrect downcast in signaling unittest. r=abr 2013-10-09 20:07:00 -07:00
Phil Ringnalda
9788cd061a Backed out 2 changesets (bug 872701)
CLOSED TREE

Backed out changeset 8fcfc380bfc9 (bug 872701)
Backed out changeset 31014a7ee3ab (bug 872701)
2013-10-09 21:40:21 -07:00
Wes Kocher
241cbe421d Followup to bug 872701 to fix tests on a CLOSED TREE 2013-10-09 19:13:34 -07:00
Nicolas Silva
af76a5c9fe Bug 923917 - Properly set the y-flip flag in SharedTextureClientOGL. r=Bas 2013-10-09 18:20:57 -07:00
Nicolas Silva
15f2617a37 Bug 923917 - Make CompositableClient not crash when texture serialization fails. r=nrc 2013-10-09 16:18:29 -07:00
Ehsan Akhgari
282051982e Bug 924248 - Make nsIDocument.h go on a diet; r=jst
The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
2013-10-07 22:21:07 -04:00
Daniel Holbert
a11d4cad75 Bug 925066: Remove unused "#include nsDebug.h" from nsAlgorithm.h. r=jst 2013-10-09 17:13:49 -07:00
Daniel Holbert
f837a8ecf8 Backout e67dad88f860 and assertion-count-tweak followups (bug 914919), since including nsDebug.h in gfx/2d causes issues with some skia headers. 2013-10-09 17:03:35 -07:00
Daniel Holbert
abfb15d3ac Bug 925129: Remove VC9-and-earlier chunk from nsAlgorithm.h, since we don't support building with VC9 and earlier. r=ehsan 2013-10-09 17:03:34 -07:00
Jeff Gilbert
8db0e7c299 Bug 872701 - Add test that highp floats work iff GL gives a format for them. - r=bjacob 2013-10-09 16:41:56 -07:00
David Anderson
6bc345841c Re-focus browser elements after changing their remote attribute (bug 925058, r=felipe). 2013-10-09 15:50:46 -07:00
Olli Pettay
fcb9b22bf8 Bug 924682 - [Pure] getters for some often used attributes, r=bz
--HG--
extra : rebase_source : b77cb6514838e6f3489896eda905622e345fff9e
2013-10-09 21:58:15 +03:00
Wes Kocher
b6e11ceb74 Backed out 2 changesets (bug 919936) for Windows build bustage
Backed out changeset 2f879cfc861f (bug 919936)
Backed out changeset 8ce7c4424b8a (bug 919936)
2013-10-09 15:37:07 -07:00
Ethan Tseng
8dd4544059 Bug 920361 - Add error handle in NetworkManager.js::resetRoutingTable. r=vchang 2013-10-01 14:17:55 +08:00
Sushil Chauhan
756b0a7897 Bug 919676 - Fix multiple hwc prepare calls with different layer lists. r=mwu, r=dwilson 2013-10-08 08:29:35 -07:00
Benoit Jacob
0114c00bd8 Bug 914823 - Use a WeakPtr to the SurfaceAllocator - r=jgilbert,nical 2013-10-09 08:47:32 -04:00
Gaia Pushbot
0351b456bb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0757f1a86ada
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12710 from fcampo/ftu-doneButton-824929

Bug 824929 - [SIM screen] The Done key is always active and can be pressed before the PIN Code is introduced (r=jmcf)

========

https://hg.mozilla.org/integration/gaia-central/rev/6787b9c39fcc
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 824929 - [SIM screen] The Done key is always active and can be pressed before the PIN Code is introduced
2013-10-09 05:40:24 -07:00
Carsten "Tomcat" Book
edb811731a Merge mozilla-central to b2g-inbound 2013-10-09 14:14:15 +02:00
Gaia Pushbot
0bc65e206f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/475430d6ad52
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12744 from EverythingMe/924794-browser-uninstall

Bug 924794 - [e.me] Uninstalled app is not removed from Collection

========

https://hg.mozilla.org/integration/gaia-central/rev/493f3857c755
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 924794 - [e.me] Uninstalled app is not removed from Collection
2013-10-09 03:55:23 -07:00
Gaia Pushbot
d16918c64f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1944d79e407f
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #12732 from jmcanterafonseca/fix_tel_merge

Bug 924064 - [Contacts] Two entries are created for the same number with...

========

https://hg.mozilla.org/integration/gaia-central/rev/2d3bb9e798d7
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 924064 - [Contacts] Two entries are created for the same number with and without country code when merging with a contact imported from SIM
2013-10-09 03:30:23 -07:00
Gaia Pushbot
553b833747 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7674d7010c0d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12725 from bobsilverberg/volume_error

Bug 924412 - Remove audio channels from cleanup routine that are causing the phone to crash, r=bebe

========

https://hg.mozilla.org/integration/gaia-central/rev/240462b2edd5
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 924412 - Remove audio channels from cleanup routine that are causing the phone to crash, r=bebe
2013-10-09 03:20:23 -07:00
Gaia Pushbot
fd21834d77 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8e269c855d66
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #12741 from jaoo/923161

Bug 923161 - Emergency calls not performed with some no-line SIM cards. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/76103e1caec0
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 923161 - Emergency calls not performed with some no-line SIM cards. r=etienne
2013-10-09 02:40:24 -07:00
Carsten "Tomcat" Book
55bf9692c8 merge fx-team to mozilla-central 2013-10-09 10:15:37 +02:00
Carsten "Tomcat" Book
b69ac18c34 merge b2g-inbound to mozilla-central 2013-10-09 10:13:52 +02:00
Carsten "Tomcat" Book
9234ee1a99 merge mozilla-inbound to mozilla-central 2013-10-09 10:09:07 +02:00
Karl Tomlinson
2cc43e65c2 b=924288 no need to set filter parameters after every process() r=ehsan
--HG--
extra : transplant_source : %23%D1%3B%D8%03%85%25%95%A8z%15%24K%F0%F7f2%20u%95
2013-10-09 15:33:07 +13:00
Karl Tomlinson
1882e19f7d b=924286 handle non-unit mVolume in BiquadFilterNode r=ehsan
--HG--
extra : transplant_source : %E5%9E%3E%5D%F2%E5%99%7B%88%DB%21%7D%1C%82%1A.q%26%F0%EA
2013-10-09 15:33:02 +13:00
Karl Tomlinson
f6d7935b87 b=923591 don't warn when checkLoadURIStrWithPrincipal() returns NS_ERROR_DOM_BAD_URI r=bz
--HG--
extra : transplant_source : J%09t%A3Z%B4%8C%B9%99%E0O%CE3%7Ex%93vu%9BA
2013-10-09 15:32:38 +13:00
Karl Tomlinson
a5dfe99463 b=922458 allow copying the last sample in an AudioBuffer channel r=ehsan
--HG--
extra : transplant_source : %5EM%40g%06n%04%A1%DB%0A%7D%3A%5C6%21%CA%C101%09
2013-10-09 15:32:16 +13:00
Michael Comella
d4241d5558 Bug 888086 - Use StringBuilder in sync/Utils.java r=rnewman 2013-10-08 18:42:47 -07:00