Commit Graph

163572 Commits

Author SHA1 Message Date
EKR
a5be4c554b Bug 960296 - Update buffered stun socket size when flushes happen. r=abr 2014-01-16 08:29:00 -08:00
Bas Schouten
10f1eb6a4c Bug 960245: Deal with the final possibility for degeneracies in FindInflectionApproximationRange. r=jrmuizel 2014-01-16 21:39:19 +01:00
Horia Iosif Olaru
303f0375a5 Bug 959674 - Add reftests. r=roc 2014-01-14 23:02:56 +02:00
Horia Iosif Olaru
f964d49f34 Bug 959674 - Check if any blend mode other than normal should be applied to the image and draw the background-color if so. r=roc 2014-01-14 22:57:49 +02:00
Bob Owen
d09297ea86 Bug 944363 - Change functions that call SetURI in nsLocation to propagate return values. r=bholley 2014-01-14 08:54:58 +00:00
Bob Owen
9f295275b1 Bug 785310 - Tests. r=bholley 2014-01-16 09:49:38 +00:00
Bob Owen
d8885ccdf2 Bug 785310 - HTML5 sandboxed iframe should not be able to perform top navigation when scripts are allowed. r=bholley, r=smaug 2014-01-13 07:58:16 +00:00
Ryan VanderMeulen
aabad2abb4 Merge m-c to inbound. 2014-01-16 15:07:22 -05:00
Niko Matsakis
e460be512d Bug 933317 - Define the SetForkJoinTargetRegion intrinsic also in non-thread-safe builds. r=shu 2014-01-16 14:52:17 -05:00
Ryan VanderMeulen
b05202b7e2 Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
Ryan VanderMeulen
845b5be3c5 Merge b2g-inbound to m-c. 2014-01-16 15:01:17 -05:00
Ryan VanderMeulen
38167b2768 Merge fx-team to m-c. 2014-01-16 14:52:17 -05:00
Ryan VanderMeulen
5a8f6f7e94 [Australis] Backed out changeset db5091d58b58 (bug 959848) for mochitest-bc orange.
DONTBUILD
2014-01-16 14:27:42 -05:00
Ryan VanderMeulen
0525f84b07 Backed out changeset 9c3ddd178154 (bug 859751) for Windows mochitest-other failures.
CLOSED TREE
2014-01-16 13:50:19 -05:00
Luke Wagner
6aac14d939 Bug 916612 - Increase maximum number of local variables to 2^28 (r=wingo)
--HG--
extra : rebase_source : d01ba20678957b25426d089c2905f5db657dca90
2014-01-16 12:41:46 -06:00
Andrew McCreight
81742dea44 Back out a669a3d25d38 for breaking everything on this CLOSED TREE 2014-01-16 10:07:17 -08:00
Gaia Pushbot
f3ec9287e0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a4c7ffc5619e
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15391 from jrburke/bug960290-email-trigger-offscreen

Bug 960290 - email: possible to trigger off-screen compose button r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/4bccb09ddfb7
Author: jrburke <jrburke@gmail.com>
Desc: Bug 960290 - email: possible to trigger off-screen compose button
2014-01-16 09:35:27 -08:00
Ryan VanderMeulen
9808ea1646 Backed out changeset 013f33d242e2 (bug 945323) for B2G mochitest failures. 2014-01-16 12:12:07 -05:00
Luke Wagner
a3871deb2e Bug 916612 - Put back the baseline nslots check (r=djvj)
--HG--
extra : rebase_source : a0381609778964a2b55439368720412ff430bf55
2014-01-16 11:02:03 -06:00
Luke Wagner
128328702b Bug 916612 - Move the too-many args+vars checks (r=wingo)
--HG--
extra : rebase_source : 37d14fb62f780aa977d961028e6f30c572771744
2014-01-16 11:02:01 -06:00
Monica Chew
7f2f66c434 Bug 919076: Change Downloads.jsm createNiceUnique to create files with mode 644 (r=paolo) 2014-01-16 08:57:17 -08:00
Luke Wagner
600ca726d8 Bug 916612 - Inflate stackDepth width in try notes (r=wingo)
--HG--
extra : rebase_source : 2b5e71bc41468387e3f410d693e82f94686599d2
2014-01-16 10:56:57 -06:00
Luke Wagner
e6d30c5c9b Bug 916612 - Inflate the slot width and decrease the hop width in UpvarCookie/ScopeCoordinate (r=wingo)
--HG--
extra : rebase_source : 2e4fa769d0c0f0b15832bd73d789ac36435a2b74
2014-01-16 10:56:53 -06:00
Andrew McCreight
f0ad35822f Bug 959484 - de-THREADSAFE XPConnect. r=bholley 2014-01-16 08:49:26 -08:00
Andrew McCreight
f52ef6397a Bug 959485, part 5 - Remove success from nsJSCID::NewID. r=gabor 2014-01-16 08:49:26 -08:00
Andrew McCreight
a3900df1a3 Bug 959485, part 4 - Cleanup nsJSCID::NewID. r=gabor 2014-01-16 08:49:26 -08:00
Andrew McCreight
c8808c8aad Bug 959485, part 3 - Cleanup nsJSIID::NewID. r=gabor 2014-01-16 08:49:26 -08:00
Andrew McCreight
4863dee6d2 Bug 959485, part 2 - Cleanup nsJSID::NewID. r=gabor
note that nsJSID::NewID(const char* str) isn't used
2014-01-16 08:49:25 -08:00
Andrew McCreight
b6a2f503ca Bug 959485, part 1 - Remove null checks of the result of new nsJS*ID. r=gabor 2014-01-16 08:49:25 -08:00
Andrew McCreight
57b34ac824 Bug 959413, part 4 - Get rid of a pointless null check in nsXPCComponents_Constructor. r=bholley 2014-01-16 08:49:25 -08:00
Andrew McCreight
eae2f4253b Bug 959413, part 3 - Smart pointerize nsXPCConstructor. r=bholley 2014-01-16 08:49:25 -08:00
Andrew McCreight
9b90661651 Bug 959413, part 2 - Smart pointerize nsXPCComponents. r=bholley 2014-01-16 08:49:25 -08:00
Andrew McCreight
bccbec4344 Bug 959413, part 1 - Remove null checks of new return values in XPC_IMPL_GET_OBJ_METHOD. r=bholley 2014-01-16 08:49:24 -08:00
Ryan VanderMeulen
25157d7478 Backed out changeset aa8e746be488 (bug 944579) for bustage. 2014-01-16 11:41:40 -05:00
Luke Wagner
c33c55d6c6 Bug 916612 - don't set shortid for CallObject properties (r=wingo)
--HG--
extra : rebase_source : 8f311bd1a4d9a3bbe35f433ebf6923989a4081b5
2014-01-16 10:23:19 -06:00
Luke Wagner
d08877c482 Bug 916612 - rm some unused JOF_* bits (r=wingo)
--HG--
extra : rebase_source : 6155e21575185241e792757abb13efceb3da4396
2014-01-16 10:23:19 -06:00
Luke Wagner
d96baf20ea Bug 916612 - rm JSScript::nfixed (r=wingo)
--HG--
extra : rebase_source : 6185ed8b87bf8d9106f2ece0be0c39db4fa8a3eb
2014-01-16 10:23:17 -06:00
Gaia Pushbot
377a31ab79 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e1445ee1e070
Author: sasikala.paruchuri <sasikala.paruchuri@lge.com>
Desc: Bug 878603 - [Messages] Always show the counter for available characters from 20 instead of 10 r=julien

========

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

Bug 945150 - [DSDS] SIM manager(when PIN locked or no SIM), Call Settings, Message Settings and Cellular & Data are still accessible when airplane mode is on. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/d2bd6cc638d6
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 945150 - [DSDS] SIM manager(when PIN locked or no SIM), Call Settings, Message Settings and Cellular & Data are still accessible when airplane mode is on.
2014-01-16 08:20:16 -08:00
Luke Wagner
65ed60085f Bug 916612 - rm unnecessary macros (r=wingo)
--HG--
extra : rebase_source : bdd9aa475195627840865439ec878b847fb0ff7d
2014-01-16 09:41:27 -06:00
Neil Rashbrook
c87c6e9ed2 Bug 940040 Pressing and releasing "Alt" should not open the File menu on Linux r=enndeakin 2014-01-16 19:31:12 +00:00
Terrence Cole
f017da90d9 Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
--HG--
extra : rebase_source : ace7b0fa6ba93acbf0ec8ecaeb68ffa287a33665
2014-01-16 09:48:58 -08:00
Gaia Pushbot
2fcce6acc5 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c5a892f84686
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15415 from KevinGrandon/revert_pr_15065

Revert "Bug 957100 - [Settings] add marionette for b2g-improve and feedback page"

========

https://hg.mozilla.org/integration/gaia-central/rev/f67de4427dd1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 957100 - [Settings] add marionette for b2g-improve and feedback page"

This reverts commit 0b49a29ae694f55333ab2a0054d85597a3e5582d.

========

https://hg.mozilla.org/integration/gaia-central/rev/4a33e55f12f2
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #15403 from etiennesegonzac/bug-849223-css-system-settings

Bug 849223 - Adding default values for the gaia.ui.* theming settings

========

https://hg.mozilla.org/integration/gaia-central/rev/e3a9e471ab5a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 849223 - Adding default values for the gaia.ui.* theming settings
r=vingtetun
2014-01-16 07:30:16 -08:00
Gaia Pushbot
eea6a3ce4f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/326c64dcff8e
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #15370 from arcturus/bug-952482

Bug 952482 - [FTE] "SIM 1" is written to enter the PIN for the SIM, even...

========

https://hg.mozilla.org/integration/gaia-central/rev/ed59d0a903a6
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 952482 - [FTE] "SIM 1" is written to enter the PIN for the SIM, even when the phone is single sim
2014-01-16 06:15:16 -08:00
Gaia Pushbot
f0fff279ef Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7a3acb50fd99
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #15310 from arcturus/bug-953098

Bug 953098 - [Fugu][Contact] Search bar is unavailable after deleting co...

========

https://hg.mozilla.org/integration/gaia-central/rev/98da7902359d
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 953098 - [Fugu][Contact] Search bar is unavailable after deleting contact in the search results

========

https://hg.mozilla.org/integration/gaia-central/rev/e83044769b40
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15314 from dwilsoncaf/bug-947504-master

Bug 947504 - Only enable HwcComposer2D by default if hardware support it

========

https://hg.mozilla.org/integration/gaia-central/rev/2fad337e28ff
Author: Diego Wilson <dwilson@codeaurora.org>
Desc: Bug 947504 - Only enable HwcComposer2D by default if hardware support it

========

https://hg.mozilla.org/integration/gaia-central/rev/f09c0eb1dfb1
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15244 from allstarschh/Bug958423

Bug 958423 - ndef in 'nfc-manager-tech-discovered' is two levels

========

https://hg.mozilla.org/integration/gaia-central/rev/fb390c0fe430
Author: allstars.chh <allstars.chh@gmail.com>
Desc: Bug 958423 - ndef in 'nfc-manager-tech-discovered' is two levels of array.
2014-01-16 05:50:16 -08:00
Shawn Huang
1793a7b7be Bug 953034 - Part 2: Change MediaNumber type to uint64_t. r=gyeh 2014-01-16 08:39:34 -05:00
Shawn Huang
08d8978fb6 Bug 953034 - Part 1: Reply RegisterNotification event EVENT_TRACK_CHANGED with correct parameter whether a track is selected or not. r=gyeh 2014-01-16 08:39:14 -05:00
Chuck Lee
bcc2830cea Bug 948743 - Query interface stat directly. r=vchang, r=acperez 2014-01-16 09:57:26 +08:00
Gijs Kruitbosch
4be51fcd23 Bug 959848 - Australis' customize mode drag/reordering behavior in customization mode causes some unwanted movement, r=jaws
--HG--
extra : rebase_source : ce2efc03b00d45731b6027994620bcfc9073810d
2014-01-16 00:44:48 +01:00
Sam Foster
12a6910a85 Bug 957806 - Implement new design for netError pages. r=rsilveira 2014-01-16 09:36:31 -08:00
Andy Wingo
ef3f7a8a78 Bug 960168 - Reified block scopes should prevent magic optimized arguments. r=luke 2014-01-15 19:37:09 +01:00