Benjamin Smedberg
181f308c2e
Merge mozilla-central into Electrolysis.
2009-09-18 16:47:18 -04:00
Chris Jones
2c3252f191
Merge backout. CLOSED TREE
2009-11-16 23:50:52 -06:00
Chris Jones
3175723167
Backout b68f602ce949
2009-11-16 23:49:22 -06:00
Daniel Holbert
7639e89828
Bug 528263: Use -Wno-variadic-macros argument for g++, to hide useless compiler warning. r=graydon r=bsmedberg
2009-11-16 17:22:53 -08:00
Chris Jones
8c94d4b4a4
bug 527590: make it an error to hide a virtual method declaration by overloading it in a derived class. (use |using base::method;| if you really mean to do that). rs=bsmedberg
2009-11-16 17:57:21 -06:00
Bartłomiej B
24ad5d9880
Bug 521750 - Follow-up: add some actually used compilation options when detecting __thread support [r=bsmedberg]
2009-11-16 10:48:34 -06:00
L. David Baron
50e9c389e1
Need an AC_TRY_LINK when checking for __thread in case a new gcc is combined with an old ld. (Bug 521750) r=bsmedberg
2009-10-30 14:06:35 -07:00
Shawn Wilsher
aa0f138a84
Bug 525539 - Upgrade to SQLite 3.6.16.1
...
This fixes one common crash bug in SQLite 3.6.16 tracked by bug 523405.
2009-10-30 13:24:21 -07:00
Benjamin Smedberg
09ed4f2b79
Make NS_IsMainThread faster on our major platforms. (Bug 521750) r=dbaron
2009-10-28 10:28:57 -07:00
Makoto Kato
a8b599706d
Bug 469654 - Windows x64 build support. r=ted
2009-10-06 17:28:05 +09:00
Karl Tomlinson
8a4f9af3bd
b=518506 make public pixman symbols available in --disable-libxul and --enable-system-cairo builds r=bsmedberg
2009-12-14 10:00:31 +13:00
Jacek Caban
08b2e1426b
Bug 529327 - Undefined references to IID_* symbols on mingw, r=ted
2009-12-13 09:44:15 -08:00
Jacek Caban
991338b9a2
Bug 526302 - Wrong OS_TEST value when cross compiling on Linux with mingw, r=cls, sr=ted
2009-12-13 09:44:15 -08:00
Josh Aas
c38bc3536a
Backed out changeset 3ff17b03644e: Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X.
2009-12-13 07:57:08 -05:00
Ted Mielczarek
82bdb7a403
Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh
2009-12-13 02:10:11 -05:00
Vladimir Vukicevic
3457dfa249
b=516213; Freshen WebGL implementation and enable on trunk (part 2); r=mwsteele,roc
2009-09-17 23:01:12 -07:00
Wolfgang Rosenauer
aa9518590a
Bug 512671 - gnomevfs and gio shouldn't be built in libxul-sdk builds. r=luser
2009-09-16 15:41:54 +02:00
Josh Aas
4f1cee6bc8
Use gcc-4.2 and the 10.5 SDK by default in Gecko 1.9.3. Gecko 1.9.3 builds will no longer run on Mac OS X 10.4. b=501436 r=ted
2009-09-15 13:11:24 -04:00
Mitchell Field
4ca90fae1a
Bug 513924 - "remove tons of options from configure" [r=ted.mielczarek r=benjamin]
...
--HG--
extra : rebase_source : 2ca44f54f550507248b41c69c883090c389db419
2009-09-15 13:06:32 -04:00
Josh Aas
c96d56377b
Use gcc-4.2 and the 10.5 SDK by default in Gecko 1.9.3. Gecko 1.9.3 builds will no longer run on Mac OS X 10.4. b=501436 r=ted
2009-09-15 13:02:12 -04:00
Mark Finkle
a012e974e9
Bug 511290: Can't use standard file picker to upload files from user's Maemo File area [r=roc r=ted.mielczarek]
2009-10-15 14:38:10 -04:00
Josh Aas
0f402ae4b9
Use gcc-4.2 by default on Mac OS X in all configurations. b=513353 r=ted
2009-09-30 16:58:41 -04:00
Benjamin Smedberg
841ce263ae
Bug 518401 - configuring with a relative path fails on Windows, r=ted
...
--HG--
extra : rebase_source : 14de4165119fad32325c5251401c439a8aceb7b6
2009-09-30 10:07:38 -04:00
L. David Baron
de35c5b14f
Don't check for iwlib.h if SKIP_LIBRARY_CHECKS is set. (Bug 509060) r=bsmedberg
2009-09-11 06:46:35 -04:00
Ted Mielczarek
a9c8748edf
bug 511743 - add way to apply NSS patches to source at build time. r=bsmedberg
2009-09-02 09:35:14 -04:00
Gavin Sharp
991ba83408
Bug 514954: add AC_DEFINE/AC_SUBST for official branding, r=ted
2009-09-07 00:07:14 -04:00
Jacek Caban
1dba527c62
Bug 505739 - "Remove XCFLAGS from default compile line to fix mingw cross-compile issues" (remove X_CFLAGS from CPPFLAGS) [r=bsmedberg]
2009-09-04 21:54:02 -05:00
Wan-Teh Chang
22d87cb34c
Bug 509319: We also need to generate libnssdbm3.chk with shlibsign.
...
We don't need to link with -lsoftokn3. Add nssdbm3 to some packaging
files. The patch is written by Kai Engert <kaie@kuix.de>. r=wtc.
2009-09-04 18:28:54 -07:00
Serge Gautherie
cb6cc4bec4
Bug 514664 - Remove (now) useless MOZ_ENABLE_COCOA; (Av1-MC) Just remove it
...
r=ted.mielczarek
2009-09-05 00:23:50 +02:00
Gavin Sharp
4c3458ec0f
Bug 514519 - make --enable-official-branding app-agnostic. r=ted
2009-09-04 14:27:49 +02:00
Mitchell Field
1fc35207e1
Bug 514131 - remove xpcom/obsolete, r=bsmedberg
2009-09-02 13:01:29 -04:00
Serge Gautherie
440ee20138
Bug 513602 - Remove (now) useless MOZ_GFX_TOOLKIT; (Bv1-MC) Just remove it
...
r=vladimir
2009-09-01 00:41:38 +02:00
Benjamin Smedberg
8f00e422eb
Merge mozilla-central into Electrolysis
2009-08-26 12:15:27 -04:00
Ted Mielczarek
4c939def3d
bug 508861 - Build/ship the C++ runtime with MSVC/jemalloc. r=bsmedberg
...
--HG--
extra : rebase_source : 3ce54c05f07236d49469b66c695bfac3ccef06af
2009-08-17 13:13:37 -04:00
Doug Turner
e57dea9a05
Bug 512520 - remove Maemo geolocation providers. r=staurt
2009-08-25 15:08:56 -07:00
Masatoshi Kimura
3c52da98b5
Bug 509179. Disable compilation of TSF when not available in the SDK. r=ted
2009-08-25 12:13:42 -07:00
jhorak@redhat.com
49e50ff384
Bug 402892. Support gio as well as gnome-vfs. r=roc
2009-08-25 11:58:11 -07:00
Ben Turner
00fcf58db7
Merge backout
2009-08-07 11:55:36 -07:00
Ben Turner
166f62e6ca
Backed out changeset c2858daf5f4a now that bsmedberg's boxes are updated.
2009-08-07 11:55:24 -07:00
Brad Lassey
b9ea569f7a
bug 520622 - use windows style paths for windows mobile build r=ted
2009-10-26 13:28:33 -04:00
Mark Finkle
1c2dd0129b
Bug 517086: Set Fennec user agent [r=ted]
2009-10-26 12:07:56 -04:00
Makoto Kato
682dbeaa31
Bug 518544 - configure cannot detect NEON support if using gcc in Ubuntu 9.04 ARM. r=vlad
2009-10-26 10:22:19 +09:00
John Wolfe
f0d7d7e028
Bug 458088 - add WinCE default configuration settings to configure.in. r=ted
2009-10-25 14:42:53 +01:00
Benjamin Smedberg
e1bdc7f7f7
Disable using the static C++ runtime (on Windows-MSVC) because Chromium requires the full version and we're getting duplicate symbols. See bug 508861 which may be a necessary in order to get nightly builds running again (we actually need to ship the C++ runtime somewhere).
2009-08-06 16:09:55 -04:00
Brian Crowder
05d60409c1
Bug 509249: Fast Startup component, r=luser,mfinkle, sr=gavin, original code by vlad
2009-08-22 00:13:49 -07:00
Karl Tomlinson
e4afe98662
Bug 511326 Move libasound out of global OS_LIBS r=doublec
2009-08-21 10:08:18 +12:00
Robert Strong
4696759080
Followup to Bug 507513 - Need ABI defined for WinCE / WinMo. Make the code portable. r=ted.mielczarek
2009-08-18 16:08:56 -07:00
Taras Glek
29a18e5ff3
Bug 457949 - no need for Stopwatch r=bsmedberg
...
--HG--
extra : rebase_source : 5cd3baecf54295012b28d42fc7bf4c9b34e12714
2009-08-28 11:03:51 -07:00
tglek@mozilla.com
b41814d3c7
Bug 508421 - move res/ stuff into toolkit.jar (r=bsmedberg)
...
* * *
* * *
2009-08-27 08:35:48 -07:00
Ted Mielczarek
25e875698f
bug 511791 - configure and PGO fail with ICC. r=bsmedberg
2009-08-25 18:18:24 -04:00
Mark Finkle
3dd8206c84
Backed out changeset 7c0b5c2b3501
2009-10-13 16:20:11 -04:00
Mark Finkle
615edb63a2
Bug 511290: Can't use standard file picker to upload files from user's Maemo File area [r=roc r=ted]
2009-10-13 15:55:11 -04:00
Ben Turner
f1cd0b066a
Disable necko wifi for the moment until bsmedberg updates his linux box
2009-07-30 12:03:46 -07:00
Ben Turner
93e1ae0620
Merge mozilla-central
2009-07-30 11:28:07 -07:00
Shawn Wilsher
2e7ac26810
Bug 519270 - Upgrade to SQLite 3.6.18
...
This changeset contains the changes to mozilla code for the upgrade.
2009-10-01 10:17:02 -07:00
Martin Stránský
58cc962acc
Bug 72892 - nsLocalFile::GetDiskSpaceAvaialble ignores quotas for unix, r=bsmedberg
...
--HG--
extra : rebase_source : 3bd5a75f7548a1ca45ff96676a752f23a2e9a13d
2009-09-30 14:26:10 -04:00
Makoto Kato
c040803c58
Really disable ctypes on arm. b=519146, r=ted
2009-09-28 09:02:10 -07:00
Jonathan Steele
cba8c33309
Bug 514787 - Remove unused TARGET_CARBON and TARGET_API_MAC_CARBON in configure.in. r=ted
2009-09-27 11:22:48 +02:00
Josh Aas
923c01f7ca
Enable Core Text text back-end by default. b=517877 r=ted
2009-09-26 22:44:08 -04:00
Tobias Hunger
da84329e49
Bug 518585 - Fix the cairo Qt backend to build. r=pavlov
2009-09-26 17:51:08 +02:00
Mitchell Field
02e66e18b9
Bug 514665 - fix stupid module name differences on windows. r=ted
2009-09-25 18:41:16 +02:00
Dan Witte
02983efe2b
Add libffi_msvc fork for msvc x86 builds, and other build fixes for various platforms.
...
bug 513783, r=bsmedberg.
2009-09-23 10:57:22 -07:00
Dan Witte
e2088e87ef
Land jsctypes. b=513783, r=jorendorff, sr=bsmedberg.
2009-09-23 10:57:22 -07:00
Benjamin Smedberg
6bfd63b0f4
Make --disable-ipc work... mac-ppc now builds by default.
2009-07-20 15:04:52 -04:00
Benjamin Smedberg
d7e4cb7fef
Merge mozilla-central into Electrolysis
...
--HG--
rename : modules/plugin/base/src/nsPluginHostImpl.cpp => modules/plugin/base/src/nsPluginHost.cpp
2009-07-20 09:36:23 -04:00
Benjamin Smedberg
fc759eb00d
Disable IPC on mac PPC, probably permanently
2009-07-17 16:19:01 -04:00
Benjamin Smedberg
e04570aac7
Bug 463417 - import the nsinstall.exe source from CVS buildtools repository: make it capable of copying files with very long names, build it by default on Windows hosts, and stop using the moztools version, r?timeless
2009-07-17 15:10:35 -04:00
Benjamin Smedberg
be0ce33fe9
Bug 463417 - import the nsinstall.exe source from CVS buildtools repository: make it capable of copying files with very long names, build it by default on Windows hosts, and stop using the moztools version, r?timeless
2009-07-09 14:48:45 -04:00
Vladimir Vukicevic
a6b2b59bb7
b=500472; flash activex shunt for Windows CE; r=jst
2009-07-16 14:13:29 -07:00
Florian Queze
5e6c5c5185
Bug 498330 - make distclean doesn't work with --disable-compile-environment. r=ted
2009-07-13 13:48:46 +02:00
Jeff Muizelaar
a22fd9c422
Remove debugging code that slipped in with changeset 4f3614d130da
2009-07-10 13:51:54 -04:00
Benjamin Smedberg
06281ae69d
Require Windows XP SP2, and disable a compile-time check which doesn't make much sense in the chromium code.
2009-07-02 11:57:55 -04:00
Benjamin Smedberg
897e6f190d
Build fixes: * enable RTTI by default when building with GCC to work around the tr1/functional error * link with -lrt * Tell chromium that it's always using wide wchar on Linux
2009-06-30 13:21:26 -04:00
Benjamin Smedberg
b01e987259
Merge changes from mozilla-central to electrolysis
2009-06-30 12:04:18 -04:00
Benjamin Smedberg
2df8cf817e
Make --enable-libxul the default, since we require it with IPC
2009-06-30 10:59:54 -04:00
Karl Tomlinson
892c70baaa
Bug 463075: building xul app --with-libxul-sdk fails lacking nspr-config. r=ted
2009-06-30 13:57:56 +01:00
Benjamin Smedberg
385460ca31
Build the pieces of the chromium code we actually need. Many thanks to bent for doing this the first time: I redid the Makefile to be all in one directory and use vpath directives so that dependencies work correctly.
2009-06-29 14:31:58 -04:00
Walter Meinl
07dfa68277
Bug 494490 - make install on linux installs the system_wrappers{_js} in includedir; r=benjamin
2009-06-24 23:31:27 +02:00
Jonathan Steele
15bf0ffdd6
Bug 477170. Remove Windows95/98 support from configure.in. r=ted
...
--HG--
extra : rebase_source : cf9d5aa2347053266a63f92a27d1f23d0186a7d3
2009-06-24 21:10:47 +12:00
Doug Turner
69ff9dd271
Bug 500088. CAIRO_HAS_DDRAW_SURFACE is not tested for on WINCE. I also moved cairo.h from nsWindow.cpp to nsWindow.h to support this #define. r/sr=stuart.
2009-06-23 17:26:11 -07:00
Kevin Brosnan
2db613dd6e
Bug 499144 - system-nspr dependency outdated in configure.in. r=benjamin
2009-07-09 14:55:53 +02:00
Serge Gautherie
a3598a35a8
Bug 481780 - WINCE define needs to be in ACDEFINE; (Bv1) Un-duplicate |AC_SUBST(WINCE)|; r=ted.mielczarek
2009-07-09 14:01:16 +02:00
Vladimir Vukicevic
01aa76948a
b=503123; add some additional defines/include paths to WinCE tools; r=dougt
2009-07-08 16:34:01 -07:00
Phil Ringnalda
7143ca0eb9
Bug 435923 - Remove BUILD_OFFICIAL in favor of MOZILLA_OFFICIAL, r=ted
2009-07-07 20:24:45 -07:00
Phil Ringnalda
f913c61322
Bug 501586 - Remove the last vestiges of MOZ_MILESTONE_RELEASE, r=ted
2009-07-07 20:24:40 -07:00
Siddharth Agarwal
f736c1b37d
Followup to Bug 489579 (Use -FI (force include) for MSVC instead of passing defines via the command line) -- remove the $(DEPTH) after the -FI. r=ted
...
--HG--
extra : rebase_source : c5d0f524254754e8dc9ba0ea876c525a30ab6317
2009-06-23 23:19:30 +05:30
Makoto Kato
04e7c76fdf
Bug 497826 - _PLATFORM_DEFAULT_TOOLKIT of WinCE should be 'cairo-windows' instead of 'windows'. r=ted
2009-06-23 13:27:13 +09:00
Siddharth Agarwal
12a344a0cb
Final part of bug 503756 -- reland bug 489579. r=bsmedberg
...
--HG--
extra : rebase_source : 73a994583b600cc03ba51a323cf96bb18c2e8153
2009-08-14 03:03:30 +05:30
Vladimir Vukicevic
ae716288e7
b=500883; put canvas3d into core (disabled by default, configure flag to enable); r=me,npotb
2009-06-27 16:44:35 -07:00
Phil Ringnalda
2f0903755d
Bug 499632 - Remove run_viewer target, r=ted
2009-06-26 22:31:32 -07:00
Robert Sayre
b15e7e514c
Merge tracemonkey to mozilla-central.
2009-07-29 17:05:05 -04:00
Robert Sayre
2f20393906
Merge mozilla-central to tracemonkey.
2009-07-28 15:39:43 -04:00
Bobby Holley
49940b5bd3
Bug 504822 - Remove XBM support from Mozilla. r=joe sr=vladimir
2009-07-29 10:13:08 -04:00
Jason Orendorff
dd7fb38ac2
Bug 505522 - Support building with C++ exceptions. r=bsmedberg.
2009-07-21 12:13:21 -05:00
Wesley W. Garland
731fd1e0fa
Bug 502696 js_CompareAndSwap on sparc should not use PRLock() r=jorendorff sr=benjamin
2009-07-24 17:41:42 +08:00
Justin Dolske
f2d320ac7b
Bug 504953 - Clean up firefox branding in the build system. r=benjamin
...
--HG--
rename : browser/app/macbuild/background.png => browser/branding/nightly/background.png
rename : browser/installer/windows/nsis/branding.nsi => browser/branding/nightly/branding.nsi
rename : browser/base/branding/about.png => browser/branding/nightly/content/about.png
rename : browser/base/branding/aboutCredits.png => browser/branding/nightly/content/aboutCredits.png
rename : browser/base/branding/aboutFooter.png => browser/branding/nightly/content/aboutFooter.png
rename : browser/base/branding/icon48.png => browser/branding/nightly/content/icon48.png
rename : browser/base/branding/icon64.png => browser/branding/nightly/content/icon64.png
rename : browser/app/default16.png => browser/branding/nightly/default16.png
rename : browser/app/default32.png => browser/branding/nightly/default32.png
rename : browser/app/default48.png => browser/branding/nightly/default48.png
rename : browser/app/macbuild/disk.icns => browser/branding/nightly/disk.icns
rename : browser/app/document-os2.ico => browser/branding/nightly/document-os2.ico
rename : browser/app/macbuild/document.icns => browser/branding/nightly/document.icns
rename : browser/app/document.ico => browser/branding/nightly/document.ico
rename : browser/app/document.png => browser/branding/nightly/document.png
rename : browser/app/macbuild/dsstore => browser/branding/nightly/dsstore
rename : browser/app/firefox-os2.ico => browser/branding/nightly/firefox-os2.ico
rename : browser/app/macbuild/firefox.icns => browser/branding/nightly/firefox.icns
rename : browser/app/firefox.ico => browser/branding/nightly/firefox.ico
rename : browser/base/content/browserconfig.properties => browser/branding/nightly/locales/browserconfig.properties
rename : browser/locales/en-US/chrome/branding/brand.dtd => browser/branding/nightly/locales/en-US/brand.dtd
rename : browser/locales/en-US/chrome/branding/brand.properties => browser/branding/nightly/locales/en-US/brand.properties
rename : browser/app/mozicon128.png => browser/branding/nightly/mozicon128.png
rename : browser/app/firefox-branding.js => browser/branding/nightly/pref/firefox-branding.js
rename : browser/app/splash.bmp => browser/branding/nightly/splash.bmp
rename : browser/installer/windows/wizHeader.bmp => browser/branding/nightly/wizHeader.bmp
rename : browser/installer/windows/wizHeaderRTL.bmp => browser/branding/nightly/wizHeaderRTL.bmp
rename : browser/installer/windows/wizWatermark.bmp => browser/branding/nightly/wizWatermark.bmp
2009-07-23 17:35:49 -07:00
Peter Weilbacher
4ceb005315
[OS/2] Bug 506524: Disable Necko-WiFi by default on OS/2, r=wuno@lsvw
2009-07-26 21:28:24 +03:00
L. David Baron
fa68f2eb2c
Fix typo in error message. (Bug 505774)
2009-07-22 14:58:16 -04:00
L. David Baron
b12d02e023
Don't silently disable WiFi on Linux if we can't find iwlib.h. (Bug 503597) r=dougt,bsmedberg
2009-07-22 07:23:25 -04:00
Siddharth Agarwal
a737ec0065
Part of Bug 503756 -- temporarily back out bug 489579 so that srcdir builds start working again.
2009-07-21 20:06:10 +05:30
L. David Baron
c4702213a9
Backed out changeset 6e11834d07c9 (Bug 503597) until x86_64 Linux tinderboxes (bug 505215) and maybe other tinderboxes (bug 505203, bug 505204) are updated.
2009-07-20 08:58:17 -04:00
L. David Baron
5ab01e1129
Don't silently disable WiFi on Linux if we can't find iwlib.h. (Bug 503597) r=dougt,bsmedberg
2009-07-20 07:04:42 -04:00
L. David Baron
472e254c4e
Use char16_t when available, and when it is, don't test for -fshort-wchar. (Bug 502298) r=bsmedberg
2009-07-20 07:04:41 -04:00
Jonathan Steele
ce8adc993e
Bug 508720 - Remove less than 4 for GCC Version in Mac; r=ted.mielczarek
2009-08-11 00:40:46 +02:00
Serge Gautherie
b58dae838a
Bug 508760 - Remove MSVC6 support from the tree; (Av1) configure.in; r=ted.mielczarek
2009-08-08 11:47:15 +02:00
Serge Gautherie
eb03fbc657
Bug 508156 - configure.in: remove AC_DEFINE(_WIN32); (Av1) Just remove it; r=ted.mielczarek
2009-08-08 11:47:12 +02:00
Benjamin Smedberg
34ec622e7d
Bug 508677 - Remove PyXPCOM (extensions/python) from mozilla-central. The code now lives in a separate repository, http://hg.mozilla.org/pyxpcom . moa=toddw r=ted
2009-08-07 13:10:07 -04:00
Shawn Wilsher
e41828aeca
Bug 508104 - Upgrade to SQLite 3.6.16.
...
This contains the changes to mozilla code.
r=asuth
--HG--
extra : rebase_source : b7e5fc8824f207a37c1ea2c71a9a250ab5a7e513
2009-08-03 16:01:56 -07:00
Robert Sayre
67a84d1621
Merge mozilla-central to tracemonkey.
2009-08-02 15:27:09 -07:00
Robert Strong
095d857697
Bug 507513 - Need ABI defined for WinCE / WinMo, r=ted.mielczarek
2009-08-01 16:21:59 -07:00
Mark Steele
ececf02b3f
Bug 497999: collect context-specific TraceVis data in JS objects, r=jorendorff
2009-07-30 11:48:02 -07:00
Doug Turner
86f5431cb8
Bug 495542 - make building without a necko/wifi an error. r=ted
2009-06-30 16:49:38 -07:00
Vladimir Vukicevic
e3d34434a4
b=381494; add optional splashscreen for our slower targets; r=bsmedberg
2009-06-16 11:59:35 -07:00
Siddharth Agarwal
ca07ec4500
Bug 489579 -- Use -FI (force include) for MSVC instead of passing defines via the command line. r=ted
...
--HG--
extra : rebase_source : 3ac723088c40af8840dc5ff26a1cbde457e5c65f
2009-05-11 16:09:33 +05:30
Shawn Wilsher
2ec76bf4ab
Bug 493560 - Upgrade to SQLite 3.6.14.2
...
This change contains the changes to mozilla code for the SQLite upgrade.
r=asuth
2009-06-11 14:21:03 -07:00
Vladimir Vukicevic
a33508198b
b=494095; use -O3 for Mac builds; r=sayrer
2009-05-20 22:18:39 -07:00
Shawn Wilsher
1758e0df4c
Backed out changeset dd3d70e5849e (bug 493560)
2009-05-19 16:46:20 -04:00
Shawn Wilsher
58365f7978
Bug 493560 - Upgrade to SQLite 3.6.14.1
...
This changeset contains the changes to Mozilla code.
r=asuth
2009-05-19 08:10:52 -07:00
Hiroyuki Ikezoe
3801c791aa
Bug 493672: fix xulrunner --with-libxul-sdk build, r=bsmedberg
2009-05-19 11:05:24 -04:00
Benjamin Smedberg
1a6811dba3
Bug 491855 - Enabling CoreText should be explicit instead of magically enabled based on the SDK version, r=ted
2009-05-12 10:31:09 -04:00
Josh Aas
2accc1fc89
Default Mac OS X minimum deployment target for 64-bit builds should be 10.5. b=492089 r=ted
2009-05-12 10:08:07 -04:00
Daniel Holbert
341a0f398d
Bug 491325: Redirect stderr of 'cat' to /dev/null in configure.in's check for GCC pipe support. r=ted
2009-05-05 10:54:38 -07:00
Michael Ventnor
37f9d1e175
Bug 469880 - Implement callback support for libnotify notifications, and fall back to XUL notifications if the server doesn't support callbacks. r+sr=roc
2009-05-04 10:11:11 +02:00
Dão Gottwald
5a101f5994
Backed out changeset 99cdecb3734f
2009-05-04 10:23:25 +02:00
Michael Ventnor
163546c57a
Bug 469880 - Implement callback support for libnotify notifications, and fall back to XUL notifications if the server doesn't support callbacks. r+sr=roc
2009-05-04 10:11:11 +02:00
Phil Ringnalda
9745f8c8f9
Bug 489122 - MOZ_REFLOW_PERF not AC_DEFINED by --enable-reflow-perf since it's misspelled _PREF in configure.in, r+sr=roc
2009-05-03 18:35:33 -07:00
Siddharth Agarwal
270db18357
Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines.
...
r=ted for build config parts, r=jmathies for app association and download manager changes, r+sr=bz for helper app service, r=vlad + sr=ted for stock icons.
2009-04-12 20:25:29 +05:30
Doug Turner
35698577fd
bug 490365 - fixed checkerboard screen of death caused by huge_malloc failure due to configure.in error. r=staurt
2009-04-28 09:43:18 -07:00
Doug Turner
4d42497804
bug 490325 - fixed build bustage on wince r=blassey
2009-04-28 09:39:55 -07:00
Vladimir Vukicevic
385b49c279
b=490037; export localtime_r/gmtime_r from CE shunt; r=dougt
2009-04-24 12:55:12 -07:00
Vladimir Vukicevic
c1e96bec22
b=488608; enable jemalloc on CE6; r+sr=stuart
2009-04-24 10:31:18 -07:00
Vladimir Vukicevic
208e4266b7
Backed out changeset 1eec75c27e2f
2009-04-24 10:43:19 -07:00
Vladimir Vukicevic
3611c48168
b=488608; enable jemalloc on CE6; r+sr=stuart
2009-04-24 10:31:18 -07:00
Vladimir Vukicevic
8d4fb39b97
b=489732; add start of no-native-theme theme; r=me,nptob
2009-04-22 21:40:53 -07:00
Vladimir Vukicevic
65a777f2dc
b=488910, cairo ddraw backend for wince (configure bits); r=vlad
2009-04-22 17:48:30 -07:00
cmills@nvidia.com
dfe008d12a
b=484864, b=488910 - cairo ddraw backend for wince; r=vlad
2009-04-22 17:48:30 -07:00
Neil Rashbrook
48cf5ce3d2
Followup to bug 427750 to check for Python 2.5 only when building on Windows as a host r=ted
2009-04-22 13:15:23 +01:00
Nino DAversa
510f46a8ce
Bug 482613 - Support for WiFi Scanning on Windows Mobile r=dougt, sr=jst
2009-04-21 07:30:25 -07:00
Siddharth Agarwal
2602acc8f6
Bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- part 2, define MOZ_WINSDK_TARGETVER and error out if the SDK is too old. r=bsmedberg
2009-04-21 13:26:26 +01:00
tk
38179a6f66
bug 487396 - fix some of the jemalloc windows build madness (followup). r=ted
2009-04-21 07:32:16 -04:00
Ted Mielczarek
1abfa00f94
bug 487396 - fix some of the jemalloc windows build madness. r=bsmedberg
2009-04-20 06:56:23 -04:00
Ginn Chen
4c242fde15
Bug 488260 Sun Studio is not recognized if $CC, $CXX are not set r=jim
2009-04-20 15:22:56 +08:00
Benjamin Smedberg
f5cf6e8361
Bug 486782 - Implement a MOZILLA_FS_LAYOUT makefile variable to distinguish between the bundle layout used by darwin-cocoa and the standard unix-like layout used by darwin-gtk2. Original patch by Jeremy Huddleston, updated and r=bsmedberg
2009-04-15 09:08:58 -04:00
Shawn Wilsher
fd968a04c9
Merge for backout of bug 487664
2009-04-14 15:10:28 -04:00
Shawn Wilsher
60ef4565b0
Backed out changeset 629e0c724413 (bug 487664)
2009-04-14 15:09:56 -04:00
Vladimir Vukicevic
015e5dba21
b=487956; Fix wrong braces in configure.in, leading to premature expansion; r=stuart
2009-04-14 10:21:23 -07:00
Shawn Wilsher
56308f4079
Bug 487664 - Upgrade to SQLite 3.6.13
...
This changeset contains the changes needed for Mozilla's code.
r=asuth
2009-04-14 11:40:43 -04:00
Josh Aas
e1f29205b9
Remove OJI from the tree. b=485984 r/sr=jst
2009-04-09 22:38:21 -04:00
Josh Aas
01a32d5857
Minor Mac OS X fs code cleanup, mostly change some member variable names. b=487045 r/sr=roc
2009-04-09 20:46:49 -04:00
Vladimir Vukicevic
842b17b4d0
b=482676; add pixman NEON optimizations; r=jeff
2009-04-07 12:12:31 -07:00