Benjamin Smedberg
c1211cb84c
Land the remote-tab code from tmp-electrolysis.
2009-06-30 16:39:22 -04:00
Benjamin Smedberg
8919850d30
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
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
03a0a0cda0
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
e9f25d3e5e
b=494438; add optional OpenGL acceleration to ddraw surface for CE: core code; r=vlad
2009-07-08 16:34:02 -07:00
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
Oleg Romashin
f23e821716
Bug 562725 - Layout linking fail with on maemo, due to missing MOZ_DBUS_GLIB_LIBS LDOPTS. r=dougt
2010-05-01 08:21:33 -04:00
Dave Townsend
e3eb5c84d4
Backout new add-ons manager due to Ts regression on OSX 10.5
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Dave Townsend
2b8aa52ad2
Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz
2010-04-29 13:11:23 -07:00
Mark Banner
a8242b03d5
Bug 555658 Move Find Service and intl charset-menu code to toolkit. r=dtownsend
...
--HG--
rename : xpfe/components/find/Makefile.in => toolkit/components/find/Makefile.in
rename : xpfe/components/find/public/Makefile.in => toolkit/components/find/public/Makefile.in
rename : xpfe/components/find/public/nsIFindService.idl => toolkit/components/find/public/nsIFindService.idl
rename : xpfe/components/find/src/Makefile.in => toolkit/components/find/src/Makefile.in
rename : xpfe/components/find/src/nsFindService.cpp => toolkit/components/find/src/nsFindService.cpp
rename : xpfe/components/find/src/nsFindService.h => toolkit/components/find/src/nsFindService.h
rename : xpfe/components/intl/Makefile.in => toolkit/components/intl/Makefile.in
rename : xpfe/components/intl/nsCharsetMenu.cpp => toolkit/components/intl/nsCharsetMenu.cpp
rename : xpfe/components/intl/nsCharsetMenu.h => toolkit/components/intl/nsCharsetMenu.h
2010-04-29 19:35:39 +01:00
Michael Wu
42c2cd813e
Bug 564327 - Add Android widgets backend [2/2], patch by vlad, alexp, blassey, and me. r=dougt, sr=roc
...
--HG--
extra : rebase_source : 890618727773d4a286a34ef08f68f5aef8011312
2010-06-03 13:56:36 -07:00
Mitchell Field
f8d65d3f56
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
cmills@nvidia.com
dfe008d12a
b=484864, b=488910 - cairo ddraw backend for wince; r=vlad
2009-04-22 17:48:30 -07:00
Jeremy Huddleston
7480241a68
Bug 486890 - Darwin/X11: undefined symbols in libsydneyaudio, fix toolkit==cocoa check. r=benjamin
2009-04-20 16:48:00 +02:00
Josh Aas
8eec087ad5
More OJI removal bustage fixes for static builds. b=485984
2009-04-10 00:30:44 -04:00
Josh Aas
e215ff4e07
OJI removal bustage fix for static builds. b=485984
2009-04-09 23:28:00 -04:00
Josh Aas
e1f29205b9
Remove OJI from the tree. b=485984 r/sr=jst
2009-04-09 22:38:21 -04:00
Jeff Muizelaar
560a20d5d1
Bug 481926 - Rewrite color management component sr=vlad, r=ted, r=joedrew (\o/)
...
Replaces lcms with qcms
2009-04-07 12:02:11 -04:00
Joe Drew
745c70f481
Backed out changeset 6f3c2171bbb2:
...
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
2009-04-03 16:27:27 -04:00
Jeff Muizelaar
aaedb2ca38
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
2009-04-03 15:09:56 -04:00
Vladimir Vukicevic
7454d40489
b=465662; don't build libreg on Windows CE; r=bsmedberg
2009-03-24 18:45:21 -07:00
Mark Banner
4e2f3a4834
Bug 482718 Remove toolkit history remnants in libxul build, left by bug 383833. r=ted.mielczarek
2009-03-24 13:11:13 +00:00
Jeff Muizelaar
410e53149e
Bug 442109 - youtube videos don't play; r=vladimir
2009-02-25 16:25:12 +01:00
Vladimir Vukicevic
523aadaeff
b=477727; add WINCE_WINDOWS_MOBILE define and associated configure flag; r=ted
2009-02-12 18:26:01 -08:00
Brad Lassey
5e96a8aca5
bug 462908 - Implement Freetype font backend for windows ce r=karlt, jdagget sr=stuart, vlad
2009-01-23 01:24:29 -05:00
Daniel Holbert
c755eee8e7
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08: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
Arpad Borsos
22cd8d5550
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; build system cleanup + removes, v2; r+sr=benjamin
2008-12-04 15:37:37 +01:00
Arpad Borsos
c13c36784b
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; toolkit cleanup; r+sr=benjamin
2008-12-04 15:15:04 +01:00
Brad Lassey
32c9627bb9
Bug 464166 - wince should use custom dll entry point (like windows desktop) r=bsmedberg
2008-12-03 08:41:12 -05:00
Matthew Gregan
36303593a5
b=449315 Support WAV format in <audio> element. r+sr=roc
2008-11-07 09:53:20 +13:00
Justin Dolske
f6706fa479
Backed out changeset 30bfb150da06
2008-11-05 16:36:12 -08:00
Matthew Gregan
ffc3693e6e
b=449315 Support WAV format in <audio> element. r+sr=roc
2008-11-06 11:25:04 +13:00
Chris Double
3cb4bd1ebe
Backed out changeset 18403769ec19
2008-11-04 21:54:41 +13:00
Matthew Gregan
d31d0aa5a2
Bug 449315 - Support WAV format in <audio> element - r+sr=roc
2008-11-04 21:29:10 +13:00
Doug Turner
b03934c5df
Adding Ws2 to link line for windows mobile. patch by blassey, r=dougt
2008-09-30 14:37:55 -07:00
Arpad Borsos
efea680165
bug 445321 - remove --enable-glitz and related defines. r=vlad,ted
2008-09-30 13:53:38 -04:00
Karl Tomlinson
1487937a1d
b=454730 Move shutdown of GTK's fontmap from gfxPlatformGtk to nsAppRunner r=roc sr=bsmedberg
2008-09-26 10:38:25 +12:00
Oleg Romashin
4bf111f8c7
Bug 445934 - Layout linking broken in NS_OSSO disable-libxul configuration. r=ted.mielczarek
2008-09-13 07:47:45 +03:00
Brad Lassey
fbbe44d33d
Bug 437950 - Support for mailto: r=cbiesinger
2008-09-10 12:10:23 -04:00
Ginn Chen
6ce50e3a1a
Bug 440714 use -xldscope for Sun Studio on Solaris r=vladimir,benjamin sr=benjamin
2008-09-08 14:21:07 +08:00
Bo Yang
2a3c93b52e
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
d3742aa323
Bug 436830 - AutoConfig module not covered by MOZ_PREF_EXTENSIONS ifdef, r=bsmedberg
2008-08-19 15:30:56 -04:00
Oleg Romashin
523919644e
Removed old embedding API
...
Removed old GLITZ stuff
2008-08-15 09:31:55 +03:00
Oleg Romashin
48f2e8b505
mozilla-central merge
2008-08-08 13:05:00 +03:00
Vladimir Vukicevic
431b84bdf7
[dfb,422221] Gtk/DirectFB misc build stuff
2008-08-06 13:48:55 -07:00
Vladimir Vukicevic
d37b3620f0
Backing out d883ab4b8f41:7540abc35c97
2008-08-06 16:24:13 -07:00
Vladimir Vukicevic
97aed85aa0
[dfb,422221] Gtk/DirectFB misc build stuff
2008-08-06 13:48:55 -07:00
Oleg Romashin
c5fb8bd00b
Merging mozilla-central to mozilla-qt.
2008-08-03 20:30:10 +03:00
Chris Double
b77cb021da
Bug 422538. Integrate Ogg decoders. r=ted,r+sr=roc
2008-07-29 23:50:14 -07:00
Brad Lassey
267edb8a9f
relanding Bug 441636 after bad backout
2008-07-27 09:44:20 -04:00
Brad Lassey
fb2526cf26
Back out of bug 441636
2008-07-27 09:26:54 -04:00
Brad Lassey
14a473b12a
Bug 441636 - Add support for DBus Handler Apps r=biesi
2008-07-25 12:36:07 -04:00
Doug Turner
9c29e506e3
Bug 445924. Fennec (XULRunner) should be using osso_initialize / osso_deinitialize. r=bsmedberg
2008-07-18 11:17:49 -07:00
Doug Turner
11cce8d763
Inital geolocation implementation. bug=437948, r/sr=jst
2008-07-15 16:37:48 -07:00
Reed Loden
cf05371bd1
Follow-up to bug 125995 -- dummy-define OSXPROXY_MODULE on other platforms
2008-07-12 05:59:45 -05:00
James Bunton
e2e7514f80
Bug 125995 - "Proxy: Take settings from Network Preferences [Mac OS X]" (Makes the OS X system proxy work in release builds) [r=bsmedberg]
2008-07-12 05:20:54 -05:00
Doug Turner
713a35c2bd
Backed out changeset 27942c109154
...
unit test seg fault at shutdown.
2008-07-11 22:25:02 -07:00
Doug Turner
c2e79695dd
Initial implementation of Gelocation. Bug 437948. Relanded after fixing memory leaks
2008-07-11 18:35:03 -07:00
Doug Turner
cd05098cc1
it seems we are leaking on the RLk test.
...
Backed out changeset ebfc2ad982f4
2008-07-10 23:38:35 -07:00
Doug Turner
183ada088d
Relanding 437948. Geolocation. Fixed memory leak. r=jst.
2008-07-10 22:48:16 -07:00
Benjamin Smedberg
416863e848
Backed out changeset e5014dc700ad - appears to cause unit test failures in test_419731.js (windows) or focus issues (mac) but that could just be test wonkiness, but this appeared right after this commit and was mostly green before.
2008-07-10 09:36:24 -04:00
Doug Turner
aaf6e53e0b
bug 437948. inital implementation of gelocation. roughly following http://dev.w3.org/geo/api/spec-source.html . r+sr=jst
2008-07-09 20:43:38 -07:00
Ben Turner
18c01b2b72
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)
8e862bd6f1
Support system proxy settings on OS X
2008-06-12 14:50:15 +12:00
reed@reedloden.com
549112a515
Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Revert jemalloc/libxul integration; makes this bug WONTFIX) [p=jasone@canonware.com (Jason Evans) a1.9=schrep]
2008-05-08 02:20:44 -07:00
Vladimir Vukicevic
75d1be2f68
Merging mozilla-central to mozilla-qt.
2008-04-30 16:00:19 -07:00
mkaply@us.ibm.com
31f08e8448
427927, r=bsmedberg, a=dsicore, make autoconfig work again by fixing module definition
2008-04-21 07:04:10 -07:00
romaxa@romaxa.research.nokia.com
f06e80d4a1
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
a18f3530df
Enabled building of embedding/browser/qt and widget/src/qt modules for cairo-qt build configuration
2008-04-19 16:21:59 +03:00
alfred.peng@sun.com
f17db35422
Bug 391361. The integration of breakpad on Solaris. r=ted.mielczarek,a=beltzner.
2008-03-19 18:13:36 -07:00
reed@reedloden.com
e568ff21fb
Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Integrate jemalloc into libxul on Linux) [p=jasone@canonware.com (Jason Evans) r=bsmedberg sr+a1.9=stuart]
2008-03-14 08:38:37 -07:00
reed@reedloden.com
645d1a46c3
Bug 421523 - "With --disable-xpconnect-idispatch --disable-accessibility, link errors in libxul" (link oleaut32 explicitly) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=luser/ted a1.9=damons]
2008-03-08 01:43:03 -08:00
dougt@meer.net
68b954f0a2
XRE build changes for windows mobile. b=420240, r=bsmedberg, a=beltzner
2008-03-05 11:23:44 -08:00
joshmoz@gmail.com
bbd7f58f1f
always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner
2008-02-29 15:24:53 -08:00
sayrer@gmail.com
2cf84b6399
backout bug 418652. support MOZ_PSM build flag in toolkit/library.
2008-02-25 17:28:51 -08:00
dougt@meer.net
2b9746e509
bug 418652. support MOZ_PSM build flag in toolkit/library. r=bsmedberg, a=damons
2008-02-25 16:44:29 -08:00
dougt@meer.net
8b71d9905f
backing out 418652. made mac orange and talos dead
2008-02-22 18:03:32 -08:00
dougt@meer.net
545a898655
support MOZ_PSM build flag in toolkit/library. b=418652, r=bsmedberg, a=damons
2008-02-22 17:13:20 -08:00
reed@reedloden.com
458910fcde
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
mozilla@weilbacher.org
9c7624ba2f
Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner
2008-02-21 00:37:27 -08:00
reed@reedloden.com
c7270971c4
Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep]
2008-02-14 03:16:53 -08:00
reed@reedloden.com
ad5fe78586
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
e84f27e0b7
Back out for now until there's a fix.
2008-01-29 09:57:17 -08:00
reed@reedloden.com
dd3f1cb70f
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
569c86f6e4
Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner
2008-01-28 15:07:34 -08:00
mozilla@weilbacher.org
c9f76a0f27
Bug 376790: remove support for non-cairo GFX ports from configure.in, r=ted.mielczarek, a=mtschrep
2008-01-23 00:27:47 -08:00
mozilla@weilbacher.org
225dcf5b60
[OS/2] Bug 346690: Implement CSS3 CR cursor:none, OS/2 followup, r=mkaply
2008-01-19 00:35:49 -08:00
jwalden@mit.edu
0450e5d664
Bug 346690 - Add support for the 'none' keyword for the CSS cursor property. r=dbaron, sr=mats, a=schrep
2008-01-18 10:39:49 -08:00
benjamin@smedbergs.us
5102b341f7
Bug 387454 - no versioninfo in xul.dll, r=luser a=schrep
2008-01-15 06:44:20 -08:00
reed@reedloden.com
086b4bad37
Fix logic in the better bustage fix for bug 402742.
2007-12-07 17:38:35 -08:00
reed@reedloden.com
efb8013cc2
Better bustage fix for bug 402742.
2007-12-07 17:13:42 -08:00
reed@reedloden.com
73de16313c
Bustage fix #3 for bug 402742.
2007-12-07 17:00:18 -08:00
reed@reedloden.com
0645c87f2b
Bustage fix #2 for bug 402742.
2007-12-07 16:39:32 -08:00
reed@reedloden.com
8e76e25f24
Bug 402742 - "Stock icons will not display if libgnomeui is not present" (more soft runtime dependencies) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=vlad sr=roc aM10=schrep]
2007-12-07 16:08:09 -08:00
benjamin@smedbergs.us
df3100bdd8
Bug 398566 - Set MOZ_FIX_LINK_PATHS unconditionally, r=luser a=sayrer
2007-10-13 14:13:50 -07:00
vladimir@pobox.com
63c968080e
b=838960, ugprade cairo to 1.5.x; and b=377336, printing page from win32 results in hung app, r=stuart
2007-09-20 12:24:47 -07:00
dtownsend@oxymoronical.com
e35ecbdccb
Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger, a=bzbarsky
2007-09-16 16:48:03 -07:00
reed@reedloden.com
97f4bf7699
Bug 389638 - "Broken cairo linkage in embedding-profile < default" [p=romaxa r=bsmedberg a1.9=bzbarsky]
2007-09-05 13:56:15 -07:00
asqueella@gmail.com
7d548b1c12
Bug 372071 - libxul should use MOZ_PERF_METRICS define p=romaxa <romaxa@gmail.com> r=bsmedberg, a=bz
2007-09-02 15:24:52 -07:00
roc+@cs.cmu.edu
cb4e29d933
Bug 393146. Make libxul builds work with --disable-xmlextras. r=luser,a=bz
2007-08-23 15:52:42 -07:00
dbaron@dbaron.org
e7f74901a5
Attempt to make trace-malloc build correctly with libxul (as a part of it).
2007-08-19 18:06:27 -07:00
dbaron@dbaron.org
f344c8b615
Fix the way we build frameworks so it doesn't break dependencies of the form -ltracemalloc. b=392118 r=bsmedberg a=bzbarsky
2007-08-19 17:00:11 -07:00
benjamin@smedbergs.us
c1f17da390
Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
2007-08-03 07:46:17 -07:00
ginn.chen@sun.com
4b2398178d
Bug 389232 Firefox build fails on OpenSolaris with enable-libxul
...
r=wtc sr=benjamin
2007-07-24 23:17:09 -07:00
asqueella@gmail.com
03daf7e556
Bug 359606 - Disable mozreg_s from XULRUNNER embedding-profile=minimal
...
p=romaxa <romaxa@gmail.com>
r=bsmedberg
2007-07-23 18:54:36 -07:00
tor@cs.brown.edu
12d07a477a
Build bustage fix - add lcms to libxul libs.
2007-07-23 15:44:34 -07:00
sdwilsh@shawnwilsher.com
3d5f109b8e
Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin
2007-07-18 09:20:12 -07:00
mozilla@weilbacher.org
e53b27439f
[OS/2] Bug 387336: enable mouse pointers in libxul builds, p=wuno, r=me/ted.mielczarek
2007-07-17 14:22:05 -07:00
sdwilsh@shawnwilsher.com
db89527845
Backout of Bug 306907
2007-07-16 14:32:03 -07:00
sdwilsh@shawnwilsher.com
942eb53c84
Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin
2007-07-16 14:23:29 -07:00
sdwilsh@shawnwilsher.com
adfa30dd0e
Bug 384873 - Broken building without XUL but with RDF. Patch by romaxa <romaxa@gmail.com>. r=benjamin
2007-07-05 15:44:44 -07:00
smontagu@smontagu.org
3d39b843df
Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc
2007-06-30 22:56:10 -07:00
mozilla@weilbacher.org
e2baf92cb2
[OS/2] Bug 363903: fix java-xpcom build break on OS/2, p=abwillis1, r=jhpedemonte
2007-06-24 09:10:40 -07:00
ginn.chen@sun.com
9f3dfe8124
Bug 384154 layout-debug component does not build
...
r=benjamin
2007-06-20 00:51:55 -07:00
kherron@fmailbox.com
63e1cd101e
Bug 247204 - lock up at start when using threaded GTK2 libraries (i.e. gconf). Patch by <green@FreeBSD.org> and Walter Meinl <wuno@lsvw.de>, r+sr=roc.
2007-06-17 09:01:40 -07:00
mats.palmgren@bredband.net
a6eb042cb8
Bye bye non-cairo GTK gfx. b=383889 r+sr=vladimir
2007-06-15 19:13:52 -07:00
ginn.chen@sun.com
df49accf60
Bug 384187 Fix systempref module for GTK2r=bsmedberg
2007-06-14 03:26:47 -07:00
mats.palmgren@bredband.net
cfcd055eb1
Bye bye Xprint. b=326716 r+sr=dbaron
2007-06-13 11:02:58 -07:00
mozilla@weilbacher.org
935b4d3035
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
2007-06-10 15:13:08 -07:00
asqueella@gmail.com
fc7e5a1432
Bug 318331 - Default build does not support Xinerama - detect support at runtimep=Sylvain Pasche <sylvain.pasche@gmail.com>r+sr=roc
2007-05-02 13:07:32 -07:00
mats.palmgren@bredband.net
87a0062405
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
2007-04-30 16:52:44 -07:00
benjamin@smedbergs.us
eb9f04f4d0
Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento
2007-04-25 07:26:42 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
reed%reedloden.com
9a0b9e21f3
Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Revert jemalloc/libxul integration; makes this bug WONTFIX) [p=jasone@canonware.com (Jason Evans) a1.9=schrep]
2008-05-08 09:20:45 +00:00
mkaply%us.ibm.com
8bacd38fa6
427927, r=bsmedberg, a=dsicore, make autoconfig work again by fixing module definition
2008-04-21 14:04:10 +00:00
alfred.peng%sun.com
8516bb84ee
Bug 391361. The integration of breakpad on Solaris.
...
r=ted.mielczarek,a=beltzner.
2008-03-20 01:13:43 +00:00
reed%reedloden.com
6057977c59
Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Integrate jemalloc into libxul on Linux) [p=jasone@canonware.com (Jason Evans) r=bsmedberg sr+a1.9=stuart]
2008-03-14 15:38:38 +00:00
reed%reedloden.com
2f6354a44e
Bug 421523 - "With --disable-xpconnect-idispatch --disable-accessibility, link errors in libxul" (link oleaut32 explicitly) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=luser/ted a1.9=damons]
2008-03-08 09:43:03 +00:00
dougt%meer.net
20fcac0bfe
XRE build changes for windows mobile. b=420240, r=bsmedberg, a=beltzner
2008-03-05 19:23:44 +00:00
joshmoz%gmail.com
793a2e0747
always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner
2008-02-29 23:24:55 +00:00
sayrer%gmail.com
b5aa7e530c
backout bug 418652. support MOZ_PSM build flag in toolkit/library.
2008-02-26 01:28:51 +00:00
dougt%meer.net
5c3ffc681d
bug 418652. support MOZ_PSM build flag in toolkit/library. r=bsmedberg, a=damons
2008-02-26 00:44:29 +00:00
dougt%meer.net
6cc5e457b4
backing out 418652. made mac orange and talos dead
2008-02-23 02:03:32 +00:00
dougt%meer.net
6c2e145859
support MOZ_PSM build flag in toolkit/library. b=418652, r=bsmedberg, a=damons
2008-02-23 01:13:20 +00:00
reed%reedloden.com
981869b961
Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-02-22 11:26:00 +00:00
mozilla%weilbacher.org
0a0ea027c4
Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner
2008-02-21 08:37:30 +00:00
reed%reedloden.com
725e9b8564
Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep]
2008-02-14 11:16:54 +00:00
reed%reedloden.com
056df08ce8
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 18:38:16 +00:00
reed%reedloden.com
a3f36dae61
Back out for now until there's a fix.
2008-01-29 17:57:18 +00:00
reed%reedloden.com
bf5e0f8c83
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 15:58:42 +00:00
mozilla%weilbacher.org
a69995660c
Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner
2008-01-28 23:07:36 +00:00
mozilla%weilbacher.org
5750878092
Bug 376790: remove support for non-cairo GFX ports from configure.in, r=ted.mielczarek, a=mtschrep
2008-01-23 08:27:49 +00:00
mozilla%weilbacher.org
a180a40c91
[OS/2] Bug 346690: Implement CSS3 CR cursor:none, OS/2 followup, r=mkaply
2008-01-19 08:35:50 +00:00
jwalden%mit.edu
3bd1981949
Bug 346690 - Add support for the 'none' keyword for the CSS cursor property. r=dbaron, sr=mats, a=schrep
2008-01-18 18:40:29 +00:00
benjamin%smedbergs.us
ccd9bc0d06
Bug 387454 - no versioninfo in xul.dll, r=luser a=schrep
2008-01-15 14:44:20 +00:00
reed%reedloden.com
7136485137
Fix logic in the better bustage fix for bug 402742.
2007-12-08 01:38:35 +00:00
reed%reedloden.com
d507820c10
Better bustage fix for bug 402742.
2007-12-08 01:13:42 +00:00
reed%reedloden.com
2f176f5b88
Bustage fix #3 for bug 402742.
2007-12-08 01:00:18 +00:00
reed%reedloden.com
abe44e970f
Bustage fix #2 for bug 402742.
2007-12-08 00:39:32 +00:00
reed%reedloden.com
7803dbff12
Bug 402742 - "Stock icons will not display if libgnomeui is not present" (more soft runtime dependencies) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=vlad sr=roc aM10=schrep]
2007-12-08 00:08:09 +00:00
benjamin%smedbergs.us
50169187c1
Bug 398566 - Set MOZ_FIX_LINK_PATHS unconditionally, r=luser a=sayrer
2007-10-13 21:13:52 +00:00
vladimir%pobox.com
9237056d87
b=838960, ugprade cairo to 1.5.x; and b=377336, printing page from win32 results in hung app, r=stuart
2007-09-20 19:24:52 +00:00
dtownsend%oxymoronical.com
36bfea8648
Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger,
...
a=bzbarsky
2007-09-16 23:48:08 +00:00
reed%reedloden.com
ebe6e99a3d
Bug 389638 - "Broken cairo linkage in embedding-profile < default" [p=romaxa r=bsmedberg a1.9=bzbarsky]
2007-09-05 20:56:15 +00:00
asqueella%gmail.com
fb7910ee3a
Bug 372071 - libxul should use MOZ_PERF_METRICS define
...
p=romaxa <romaxa@gmail.com>
r=bsmedberg, a=bz
2007-09-02 22:24:52 +00:00
roc+%cs.cmu.edu
d0e572511f
Bug 393146. Make libxul builds work with --disable-xmlextras. r=luser,a=bz
2007-08-23 22:52:42 +00:00
dbaron%dbaron.org
a30099efbb
Attempt to make trace-malloc build correctly with libxul (as a part of it).
2007-08-20 01:06:27 +00:00
dbaron%dbaron.org
ef1c2de9c8
Fix the way we build frameworks so it doesn't break dependencies of the form -ltracemalloc. b=392118 r=bsmedberg a=bzbarsky
2007-08-20 00:00:12 +00:00
benjamin%smedbergs.us
ef5b6db46a
Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
2007-08-03 14:46:28 +00:00
ginn.chen%sun.com
e103411cfc
Bug 389232 Firefox build fails on OpenSolaris with enable-libxul
...
r=wtc sr=benjamin
2007-07-25 06:17:09 +00:00
asqueella%gmail.com
755781ed7a
Bug 359606 - Disable mozreg_s from XULRUNNER embedding-profile=minimal
...
p=romaxa <romaxa@gmail.com>
r=bsmedberg
2007-07-24 01:54:36 +00:00
tor%cs.brown.edu
77eb3f4245
Build bustage fix - add lcms to libxul libs.
2007-07-23 22:44:34 +00:00
sdwilsh%shawnwilsher.com
d76ef55f37
Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin
2007-07-18 16:20:13 +00:00
mozilla%weilbacher.org
2c4b6d232b
[OS/2] Bug 387336: enable mouse pointers in libxul builds, p=wuno, r=me/ted.mielczarek
2007-07-17 21:22:05 +00:00
sdwilsh%shawnwilsher.com
6a1360ddbb
Backout of Bug 306907
2007-07-16 21:32:03 +00:00
sdwilsh%shawnwilsher.com
6853438bb1
Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin
2007-07-16 21:23:30 +00:00
sdwilsh%shawnwilsher.com
04182cbc77
Bug 384873 - Broken building without XUL but with RDF. Patch by romaxa <romaxa@gmail.com>. r=benjamin
2007-07-05 22:44:44 +00:00
smontagu%smontagu.org
f2bdb33acd
Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc
2007-07-01 05:56:11 +00:00
mozilla%weilbacher.org
f7dcdab551
[OS/2] Bug 363903: fix java-xpcom build break on OS/2, p=abwillis1, r=jhpedemonte
2007-06-24 16:10:40 +00:00
ginn.chen%sun.com
fcb642be83
Bug 384154 layout-debug component does not build
...
r=benjamin
2007-06-20 07:51:55 +00:00
kherron%fmailbox.com
858def5681
Bug 247204 - lock up at start when using threaded GTK2 libraries (i.e. gconf). Patch by <green@FreeBSD.org> and Walter Meinl <wuno@lsvw.de>, r+sr=roc.
2007-06-17 16:01:40 +00:00
mats.palmgren%bredband.net
e7651d466b
Bye bye non-cairo GTK gfx. b=383889 r+sr=vladimir
2007-06-16 02:13:56 +00:00
ginn.chen%sun.com
c3c0acbd14
Bug 384187 Fix systempref module for GTK2
...
r=bsmedberg
2007-06-14 10:26:47 +00:00
mats.palmgren%bredband.net
1104dddb66
Bye bye Xprint. b=326716 r+sr=dbaron
2007-06-13 18:03:03 +00:00
mozilla%weilbacher.org
ed37c961ed
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
2007-06-10 22:13:12 +00:00
asqueella%gmail.com
77600220af
Bug 318331 - Default build does not support Xinerama - detect support at runtime
...
p=Sylvain Pasche <sylvain.pasche@gmail.com>
r+sr=roc
2007-05-02 20:07:33 +00:00
mats.palmgren%bredband.net
24e870cb3d
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
2007-04-30 23:52:44 +00:00
benjamin%smedbergs.us
bcf45b327f
Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento
2007-04-25 14:26:43 +00:00
benjamin%smedbergs.us
601a860f84
Bug 347664 - move editor from a standalone component to be part of gklayout, r+sr=roc
2007-02-24 20:07:06 +00:00
benjamin%smedbergs.us
585196015d
More gtkmozembed followups from bug 78081, r=timeless
2007-02-21 16:56:04 +00:00
benjamin%smedbergs.us
9dad82ab1c
Bug 78081 - Don't export intermediate libraries, r=luser
...
This is going to break camino until those build scripts are updated.
2007-02-21 15:13:36 +00:00
roc+%cs.cmu.edu
af30f9f008
Bug 223492. Support the freedesktop startup notification API for Linux/Unix. r=caillon/mats,sr=tor
2007-02-09 01:33:26 +00:00
dbaron%dbaron.org
1c867cd473
Make MOZ_GFX_TOOLKIT in Makefiles be the same thing that it is in configure. b=369409 r=vlad
2007-02-08 19:23:25 +00:00
timeless%mozdev.org
2fb3ae5677
Bug 363046 libgfxps.a to lubxul.so link error - Bustage caused by printing on linux bug 323928
...
patch by laurent@xulfr.org r=bsmedberg sr=pavlov
2006-12-17 09:19:25 +00:00
pedemont%us.ibm.com
ced36fbec6
Bug 335696 - Provide helper method for embedding in AWT/Swing (Mac only for the moment). r=bsmeberg
2006-12-11 21:07:02 +00:00
timeless%mozdev.org
b1cffb7e10
Fixing most ifdefs to mean libxul instead of saying 1.8
...
making xulrunner link dynamically against gtkmozembed (because ajschult and
I couldn't figure out how to deal with a profiledirectorylock and we know
of no reason to have gtkmozembed linked statically).
Hopefully fixed some cast complaints smaug had (presumably they relate to
the comments "I doubt this cast pair is correct").
Tried to clean up the REQUIRES a /bit/ in an effort to address the lock
problem.
Again, thanks to ajschult for his time and assistance.
2006-12-04 10:50:02 +00:00
benjamin%smedbergs.us
a7b942cc4b
Second try, get libxul working with CUPS, NPODB
2006-11-30 18:43:25 +00:00
benjamin%smedbergs.us
425b750fd1
Fix libxul bustage from bug 359124, NPODB
2006-11-30 16:42:23 +00:00
benjamin%smedbergs.us
1a89926521
Bug 356425 - link of libxul failed with --disable-places, r=laurentj
2006-10-25 19:12:13 +00:00
vladimir%pobox.com
5d05e47101
more turning-off-places bustage fixes
2006-09-26 05:21:51 +00:00
cbiesinger%web.de
8173877ad0
Bug 351856 make chardet its own module
...
r=smontagu,bsmedberg
2006-09-13 22:13:40 +00:00
smontagu%smontagu.org
908a657cab
Remove obsolete intl compatibility library. Bug 352180, r=jshin, sr=bsmedberg
2006-09-13 07:19:24 +00:00
timeless%mozdev.org
b469a7a8ac
Bug 350293 RDF + NOXPFE Building xulrunner with embedding-profile=basic failed
...
patch by romaxa@gmail.com r=timeless r=bsmedberg
2006-08-28 19:19:03 +00:00
benjamin%smedbergs.us
6488b36a2c
Bug 319843 - XULRunner windows are grouped in the taskbar (and all XULRunner apps have the same firewall settings), r=darin
2006-08-17 14:22:04 +00:00
timeless%mozdev.org
3d9c1a4665
Bug 330331 Building with option --disable-xul failed
...
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)
Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF
Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
timeless%mozdev.org
1a0ae226bf
Bug 347884 Building XULRunner with --embedding-profile=minimal failed, tkhstory
...
only build mork+toolkit history ifdef MOZ_XUL
patch by romaxa@gmail.com r=timeless r=bsmedberg
2006-08-14 15:49:06 +00:00
benjamin%smedbergs.us
93264ff328
Bug 339106 - integrate spellcheck into libxul, r=mento
2006-07-31 18:11:38 +00:00
benjamin%smedbergs.us
d396366183
Bug 321219 - separate places backend into toolkit, r=beng
2006-07-18 19:41:12 +00:00
wr%rosenauer.org
21adaa5e4a
Bug 338446 - fix gtk2 pango builds, p=wuno@lsvw.de, r=bsmedberg
2006-07-18 06:19:17 +00:00
timeless%mozdev.org
53a9cb71ba
Bug 340795 Building with --with-embedding-profile=minimal failed
...
reverting unnecessary changes to xpfe
replacing updater with xpinstall (bad reference)
defining things in libxul-config.mk per bsmedberg, spotted by jag
2006-06-22 13:08:18 +00:00
timeless%mozdev.org
2b8e53ac4c
Bug 340795 Building with --with-embedding-profile=minimal failed
...
patch by romaxa@gmail.com r=bsmedberg
2006-06-22 11:42:28 +00:00
pamg.bugs%gmail.com
e5c62aabb4
Backing out timeless's last change because of breakage on balsa. r=#developers, a=bsmedberg
2006-06-08 21:59:20 +00:00
timeless%mozdev.org
b99604ded4
Bug 321012 toolkit apprunner doesn't build w/ tracemalloc
...
r=bsmedberg
2006-06-08 17:27:04 +00:00
benjamin%smedbergs.us
632ad9b1c6
Bug 339099 - Integrate extensions/cookie and extensions/permissions into libxul, r=darin
2006-05-25 15:45:17 +00:00
benjamin%smedbergs.us
3b73afeb50
Bug 335248 - move the XUL filepicker C++ goop into libxul, r=darin
2006-05-04 23:17:47 +00:00
benjamin%smedbergs.us
0ca910360d
Bug 78081 - Stop exporting intermediate libraries, initial changes blanket-r=mento
2006-05-03 22:50:57 +00:00
benjamin%smedbergs.us
074ff769b4
Bug 335807 - Make xpfe/components/intl its own component, r=neil (this gets rid of xpfe/components/build2 for tbird, yay!)
2006-05-02 16:47:32 +00:00
benjamin%smedbergs.us
1da150a196
Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me
2006-04-28 14:54:54 +00:00
benjamin%smedbergs.us
176f277569
Bug 335714 - make windowds a standalone component, r=Neil
2006-04-28 13:19:36 +00:00
dbaron%dbaron.org
361ff9088d
Fix MOZ_JPROF bustage from bug 333640.
2006-04-25 01:58:41 +00:00
benjamin%smedbergs.us
a1ffd81ddb
Bug 320316 - libxul doesn't compile with cairo-gtk (thebes) toolkit, r=vlad
2006-04-24 20:05:29 +00:00
cbiesinger%web.de
ea0a1505cc
bug 333640 fixing firefox --enable-trace-malloc bustage
2006-04-22 21:35:02 +00:00
cls%seawood.org
a080eb5af6
Allow libxul to link in mingw builds.
...
Bug #334403 r=bsmedberg
2006-04-18 15:52:41 +00:00
benjamin%smedbergs.us
25f635c185
Accidental checkin, libxul bustage.
2006-04-06 19:59:00 +00:00
benjamin%smedbergs.us
a1c655826c
Revert accidental commit.
2006-04-06 19:10:25 +00:00
benjamin%smedbergs.us
0e0fe8e1d1
Bug 325257 - Rename nsIFormHistory to avoid changing interfaces on the 1.8 branch, r=bryner
2006-04-06 18:06:05 +00:00
benjamin%smedbergs.us
21a661477b
Bug 320316 - libxul doesn't link with cairo toolkits (thebes) r=vlad; don't build mfcembed if xpcomobsolete (nsIRegistry) isn't available, to fix xulrunner windows bustage
2006-04-05 19:25:57 +00:00
benjamin%smedbergs.us
aa53b07426
Bug 332114 - XULRunner shouldn't build xpcomobsolete, r=darin
2006-03-29 23:44:04 +00:00
mark%moxienet.com
0f9d7359a9
331827 Provisional build patch to make gtk2/darwin builds functional out of the box. There may be additional changes needed for static builds. r=bsmedberg
2006-03-28 20:06:17 +00:00
benjamin%smedbergs.us
db12d6713a
Add mozreg_s to the libxul link list
2006-03-27 21:12:26 +00:00
tor%cs.brown.edu
045951d318
Bug 330516 - remove depreciated and unmaintained SVG renderer backends.
...
r=bsmedberg, sr=roc
2006-03-20 21:16:45 +00:00
mkaply%us.ibm.com
481124e49d
#3011064
...
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
2006-03-08 19:29:25 +00:00
benjamin%smedbergs.us
47550ad8e9
Bug 320316 - libxul doesn't compile with thebes
2006-02-27 21:18:41 +00:00
cls%seawood.org
5a1e15ec25
Fix mingw cross-compile bustage.
...
Original patch by <basic@mozdev.org>.
Bug #320646 r=cls
2006-02-19 07:43:19 +00:00
benjamin%smedbergs.us
0a4a17a223
Bug 327188 - enable places by default, r=bryner
2006-02-15 18:46:10 +00:00
benjamin%smedbergs.us
0b108b3348
Bug 323732 try #2 - Missing cursor resources in Windows xulrunner build
2006-02-09 21:02:11 +00:00
benjamin%smedbergs.us
3fb6b5b148
Bug 323732 - Missing cursor resources in Windows xulrunner needed for various CSS cursor types, r=vlad
2006-02-08 21:52:33 +00:00
bsmedberg%covad.net
93ef090ed3
Fix GTK(1) dynamic builds, from bug 299988
2006-01-27 13:48:12 +00:00
bsmedberg%covad.net
abdac7eba1
Bug 299988 - integrate gtkmozembed into libxul, r=chpe
2006-01-26 19:10:50 +00:00
bsmedberg%covad.net
c85be04cc3
Bug 322965 (relanding) - Allow building xulrunner with --disable-xul, this fixes dynamic builds which didn't have the correct linker flags and combines passwordmgr/satchel in one XPCOM module since they have symbol dependencies
2006-01-25 20:23:24 +00:00
pavlov%pavlov.net
fbc6cb3e44
backing out bsmedberg's checkins for bug 322965 due to build bustage.
2006-01-25 04:54:07 +00:00
bsmedberg%covad.net
9b69041028
Bug 322965 - Allow building XULRunner with --disable-xul, r=dougt (This also contains some bits of 299988, build gtkmozembed into libxul)
2006-01-24 19:27:00 +00:00
bsmedberg%covad.net
3f40a245b7
Bug 321173 - Always build javaxpcom into the mini-libxul - r=jhpedemonte
2006-01-18 17:38:58 +00:00
bsmedberg%covad.net
bd2ac42c5c
Bug 321359 - Give embedders the ability to lock and use profiles through the XRE_InitEmbedding API, r=darin
2006-01-12 15:29:10 +00:00
mark%moxienet.com
1100787709
322354 libxul always links against X11. Only link against X11 when an X widget toolkit is selected. r=bsmedberg a/1.8.0.1,1.8.1=bsmedberg
2006-01-04 15:56:53 +00:00
bsmedberg%covad.net
fc5505aca7
Bug 320972 - Integrate extensions/auth into libxul, r=darin
2005-12-22 17:55:42 +00:00
bsmedberg%covad.net
3f4a389f60
Bug 320820 - Integrate webservices into libxul, r=doron
2005-12-20 14:13:01 +00:00
bsmedberg%covad.net
59723c929d
Bug 320553 - integrate universalchardet into libxul, r=bryner
2005-12-16 20:55:44 +00:00
bsmedberg%covad.net
35d13292bb
Bug 316090 - GREImpl.loadDependentLibraries hardcodes the list, and turn javaxpcom on by default for XULRunner, patch by jhpedemonte and myself with co-review
2005-12-15 14:17:20 +00:00
bsmedberg%covad.net
6df8ffe766
XULRunner bustage, bug 320148
2005-12-14 18:36:23 +00:00
bsmedberg%covad.net
88d900e6fc
Bug 320148 - Incorporate extensions/pref into libxul, r=bryner
2005-12-14 15:57:40 +00:00
bsmedberg%covad.net
f54e31cc7e
Even the mini-libxul needs to link against libmozjs to pick up JS_GC, bustage from bug 311735
2005-11-23 15:53:03 +00:00
bsmedberg%covad.net
edb61bfde1
Typo when copy/pasting the bustage fix :-(
2005-11-23 15:27:19 +00:00
bsmedberg%covad.net
44e324f564
libxul-only bustage fix, bug 311735 (must set EXTRA_DSO_LIBS before you include rules.mk)
2005-11-23 14:56:22 +00:00
bsmedberg%covad.net
efc1fd7274
Bug 311735 - When --disable-libxul, build a little xul.dll with the embedding exports, r=darin (This xul.dll is not built in static builds because it wouldn't have access to the static module list anyway)
2005-11-23 14:16:33 +00:00
bsmedberg%covad.net
0ebdf7ef7c
Bug 315890 - Build extensions/xmlextras in tier 9 and into libxul, r=jst
2005-11-22 17:20:37 +00:00
bsmedberg%covad.net
83a49b8ec9
Leftover bits of bug 315401 and libxul fixup from bug 263042 part 1
2005-11-16 20:59:21 +00:00