Граф коммитов

280938 Коммитов

Автор SHA1 Сообщение Дата
Kyle Huey 49a82b0553 Bug 682852: Remove ancient test gunk. r=me 2011-08-30 13:39:19 -04:00
Mike Hommey ade19b5c7a Bug 659311 - Avoid clobber between profile generate and use passes of PGO builds. r=ted 2011-05-24 16:19:15 +02:00
Mike Hommey 7ed4f47cad Bug 683171 - Properly disable GENERATE_CACHE when cross compiling. r=khuey 2011-08-30 17:52:41 +02:00
Matheus Kerschbaum ec81cf0aa1 Bug 682751 - Remove build/hcc and build/hcpp from js/src r=bustage 2011-08-29 21:02:47 +01:00
Matheus Kerschbaum 5a21878cf6 Bug 682751 - Remove build/hcc and build/hcpp r=ted 2011-08-29 20:17:17 +01:00
Ted Mielczarek a5d5a1c7e9 bug 681716 - use dlopen linking glue on iOS. r=bsmedberg 2010-11-05 09:11:57 -04:00
Kyle Huey 48c2d12f38 Bug 679945: Add whether or not the DLL blocklist hook was installed successfully to telemetry. r=bsmedberg 2011-08-29 13:38:27 -04:00
Mike Hommey c680c78cc1 Bug 681588 - Cleanup wrap malloc and its use on Android. r=ted 2011-08-29 19:21:22 +02:00
Mike Hommey 278578e8d2 Update NSPR to the NSPR_4_9_BETA2 tag. Fixes bug 676584, bug 679334, bug 666376, bug 677191, bug 681588 2011-08-29 19:16:12 +02:00
Ted Mielczarek 77c439eaa4 bug 682319 - use C99 isfinite on OS X, since finite is deprecated (and not present on iOS). r=bz 2011-08-29 11:14:27 -04:00
Ted Mielczarek 17a9cf91d0 bug 682283 - Define XP_IOS in configure, change XP_MACOSX to only be defined onOS X, and add XP_DARWIN. r=khuey 2011-08-29 11:14:27 -04:00
Mike Hommey 51ac487e6f Bug 676252 part 2 - Use a different object file extension for the first PGO build pass with GCC. r=ted 2011-08-29 07:34:12 +02:00
Mike Hommey e7800eb902 Bug 682794 - Refresh autoconf.mk when autoconf.mk.in is modified. r=khuey 2011-08-29 13:44:46 +02:00
Mike Hommey 4b46720c50 Backed out changeset 480f913edf3f (bug 676252) because of build failure 2011-08-29 08:31:58 +02:00
Mike Hommey 0a86588a71 Bug 676252 part 2 - Use a different object file extension for the first PGO build pass with GCC. r=ted 2011-08-29 07:34:12 +02:00
Mike Hommey 2bec72c265 Bug 676252 part 1 - Don't use $(OBJ_SUFFIX) before including config.mk. r=ted 2011-08-29 07:34:02 +02:00
Mike Hommey 14a74212e3 Bug 679334 - Don't remove pgd files, but clear them with pgomgr instead. r=ted 2011-08-29 07:33:48 +02:00
Mike Hommey 5917a923b8 Bug 681893 - Add the CRT dlls we don't use to the remove-files lists. Also fix inclusion of the MSVC 10 CRT in the js shell archive. r=khuey 2011-08-29 07:23:20 +02:00
Ed Morley e1ae5d813d Merge tips of mozilla-inbound and mozilla-central 2011-08-28 21:20:46 +01:00
Oleg Romashin 27b3fc2e5e Bug 682458 - Disable default gesture filters in Qt widget. r=dougt 2011-08-28 19:09:56 +01:00
Peter Van der Beken ab4ef9810e Fix for bug 682539 (Add nsTreeColumn::mNext to CC). r=smaug. 2011-08-28 16:07:26 +02:00
Peter Van der Beken 5b5d8e7b5c Fix for bug 678528 (Traverse mChildNodes (and consolidate node CC code)). r=jst. 2011-08-28 16:07:24 +02:00
Siarhei Siamashka a6f8e8d438 Bug 644136 - Add missing fpu directive to fix libffi build on ARM hardfloat systems; r=bsmedberg 2011-08-28 12:03:22 +01:00
Ms2ger 05f36a2f39 Bug 682460 - Fix leak when forcing layout during mutation event for table attribute; r=smaug 2011-08-28 11:59:34 +01:00
Kyle Huey 9c4473dff5 Merge m-c to b-s. 2011-08-28 06:00:17 -04:00
Kyle Huey eb6771d0fd Bug 682637: Restore null-check that got lost in the event handler IDLification. r=bz 2011-08-28 05:58:43 -04:00
Kyle Huey 2037168322 Bug 681714: Ensure that we've unrolled the entire typedef chain when building typelibs. r=ted 2011-08-28 05:56:24 -04:00
Marco Bonardo 7df89a09b4 Merge mozilla-central and mozilla-inbound 2011-08-27 10:40:12 +02:00
Matt Woodrow f759ab2855 Bug 681858 - Improve performance of gfx3DMatrix multiplication by reverting to 2d operations where possible. r=derf 2011-08-27 12:07:05 +12:00
Matt Woodrow 19a7d127bb Bug 505115 - Part 15 - Add 4D Vectors, Quaternions and gfx3DMatrix functions. r=derf 2011-08-27 12:06:03 +12:00
Matt Woodrow 7da28f98a5 Bug 675837 - Add 3D transforms support to BasicLayers. r=roc 2011-08-27 12:04:06 +12:00
Matt Woodrow 40b785ca36 Bug 675837 - Add gfxContext::ClipContainsRect. r=roc 2011-08-27 12:03:04 +12:00
Matt Woodrow 72dd10803c Bug 675837 - Only flush Quartz surfaces on the success paths during cairo_quartz_get_image. r=roc 2011-08-27 12:02:03 +12:00
Matt Woodrow 2f2de41c51 Bug 505115 - Part 14b - Layout support for -moz-transform-style. r=roc 2011-08-27 12:01:46 +12:00
Matt Woodrow c4cfd40f83 Bug 505115 - Part 14a - Add -moz-transform-style css property. r=dbaron 2011-08-27 12:01:06 +12:00
Oleg Romashin 4a774b6f11 Bug 682327 - ASSERTION: Failed to make GL context current; r=ajuma 2011-08-27 00:23:02 +01:00
David Zbarsky 97da6bec7d Bug 682366 - Remove nsINode::ChildIterator r=smaug 2011-08-27 00:23:02 +01:00
Geoff Brown 16f075408d Bug 681810 - Avoid xpcshell test failure when device not rooted and cp not available; r=jmaher 2011-08-27 00:23:02 +01:00
Olli Pettay 30a5def5f1 Bug 682264 - Make EventListenerManager participate to the DOM Memory Reporter, r=volkmar,bz 2011-08-27 01:39:00 +03:00
Blair McBride be89febe14 Bug 672485 - Ensure window watcher is defined. r=dtownsend,jst 2011-08-27 09:24:20 +12:00
Matt Brubeck cf29e50bdd Bug 677044 - Back out b38381eb91b8 (crashtest for bug 609499, which was backed out) 2011-08-26 11:29:53 -07:00
Jeff Muizelaar df5b0e5b4f Bug 677044. Backout 67044ea27b53
This breaks existing animated gifs.

--HG--
extra : rebase_source : 0acde450204ba6cc42e0150fd391406d9145e897
2011-08-26 13:34:20 -04:00
Matt Brubeck 08e369698b Merge the last green changeset from mozilla-inbound to mozilla-central 2011-08-26 09:17:54 -07:00
Kyle Huey b7524edb8d Bug 680515: Follow up fix quoting issue for Windows. r=me 2011-08-26 11:00:57 -04:00
Kyle Huey 266a2e10be Commit pymake test that got missed on the recent update. 2011-08-26 08:07:30 -04:00
Kyle Huey 15bc835da4 Bug 680515: Move optimization flags out of js/src/Makefile.in and into js/src/configure.in. r=ted 2011-08-26 08:06:51 -04:00
Marco Bonardo 5f1527cf1b Bug 666558 - Increase SQLITE_MAX_SCHEMA_RETRY value.
r=sdwilsh
2011-08-26 13:51:05 +02:00
Marco Bonardo f07e451eb5 Bug 666420 - Upgrade to SQLite 3.7.7.1 - Force using fsync on Android.
r=sdwilsh
2011-08-26 13:43:45 +02:00
Marco Bonardo f6e29d06ab Bug 666420 - Upgrade to SQLite 3.7.7.1 - Telemetry VFS shim update.
r=sdwilsh
2011-08-26 13:43:15 +02:00
Kyle Huey bb5ffcd52d Update pymake snapshot. 2011-08-26 07:43:13 -04:00