Commit Graph

223702 Commits

Author SHA1 Message Date
Ms2ger
230617c722 Bug 914067 - Remove JSVAL_VOID from dom/; r=jst 2015-01-14 08:59:06 +01:00
Mike Hommey
accf8e5129 Bug 1120680 - Use tooltool gcc as HOST_CC/HOST_CXX on cross-compiled builds (gonk/android). r=mshal 2015-01-14 15:20:18 +09:00
Mike Hommey
628a1b5bd3 Bug 1120937 - Properly initialize the session field from C_OpenSession in the PKCS#11 test module. r=dkeeler 2015-01-14 15:18:50 +09:00
Mike Hommey
cf7eaf9fec Bug 1121314 - Avoid needing the arena in chunk_alloc_default to avoid possible infinite loops involving a0malloc. r=njn
The infinite loop happens if chunk_alloc_arena needs to be called when a0malloc
is called. It in turn calls chunk_alloc_default, which uses tsd, which calls
a0malloc if it's the first time the tsd is being gotten from the current thread.
tsd only uses a0malloc on platforms where there is no native thread local storage
support, which, for Mozilla, essentially means anything that is not Linux.

But the tsd is only neededto get the dss precedence setting of the given arena.
That setting has no effect when dss is disabled, which it is on Windows and Mac.

Moreover, the default setting for dss precedence is "secondary", which means
jemalloc only tries dss after it failed to get memory with mmap/VirtualAlloc.
Considering the cases where mmap/VirtualAlloc would fail essentially means
there is shortage of address space, sbrk() is not going to have much more
success, so we might as well disable dss support on all platforms, avoiding
the infinite loop problem on Android and B2G as well.
2015-01-14 15:18:49 +09:00
Mike Hommey
4a3ce685f8 Bug 1120798 - Use a larger realloc in one of the DMD tests so that it passes for mozjemalloc as well as jemalloc3. r=njn 2015-01-14 15:18:49 +09:00
B2G Bumper Bot
6ea4d8a5eb Bumping manifests a=b2g-bump 2015-01-13 22:13:24 -08:00
B2G Bumper Bot
bbdc54f0ca Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3f1ebdadd404
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1116128 - Follow-up, fix comment typo r=kgrandon
2015-01-13 22:11:45 -08:00
Nicholas Nethercote
e7f3233097 Bug 1120476 (part 4) - Remove PLDHashTableOps::finalize. r=froydnj.
--HG--
extra : rebase_source : b14dda8cdd5cd896d1e32950e38b2a9f7da4d99e
2015-01-13 19:02:35 -08:00
Dragana Damjanovic
3df21679ad Bug 862856 - Send Http Activity notifications for speculative connections. r=mcmanus 2015-01-14 03:54:00 +01:00
Kartikaya Gupta
4942ecc965 Back out bug 1119497 and one patch from bug 920036 for causing bug 1121033. r=me 2015-01-13 21:16:51 -05:00
Wes Kocher
1750ca16cb Merge m-c to b2g-inbound a=merge 2015-01-13 17:46:54 -08:00
Wes Kocher
948c30703f Merge fx-team to m-c a=merge 2015-01-13 17:44:56 -08:00
Wes Kocher
72d3b18c7f Merge b2g-inbound to m-c a=merge 2015-01-13 17:38:53 -08:00
Wes Kocher
9c898a9d64 Merge inbound to m-c a=merge 2015-01-13 16:52:16 -08:00
Nicholas Nethercote
00b5865c2a Bug 1120476 (part 3) - Remove PLDHashTable::data. r=froydnj.
--HG--
extra : rebase_source : 24d10af3dbce3ada5252503bc80bb1a4e31bc1c9
2015-01-13 16:42:13 -08:00
Nicholas Nethercote
12b6744255 Bug 1120476 (part 2) - Avoid using PLDHashTable::data in nsCommandParams. r=froydnj.
--HG--
extra : rebase_source : 892170937a41229301be81236d2517f09e20138d
2015-01-13 16:40:47 -08:00
Nicholas Nethercote
cdc93d12e8 Bug 1120476 (part 1) - Avoid using PLDHashTable::data in nsPropertyTable. r=froydnj.
--HG--
extra : rebase_source : bb9749edf5c8e1c0212ea5e4f1f7105d829714c7
2015-01-13 16:40:00 -08:00
Chris Pearce
01920bac25 Bug 1112822 - Don't allow MP4Reader to decode if someone shut it down. r=mattwoodrow 2015-01-15 15:49:38 +13:00
Jeff Gilbert
bf46963b77 Bug 1089981 - Reftest both initial and steady-state frame. - r=kamidphish 2015-01-14 18:04:50 -08:00
B2G Bumper Bot
bd92790c7f Bumping manifests a=b2g-bump 2015-01-13 16:13:26 -08:00
B2G Bumper Bot
b0c9b659b6 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5d28b117f96e
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1116128 - Adding some fuzz to the vertical swipe test. r=kgrandon
2015-01-13 16:11:48 -08:00
Luke Wagner
5168734b00 Bug 1121185 - relax final-return-statement rules (r=bbouvier)
--HG--
extra : rebase_source : fe5ae28a2d110c128373b166ca07be99e9995625
2015-01-13 16:09:57 -06:00
Andrew McCreight
44acd4a649 Bug 1121263 - Increase tab process leak threshold on OSX to paper over intermittent leak. r=jmaher 2015-01-14 10:06:46 -08:00
Aaron Klotz
151c632b09 Bug 1117398: Ensure NPP entry points are handled properly with async plugin init on linux; r=jimm
--HG--
extra : rebase_source : 07df58ca09190d214af0a08503da315ca904b899
2015-01-14 10:55:41 -07:00
Kartikaya Gupta
063b15bc9c Bug 1117712 - Gtest. r=botond 2015-01-14 10:41:38 -05:00
Botond Ballo
bf5d010493 Bug 1117712 - Update the screen-to-local transform matrix for an input block if the target APZC changes. r=kats 2015-01-14 10:16:26 -05:00
B2G Bumper Bot
3c4a5a60ef Bumping manifests a=b2g-bump 2015-01-13 13:42:01 -08:00
JW Wang
f9fc3ad6f1 Bug 1112588 - ingore 'stalled' events because the progress timer could time out before receiving any HTTP notifications on slow machines like B2G emulator. r=cpearce 2015-01-13 22:40:00 +01:00
ziyunfei
31871b384f Bug 896608 - Implement ES6 %TypedArray%.{of, from}. r=evilpie, till 2015-01-14 10:06:00 +01:00
JerryShih
f242ce34bc Bug 1121331 - Part3: VsyncChild actor and VsyncRefreshTimer creation. r=roc r=bent 2015-01-14 00:38:00 +01:00
JerryShih
4c6f90c4fe Bug 1121331 - Part2: Vsync aligned refresh timer. r=roc r=mchang 2015-01-14 00:38:00 +01:00
JerryShih
23047bb1cd Bug 1121331 - Part1: PVsync protocol for vsync event passing. r=bent 2015-01-14 00:37:00 +01:00
B2G Bumper Bot
4ef94f63e8 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d459c49070f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1117976 - Disable intermittent statusbar_test.js | First Time Use > statusbar icons should change r=kgrandon

========

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

Bug 1120712 - Bump gaia node modules for marionette file manager bump

========

https://hg.mozilla.org/integration/gaia-central/rev/2122c02dbc9f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1120712 - Bump gaia node modules for marionette file manager bump r=kgrandon

========

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

Bug 1104704 - Intermittent browser_chrome_share_web_result_test.js | Browser Chrome - Share Web Result share web result via e-mail r=cwiiis r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/c3be5fca78a2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1104704 - Intermittent browser_chrome_share_web_result_test.js | Browser Chrome - Share Web Result share web result via e-mail
2015-01-13 13:36:49 -08:00
Dave Hylands
78abb6288b Bug 1082290 - Add memory cgroup support to FxOS process control. r=gsvelto 2015-01-13 12:12:32 -08:00
Jim Blandy
44c5a661e6 Bug 1121080: Fix comments in Move.h explaining perfect forwarding. DONTBUILD r=waldo
--HG--
extra : rebase_source : 442e1c63b4e817121857be2452b40cc27abf4d5e
extra : amend_source : c851c81e48401affa9fcb7b53817d9a77ac89ecf
2015-01-13 10:48:58 -08:00
Matt Woodrow
5c5fd7175d Bug 1121661 - Null check mDemuxer in MP4Reader::ResetDecoder since we might not have created one yet. r=bholley 2015-01-15 14:42:49 +13:00
Wes Kocher
ea25f48f64 Backed out 4 changesets (bug 963879) for jit1 bustage
Backed out changeset 4acf60209a94 (bug 963879)
Backed out changeset bbbcf8b4d66d (bug 963879)
Backed out changeset dd7b619dc152 (bug 963879)
Backed out changeset b14f46d65f73 (bug 963879)
2015-01-14 17:11:23 -08:00
Markus Stange
4fd0876d1c Bug 1121591 - Add nsIProfiler.dumpProfileToFile. r=BenWa 2015-01-14 19:05:32 -05:00
Markus Stange
cbc80877d8 Bug 1121576 - Profile the compositor thread by default. r=BenWa 2015-01-14 19:05:25 -05:00
Markus Stange
a902728dbe Bug 1118228 - Add an lldb helper that allows calling functions without debug info. r=jrmuizel, r=ehsan 2015-01-14 19:04:24 -05:00
Benoit Girard
f97773fb06 Bug 1068190 - Part 1: Add foundation for compositor unit tests. r=mstange 2015-01-14 17:24:09 -05:00
Daniel Holbert
7a80463004 Bug 1058954 followup: reorder crashtest.list to preserve numerical order. (no review, test manifest only) 2015-01-14 15:53:07 -08:00
Brian Smith
e3ae03d594 Bug 1119075, Part 2: Fix typo, r=waldo 2015-01-14 15:45:48 -08:00
Kartikaya Gupta
5ee8d5a694 Bug 1107009. r=BenWa 2015-01-13 13:26:26 -05:00
Ben Hearsum
8662732c92 bug 1121015: Dolphin non-engineering nightlies are broken. r=callek, a=bustage 2015-01-13 12:26:23 -05:00
B2G Bumper Bot
64bdc905ae Bumping manifests a=b2g-bump 2015-01-13 08:38:38 -08:00
Carsten "Tomcat" Book
bb1b5ea5b3 merge fx-team to mozilla-central a=merge 2015-01-13 14:27:06 +01:00
Carsten "Tomcat" Book
fcf963f274 merge mozilla-inbound to mozilla-central a=merge 2015-01-13 14:24:21 +01:00
Yoshi Huang
e0b9b1ffc6 Bug 1120881 - MozNFCTag.canBeMadeReadOnly is incorrect. r=dimi
From 554e0cb358165b90abdf03acaf560ccd489f5c45 Mon Sep 17 00:00:00 2001
---
 dom/nfc/nsNfc.js | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
2015-01-13 18:36:43 +08:00
Eddy Bruël
b41f4e3c13 Bug 1105652 - Handle uncaught promise rejections in the style editor;r=bgrins 2015-01-13 10:50:20 +01:00