..
aboutmemory
Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
2011-03-10 21:17:00 -08:00
alerts
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now
2011-04-06 21:59:25 -07:00
apppicker
Bug 569542: fix appPicker.js's getFileDisplayName function, and make all copies of this method identical, r=Neil
2010-06-07 10:29:25 -04:00
autocomplete
Bug 602758 - Fix ' a the ' comments in Toolkit; r=neil
2011-03-23 14:15:24 -04:00
build
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
commandlines
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
console
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
2010-08-06 13:35:00 -07:00
contentprefs
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
cookie
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
2010-05-27 12:33:54 -07:00
ctypes
Backed out changeset 4d86e63ff60d, diagnostic patch; back out 3da12edf735e, followup fix; back out bug 631135 completely, unexplained intermittent orange. r=waldo, a=orange
2011-02-19 20:46:44 -08:00
downloads
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
2010-08-06 13:35:00 -07:00
exthelper
Fix review comments from bug 568691 comment 45.
2010-06-24 11:56:28 -04:00
faststart
Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
2011-03-10 21:17:00 -08:00
feeds
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
filepicker
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
find
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
help
Backed out changeset ecd1948992eb
2010-10-29 16:07:46 +13:00
intl
Fix for bug 584048 (Clean up cycle collection code) - remove NS_IMPL_CYCLE_COLLECTING_ADDREF_AMBIGUOUS/NS_IMPL_CYCLE_COLLECTING_RELEASE_AMBIGUOUS. r=bent.
2011-03-06 12:11:31 +01:00
microformats
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
parentalcontrols
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
passwordmgr
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
perf
Backed out changeset 4d86e63ff60d, diagnostic patch; back out 3da12edf735e, followup fix; back out bug 631135 completely, unexplained intermittent orange. r=waldo, a=orange
2011-02-19 20:46:44 -08:00
places
Bug 649211 - PlacesDBUtils console output is broken. r=sdwilsh
2011-04-12 04:27:33 +02:00
printing
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
prompts
Bug 617539 - Fold in nsIDOMWindowUtils_MOZILLA_2_0_BRANCH, r=bz
2011-03-25 11:03:33 -04:00
remote
Bug 588449 - Fennec on Linux/Qt on N900 bustage. r=doug.turner a=npodb
2010-08-20 18:03:57 -07:00
satchel
Bug 633058 - Satchel should not stop events propagations. r=dolske
2011-03-25 12:30:36 +01:00
search
Change x-gbk to gbk in charset titles. Bug 369403, r=emk
2011-03-30 08:35:36 +02:00
startup
Bug 617539 - Integrate nsIAppStartup2 and nsIAppStartup_MOZILLA_2_0, r=Mossop
2011-03-25 11:03:35 -04:00
statusfilter
Bug 531256 Move nsBrowserStatusFilter from xpfe/browser to toolkit/components/statusfilter. r=dtownsend,sr=Neil
2010-03-03 11:19:57 +00:00
typeaheadfind
Bug 602758 - Fix ' a the ' comments in Toolkit; r=neil
2011-03-23 14:15:24 -04:00
url-classifier
Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
2011-03-31 23:29:02 -05:00
urlformatter
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
2011-03-08 14:58:46 +11:00
viewconfig
Bug 569342: Find bar should not be enabled in about:addons. r=gavin, a=blocks-final
2011-01-11 13:33:51 -08:00
viewsource
Bug 571567 - use <menupopup> instead of <popup>. r=enn
2010-06-22 08:34:21 +02:00
webapps
Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey
2010-10-15 14:16:45 -04:00
Makefile.in
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
nsDefaultCLH.js
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.
2010-06-22 12:59:15 -04:00
nsDefaultCLH.manifest
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.
2010-06-22 12:59:15 -04:00