Граф коммитов

2618 Коммитов

Автор SHA1 Сообщение Дата
masayuki%d-toybox.com 981e14f83b Bug 318470 Build failure with MinGW due to Bug #316663 r=benjamin, sr=darin 2005-12-02 05:21:47 +00:00
mozilla.mano%sent.com 6eb6ddc8ec Bug 250867 - icons only and other toolbar modes are not created in a global place. patch from Simon 'sipaq' Paquet <bugzilla@babylonsounds.com>, r=me, moa=mscott on the Thunderbird portions. 2005-12-01 10:03:58 +00:00
gavin%gavinsharp.com df2160688a Bug 316302: remove extra whitespace from locales, and other minor fixes, patch by Hendrik Maryns <hendrik.maryns@uni-tuebingen.de>, r=bsmedberg for /mail, r=kaie for /security, r=mconnor for /toolkit 2005-11-30 03:52:11 +00:00
darin%meer.net d1594ec740 fixes bug 316663 "[win9x] cannot display japanese text on update processing dialog" patch by masayuki, r+sr=darin 2005-11-30 02:03:35 +00:00
timeless%mozdev.org ee8bd891bf Bug 318073 nsIProcess is not a service
patch by jason_barnabe@fastmail.fm r=mconnor
2005-11-29 16:40:17 +00:00
jst%mozilla.jstenback.com b8fc561f54 Fixing build bustage. 2005-11-29 00:30:58 +00:00
jst%mozilla.jstenback.com 7a5af690c6 Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
cls%seawood.org 10585dbff0 Add missing type to typedef declaration. Fixing mingw bustage.
Bug #311735 r=bsmedberg
2005-11-28 15:04:32 +00:00
timeless%mozdev.org 532329ac75 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +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
mvl%exedo.nl 0ef67a5645 Bug 239373. Assertion in nsGenericElement.cpp, the toolkit part. r=mconnor 2005-11-22 20:33:32 +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
gavin%gavinsharp.com 6d1bfe1930 Bug 172817: Allow external source viewer/editor, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-11-22 05:36:48 +00:00
gavin%gavinsharp.com 392fc5ebb3 Bug 312642: expose clickSelectsAll property in textbox.xml, r=Neil 2005-11-22 01:53:11 +00:00
neil%parkwaycc.co.uk 1ab583960d Bug 244886 Reuse <menulist type="description"> in Compose window p=Stefan.Borggraefe@gmx.de r=mscott sr=me 2005-11-21 13:55:47 +00:00
timeless%mozdev.org 8e0a0fb22e Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bryner%brianryner.com 8dccb6bdb7 Don't try to link in history_s.lib when MOZ_PLACES is enabled, since it's not built. 2005-11-18 07:48:54 +00:00
gavin%gavinsharp.com f8ce022978 Bug 316659: fix null dereference crash in markPageAsTyped, r=mano 2005-11-17 00:23:09 +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
Jan.Varga%gmail.com 976b41a8fa mozilla/toolkit part of the fix for bug 241249 - Text in column picker "restore natural order" is unclear to user.
r=mconnor, patch by Patrick
2005-11-15 21:38:25 +00:00
dougt%meer.net 7b3b670f50 Adding a try catch to avoid noise in the js console. r=mconnor 2005-11-14 21:42:41 +00:00
darin%meer.net 56de173b8c 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
gavin%gavinsharp.com 86ef575094 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2005-11-12 01:51:36 +00:00
brettw%gmail.com e20006ba7c bug 315570 r=benjamin
Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation. This patch fixes some style and portability nits.
2005-11-09 21:27:51 +00:00
brettw%gmail.com 36a99f6872 bug 315570
r=bryner
r=annie.sullivan

Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation.
2005-11-09 19:19:33 +00:00
brettw%gmail.com dd2c05469d Adds "places" directory consisting of new moz-storage-based history
implementation.  Use --enable-places to use this code instead of the Mork
history implementation. This code is currently in active development, so some
things are broken, notably all the UI which uses RDF.

bug 266174
r=bryner
2005-11-08 02:25:22 +00:00
mrbkap%gmail.com b7717ec40f bug 315434: Remote XUL tabboxes can get stuck on a tab if the focus leaves the content window (e.g., one of the browser tabs is selected). r=mconnor 2005-11-07 20:21:44 +00:00
dveditz%cruzio.com 3fc65f7fb2 bug 312036 fix missing compress commit when deleting in the "date and site" history view, r=bryner, sr=dbaron 2005-11-07 07:43:55 +00:00
gavin%gavinsharp.com 3ddb3ab596 Followup to bug 315004, r=mconnor. 2005-11-07 04:49:19 +00:00
mconnor%steelgryphon.com 293fcee921 bug 315004 - only allow http/https URLs for addon homepages, patch by dveditz, r=me 2005-11-06 19:18:44 +00:00
dougt%meer.net 7a352c8a36 This patch makes --disable-printing work from configure. b=308629. r=jst r=benjamin 2005-11-05 18:46:23 +00:00
bryner%brianryner.com 17750d1d54 Fix undetermined progressmeters on gtk2 (bug 315017). r=mconnor. 2005-11-04 07:03:37 +00:00
rob_strong%exchangecode.com e2dbaca8c2 Extension compatibility updates check never completes. r=bsmedberg 2005-11-03 14:53:42 +00:00
neil%parkwaycc.co.uk 301c51145b Get default tooltip text more reliably b=147670 r=timeless sr=jst 2005-11-02 23:53:56 +00:00
bsmedberg%covad.net 33d698dabd Bug 314521 - Software update from tbird 1.5b2 -> 1.5rc1 doesn't update windows registry for add/remove program listing r=mscott 2005-11-02 21:17:43 +00:00
gavin%gavinsharp.com d99c133ca6 Bug 314647: remove onDownloadShowOptions, it's unused and browser specific, r=mconnor 2005-11-02 06:03:07 +00:00
bzbarsky%mit.edu 1e91350bb2 Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
2005-11-02 00:41:51 +00:00
masayuki%d-toybox.com 48b90c3235 Bug 313149 the code of findBar.js should be protected in a prototype r=mconnor 2005-11-01 17:34:45 +00:00
masayuki%d-toybox.com 823ce4bbc6 Bug 314288 FastFind is broken after find in this page in frame page r=mconnor, sr=bzbarsky 2005-11-01 04:13:21 +00:00
dveditz%cruzio.com 91126afaff bug 314258 "nsIAddonUpdateCheckListener is not defined" exception causes software update
to put up the incompatible extension message even when they're all compatible (firefox and thunderbird)
r/sr=darin
2005-10-31 23:17:23 +00:00
bsmedberg%covad.net 49df2055ed Bug 263042 - Build both autocomplete impls as separate components to make it easier to ship both of them with toolkit/xpfe r=Neil 2005-10-31 13:21:31 +00:00
gavin%gavinsharp.com f0f9486d57 Bug 314335: make use of the defaultbutton and buttonlabel attributes of dialogs, where appropriate, r=mano 2005-10-30 17:16:17 +00:00
db48x%yahoo.com dd1e570c1a fixes bug 190353: Property "pageIndex" of "wizard" tag is not working.
r=Neil, sr=bz
2005-10-28 22:00:14 +00:00
darin%meer.net cdac605e4d fixes bug 313963 "last-update.log not created if it does not already exist" r=bsmedberg 2005-10-27 18:46:10 +00:00
darin%meer.net fcf6e3afaf Gives credit where credit is due... [not part of the build] 2005-10-26 02:08:43 +00:00
darin%meer.net 350436f1a4 fixes bug 312670 "Software update does not set updates.xml correctly after successful install" patch by bent, r=darin 2005-10-26 01:59:10 +00:00
darin%meer.net bf12ce07c1 fixes bug 313764 "Firefox does not restart after update" r=bsmedberg 2005-10-25 20:14:44 +00:00