Botond Ballo
a53babd8c4
Bug 1117712 - Defer application of screen-to-local transform matrix until AsyncPanZoomController::HandleInputEvent(). r=kats
2015-01-12 17:20:15 -05:00
Botond Ballo
c79aa01ce0
Bug 1117712 - Introduce AsyncPanZoomController::GetTransformToThis(). r=kats
2015-01-09 20:15:19 -05:00
Kartikaya Gupta
f2e69b3fbc
Bug 1117712 - Refactor some code to transform input events. r=botond
2015-01-09 13:39:08 -05:00
Andrea Marchesini
b8ad4b9c79
Bug 1121481 - Ternary operator compilation fixed with GCC 4.6.4, r=mrosenberg
2015-01-14 17:55:33 +00:00
Ryan VanderMeulen
50e83fe029
Bug 1120680 - Update Dolphin as well. r=bhearsum
2015-01-14 12:54:04 -05:00
Terrence Cole
e39f6f5601
Bug 1110931 - interFrameGC is only accessed from the main thread; r=sfink
2014-12-18 10:17:06 -08:00
Masatoshi Kimura
e11e374805
Bug 1120062 - Part 2: Remove use of IsNullPointer. r=waldo
2015-01-15 02:09:11 +09:00
Ryan VanderMeulen
050f1df69c
Backed out 11 changesets (bug 966439, bug 1121472) for causing widespread test failures and because inbound isn't Try and shouldn't be treated as such.
...
Backed out changeset e6cd15d43b5a (bug 1121472)
Backed out changeset 4f9788639f3f (bug 966439)
Backed out changeset ac9a967e5a10 (bug 966439)
Backed out changeset 14d322737871 (bug 966439)
Backed out changeset 8f941e519580 (bug 966439)
Backed out changeset b82d1010c6b4 (bug 966439)
Backed out changeset 2c29a52a03bd (bug 966439)
Backed out changeset e4b0802a3f06 (bug 966439)
Backed out changeset bdc9a0310034 (bug 966439)
Backed out changeset 6b3ae19628e6 (bug 966439)
Backed out changeset 3d23e775033a (bug 966439)
CLOSED TREE
2015-01-14 11:46:14 -05:00
Andrea Marchesini
0056114e49
Bug 1121472 - Fix BroadcastChannel test failures in webplatform suite on a CLOSED TREE. r=bz
2015-01-14 06:45:00 +01:00
Lars T Hansen
3246b0f26a
Bug 1120063 - include SharedTypedArray in a guard. r=efaust
2015-01-14 16:22:22 +01:00
Brian Hackett
493792ecf6
Bug 1116017 - Don't scan all type sets in compartments on type mutations, r=jandem.
2015-01-14 08:00:28 -07:00
Ujjwal Wahi
06cd80b23d
Bug 1121037 - Release mozprofile 0.23. r=whimboo
2015-01-13 23:56:57 +05:30
Botond Ballo
386ec63dd4
Bug 1120400 - Adjust the code for aligning fixed and sticky layers to account for the transform changes in bug 1076241. r=kats
2015-01-12 16:51:04 -05:00
Michal Novotny
24b851c910
Bug 1117585 - Disk consumption observers could get released on the cache thread, r=jduell
2015-01-14 15:38:27 +01:00
Ehsan Akhgari
920af07cf9
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
541efe5b60
Bug 1120620 - Bump the MFBT gcc requirement to 4.6; r=froydnj
2015-01-14 09:00:33 -05:00
Carsten "Tomcat" Book
c2bb499470
Merge mozilla-central to mozilla-inbound
2015-01-14 14:48:19 +01:00
Roshan Vidyashankar
5ab6585022
Bug 1058948 - Disable History & Location APIs in prerendering; r=jst
2015-01-14 08:35:02 -05:00
Carsten "Tomcat" Book
ea914adc3c
merge b2g-inbound to mozilla-central a=merge
2015-01-14 14:29:27 +01:00
Carsten "Tomcat" Book
276e792150
merge fx-team to mozilla-central a=merge
2015-01-14 14:25:18 +01:00
Hannes Verschore
e3fdf8600c
Bug 1118180: Tracelogger: Remove static initializations, r=bbouvier
2015-01-14 14:11:48 +01:00
Andrea Marchesini
bf48ae5723
Bug 1121406 - Enable WebSocket-in-Workers by default in release builds, r=smaug
2015-01-14 12:50:06 +00:00
Andrea Marchesini
2914807a74
Bug 966439 - BroadcastChannel API - patch 10 - explicit constructors are needed, CLOSED TREE
2015-01-14 12:40:19 +00:00
Jan de Mooij
845df2597c
Bug 1120960 - Remove NativeObject::lookup workaround for MSVC bug. r=Waldo
2015-01-14 10:13:28 +01:00
Rahul
98fb736d35
Bug 1093668 - Cleanup jsopcode.h. r=jandem
2015-01-14 10:05:46 +01:00
Lars T Hansen
4c884d6442
Bug 1120207 - Remove ForkJoin and ThreadPool from the sources. r=shu
2015-01-14 09:22:00 +01:00
Lars T Hansen
0dbe0df683
Bug 1119694 - remove Allocator. r=terrence
2015-01-14 09:22:00 +01:00
Lars T Hansen
662e65bba1
Bug 1119292 - disable ForkJoinContext and ThreadSafeContext. r=shu
2015-01-14 09:22:00 +01:00
Lars T Hansen
2926bbfb81
Bug 1119230 - yet more JIT bits for PJS. r=shu
2015-01-14 09:21:59 +01:00
Lars T Hansen
b6b4a2b44e
Bug 1119230 - remove lingering JIT code for PJS. r=shu
2015-01-14 09:21:59 +01:00
Lars T Hansen
d0624c7b7c
Bug 1118170 - remove PJS-specific bits from the GC. r=terrence
2015-01-14 09:21:59 +01:00
David Anderson
7ae9b13ba1
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
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
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
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
B2G Bumper Bot
3c4a5a60ef
Bumping manifests a=b2g-bump
2015-01-13 13:42:01 -08: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
Kartikaya Gupta
5ee8d5a694
Bug 1107009. r=BenWa
2015-01-13 13:26:26 -05:00