Benjamin Smedberg
|
281b9fd4a8
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
|
Chris Jones
|
a3545910e1
|
build fix
|
2009-10-29 01:55:27 -05:00 |
|
Chris Jones
|
826a18e082
|
bug 518126, part 2: add infrastructure for C++ tests of IPDL-generated code. r=ted,bsmedberg
|
2009-10-06 13:02:26 -05:00 |
|
Ben Turner
|
62534891fc
|
Merge mozilla-central
|
2009-10-05 16:08:52 -07:00 |
|
Ben Turner
|
66a36315ce
|
Merging mozilla-central once more to hopefully clear windows unit tests
|
2009-09-20 10:47:21 -07:00 |
|
Phil Ringnalda
|
e62c83fdc6
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Phil Ringnalda
|
fc286a6483
|
Bug 515578 - Kill some more xmlextras and webservices leftovers, r=ted
|
2009-09-18 19:59:52 -07:00 |
|
Vladimir Vukicevic
|
411b62d064
|
b=517557; remove --enable-canvas; r=ted
|
2009-09-18 16:48:35 -07:00 |
|
Benjamin Smedberg
|
d44f878b56
|
Merge mozilla-central into Electrolysis.
|
2009-09-18 16:47:18 -04:00 |
|
Ginn Chen
|
93ef2e9154
|
Bug 524083 libmozqcms, libmozcairo, libmozlixpixman are not in libxul's depends r=bsmedberg
|
2009-11-02 17:17:27 +08:00 |
|
Mitchell Field
|
9bf8383b06
|
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 |
|
Doug Turner
|
8b3809d758
|
Backing out bug 524083 - changeset 4bda2085ef8b. libxul builds are broken
|
2009-10-26 00:08:49 -07:00 |
|
Ginn Chen
|
4c1f96b12c
|
Bug 524083 libmozqcms, libmozcairo, libmozlibpixman is not in libxul's depends r=benjamin
|
2009-10-26 14:28:21 +08:00 |
|
Taras Glek
|
8943704095
|
Bug 457949 - no need for Stopwatch r=bsmedberg
--HG--
extra : rebase_source : 5cd3baecf54295012b28d42fc7bf4c9b34e12714
|
2009-08-28 11:03:51 -07:00 |
|
Ben Turner
|
cd1d42ffe0
|
Merge mozilla-central
|
2009-07-30 11:28:07 -07:00 |
|
Joe Drew
|
6c441f55f7
|
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
|
2009-07-20 18:50:15 -07:00 |
|
Benjamin Smedberg
|
e81e707c7e
|
Link against dbghelp.lib on Windows to satisfy requirements of chromium/src/base/debug_util_win.cc (SymInitialize etc). This means the build requires Windows XP at runtime (or the user has to install the debugging tools for Windows, but I'm pretty sure we're ok with dropping Windows 2000 support).
|
2009-07-16 11:41:19 -04:00 |
|
Chris Jones
|
d7947d5455
|
add IPDL test harness and the mountains of code that entails. add |bool| type to IPDL. fix bugs in nascent async/sync channels.
|
2009-07-14 00:12:50 -05:00 |
|
Ben Turner
|
011769cbf2
|
Adds the ipcshell application to test IPC
|
2009-07-11 02:33:10 -04:00 |
|
Benjamin Smedberg
|
cd0e1bbae2
|
Need to link with psapi.lib for GetProcessMemoryInfo (and skip -lrt on non-Linux)
|
2009-07-07 12:21:10 -04:00 |
|
Benjamin Smedberg
|
cdf4b869dc
|
Land the remote-tab code from tmp-electrolysis.
|
2009-06-30 16:39:22 -04:00 |
|
Benjamin Smedberg
|
8620d95413
|
Plugins stuff: this code is equivalent to electrolysis-tmp revision 61cd9e89fd00, except that I had to merge forward a minor change to the plugin-loading code from Josh's cleanup.
|
2009-06-30 14:51:05 -04:00 |
|
Benjamin Smedberg
|
95fa1bb9af
|
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
|
7ed58e4b8c
|
Merge changes from mozilla-central to electrolysis
|
2009-06-30 12:04:18 -04:00 |
|
Benjamin Smedberg
|
34f5d65570
|
Hook up the event loop changes and fix the build
--HG--
rename : ipc/chromium/src/base/file_version_info_linux.h.version => ipc/chromium/base/file_version_info_linux.h
|
2009-06-30 12:02:37 -04:00 |
|
Vladimir Vukicevic
|
d49b688ab5
|
b=500883; put canvas3d into core (disabled by default, configure flag to enable); r=me,npotb
|
2009-06-27 16:44:35 -07:00 |
|
Mitchell Field
|
d1ce74dea4
|
Bug 485764. Implement system proxy settings module for Windows. r+sr=roc
--HG--
extra : rebase_source : ce445facfdc86618028afeb113987040ab5be492
|
2009-04-25 20:29:32 +12:00 |
|
Josh Aas
|
4175ddf55c
|
More OJI removal bustage fixes for static builds. b=485984
|
2009-04-10 00:30:44 -04:00 |
|
Vladimir Vukicevic
|
484a4ce6fa
|
b=465662; don't build libreg on Windows CE; r=bsmedberg
|
2009-03-24 18:45:21 -07:00 |
|
Mark Banner
|
9ff8c9df96
|
Bug 482718 Remove toolkit history remnants in libxul build, left by bug 383833. r=ted.mielczarek
|
2009-03-24 13:11:13 +00:00 |
|
Dan Witte
|
b2b12ba398
|
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
|
38eb8b7058
|
Land jsctypes. b=513783, r=jorendorff, sr=bsmedberg.
|
2009-09-23 10:57:22 -07:00 |
|
Arpad Borsos
|
c1c477b539
|
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; build system cleanup + removes, v2; r+sr=benjamin
|
2008-12-04 15:37:37 +01:00 |
|
Brad Lassey
|
e5da3d1a44
|
Bug 464166 - wince should use custom dll entry point (like windows desktop) r=bsmedberg
|
2008-12-03 08:41:12 -05:00 |
|
Bo Yang
|
a36c065dd8
|
Bug 448613 - Initialize nsToolkit correctly when libxul is enabled in a debug version; Av3a; r=benjamin sr=roc
|
2008-09-07 01:52:54 +02:00 |
|
Oleg Romashin
|
12059d0133
|
mozilla-central merge
|
2008-08-08 13:05:00 +03:00 |
|
Vladimir Vukicevic
|
517a03d55c
|
[dfb,422221] Gtk/DirectFB misc build stuff
|
2008-08-06 13:48:55 -07:00 |
|
Vladimir Vukicevic
|
02e6b86b3b
|
Backing out d883ab4b8f41:7540abc35c97
|
2008-08-06 16:24:13 -07:00 |
|
Vladimir Vukicevic
|
ad49e66ee8
|
[dfb,422221] Gtk/DirectFB misc build stuff
|
2008-08-06 13:48:55 -07:00 |
|
Oleg Romashin
|
bc6cd35488
|
Merging mozilla-central to mozilla-qt.
|
2008-08-03 20:30:10 +03:00 |
|
Ben Turner
|
de0ede1dc2
|
Bug 435122 - "Use TraceMalloc to get stack traces of potential deadlocks". r=bsmedberg+dbaron.
|
2008-06-26 10:12:42 -07:00 |
|
Diane Trout ext:(%2C%20James%20Bunton%20%3Cjamesbunton%40fastmail.fm%3E)
|
50de41b337
|
Support system proxy settings on OS X
|
2008-06-12 14:50:15 +12:00 |
|
romaxa@romaxa.research.nokia.com
|
dd7895f27b
|
Add using of MOZ_WIDGET_QT and other qt defines in various parts of mozilla tree
|
2008-04-19 16:26:02 +03:00 |
|
romaxa@romaxa.research.nokia.com
|
e57ca6c6d4
|
Enabled building of embedding/browser/qt and widget/src/qt modules for cairo-qt build configuration
|
2008-04-19 16:21:59 +03:00 |
|
reed@reedloden.com
|
13c04d87e7
|
Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
|
2008-02-22 03:25:59 -08:00 |
|
reed@reedloden.com
|
9b84e3d976
|
Bug 66057 - "Proxy: $http_proxy should influence proxy settings" [p=roc@ocallahan.org (Robert O'Callahan [roc]) / diane@ghic.org (Diane Trout) / ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=josh r+sr=biesi a1.9=damons]
|
2008-01-29 10:38:15 -08:00 |
|
reed@reedloden.com
|
14365335d8
|
Back out for now until there's a fix.
|
2008-01-29 09:57:17 -08:00 |
|
reed@reedloden.com
|
6e3e57465e
|
Bug 66057 - "Proxy: $http_proxy should influence proxy settings" [p=roc@ocallahan.org (Robert O'Callahan [roc]) / diane@ghic.org (Diane Trout) / ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=josh r+sr=biesi a1.9=damons]
|
2008-01-29 07:58:38 -08:00 |
|
mozilla@weilbacher.org
|
0a7ee49586
|
Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner
|
2008-01-28 15:07:34 -08:00 |
|
benjamin@smedbergs.us
|
30e6134d6c
|
Bug 387454 - no versioninfo in xul.dll, r=luser a=schrep
|
2008-01-15 06:44:20 -08:00 |
|