mvl%exedo.nl
|
79fba525f5
|
use .compare the right way, to make non-conflicting events show up in the
same column.
bug 306314, r=jminta
|
2005-08-29 17:53:57 +00:00 |
mozilla.mano%sent.com
|
bd2cfda32c
|
Bug 306255 - [Mac] the 'Folder' button in the download manager isn't keyboard accessible. r=kevin.
|
2005-08-29 17:43:22 +00:00 |
dougt%meer.net
|
73cd4ed4ce
|
This wasn't a MINIMO problem, but rather a static build problem. NPODB
|
2005-08-29 17:38:01 +00:00 |
tor%cs.brown.edu
|
37e856452c
|
Build bustage fix - curse case insensitive filesystems!
|
2005-08-29 16:44:22 +00:00 |
jminta%gmail.com
|
ce038af514
|
Backing out patch from Bug 306241, can break getContrastingTextColor r=mvl
|
2005-08-29 16:43:26 +00:00 |
scott%scott-macgregor.org
|
f7ad9ff91a
|
Bug #302486 --> Port the Firefox changes for: PAC edit box plays games with URI fixup as you type
to Thunderbird.
|
2005-08-29 16:39:14 +00:00 |
tor%cs.brown.edu
|
f2b05ea812
|
Bug 282579 - observe path of <textPath> so we invalidate properly. r=afri
|
2005-08-29 16:28:54 +00:00 |
smfr%smfr.org
|
1800f8a25c
|
Fix bug 208601: DocumentViewerImpl::GetCanGetContents() was incorrectly returning false for text fields, because it was looking at the document's selection, rather than the text field selection. Fix by exposing nsIPresShell::GetSelectionForCopy(), and calling that. This fixes the Services menu in Camino to work in text fields. r/sr=roc.
|
2005-08-29 15:19:13 +00:00 |
smfr%smfr.org
|
33746e6e5d
|
Fix the signatures of NPN_PushPopupsEnabledState(), NPN_PopPopupsEnabledState() (fallout from bug 176079). r/sr=jst, a=brendan.
|
2005-08-29 15:09:21 +00:00 |
igor%mir2.org
|
7cd1d8534b
|
Yet another improvement in not-a-function reporting. Now for foo.bar() when bar does not exist Rhino prints "Can not find function bar"
|
2005-08-29 14:59:27 +00:00 |
cltbld
|
e8d84d91c1
|
Automated update from host egg
|
2005-08-29 14:31:21 +00:00 |
neil%parkwaycc.co.uk
|
f894e33aab
|
Make _WIN32_WINN% default to 0x400 c.f. WINVER should fix bug 305187 b=bsmedberg
|
2005-08-29 14:22:33 +00:00 |
cbiesinger%web.de
|
46d2a554ba
|
bug 229737 use documentURI as the URI for which to store the favicon
patch by mconnor r=biesi sr=neil
|
2005-08-29 14:02:30 +00:00 |
smontagu%smontagu.org
|
caf44c2307
|
Release the correct pointer in implementations of SetOutputErrorBehavior. Bug 295145, patch by Frank Wein <bugzilla@mcsmurf.de>, r=jshin, sr=dbaron
|
2005-08-29 13:58:56 +00:00 |
neil%parkwaycc.co.uk
|
4c7a7b2099
|
Frame processing needs to happen before bubbling system event group handlers in order to fix bug 300227 and thus properly fix bug 298894 r=jst sr=bz
|
2005-08-29 13:41:11 +00:00 |
igor%mir2.org
|
869f7114c3
|
Removal of useless import statementes.
|
2005-08-29 13:25:32 +00:00 |
cbiesinger%web.de
|
a615696842
|
Bug 306260 call methods of the direct base class, instead of
nsGenericHTMLElement
r+sr=bz
|
2005-08-29 11:06:19 +00:00 |
igor%mir2.org
|
362ab62a86
|
Implementing bug 306308: now java.lang.reflect.Proxy is used for function->interface conversion
|
2005-08-29 10:57:30 +00:00 |
igor%mir2.org
|
22a1933b11
|
Added fixed bug 306268
|
2005-08-29 06:03:36 +00:00 |
mats.palmgren%bredband.net
|
56b6cbabbe
|
Don't go below BODY in search for a background color (Print only bug). b=294836 r+sr=bzbarsky
|
2005-08-29 04:39:31 +00:00 |
mats.palmgren%bredband.net
|
994a1d9993
|
Move nsBaseDragService::GetFrameFromNode() to Mac widget code (only consumer); clean it up a bit. b=299084 r+sr=roc
|
2005-08-29 04:16:48 +00:00 |
bzbarsky%mit.edu
|
c4ed6b90f2
|
Removing comment that refers to code that is now gone.
|
2005-08-29 03:37:12 +00:00 |
gavin%gavinsharp.com
|
1bd2e94240
|
Bug 235204 followup, add localizable dialog width, r=mconnor
|
2005-08-29 02:10:58 +00:00 |
igor%mir2.org
|
3042abf8aa
|
Eliminating dead code in ScriptRuntime.evalSpecial: Context.compileString
never returns with null.
It was reported by Olinda Spider, pat@mcnerthney.com.
|
2005-08-28 23:44:41 +00:00 |
igor%mir2.org
|
23c0c9b7ab
|
Fixing bug 306268: Patch from Olinda Spider, pat@mcnerthney.com, to fix dot
query decompilation.
|
2005-08-28 23:25:22 +00:00 |
gavin%gavinsharp.com
|
235766b1aa
|
Followup to bug 301039, fix javascript console button padding, patch by Bryan <BoxerBoi76@hotmail.com>, r=kevin
|
2005-08-28 22:35:23 +00:00 |
neil%parkwaycc.co.uk
|
283dfd00e6
|
Bug 304176 Creating initial POP3 account in new profile always downloads messages even if download messages now option is unchecked r=mnyromyr sr=bienvenu
|
2005-08-28 22:24:28 +00:00 |
neil%parkwaycc.co.uk
|
302aa9cd45
|
Bug 306160 Fix nsIDOMXULMenuListElement::GetInputField to return a type that matches the element that the XBL is trying to return b=306160 r=mats.palmgren sr=bz
|
2005-08-28 22:04:43 +00:00 |
vladimir%pobox.com
|
3694c97d49
|
b=305004, create a dated bookmark file periodically, r=mconnor+shaver,a=chase
|
2005-08-28 21:35:56 +00:00 |
smfr%smfr.org
|
3c14996b83
|
Add some error dialogs for various fatal errors that can happen during launch of Camino. Addresses bug 201506.
|
2005-08-28 21:27:04 +00:00 |
igor%mir2.org
|
6aa161e2f8
|
Added ref to bug 306258
|
2005-08-28 20:43:39 +00:00 |
locka%iol.ie
|
636159d05c
|
NOT PART OF BUILD. Fix release mode projects for vs2002
|
2005-08-28 20:05:31 +00:00 |
locka%iol.ie
|
7eb92dd53e
|
NOT PART OF BUILD. Bump development environment up to VS2002. Add support for windowless plugins. Factor out functionality from nsPluginHostCtrl into nsPluginHostWnd base class.
|
2005-08-28 20:00:31 +00:00 |
igor%mir2.org
|
6e481078c3
|
Fixing 306258: now Rhino can be compiled with Ant under JDK 1.5
|
2005-08-28 19:51:23 +00:00 |
igor%mir2.org
|
4b4661eaea
|
Changing the example to use the supported syntax, the older syntax did not
work since 1.5R1 release or so.
|
2005-08-28 19:49:21 +00:00 |
igor%mir2.org
|
1d53736b16
|
Fixing 306258: Allow to compile under JDK 1.5
|
2005-08-28 19:15:21 +00:00 |
gavin%gavinsharp.com
|
b46be67375
|
Bug 264610: Domain Guessing: URL is not updated when guessing loads www.hostname.com, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad
|
2005-08-28 18:49:03 +00:00 |
igor%mir2.org
|
3410453f01
|
Updating with info about direct function->interface conversion
|
2005-08-28 18:46:13 +00:00 |
cls%seawood.org
|
cf8a7c4a80
|
Fix mingw bustage
Thanks to Eli Friedman <sharparrow1@yahoo.com> for the patch.
Bug #305708 r/sr=roc
|
2005-08-28 18:42:57 +00:00 |
gavin%gavinsharp.com
|
4622396e30
|
Bug 301039: Top border threedhighlight one pixel too thick as well the as "click-down" menu (all, errors, warnings, etc.) not centered, patch by Bryan <BoxerBoi76@hotmail.com>, r=kevin
|
2005-08-28 18:12:32 +00:00 |
lpsolit%gmail.com
|
7e95b4a4c9
|
Bug 306117: Search on "Percentage Completed" field returns "unknown column 'bugs.remaining_time' in 'having clause'" - Patch by Lance Larsh <lance.larsh@oracle.com> r=joel a=justdave
|
2005-08-28 17:52:00 +00:00 |
lpsolit%gmail.com
|
f47f28b0ec
|
Bug 302955: Remove the "delete" link for the default milestone - Patch by Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
|
2005-08-28 17:41:53 +00:00 |
dbaron%dbaron.org
|
4bfbc0e688
|
Back out most of the rest of bug 304462.
|
2005-08-28 16:45:39 +00:00 |
jminta%gmail.com
|
60dff193a7
|
Bug 306241 calendarManagement not looking for contrasting color when null. patch by robin.edrenius@telia.com r=jminta
|
2005-08-28 16:31:36 +00:00 |
jminta%gmail.com
|
08c43947aa
|
Bug 306233 Calendar location label hardcoded in calendarProperties.xul. patch by robin.edrenius@telia.com r=jminta
|
2005-08-28 14:59:03 +00:00 |
smontagu%smontagu.org
|
dca2e912f9
|
Bug 306049: Crash in nsFrame::PeekOffsetParagraph when triple-clicking not in a block. Patch by Uri Bernstein <uriber@gmail.com>, r+sr=roc
|
2005-08-28 08:20:34 +00:00 |
dbaron%dbaron.org
|
454bffd28d
|
Back out part of bug 304462 until I can figure out bug 306210.
|
2005-08-28 05:18:55 +00:00 |
smfr%smfr.org
|
14cfba3bf9
|
Fix bug 156886: show a file icon for the site icon for file:// urls.
|
2005-08-28 04:57:36 +00:00 |
gavin%gavinsharp.com
|
aff8baf0c6
|
Bug 305134 followup, reapply parts of the patch for bug 304727 that were mistakenly removed, r=vlad
|
2005-08-28 03:59:45 +00:00 |
mozilla.mano%sent.com
|
17d69ed580
|
Bug 306208 - tabbar is visible in popups. r=vladimir.
|
2005-08-28 03:33:32 +00:00 |