gavin%gavinsharp.com
2cffb0bfa3
Bug 318036: adding to Array.prototype breaks a tree column picker, patch by Ryan Davis <ryan@acceleration.net>, r=mano
2005-12-15 02:42:02 +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
cls%seawood.org
e6d06e8485
Set NO_INSTALL as well as NO_DIST_INSTALL
2005-12-13 19:23:30 +00:00
gerv%gerv.net
5956d34127
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-13 13:25:40 +00:00
vladimir%pobox.com
02e9e55c05
b=317351, add env var to disable windows crash dialog on crash, r=bsmedberg
2005-12-12 19:09:58 +00:00
steffen.wilberg%web.de
27354a0347
Bug 318991: brand.dtd shouldn't hardcode the version number in releaseURL. r=bsmedberg
2005-12-09 20:52:02 +00:00
dougt%meer.net
b86ded1244
Backing the button attribute removal. This was wrongly checked in. Sorry
2005-12-09 16:49:34 +00:00
dougt%meer.net
238171eb88
Bug 306538. Autocomplete does not work if you do not get a mousemovement event. This can occur on any device that doesn't have a mouse. This is a followup to remove the unneeded lastMoveTime as was suggested in the bug. r=mconnor
2005-12-08 22:35:32 +00:00
bzbarsky%mit.edu
ac3cb42611
Backing out bug 305782 due to build bustage
2005-12-08 03:07:46 +00:00
bzbarsky%mit.edu
bc3c7c7a04
Make it possible to use the system bzip2 library. Bug 305782, patch by Mike
...
Hommey <mh@glandium.org>, r=bsmedberg,cls
2005-12-08 01:38:58 +00:00
mkaply%us.ibm.com
b5f9e2341a
OS/2 build bustage with GCC 3.3.5 - ThreadMain should return void if ThreadFunc is defined as such
2005-12-05 18:36:29 +00:00
brettw%gmail.com
14b72727d1
Bug 302050 inline spellchecking for text boxes r=bryner, sr=beng
2005-12-05 18:18:11 +00:00
gavin%gavinsharp.com
f63ee9b7a2
Bug 319006: External view source editor does not fallback to internal viewer on error, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor
2005-12-04 06:12:00 +00:00
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