Commit Graph

165061 Commits

Author SHA1 Message Date
Ehsan Akhgari
39c2869469 Bug 964061 - Part 1: Convert CRMFObject to WebIDL bindings; r=bzbarsky
--HG--
extra : rebase_source : 39a2b35df50cdd42624fb0e7a14383e8d40cea4b
2014-01-27 08:27:04 -08:00
Ted Mielczarek
eb2bddfe37 Bug 963651 - Strip C++ unit tests even when STRIP_FLAGS are unset; r=mshal CLOSED TREE 2014-01-24 12:57:23 -05:00
Ed Morley
0d9b0b99b8 Bug 961021 - Disable dom/datastore/tests/test_changes.html on debug B2G for intermittent failures; CLOSED TREE 2014-01-27 17:26:39 +00:00
Ed Morley
64d30f1fa3 Backed out changeset ad7fc270445d (bug 963327) for xpcshell failures on a CLOSED TREE 2014-01-27 17:19:01 +00:00
Gregory Szorc
cd7a42e4a6 Bug 963327 - Improve profile-dependent handling of OS.Constants.Path; r=Yoric
Many properties in OS.Constants.Path are dependent on the profile being
available. This patch improves their handling.

Previously, we had some repeated and boilerplate code for making
OS.Constants.Paths.<prop> a lazy getter. This patch eliminates the
boilerplate by iterating over the properties that need to be lazy
getters.

AppData and UAppData are now lazy getters.

test_profiledir.js has been rolled into test_path_constants.js.

test_path_constants.js now emits a warning when a comparison doesn't
test anything. This should help identify ineffective tests going
forward.

--HG--
extra : rebase_source : 971e2bd5f313de2b25090a67d20e101c859f4f4c
2014-01-24 11:34:30 -08:00
Nathan Froyd
cbd28985b4 Bug 938786 - notify the secure browser UI, if any, first in NotifySubmitObservers; r=bz 2014-01-23 15:06:20 -05:00
David Zbarsky
287bef7020 Bug 952977: Convert shadow transforms to gfx::Matrix4x4 r=nical 2014-01-27 10:29:27 -05:00
David Zbarsky
bed5a418db Bug 952977: Convert Layer's mTransform to gfx::Matrix4x4 r=nical 2014-01-27 10:29:06 -05:00
David Zbarsky
44eeb608e1 Bug 952977: Convert GetTransform to gfx::Matrix4x4 r=nical 2014-01-27 10:28:47 -05:00
David Zbarsky
1e61d187aa Bug 952977: Convert SetBaseTransform to gfx::Matrix4x4 r=nical 2014-01-27 10:28:33 -05:00
David Zbarsky
2cef9a18e8 Bug 952977: Convert GetLocalTransform to gfx::Matrix4x4 r=nical 2014-01-27 10:28:18 -05:00
David Zbarsky
4e68a5f47e Bug 952977: Convert ComputeEffectiveTransforms to gfx::Matrix4x4 r=nical 2014-01-27 10:28:04 -05:00
David Zbarsky
cbdd71e0f8 Bug 952977: Convert SnapTransforms to gfx::Matrix r=nical 2014-01-27 10:27:20 -05:00
Andrew McCreight
a62f062437 Bug 963665 - Make nsIXPConnect noscript. r=bholley 2014-01-27 07:16:38 -08:00
Jim Mathies
57e83260d2 Bug 951120 - Detach ICoreWindow related events prior to shutdown, plus some misc. code cleanup. r=bbondy 2014-01-27 09:09:33 -06:00
Jim Mathies
1a2792afbb Bug 951120 - Don't process native events on the main thread during xpcom shutdown in metro widget. r=bbondy 2014-01-27 09:09:33 -06:00
Ryan VanderMeulen
f22a8b79ea Backed out changeset ce887b471785 (bug 961313) for buffered_stun_socket_unittest crashes, again. 2014-01-27 09:41:48 -05:00
Henri Sivonen
013d54c06a Additional test for bug 959058 - Check that 0x80 still decodes as euro on pages labeled as gbk. r=emk.
--HG--
rename : intl/uconv/tests/test_bug959058.html => intl/uconv/tests/test_bug959058-1.html
rename : intl/uconv/tests/test_bug959058.html => intl/uconv/tests/test_bug959058-2.html
2014-01-27 16:29:35 +02:00
Henri Sivonen
af36dc1ee2 Bug 959058 - Map GBK and GB2312 decoder constructors to the GB18030 decoder. r=emk. 2014-01-27 11:56:53 +02:00
Jed Parsons
463fd0d06e Bug 963674 - Remove xul appinfo from xpcshell tests. r=MattN 2014-01-24 13:23:21 -08:00
Byron Campen [:bwc]
2bee0325a6 Bug 962371 - Part 2: Remove some magic constants. r=abr 2014-01-23 11:00:32 -08:00
Byron Campen [:bwc]
c1752a8ad0 Bug 962371 - Part 1: Make priority for TCP relayed candidates lower than UDP relayed candidates. r=abr 2014-01-22 14:13:43 -08:00
Ali Akhtarzada
6bbf31de9b Bug 963491 - Implement MacIOSurface::GetAsSourceSurface. r=nical 2014-01-27 08:25:50 -05:00
Byron Campen [:bwc]
fec16a3224 Bug 961313 - Add the transport protocol to candidate labels. r=abr 2014-01-22 16:50:52 -08:00
Peiyong Lin
cc3a4c0c6b Bug 961041 - Replace infallible allocation in DOMStorage::BroadcastChangeNotification with fallible allocation. r=smaug 2014-01-27 08:25:19 -05:00
Andreas Tolfsen
219b6a3b2f Bug 963166 - Add getWindowHandles end-point for WebDriver compatibility. r=dburns 2014-01-27 08:18:27 -05:00
Marcin Juszkiewicz
5e7bc77292 Bug 963031 - AArch support for Graphics. r=doublec 2014-01-27 08:18:27 -05:00
Byron Campen [:bwc]
c34d2cbbba Bug 957800 - Make codeword longer to avoid collisions. r=abr 2014-01-10 15:57:15 -08:00
James Kitchener
960b22bfa9 Bug 941611 - More consistent rounding of text metrics. r=karlt, r=fredw 2014-01-27 08:18:26 -05:00
Alex Henrie
8f2c4f5175 Bug 157846 - Remove padding from textbox.plain. r=roc 2014-01-16 16:45:20 -07:00
Carsten "Tomcat" Book
ec147fe7b4 Merge mozilla-central to mozilla-inbound 2014-01-27 14:09:45 +01:00
Carsten "Tomcat" Book
75a572744b Backed out changeset 88549ccbce60 (bug 959058) for mochitest -m7 orange on android on a CLOSED TREE 2014-01-27 14:05:42 +01:00
Carsten "Tomcat" Book
6257b4147f merge b2g-inbound to mozilla-central 2014-01-27 13:13:48 +01:00
Carsten "Tomcat" Book
091f57627d merge fx-team to mozilla-central 2014-01-27 13:10:10 +01:00
Adarsh Dinesh
674912704c Bug 961648 - Provide a helpful error message when test variables JSON file cannot be parsed; r=dhunt 2014-01-27 10:53:47 +00:00
Henri Sivonen
06f8903786 Bug 959058 - Map GBK and GB2312 decoder constructors to the GB18030 decoder. r=emk. 2014-01-27 11:56:53 +02:00
B2G Bumper Bot
460d662111 Bumping manifests a=b2g-bump 2014-01-26 23:30:56 -08:00
B2G Bumper Bot
7c311b26e0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c5f8db7e1e71
Author: gitmai <mri@tid.es>
Desc: Merge pull request #15555 from gitmai/bug-961742-CC-VIVO-cfg-not-detect-only-one-decimal

Bug 961742 -[Cost Control] Check balance with Brazil VIVO prepaid SIM ca..
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/c084b4c0cebd
Author: mai <mri@tid.es>
Desc: Bug 961742 -[Cost Control] Check balance with Brazil VIVO prepaid SIM card is not detected if it only has a decimal digit
2014-01-26 23:30:11 -08:00
B2G Bumper Bot
a67ac0a7a3 Bumping manifests a=b2g-bump 2014-01-26 23:21:06 -08:00
B2G Bumper Bot
4f5baa5305 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f1f38950dbdf
Author: gitmai <mri@tid.es>
Desc: Merge pull request #15457 from gitmai/bug-960103-javascript-warning-views-fisttime_css

Bug 960103 - Javascript Warning. Error in parsing value for background. ...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/998b4d2764cb
Author: mai <mri@tid.es>
Desc: Bug 960103 - Javascript Warning. Error in parsing value for background. Declaration dropped. {file: firsttime.css
2014-01-26 23:15:13 -08:00
B2G Bumper Bot
8bf6160d75 Bumping manifests a=b2g-bump 2014-01-26 20:27:25 -08:00
B2G Bumper Bot
50fb8028f8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b6246e059f4f
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #15551 from waynux/issue936398

Bug 936398 - [Settings] Title wording r=crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/bcb5412c36d1
Author: Tzu-Wen Lin <wayne2833@gmail.com>
Desc: Bug 936398 - [Settings] Title wordings
2014-01-26 20:20:12 -08:00
Gijs Kruitbosch
544be39fe0 Bug 964064 - shortcuts should always be uppercase, r=Unfocused 2014-01-26 23:53:22 +00:00
Mike Conley
621bc094cf Bug 963593 - [Australis] Stop scaling cut/copy/paste and zoom control icons on Retina. r=Gijs. 2014-01-25 23:23:16 -05:00
Phil Ringnalda
8f94344945 Merge b-i to m-c 2014-01-25 19:58:13 -08:00
Phil Ringnalda
16037dbea7 Merge m-i to m-c 2014-01-25 19:55:19 -08:00
Tim Taubert
edc7a10173 merge m-c to fx-team 2014-01-26 04:07:05 +01:00
Tim Taubert
0550ac1081 Bug 957436 - [Australis] Follow-up to fix leaks caused by calling uninit() without calling init() before r=bustage 2014-01-25 22:02:18 +01:00
Darrin Henein
bc1431d2dd Bug 960528 - Removed dotted outline from richlistbox as used in the Places modal -> Downloads list. r=dao 2014-01-25 17:14:08 +01:00
Malintha Fernando
f88c0b9dfc Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao 2014-01-25 17:12:20 +01:00