Benjamin Smedberg
29e089defb
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
2010-06-25 19:41:09 -04:00
Benjamin Smedberg
db9b653c42
Bug 568691 - register chrome/*.manifest in addition to components/*.manifest files, chrome appears to work in xpcshell again.
2010-06-21 13:49:38 -04:00
Benjamin Smedberg
edbd474f05
Bug 568691 part C - Register all components based on reading .manifest files from the components directories. Binary components auto-register using "binary-component name.dll". JS components register using "component CID file.js" "contract @mozilla.org/contract;1 CID" and "category categoryname keyname value".
...
This patch has some bugs, specifically we stop looking for .manifest files in chrome/. I will fix that in a followup. It also probably breaks non-libxul builds because of ordering issues.
Another followup will actually fix our in-tree JS components and add build machinery for creating a proper components.manifest file.
2010-06-11 16:13:26 -04:00
Benjamin Smedberg
c611ebcd81
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
Ben Newman
17048d28ab
Build and IPDL groundwork for the multi-process Jetpack API (bug 556846). r=bsmedberg
2010-06-25 08:00:35 -07:00
Michael Wu
2a2159f82e
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
Ehsan Akhgari
1b26141a44
Bug 534694 - Move the layout debug extension to layout/tools; r=ted,roc
...
--HG--
rename : extensions/layout-debug/Makefile.in => layout/tools/layout-debug/Makefile.in
rename : extensions/layout-debug/application.ini => layout/tools/layout-debug/application.ini
rename : extensions/layout-debug/chrome.manifest => layout/tools/layout-debug/chrome.manifest
rename : extensions/layout-debug/layoutdebug-prefs.js => layout/tools/layout-debug/layoutdebug-prefs.js
rename : extensions/layout-debug/makefiles.sh => layout/tools/layout-debug/makefiles.sh
rename : extensions/layout-debug/src/Makefile.in => layout/tools/layout-debug/src/Makefile.in
rename : extensions/layout-debug/src/nsDebugFactory.cpp => layout/tools/layout-debug/src/nsDebugFactory.cpp
rename : extensions/layout-debug/src/nsILayoutDebuggingTools.idl => layout/tools/layout-debug/src/nsILayoutDebuggingTools.idl
rename : extensions/layout-debug/src/nsILayoutRegressionTester.idl => layout/tools/layout-debug/src/nsILayoutRegressionTester.idl
rename : extensions/layout-debug/src/nsLayoutDebugCIID.h => layout/tools/layout-debug/src/nsLayoutDebugCIID.h
rename : extensions/layout-debug/src/nsLayoutDebugCLH.cpp => layout/tools/layout-debug/src/nsLayoutDebugCLH.cpp
rename : extensions/layout-debug/src/nsLayoutDebugCLH.h => layout/tools/layout-debug/src/nsLayoutDebugCLH.h
rename : extensions/layout-debug/src/nsLayoutDebuggingTools.cpp => layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp
rename : extensions/layout-debug/src/nsLayoutDebuggingTools.h => layout/tools/layout-debug/src/nsLayoutDebuggingTools.h
rename : extensions/layout-debug/src/nsRegressionTester.cpp => layout/tools/layout-debug/src/nsRegressionTester.cpp
rename : extensions/layout-debug/src/nsRegressionTester.h => layout/tools/layout-debug/src/nsRegressionTester.h
rename : extensions/layout-debug/ui/Makefile.in => layout/tools/layout-debug/ui/Makefile.in
rename : extensions/layout-debug/ui/content/layoutdebug-overlay.xul => layout/tools/layout-debug/ui/content/layoutdebug-overlay.xul
rename : extensions/layout-debug/ui/content/layoutdebug.js => layout/tools/layout-debug/ui/content/layoutdebug.js
rename : extensions/layout-debug/ui/content/layoutdebug.xul => layout/tools/layout-debug/ui/content/layoutdebug.xul
rename : extensions/layout-debug/ui/jar.mn => layout/tools/layout-debug/ui/jar.mn
rename : extensions/layout-debug/ui/locale/en-US/layoutdebug-overlay.dtd => layout/tools/layout-debug/ui/locale/en-US/layoutdebug-overlay.dtd
rename : extensions/layout-debug/ui/locale/en-US/layoutdebug.dtd => layout/tools/layout-debug/ui/locale/en-US/layoutdebug.dtd
2010-04-23 15:03:22 -04:00
Rob Arnold
13ef0df01c
Bug 563462 - Remove Photon bits from toolkit/ r=Mossop
2010-05-12 14:31:24 -04:00
Dave Townsend
1525faa802
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
Peter Van der Beken
df91a46a76
Fix for bug 560199 (Link XPConnect and caps into layout). r=jst.
...
--HG--
extra : rebase_source : 5141822e9d560019ffc1e0cb0264782aa8aa7a99
2010-04-11 15:55:24 +02:00
Dave Townsend
bfd56a86b8
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
f0177a9b21
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
f9a8f033d8
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
Mark Banner
2483c49b52
Bug 552222 Drop MOZ_XPFE_COMPONENTS / --disable-xpfe-components. r=ted
2010-03-23 20:33:51 +00:00
Simon Montagu
681d9954dd
Remove intl/uconv/ucvmath. Bug 483116, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
2009-12-21 00:47:08 -08:00
Dan Witte
af2c3364cd
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
8716af4a26
Land jsctypes. b=513783, r=jorendorff, sr=bsmedberg.
2009-09-23 10:57:22 -07:00
Phil Ringnalda
783b33a49e
Bug 515578 - Kill some more xmlextras and webservices leftovers, r=ted
2009-09-18 19:59:52 -07:00
Mitchell Field
970e0cc404
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
18f410a888
OJI removal bustage fix for static builds. b=485984
2009-04-09 23:28:00 -04:00
Josh Aas
39f5ad242c
Remove OJI from the tree. b=485984 r/sr=jst
2009-04-09 22:38:21 -04:00
Mark Banner
8dc2d20f0f
Bug 482718 Remove toolkit history remnants in libxul build, left by bug 383833. r=ted.mielczarek
2009-03-24 13:11:13 +00:00
Arpad Borsos
1a08c6a386
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; toolkit cleanup; r+sr=benjamin
2008-12-04 15:15:04 +01:00
Oleg Romashin
b2f4c84782
Bug 436830 - AutoConfig module not covered by MOZ_PREF_EXTENSIONS ifdef, r=bsmedberg
2008-08-19 15:30:56 -04:00
Oleg Romashin
427aa3fb16
Merging mozilla-central to mozilla-qt.
2008-08-03 20:30:10 +03:00
Reed Loden
318d4b2954
Follow-up to bug 125995 -- dummy-define OSXPROXY_MODULE on other platforms
2008-07-12 05:59:45 -05:00
James Bunton
8d878d7126
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
Vladimir Vukicevic
71d470b9e7
Merging mozilla-central to mozilla-qt.
2008-04-30 16:00:19 -07:00
mkaply@us.ibm.com
96058e777e
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
020a628dd9
Enabled building of embedding/browser/qt and widget/src/qt modules for cairo-qt build configuration
2008-04-19 16:21:59 +03:00
sayrer@gmail.com
e46ef09eed
backout bug 418652. support MOZ_PSM build flag in toolkit/library.
2008-02-25 17:28:51 -08:00
dougt@meer.net
f695c84a7f
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
ac2e9a58fb
backing out 418652. made mac orange and talos dead
2008-02-22 18:03:32 -08:00
dougt@meer.net
314cb3356b
support MOZ_PSM build flag in toolkit/library. b=418652, r=bsmedberg, a=damons
2008-02-22 17:13:20 -08:00
mozilla@weilbacher.org
7ed1ca89ae
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
ad3855ddf6
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
966edcb5c4
Back out for now until there's a fix.
2008-01-29 09:57:17 -08:00
reed@reedloden.com
750557e74d
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
dtownsend@oxymoronical.com
ea740b6146
Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger, a=bzbarsky
2007-09-16 16:48:03 -07:00
roc+@cs.cmu.edu
aa4b04be42
Bug 393146. Make libxul builds work with --disable-xmlextras. r=luser,a=bz
2007-08-23 15:52:42 -07:00
sdwilsh@shawnwilsher.com
66c24af0a3
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
ginn.chen@sun.com
cfd7390a75
Bug 384154 layout-debug component does not build
...
r=benjamin
2007-06-20 00:51:55 -07:00
mats.palmgren@bredband.net
df0f128cb1
Bye bye non-cairo GTK gfx. b=383889 r+sr=vladimir
2007-06-15 19:13:52 -07:00
ginn.chen@sun.com
4e97db3814
Bug 384187 Fix systempref module for GTK2r=bsmedberg
2007-06-14 03:26:47 -07:00
mats.palmgren@bredband.net
266f784855
Bye bye Xprint. b=326716 r+sr=dbaron
2007-06-13 11:02:58 -07:00
mozilla@weilbacher.org
58a7060568
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
2007-06-10 15:13:08 -07:00
mats.palmgren@bredband.net
c712869d45
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
fee2eda8c4
Bug 347664 - move editor from a standalone component to be part of gklayout, r+sr=roc
2007-02-24 20:07:06 +00:00
timeless%mozdev.org
9298f7c632
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
vladimir%pobox.com
ee2152688f
more turning-off-places bustage fixes
2006-09-26 05:21:51 +00:00
cbiesinger%web.de
15501fd5cb
Bug 351856 make chardet its own module
...
r=smontagu,bsmedberg
2006-09-13 22:13:40 +00:00
smontagu%smontagu.org
1dd2b1359d
Remove obsolete intl compatibility library. Bug 352180, r=jshin, sr=bsmedberg
2006-09-13 07:19:24 +00:00
timeless%mozdev.org
1680c53ea7
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
timeless%mozdev.org
ba2c063b89
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
3ac8499ab4
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
1427ece273
Bug 339106 - integrate spellcheck into libxul, r=mento
2006-07-31 18:11:38 +00:00
benjamin%smedbergs.us
d69b941372
Bug 321219 - separate places backend into toolkit, r=beng
2006-07-18 19:41:12 +00:00
timeless%mozdev.org
4747b6b35f
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
c67effaafc
Bug 340795 Building with --with-embedding-profile=minimal failed
...
patch by romaxa@gmail.com r=bsmedberg
2006-06-22 11:42:28 +00:00
benjamin%smedbergs.us
d1a126b47a
Bug 339099 - Integrate extensions/cookie and extensions/permissions into libxul, r=darin
2006-05-25 15:45:17 +00:00
benjamin%smedbergs.us
703f94d5f7
Bug 335248 - move the XUL filepicker C++ goop into libxul, r=darin
2006-05-04 23:17:47 +00:00
benjamin%smedbergs.us
ae7a851b73
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
2ed8035970
Bug 335714 - make windowds a standalone component, r=Neil
2006-04-28 13:19:36 +00:00
benjamin%smedbergs.us
d01eb68e61
Bug 332114 - XULRunner shouldn't build xpcomobsolete, r=darin
2006-03-29 23:44:04 +00:00
benjamin%smedbergs.us
c9ff5b4a4c
Bug 320316 - libxul doesn't compile with thebes
2006-02-27 21:18:41 +00:00
benjamin%smedbergs.us
c028f45f24
Bug 327188 - enable places by default, r=bryner
2006-02-15 18:46:10 +00:00
bsmedberg%covad.net
ec0ae1ec61
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
a6582b5239
backing out bsmedberg's checkins for bug 322965 due to build bustage.
2006-01-25 04:54:07 +00:00
bsmedberg%covad.net
abe638de27
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
fc951d1919
Bug 320972 - Integrate extensions/auth into libxul, r=darin
2005-12-22 17:55:42 +00:00
bsmedberg%covad.net
bce6d514c6
Bug 320820 - Integrate webservices into libxul, r=doron
2005-12-20 14:13:01 +00:00
bsmedberg%covad.net
022df15b54
Bug 320553 - integrate universalchardet into libxul, r=bryner
2005-12-16 20:55:44 +00:00
bsmedberg%covad.net
9f1214086d
XULRunner bustage, bug 320148
2005-12-14 18:36:23 +00:00
bsmedberg%covad.net
cf0d973c21
Bug 320148 - Incorporate extensions/pref into libxul, r=bryner
2005-12-14 15:57:40 +00:00
bsmedberg%covad.net
e69953b3e9
Bug 315890 - Build extensions/xmlextras in tier 9 and into libxul, r=jst
2005-11-22 17:20:37 +00:00
bsmedberg%covad.net
c754d6e134
Leftover bits of bug 315401 and libxul fixup from bug 263042 part 1
2005-11-16 20:59:21 +00:00
darin%meer.net
697c78f1ea
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
bsmedberg%covad.net
a63c75a8a1
Bug 306615 - Fold PSM into libxul r=darin
2005-09-01 12:43:58 +00:00
bsmedberg%covad.net
5fba1c6aea
Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa
2005-07-21 13:33:43 +00:00
darin%meer.net
a98dda224d
bug 280725 "Integrate new component in libxul" patch by bsmedberg, r=darin, a=asa
2005-04-08 04:59:36 +00:00
bsmedberg%covad.net
ab28b280da
Bug 288955 - move jsdebugger to tier 50, integrate with libxul r=darin
2005-04-05 16:34:09 +00:00
bsmedberg%covad.net
3522feb25f
Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner
2005-04-04 19:08:55 +00:00
bsmedberg%covad.net
bc8b8a9af2
Parts of bug 288370 - mac libxul (xulrunner) build on mac, r=darin, plus making it more likely that libxul will build on QT (should not affect non-xulrunner)
2005-04-04 15:45:48 +00:00
bsmedberg%covad.net
914a5612a1
libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin
2005-03-18 21:24:05 +00:00
bsmedberg%covad.net
60567bb185
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2004-12-15 04:07:01 +00:00
bsmedberg%covad.net
97e37f778b
Bstage fix from bug 273876 - incorporate psshared and fix the #ifdefs for gcc (apparently it doesn't do == the same way as MSVC?)
2004-12-10 18:15:15 +00:00
bsmedberg%covad.net
79241940e8
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
2004-12-09 19:28:35 +00:00
bsmedberg%covad.net
f23f538920
Bug 272283 - initial work for --enable-libxul r=bryner+darin This is on by default for xulrunner and off by default for all other apps.
2004-12-06 22:39:54 +00:00