Matheus Kerschbaum
|
2074f211f6
|
Bug 597789 - Remove --disable-rdf; r=ted
|
2011-11-08 11:42:54 +00:00 |
|
Mark Finkle
|
b448cb7549
|
Bug 676293 - Add ability to make 'home screen shortcut' for Bookmarks [r=fabrice, r=blassey]
--HG--
rename : mobile/components/build/nsIPhoneSupport.idl => mobile/components/build/nsIShellService.idl
rename : mobile/components/build/nsPhoneSupport.cpp => mobile/components/build/nsShellService.cpp
rename : mobile/components/build/nsPhoneSupport.h => mobile/components/build/nsShellService.h
|
2011-08-08 22:37:57 -04:00 |
|
Dave Herman
|
3c4a08e8ba
|
Bug 590973 - Reflect.parse(): expose to chrome as a toolkit component (r=gal)
|
2011-06-28 10:57:16 -07:00 |
|
Taras Glek
|
8e0c4b5bd5
|
bug 585196: Telemetry clientside r=Mossop
|
2011-05-12 11:22:35 -07:00 |
|
Taras Glek
|
bcc423bd5b
|
Backout bug 585196 due to test fail
|
2011-05-12 13:09:28 -07:00 |
|
Taras Glek
|
22ca3f45ba
|
bug 585196: Telemetry clientside r=Mossop
|
2011-05-12 11:22:35 -07:00 |
|
Ed Morley
|
1dc65abc0d
|
Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend
|
2011-04-29 12:38:26 +02:00 |
|
Justin Wood
|
91b138fc2f
|
bustage fix for Android from Bug 589506 due to bad rebase. need to build webapps too. r/a=obvious
|
2011-03-03 21:44:00 -05:00 |
|
Justin Wood
|
68ff640a9e
|
Bug 589506 - Scrub the codebase of MOZ_VIEW_SOURCE and MOZ_JSLOADER. r+=ted
|
2010-08-24 23:27:34 -04:00 |
|
Fabrice Desré
|
27a2f554ac
|
Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey
|
2010-10-15 14:16:45 -04:00 |
|
Gavin Sharp
|
96897fe3ef
|
Backed out changeset 7e10dcf5f763 (bug 590225) due to bustage, a=me
|
2010-10-04 13:33:14 -04:00 |
|
Brad Lassey
|
663ff2ab7a
|
Bug 590225 - webapps OS level integration : Android a=blocking-fennec, r=mwu, r=vladimir
|
2010-10-04 10:54:40 -04:00 |
|
Zack Weinberg
|
35f8dd4bc8
|
Bug 568863: Add a scriptable interface to operating-system performance measurement APIs (Linux only for now). r=cjones,waldo,mitch a2.0=bz
--HG--
rename : toolkit/components/ctypes/Module.cpp => toolkit/components/ctypes/ctypes.cpp
rename : toolkit/components/ctypes/Module.h => toolkit/components/ctypes/ctypes.h
|
2010-07-30 12:17:56 -07:00 |
|
Benjamin Smedberg
|
31432df1fb
|
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
|
2010-06-22 12:59:15 -04:00 |
|
Justin Dolske
|
2d9fa26437
|
Bug 564724 - Add tests and empty base component for nsIPrompt-related code. r=gavin
|
2010-06-14 14:00:21 -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 |
|
Philippe Wittenbergh
|
7d6550fc74
|
Bug 484123 - spurious block in toolkit/components/Makefile.in prevents distclean from working properly, r=ted. Camino-only, NPOTDB
|
2010-04-08 20:58:54 -04:00 |
|
Dan Witte
|
d4ae70c635
|
Bug 538324 - Move ctypes into js/src. Part 8: Add ctypes JS module bits to toolkit. r=bsmedberg
--HG--
rename : js/ctypes/Makefile.in => toolkit/components/ctypes/Makefile.in
rename : js/ctypes/Module.cpp => toolkit/components/ctypes/Module.cpp
rename : js/ctypes/Module.h => toolkit/components/ctypes/Module.h
rename : js/ctypes/ctypes.jsm => toolkit/components/ctypes/ctypes.jsm
rename : js/ctypes/tests/Makefile.in => toolkit/components/ctypes/tests/Makefile.in
rename : js/ctypes/tests/jsctypes-test.cpp => toolkit/components/ctypes/tests/jsctypes-test.cpp
rename : js/ctypes/tests/jsctypes-test.h => toolkit/components/ctypes/tests/jsctypes-test.h
rename : js/ctypes/tests/unit/test_jsctypes.js.in => toolkit/components/ctypes/tests/unit/test_jsctypes.js.in
|
2010-04-02 13:16:51 -07:00 |
|
Phil Ringnalda
|
452e7aafff
|
Bug 547653 - Build toolkit search based on a define rather than an exclusion of some apps, r=ted
--HG--
extra : rebase_source : b164bf687e7926a81ae8b25823858f11565a947c
|
2010-02-21 21:51:18 -08:00 |
|
Mark Banner
|
a30470de12
|
Bug 531256 Move nsBrowserStatusFilter from xpfe/browser to toolkit/components/statusfilter. r=dtownsend,sr=Neil
--HG--
rename : xpfe/browser/src/Makefile.in => toolkit/components/statusfilter/Makefile.in
rename : xpfe/browser/src/nsBrowserStatusFilter.cpp => toolkit/components/statusfilter/nsBrowserStatusFilter.cpp
rename : xpfe/browser/src/nsBrowserStatusFilter.h => toolkit/components/statusfilter/nsBrowserStatusFilter.h
|
2010-03-03 11:19:57 +00:00 |
|
Mitchell Field
|
bf5ecdc685
|
bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system r=ted.mielczarek
|
2009-11-13 14:40:00 -05:00 |
|
Marco Bonardo
|
30dab76e20
|
Backout Bug 462381 due to Mac build bustage
|
2009-10-13 16:53:27 +02:00 |
|
Mitchell Field
|
7df5fc2f99
|
Bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system; Build more stuff in parallel (v3)
r=(benjamin, cbiesinger, smontagu, ted.mielczarek)
|
2009-10-13 15:22:56 +02:00 |
|
Vladimir Vukicevic
|
4e2f8253f5
|
b=515354; Implement "about:memory"; r=mconnor
|
2009-10-03 00:21:34 -07:00 |
|
Mark Banner
|
71e242b238
|
Bug 510377 Include satchel in Thunderbird builds. r=ted.mielczarek,sr=dmose
|
2009-09-03 20:25:22 +01:00 |
|
Brian Crowder
|
3ff16209ca
|
Bug 509249: Fast Startup component, r=luser,mfinkle, sr=gavin, original code by vlad
|
2009-08-22 00:13:49 -07:00 |
|
Mark Banner
|
74b1bb6beb
|
Bug 493546 - "Enable building of toolkit/components/cookie for Thunderbird" [r=ted.mielczarek sr=dmose]
|
2009-06-11 09:23:04 +01:00 |
|
Marco Perez
|
aee7bed953
|
Bug 495583 - [SeaMonkey] Remove SUITE_USING_XPFE_DM remnants; r=neil
|
2009-05-31 04:42:02 +02:00 |
|
Mark Banner
|
d0f450ad52
|
Bug 433316 Implement backend changes for MailNews transfer from wallet to login manager - mozilla-central part, r=ted.mielczarek, doesn't affect Firefox build
|
2009-01-15 18:00:46 +00:00 |
|
Mark Banner
|
221f663a2d
|
Part of bug 360648 Thunderbird autocomplete migration, enable building of the toolkit autocomplete implementation for Thunderbird. Only affects Thunderbird. t=ted,dmose
|
2008-09-24 17:54:14 +01:00 |
|
Neil Deakin
|
01d18dd2de
|
Bug 444735, move search service to toolkit, r=gavin
--HG--
rename : browser/components/search/nsIBrowserSearchService.idl => toolkit/components/search/nsIBrowserSearchService.idl
rename : browser/components/search/nsSearchService.js => toolkit/components/search/nsSearchService.js
rename : browser/components/search/nsSearchSuggestions.js => toolkit/components/search/nsSearchSuggestions.js
|
2008-09-13 17:01:14 -04:00 |
|
Robert Kaiser
|
af57800485
|
bug 383833 - eliminate toolkit's mork-based history implementation, step 2: finally kill toolkit history, r=mano
|
2008-09-11 01:04:06 +02:00 |
|
Arpad Borsos
|
3b08a324be
|
Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted
|
2008-09-02 10:45:14 +01:00 |
|
Robert Kaiser
|
c6a369f594
|
bug 440932 - toolkit dlmgr should be buildable by suite, supplemantal patch for including config.mk early enough, r=ted
|
2008-07-06 22:37:07 +02:00 |
|
Justin Wood
|
b1f4b2ca8a
|
Bug 440932 - toolkit dlmgr should be buildable by suite; r=ted, sr=NeilAway
|
2008-06-25 21:12:25 -04:00 |
|
edward.lee@engineering.uiuc.edu
|
659efec9be
|
Bug 251337 - Download manager history should have "aging" option, just like the browser history. r=sdwilsh, r=mano, r=bsmedberg, a1.9=damons
|
2008-04-22 16:37:00 -07:00 |
|
reed@reedloden.com
|
0d0d517d7f
|
Bug 412374 - "Download Mgr bypasses Vista Parental Controls' file-blocking flag" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh sr=bsmedberg a=blocking-firefox3+]
|
2008-03-29 00:12:13 -07:00 |
|
dmose@mozilla.org
|
8520347457
|
Factor out generic toolkit aspects of FUEL into a reusable form (bug 407693), patch by Joey Minta <jminta@gmail.com> and Emre Birol <ebirol@gmail.com>; r=mfinkle, moa for adding toolkit directory=bsmedberg, a1.9b5=beltzner
|
2008-03-24 17:38:03 -07:00 |
|
mconnor@steelgryphon.com
|
6b1a312abe
|
Bug 423486 - Remove help viewer from Firefox and point to SUMO, r=gavin, ui-r=beltzner, a1.9b5=beltzner
|
2008-03-24 10:18:38 -07:00 |
|
reed@reedloden.com
|
1f43e361f6
|
Back out Jim Mathies's patch from bug 412374 due to build bustage on non-Vista systems.
|
2008-03-19 23:34:26 -07:00 |
|
reed@reedloden.com
|
94a58623ed
|
Bug 412374 - "Parental Controls can be easily bypassed by going back to the download source" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh sr=bsmedberg a=blocking-firefox3+]
|
2008-03-19 23:01:26 -07:00 |
|
reed@reedloden.com
|
eeeaf32cae
|
Back out jminta's FUEL/exthandler patch from bug 407963 due to assertion failure and leaks.
|
2008-01-13 00:21:12 -08:00 |
|
reed@reedloden.com
|
7f18a1e329
|
Bug 407963 - "[FUEL] Factor out generic toolkit aspects of FUEL into a reusable form" [p=jminta@gmail.com (Joey Minta) r=mfinkle r=gavin sr=bsmedberg a1.9=beltzner]
|
2008-01-12 23:48:31 -08:00 |
|
stuart.morgan@alumni.case.edu
|
09fbc2d302
|
Bug 402294: Pull nsIDownload from toolkit rather than xpfe for Camino. r=mento a1.9=schrep
|
2007-11-13 07:09:11 -08:00 |
|
stuart.morgan@alumni.case.edu
|
5c2df6ac57
|
Backing out bug 402294, since I forgot it needed approval to land
|
2007-11-03 12:13:04 -07:00 |
|
stuart.morgan@alumni.case.edu
|
d8a7bd7c2b
|
Bug 402294: Switch Camino to getting nsIDownload.h from toolkit rather than xpfe. r=mento
|
2007-11-03 11:57:35 -07:00 |
|
reed@reedloden.com
|
ac256d7de4
|
Bug 348808 - "use application selector instead of file selector dialog when picking helper apps" [p=jimm r=dolske r=rob_strong r=myk r=biesi a=blocking-firefox3+ for M9]
|
2007-10-18 21:15:41 -07:00 |
|
mkaply@us.ibm.com
|
8d3ffd1bd3
|
#384186 r=sayrer, moa=bsmedberg, a=mconnor Initial Microformats API checkin
|
2007-09-20 11:15:20 -07:00 |
|
neil@parkwaycc.co.uk
|
f42d5e3fa5
|
Suite can't build passwordmgr until bug 239131 is fixed b=304309 r=luser
|
2007-08-05 03:50:59 -07:00 |
|
neil@parkwaycc.co.uk
|
9ca346aef2
|
Start building satchel for suite so we can figure out packaging b=304309 r=gavin
|
2007-07-28 12:40:03 -07:00 |
|