Commit Graph

220221 Commits

Author SHA1 Message Date
Jamin Liu
30ab7420ff Bug 1065751 - Support AGPS with roaming cell by retrieving mcc & mnc from nsIMobileNetworkInfo. r=kchen 2014-12-18 17:51:00 +01:00
ziyunfei
ea859418b0 Bug 1111516 - Implement %TypedArray%.prototype.reverse. r=evilpie 2014-12-18 21:36:00 +01:00
Richard Marti
0568c61297 Bug 1112263 - Remove the border around checkbox-label-box and radio-label-box. r=jaws 2014-12-16 17:59:38 +01:00
Carsten "Tomcat" Book
9bb835a144 Backed out changeset 4757a1d4a23e (bug 1113282) for e10s M1 test failures 2014-12-19 09:00:07 +01:00
Andrea Marchesini
4a775b3930 Bug 1065366 - Implement ServiceWorkerGlobalScope update(), r=nsm
--HG--
extra : rebase_source : abdca619a27b46693ead93a6f468a40b2eeab2cf
2014-10-06 16:45:14 +01:00
Chris Peterson
91e979cfbc Bug 1113032 - Replace deprecated expression closures in about:newtab with real functions. r=ttaubert 2014-12-16 19:14:12 -08:00
Chris Peterson
6335c7bba0 Bug 1113031 - Replace deprecated expression closures in about:sessionrestore with real functions. r=ttaubert 2014-12-16 19:42:45 -08:00
Steve Fink
e92b5f7765 Bug 1113308 - Further fixes for Windows builds via autospider.sh, r=terrence
--HG--
extra : rebase_source : c18239800e95ec9837fdf5334675abe9744cd2ed
2014-12-18 17:06:08 -08:00
Bobby Holley
32cbe968f4 Bug 1113282 - Check during async TrackBuffer decoder initialization to make sure we haven't been shut down. r=cajbir 2014-12-18 22:26:52 -08:00
Nicholas Nethercote
54aa31c3fb Bug 1113037 - Use stack allocation in DrawTargetCG::FillGlyphs() in the common case. r=mattwoodrow.
When viewing about:memory in verbose mode this reduces the number of heap
allocations by over 10%.

--HG--
extra : rebase_source : 954962295dcd90d66d0e02f782998884de879f17
2014-12-18 21:23:30 -08:00
Nicholas Nethercote
9719fd2fcc Bug 1113037 - Use stack allocation in DrawTargetCairo::FillGlyphs() in the common case. r=mattwoodrow.
--HG--
extra : rebase_source : f6270322664121cec3c82a7448c80963df6b0e5f
2014-12-18 21:23:28 -08:00
Nicholas Nethercote
b38636d041 Bug 1112968 - dmd.py: Tweak the --alloc-fns list for better effect on Windows. r=mccr8.
--HG--
extra : rebase_source : 3dc8a09f9a22bf234406c0ff89d7b4050c7908e7
2014-12-18 18:59:53 -08:00
Jordan Lund
82d9497e96 Bug 1073772 - Releng work for two ARMv7 APKs - nonuni mozconfig fix for api 11, r=rnewman 2014-12-18 20:58:50 -08:00
Chris Peterson
f1412f5ff4 Bug 1113210 - Suppress -Wunused-function clang warning about AtkSocketAccessible.cpp's gobject RTTI macros. r=tbsaunde 2014-12-18 12:17:53 -08:00
Seth Fowler
cdcbbdf794 Bug 1111041 - Detect PR_GetPhysicalMemorySize failure in SurfaceCache. r=dholbert 2014-12-18 19:50:56 -08:00
Cameron McCormack
a2a8c92c86 Bug 649145 - Store properties on nsCSSCompressedDataBlocks in declaration order. r=dbaron 2014-12-19 14:32:34 +11:00
Nicholas Nethercote
a19a4f6f38 Bug 1113010 (part 2) - Shrink FrameConstructionItem by using bitfields. r=dholbert.
This reduces its size from 168 bytes to 160 bytes on 64-bit platforms.

--HG--
extra : rebase_source : de9bb482ccbdb85efa79f82083fa8f35bb629078
2014-12-18 14:15:18 -08:00
Nicholas Nethercote
e3885c6a1c Bug 1113010 (part 1) - Shrink FrameConstructionItem by reordering some fields. r=dholbert.
This reduces its size from 176 bytes to 168 bytes on 64-bit platforms.

--HG--
extra : rebase_source : 89b4f1c6e618eb1ab75989162c26308753a59d56
2014-12-18 14:14:58 -08:00
Nicholas Nethercote
a8dda673bd Bug 1113010 (part 0) - Remove impossible path in AddFrameConstruct(). r=dholbert.
Infallible new ensures that |item| is always non-null. And even if it didn't,
AppendItem() dereferences |item| before this code is reached.

--HG--
extra : rebase_source : 9abb8704ba03f455d6b77c5735fcb6cde4f8fef8
2014-12-18 14:14:31 -08:00
Xidorn Quan
2c586157aa Bug 1103644 - Try default browser for "mach resource-usage" if the specified one doesn't work. r=gps DONTBUILD
--HG--
extra : rebase_source : 78aa8c5f3e89dae0680f5688d0b0c80093e7549b
extra : amend_source : bd2dfce52c1647831dba1b3fbb2790bfce0beae0
extra : histedit_source : 2f0640e53e7ac359e4c050f73f86546518211e1e
2014-12-19 09:50:20 +11:00
Nathan Froyd
f4a5c0b55a Bug 1109302 - make moz.build *SOURCES variables emit proper objects; r=gps
Having SOURCES and its close relatives go through VariablePassthru
objects clutters the handling of VariablePassthru in build backends and
makes it less obvious how to handle things that actually get compiled.

Therefore, this patch introduces four new moz.build objects
corresponding to the major variants of SOURCES.  It looks like a large
patch, but there's an ample amount of new tests included, which accounts
for about half of the changes.
2014-12-09 16:45:59 -05:00
Bill McCloskey
a58fb11a41 Bug 1113006 - Screen manager ScreenForBrowser message should return primary screen as fallback (r=mconley) 2014-12-18 17:36:20 -08:00
Bill McCloskey
206c382c42 Bug 1111412 - Make sure slow script timeout is initialized when event starts running (r=bholley) 2014-12-18 17:36:20 -08:00
Bill McCloskey
1afc4a3dca Bug 1105039 - Use high prio messages rather than intr for profiling (r=mconley) 2014-12-18 17:36:17 -08:00
Bill McCloskey
0ae0ad22ad Bug 1109883 - Use urgent messages for protocol bridging (r=bent) 2014-12-18 17:35:48 -08:00
Bill McCloskey
c55c90fdd7 Bug 1109883 - Allow urgent prio messages to be sent to child (r=dvander) 2014-12-18 17:35:48 -08:00
Bill McCloskey
25a2d73d0f Bug 1110938 - Add timeout for CPOWs (default to 0) (r=dvander) 2014-12-18 17:35:44 -08:00
Bill McCloskey
2bb9dd3512 Bug 1110938 - Use message sequence number for transaction ID in MessageChannel (r=dvander) 2014-12-18 17:34:25 -08:00
Bill McCloskey
ec264bed94 Bug 1109372 - Stop using CPOWs for isTabEmpty (r=dao) 2014-12-18 17:34:25 -08:00
Bill McCloskey
2dfcf804fc Bug 1102640 - [e10s] Shouldn't be able to create CPOWs to the inner window (r=mrbkap) 2014-12-18 17:34:24 -08:00
Bill McCloskey
52d9ccaf3d Bug 1102637 - [e10s] Control CPOW logging with env var (r=mrbkap) 2014-12-18 17:34:24 -08:00
Bill McCloskey
21e71d7986 Bug 1102637 - [e10s] Log the address of objects sent using CPOWs (r=mrbkap) 2014-12-18 17:34:24 -08:00
Bill McCloskey
b8b4596a41 Bug 1102636 - Unwrap objects before returning their address in objectAddress (r=sfink) 2014-12-18 17:34:24 -08:00
Bill McCloskey
772a701742 Bug 1102643 - Track add-on ID in e10s shims (r=mconley) 2014-12-18 17:34:24 -08:00
Bill McCloskey
9a33dcc272 Bug 1072980 - Don't pass document CPOW to context menu (r=ally) 2014-12-18 17:34:24 -08:00
Bill McCloskey
85e73d3dc5 Bug 1072980 - Ensure event.currentTarget is correct in event shim (r=ally) 2014-12-18 17:34:24 -08:00
Bill McCloskey
3f36727f7a Bug 1072980 - Don't use CPOW in special powers (r=ally) 2014-12-18 17:34:23 -08:00
Bill McCloskey
a3f051dc0a Bug 1072980 - Add test for passing CPOWs to C++ (r=mrbkap) 2014-12-18 17:34:23 -08:00
Bill McCloskey
8a5acb46fc Bug 1072980 - Don't pass CPOW as notificationCallbacks in nsIAboutProtocol shim (r=ally) 2014-12-18 17:34:23 -08:00
Bill McCloskey
8e300b5e0b Bug 1072980 - Don't allow CPOWs to be passed to C++ functions (r=mrbkap) 2014-12-18 17:34:23 -08:00
Christoph Kerschbaumer
e832d45713 Bug 1113323 - Revert change to make sure loadInfo exists before dereferencing the object (r=sicking) 2014-12-18 13:14:54 -08:00
Prabhjyot Singh Sodhi
78f5368e85 Bug 1112830 - Changed mCumulativeResolution of FrameMetrics.h to private and all correspondings files using this variable using getters and setters;r=kats 2014-12-18 19:33:18 -05:00
Byron Campen [:bwc]
413ce9467a Bug 1111299: Make sure we don't prioritize random codecs. r=jesup 2014-12-18 16:05:12 -08:00
Christoph Kerschbaumer
04f803d671 Bug 1113323 - Make sure loadInfo exists before dereferencing the object (r=sicking) 2014-12-18 13:14:54 -08:00
Byron Campen [:bwc]
5310184bc7 Bug 1107307: Teach JsepSessionImpl to handle rtcp-fb:* r=drno 2014-12-04 09:26:59 -08:00
Josh Matthews
cb188bcb02 Bug 1112765 - Add an overridable trace hook to BaseProxyHandler. r=efaust 2014-12-17 16:33:28 -05:00
Kaustabh Datta Choudhury
b81dfe1a93 Bug 1112609 - Bisect Chunk does not run. r=jmaher 2014-12-18 11:09:00 -05:00
Andreas Pehrson
4b85307c41 Bug 1111831 - Play the video element in test_multiple_mediastreamtracks.html to ensure metadata gets loaded. r=roc 2014-12-15 14:45:00 -05:00
R Kent James
4646617981 Bug 1111063 - Support XPCOMBinary with msvcrt=static. r=glandium 2014-12-12 16:33:00 -05:00
Milan Sreckovic
24a732e527 Bug 1101685 - Optionally assert in loggers, default to true on gfxCriticalError. Clean up the calls where large texture sizes were triggering the asserts in tests. r=nical 2014-12-17 17:54:04 -05:00