Commit Graph

401015 Commits

Author SHA1 Message Date
Michal Novotny
43ffdfdac7 Bug 1117585 - Disk consumption observers could get released on the cache thread, r=jduell 2015-01-14 15:38:27 +01:00
Ehsan Akhgari
497a2e8e51 Bug 1120622 - Define MOZ_SUPPORT_ASSERT_CONDITION_TYPE_VALIDATION for all gcc versions now that we don't support 4.4 any more; r=froydnj 2015-01-14 09:00:34 -05:00
Ehsan Akhgari
5d95da7070 Bug 1120620 - Bump the MFBT gcc requirement to 4.6; r=froydnj 2015-01-14 09:00:33 -05:00
Carsten "Tomcat" Book
d77369360c Merge mozilla-central to mozilla-inbound 2015-01-14 14:48:19 +01:00
Roshan Vidyashankar
ef3ed9df00 Bug 1058948 - Disable History & Location APIs in prerendering; r=jst 2015-01-14 08:35:02 -05:00
Carsten "Tomcat" Book
fedd16f693 merge b2g-inbound to mozilla-central a=merge 2015-01-14 14:29:27 +01:00
Carsten "Tomcat" Book
9a34b72c5f merge fx-team to mozilla-central a=merge 2015-01-14 14:25:18 +01:00
Hannes Verschore
30c2a8ab03 Bug 1118180: Tracelogger: Remove static initializations, r=bbouvier 2015-01-14 14:11:48 +01:00
Andrea Marchesini
62a123ba98 Bug 1121406 - Enable WebSocket-in-Workers by default in release builds, r=smaug 2015-01-14 12:50:06 +00:00
Andrea Marchesini
07e6e99ea8 Bug 966439 - BroadcastChannel API - patch 10 - explicit constructors are needed, CLOSED TREE 2015-01-14 12:40:19 +00:00
Jan de Mooij
cc20ca5b09 Bug 1120960 - Remove NativeObject::lookup workaround for MSVC bug. r=Waldo 2015-01-14 10:13:28 +01:00
Rahul
0a5acf2ca0 Bug 1093668 - Cleanup jsopcode.h. r=jandem 2015-01-14 10:05:46 +01:00
Lars T Hansen
08d0ec3a2d Bug 1120207 - Remove ForkJoin and ThreadPool from the sources. r=shu 2015-01-14 09:22:00 +01:00
Lars T Hansen
8dc276cac6 Bug 1119694 - remove Allocator. r=terrence 2015-01-14 09:22:00 +01:00
Lars T Hansen
f5debc0939 Bug 1119292 - disable ForkJoinContext and ThreadSafeContext. r=shu 2015-01-14 09:22:00 +01:00
Lars T Hansen
6f42dfd2a0 Bug 1119230 - yet more JIT bits for PJS. r=shu 2015-01-14 09:21:59 +01:00
Lars T Hansen
692ba33ebb Bug 1119230 - remove lingering JIT code for PJS. r=shu 2015-01-14 09:21:59 +01:00
Lars T Hansen
1608603caa Bug 1118170 - remove PJS-specific bits from the GC. r=terrence 2015-01-14 09:21:59 +01:00
David Anderson
02248cee29 Fix classic scrollbars getting occluded with containerless scrolling. (bug 1100756, r=roc)
--HG--
extra : rebase_source : fcf95ab0c435d9c29a6a3552fe05d7f1ad3bc0ec
2015-01-13 23:55:17 -08:00
Ms2ger
b83d21c58c Bug 914067 - Remove JSVAL_VOID from dom/; r=jst 2015-01-14 08:59:06 +01:00
Mike Hommey
d21e14d4d6 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
128c4e6069 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
af38583e2e 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
2e083509f2 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
27d3ab9f94 Bumping manifests a=b2g-bump 2015-01-13 22:13:24 -08:00
B2G Bumper Bot
2d9f798447 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
Kartikaya Gupta
cdac1b867f 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
3af458857c Merge m-c to b2g-inbound a=merge 2015-01-13 17:46:54 -08:00
Wes Kocher
b3151d95ae Merge fx-team to m-c a=merge 2015-01-13 17:44:56 -08:00
Wes Kocher
3f23ab427f Merge b2g-inbound to m-c a=merge 2015-01-13 17:38:53 -08:00
Wes Kocher
1b6efd5f54 Merge inbound to m-c a=merge 2015-01-13 16:52:16 -08:00
B2G Bumper Bot
e596774a43 Bumping manifests a=b2g-bump 2015-01-13 16:13:26 -08:00
B2G Bumper Bot
7612565b46 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
B2G Bumper Bot
88a2b4233c Bumping manifests a=b2g-bump 2015-01-13 13:42:01 -08:00
B2G Bumper Bot
d07dbd9f69 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
088b97b45b Bug 1082290 - Add memory cgroup support to FxOS process control. r=gsvelto 2015-01-13 12:12:32 -08:00
Kartikaya Gupta
421e78dd67 Bug 1107009. r=BenWa 2015-01-13 13:26:26 -05:00
Ben Hearsum
1fc5654b4c bug 1121015: Dolphin non-engineering nightlies are broken. r=callek, a=bustage 2015-01-13 12:26:23 -05:00
B2G Bumper Bot
1392a3aeff Bumping manifests a=b2g-bump 2015-01-13 08:38:38 -08:00
Carsten "Tomcat" Book
db958a2de5 merge fx-team to mozilla-central a=merge 2015-01-13 14:27:06 +01:00
Carsten "Tomcat" Book
f3a2dc46bd merge mozilla-inbound to mozilla-central a=merge 2015-01-13 14:24:21 +01:00
Eddy Bruël
a8c8dc1004 Bug 1105652 - Handle uncaught promise rejections in the style editor;r=bgrins 2015-01-13 10:50:20 +01:00
Eddy Bruël
3004465c29 Bug 1118806 - Handle uncaught promise rejections in the storage inspector;r=pbrosset 2015-01-13 10:05:20 +01:00
Xidorn Quan
a910edbc6b Bug 1115262 - Fix position of ruby annotation when writing mode is vertical-rl. r=jfkthame
--HG--
extra : source : ec2b2922a741fc5a62bc76c716529eda1b7fe5d0
extra : amend_source : 95bc6d9805f2c0cb9c4d76fcebb5defdd6c69660
2015-01-13 20:04:41 +11:00
Xidorn Quan
7969797ad3 Bug 1055658 part 4 - Revert RubyReflowState. r=dbaron
--HG--
extra : source : 27e60ddbd077439dadd09641ab54fc7eef09c69f
2015-01-13 20:04:41 +11:00
Xidorn Quan
72aad2a249 Bug 1055658 part 3 - Add reftests for ruby annotation relative positioning. r=dbaron
--HG--
extra : source : 1be2cf7edc4219582496a9faba5b4f40fd73a33b
2015-01-13 20:04:41 +11:00
Xidorn Quan
58446e500f Bug 1055658 part 2 - Add relative positioning support for ruby annotations. r=dbaron
--HG--
extra : source : e15efc6ea7d8fd27cbb334fbab2ba85b0f6868dd
2015-01-13 20:04:41 +11:00
Xidorn Quan
109db9aef5 Bug 1055658 part 1 - Move code for applying relative position to an independent method. r=dbaron
--HG--
extra : source : 7ba6cbbf02828b4d6d55bd056e92243423eab6d0
2015-01-13 20:04:41 +11:00
Makoto Kato
99d55a9966 Bug 1120747 - dom.ipc.plugins.flash.disable-protected-mode might not work when launching Flash is immediately. r=aklotz 2015-01-13 18:00:30 +09:00
Jamin Liu
df265548a3 Bug 1120774 - Include a header file for nsITelephonyCallInfo in bluetooth2/BluetoothRilListener.h. r=btian 2015-01-13 15:05:32 +08:00