bugzilla%arlen.demon.co.uk
|
1732c58039
|
Bug 230258 sanitize Navigator Help - navpolish patch
p=giacomo.magnini@portalis.it r=me
|
2005-02-01 12:58:25 +00:00 |
|
louie.zhao%sun.com
|
4786e4a984
|
fix the bustage caused by previous check-in for bug257638
|
2005-02-01 10:00:42 +00:00 |
|
louie.zhao%sun.com
|
76a90a1e17
|
bug277888 GOK can't work with mozilla modal dialog
r = aaronleventhal
sr = Henry.Jia
|
2005-02-01 09:40:36 +00:00 |
|
louie.zhao%sun.com
|
c2e956773c
|
bug257638 [ATK] Menu Item doesn't work properly
r = pkwarren
sr = Henry.Jia
|
2005-02-01 09:35:28 +00:00 |
|
louie.zhao%sun.com
|
3cd3c1d969
|
bug278039 Add a11y description for XUL column
r = pkwarren
sr = Henry.Jia
|
2005-02-01 09:26:13 +00:00 |
|
louie.zhao%sun.com
|
ac326de3b4
|
bug278951 Accessible "state" and "extended state" have been mixed up
r = pkwarren
sr = Henry.Jia
|
2005-02-01 09:08:40 +00:00 |
|
louie.zhao%sun.com
|
13fd081406
|
bug257739 [ATK] Can't read the title name of windows/dialogs
p = Philip K. Warren (IBM)
r = aaronleventhal
sr = jst
|
2005-02-01 08:50:50 +00:00 |
|
dbaron%dbaron.org
|
fdb1ec2bd5
|
Put the null-check *before* the crash it's supposed to prevent (which timeless saw, somehow).
|
2005-02-01 07:35:20 +00:00 |
|
mconnor%myrealbox.com
|
98240eacca
|
fix bug 280603, excessive hits from update service
|
2005-02-01 04:38:32 +00:00 |
|
scott%scott-macgregor.org
|
45099bc77f
|
Bug #279150 --> Break apart the rss feed parser into a separate JS object to make it easier to
hook up unit testing.
Thanks to Robert Sayer for getting this going.
|
2005-02-01 04:04:59 +00:00 |
|
louie.zhao%sun.com
|
77d18fbb33
|
bug 275494 XUL Tree can't work with gok
r = aaronleventhal
sr = henry.jia
|
2005-02-01 03:51:57 +00:00 |
|
louie.zhao%sun.com
|
94673ddf09
|
bug277880 GOK Can't UI Grab to browser tabs
r = pkwarren
sr = henry.jia
|
2005-02-01 03:43:37 +00:00 |
|
mrbkap%gmail.com
|
b7b563440b
|
bug 90664: Make sure we perform RS handling when we can, in cases where tags that cannot nest and normally would be closed out cannot, due to block tags between them. r=jst sr=brendan
|
2005-02-01 03:00:38 +00:00 |
|
bzbarsky%mit.edu
|
7f6fee5347
|
Fix percent heights of kids of fieldsets at the expense of height:inherit. Bug
240571, r+sr=roc
|
2005-02-01 02:51:37 +00:00 |
|
brendan%mozilla.org
|
0c5c5f6341
|
Fix GC_MARK_DEBUG-#ifdef'd code for E4X (timeless private bug).
|
2005-02-01 02:35:31 +00:00 |
|
bzbarsky%mit.edu
|
8da3cdff42
|
Fix forceRedraw to use FlushPendingNotifications instead of trying to roll its
own. Bug 280214, r=afri, sr=roc
|
2005-02-01 02:17:02 +00:00 |
|
roc+%cs.cmu.edu
|
429650eef3
|
Bug 277355. Make columns get the right containing block width and height. r+sr=bzbarsky
|
2005-02-01 01:21:25 +00:00 |
|
bryner%brianryner.com
|
9ad4cbaa75
|
Fix writing multiple selected items to the instance data (bug 278207). Also fixes bug 280504. Patch by aaronr@us.ibm.com, r=allan@beaufour.dk, sr=me.
|
2005-02-01 01:18:27 +00:00 |
|
pavlov%pavlov.net
|
87401ae601
|
adding support for creating and deleting calendars
|
2005-02-01 00:56:51 +00:00 |
|
brendan%mozilla.org
|
f0cbc6e33b
|
Improve GC_MARK_DEBUG strings a bit, tweak a comment.
|
2005-02-01 00:54:34 +00:00 |
|
bryner%brianryner.com
|
e5907bb0d9
|
Implement the xforms-reset event (bug 278471). Patch by aaronr@us.ibm.com, r=smaug@welho.com, sr=me.
|
2005-01-31 23:56:27 +00:00 |
|
bryner%brianryner.com
|
f575a675b2
|
Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.
|
2005-01-31 23:47:26 +00:00 |
|
bryner%brianryner.com
|
2d5eedd0a5
|
back out changes that were accidentely checked in
|
2005-01-31 23:42:37 +00:00 |
|
bryner%brianryner.com
|
8ef2852244
|
Fix nsXFormsModelElement::Rebuild() to work correctly. Patch by aaronr@us.ibm.com, r=allan@beaufour.dk, sr=me.
|
2005-01-31 23:41:00 +00:00 |
|
travis%sedsystems.ca
|
f1e0087257
|
Fixing burning tinderbox created by checkin of Bug 280124
|
2005-01-31 23:33:37 +00:00 |
|
jwalden%mit.edu
|
f69d93e0a5
|
Fix grammar and wordiness issues with a sentence in Firefox Help. No bug.
|
2005-01-31 23:09:16 +00:00 |
|
bzbarsky%mit.edu
|
bd9d2b5403
|
Make STOP_CONTENT not only stop the content viewer, but also cancel all pending
timeouts and intervals. Bug 277092, r+sr=jst
|
2005-01-31 22:49:42 +00:00 |
|
bzbarsky%mit.edu
|
bd7324e29b
|
Repost invalidate events that fire in the middle of a view update batch. Bug
280214 partial fix, r+sr=roc
|
2005-01-31 22:41:19 +00:00 |
|
scott%scott-macgregor.org
|
cbbf6240a7
|
Bug #280250 --> Run junk mail controls on Folder doesn't work.
Patch by Eyal Rozenberg
sr=bienvenu
r=mscott
|
2005-01-31 22:21:48 +00:00 |
|
scott%scott-macgregor.org
|
e8ededbd38
|
Bug #111381 --> Freeing mismatched memory in free. Patch by mikael@parknert.se
sr=bienvenu
r=mscott
|
2005-01-31 21:53:47 +00:00 |
|
scott%scott-macgregor.org
|
8317bef238
|
Bug #269702 --> In Toolbar customization 'Text only' drop down menues are missing
Patch by Simon Paquet <bugzilla@babylonsounds.com>
|
2005-01-31 21:49:53 +00:00 |
|
wtchang%redhat.com
|
b63d114004
|
Bugzilla Bug 279874: use %p instead of %X to print a pointer. The patch is
contributed by Tim Ruehsen <tim.ruehsen@gmx.de>. r=wtc.
|
2005-01-31 21:44:35 +00:00 |
|
joshmoz%gmail.com
|
499c52018a
|
update copyright stuff b=279815 sr=pinkerton
|
2005-01-31 21:29:38 +00:00 |
|
travis%sedsystems.ca
|
3983d66dee
|
Bug 280124 : Move InsertNewUser to Bugzilla::User
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
|
2005-01-31 21:04:12 +00:00 |
|
joshmoz%gmail.com
|
69c994fd8d
|
pull accept-language header from system prefs b=161337 sr=pinkerton
|
2005-01-31 20:58:14 +00:00 |
|
joshmoz%gmail.com
|
311f298195
|
show mouse feedback on copy of bookmark b=272254 sr=pinkerton
|
2005-01-31 20:55:54 +00:00 |
|
bzbarsky%mit.edu
|
7f9e2bbb9a
|
Undo the checkin for bug 135811 and refix it better. Fixes bug 279495.
r=danm, sr=jst
|
2005-01-31 20:46:24 +00:00 |
|
bryner%brianryner.com
|
2082b5ec62
|
Remove MODULE_NAME to fix static-build bustage.
|
2005-01-31 20:40:52 +00:00 |
|
mrbkap%gmail.com
|
836d189719
|
bug 280079: Hang when a document's final tag is missing its closing >. r+sr=jst
|
2005-01-31 20:37:14 +00:00 |
|
justdave%bugzilla.org
|
1b3c2786b1
|
Fixing tinderbox bustage from previous checkin.
a= justdave
|
2005-01-31 20:13:55 +00:00 |
|
timeless%mozdev.org
|
72f57e2f32
|
Bug 142864 Wrong string order in Add Language dialog (when there are accented letters)
patch by jerfa@yahoo.com r=smontagu sr=tor
|
2005-01-31 20:04:58 +00:00 |
|
bienvenu%nventure.com
|
da6f7a67f7
|
add timeout handling to core mailnews protocols, sr=mscott, 189363
|
2005-01-31 19:51:11 +00:00 |
|
alex%croczilla.com
|
cc22c012b4
|
Clean up nsSVGValue.h dependencies. Bug#280519, r=scooter. SVG builds only.
|
2005-01-31 19:45:10 +00:00 |
|
travis%sedsystems.ca
|
94087628c8
|
Bug 278792 : Move Crypt() to Bugzilla::Auth
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
|
2005-01-31 19:26:01 +00:00 |
|
allan%beaufour.dk
|
a8427f50f2
|
Fix signed/unsigned warning, bug 280557, r=doron
|
2005-01-31 19:15:58 +00:00 |
|
travis%sedsystems.ca
|
901870d7ec
|
Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fields
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni a=justdave
|
2005-01-31 19:15:55 +00:00 |
|
travis%sedsystems.ca
|
8a37b92a2f
|
Bug 280266 : "Find a Specific Bug" doesn't use terms
Patch by Rob Siklos <robzilla@siklos.ca> r=vladd a=justdave
|
2005-01-31 18:53:01 +00:00 |
|
timeless%mozdev.org
|
6b2e92407d
|
Bug 200657 BeOS Locking needs to be rewritten in GFX
patch by sergei_d@fi.tartu.ee r=thesuckiestemail
|
2005-01-31 18:46:45 +00:00 |
|
scott%scott-macgregor.org
|
203c40b9da
|
Bug #278312 --> layout and selection changes to support inline spell checking for Thunderbird
Includes changes to draw spell check selection as a red dotted line instead of a solid underline.
r/sr=dbaron
|
2005-01-31 17:57:35 +00:00 |
|
silver%warwickcompsoc.co.uk
|
61cd2b1f4d
|
Bug 233352 - Make ecmaUnescape work with lower-case encodes!
ChatZilla only.
r=rginda
|
2005-01-31 17:24:51 +00:00 |
|