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

137299 Коммитов

Автор SHA1 Сообщение Дата
db48x%yahoo.com d0a5ecd211 bug 66410: Deleting addressbook should also delete corresponding mab file
patch by Mark Banner <mark@standard8.demon.co.uk>, r=bienvenu, sr=mscott
2005-01-15 09:53:22 +00:00
db48x%yahoo.com ed20f50bfd bug 16408: Multi-line notes in AB (addressbook) entries show as single line in Card View pane
patch by Mark Banner <mark@standard8.demon.co.uk>, r=neil, sr=bienvenu
2005-01-15 09:52:28 +00:00
travis%sedsystems.ca eb7f695a33 Bug 275700 : FAQ update: "Disabling mail for testing" is incomplete
Patch by travis@sedsystems.ca    r=vladd
2005-01-15 07:40:25 +00:00
darin%meer.net e47a1ef6c8 fixes bug 142255 "RFE provide a way to prioritize connections" r=bz 2005-01-15 07:01:20 +00:00
justdave%bugzilla.org 85b2051071 Bump version to 2.19.2 for snapshot release 2005-01-15 06:59:43 +00:00
brendan%mozilla.org 496ad03465 Patch from Erik Fabert <jerfa@yahoo.com> to fix splice/concat/slice number-of-formals 'length' property values (274035, r=me). 2005-01-15 04:34:39 +00:00
justdave%bugzilla.org 8011c2cb1d Bug 276907: Don't linkify javascript: or data: URLs in the URL field on a bug.
Patch by Gervase Markham <gerv@mozilla.org>
r= justdave,vladd, a= justdave
2005-01-15 04:22:17 +00:00
bryner%brianryner.com fcc55d4403 Make sure stub-derived elements get destroyed properly by adding a virtual destructor. r=dbaron. 2005-01-15 01:09:16 +00:00
bryner%brianryner.com 2228eb3d77 Implementation of select, select1, item, choices, and itemset elements (bug 270572). r=beaufour. 2005-01-15 01:04:02 +00:00
bryner%brianryner.com b5adfd5f61 fixing bustage 2005-01-15 00:46:06 +00:00
bryner%brianryner.com 3730e6b477 Add a UA stylesheet that sets default style for xforms elements (bug 274663). r=darin. 2005-01-15 00:43:16 +00:00
jst%mozilla.jstenback.com a0fa9d2155 Eliminate cast that is no longer needed. 2005-01-15 00:25:12 +00:00
bryner%brianryner.com c998609f8c Add a mechansim to extend the list of agent or user stylesheets. Bug 179006, r+sr=bzbarsky. 2005-01-15 00:10:19 +00:00
bryner%brianryner.com ebd4f77f17 Less-than-ideal fix for the problem where XTF insertion points don't work if the insertion point has only inline frame ancestors (which are not in the primary frame map) in the anonymous content tree. Track the insertion point content node as we're constructing anonymous content frames and insert the explicit content when we reach the insertion point. Bug 269023, r=bzbarsky, sr=dbaron. 2005-01-14 23:12:20 +00:00
kjh-5727%comcast.net d26821f1f6 Bug 273024 - Back Button History is not in the correct order (aviary-landing). r=mconnor. 2005-01-14 22:57:48 +00:00
jst%mozilla.jstenback.com 269ef60565 Landing fix for bug 154934, patch by computergeekvandy@hotmail.com. Auto-genrate GeckoVer value at build time. r=bryner@brianryner.com, sr=jst@mozilla.org 2005-01-14 21:50:42 +00:00
mrbkap%gmail.com cee8e50331 bug 204615: Editor hangs when pasting a list fragment. r=brade sr=dveditz 2005-01-14 21:49:16 +00:00
jst%mozilla.jstenback.com 47c1da9edf Backing out change that slipped in with my last checkin. 2005-01-14 21:45:41 +00:00
mvl%exedo.nl 5ef33596f8 make calIRecurrenceInfo.getNextOccurrence not return occurences with startTime == aStartTime
bug 278149, r=vlad
2005-01-14 21:02:10 +00:00
jst%mozilla.jstenback.com 418d87fcec Landing fix for bug 198533. Patch by smaug@welho.com. Making nsXULElement inherit nsGenericElement. r=bugmail@sicking.cc, sr=jst@mozilla.org 2005-01-14 19:30:55 +00:00
emaijala%kolumbus.fi fb791fa16f Fix for bug 277795: Dropdown lists are rolluped by MS-IME
Patch by Masayuki Nakano
r=emaijala
sr=bzbarsky
2005-01-14 19:23:06 +00:00
wtchang%redhat.com 3a706e710c Bugzilla Bug 278381: fixed double frees and mismatch of format specifers
and arguments. The patch is contributed by Tim Ruehsen
<tim.ruehsen@gmx.de>. r=wtc,relyea.
2005-01-14 18:59:20 +00:00
neil%parkwaycc.co.uk f94b165a21 Set the xul document title before layout in case xbl constructors want it b=278286 r+sr=bz 2005-01-14 18:00:29 +00:00
pedemont%us.ibm.com 8a58a5f7b9 Need to add nsITransfer to JAVA_XPIDLSRCS as result of bug 241082 2005-01-14 17:44:39 +00:00
bzbarsky%mit.edu 16fa9b92a0 Fix possible leak if username is empty. Bug 129212, patch by Mikael Parknert
<mikael@parknert.se>, r=dmose, sr=bienvenu
2005-01-14 17:23:12 +00:00
travis%sedsystems.ca 682b1042ec Bug 150791 : Email and Numbering text is grammatically incorrect
Patch by travis@sedsystems.ca   r=timeless   a=justdave
2005-01-14 16:41:30 +00:00
travis%sedsystems.ca 31c6eadaa4 Bug 277621 : Uninitialized value message when changing timetracking fields
Patch by Marc Schumann <wurblzap@gmail.com>   r=justdave   a=justdave
2005-01-14 16:32:15 +00:00
neil%parkwaycc.co.uk 5265657a0f Bustage fix - I missed an NS_ADDREF but peterv spotted my error 2005-01-14 16:19:17 +00:00
neil%parkwaycc.co.uk 8e0aea9e40 Fixing startup test bustage - I'd only landed the infrastructure and forgotton to fix the actual bogus QI calls. Oh, and the bug number is 276959 not 286959. 2005-01-14 15:32:58 +00:00
timeless%mozdev.org 6be6732cfc Fixing build bustage (sacrificing macro which doesn't work because some methods are implemented by the base class) 2005-01-14 14:40:17 +00:00
igor%mir2.org 45600b4578 Fixing bug 277537: implementing isXMLName() 2005-01-14 14:13:56 +00:00
nboyd%atg.com 7aaca38a0f Add Lombardi 2005-01-14 13:34:29 +00:00
neil%parkwaycc.co.uk 5c85cd8d91 Supplementary fix to bug 286959 to avoid having to QI to a non-interface class (nsGenericHTMLElement) r=bryner sr=jst 2005-01-14 13:28:34 +00:00
neil%parkwaycc.co.uk a7c6c6d213 JS strict warnings b=270343 p=gautheri@noos.fr r=bienvenu 2005-01-14 13:07:13 +00:00
neil%parkwaycc.co.uk 0d4642eb8a Bug 72823 Implement Select Flagged Messages r+sr=bienvenu 2005-01-14 13:03:17 +00:00
jake%bugzilla.org ec6f4c7a2a Bug 275595 - The bz-devel ENTITY no longer exists in the Bugzilla Guide. It should now be possible to compile this version with either Jade or xmlto.
Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>
r=jake
2005-01-14 12:08:47 +00:00
timeless%mozdev.org 1354766dd7 Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows)
nsFilePicker::ShowW
r=neil sr=neil
removing stray character
2005-01-14 12:02:50 +00:00
timeless%mozdev.org fc1db9810d Bug 270107 nsProcess::Run is broken
r=dougt
2005-01-14 11:52:09 +00:00
timeless%mozdev.org 4faec3ee57 Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
r=neil sr=neil
2005-01-14 11:41:37 +00:00
timeless%mozdev.org 98b84d1242 Bug 245283 Add a * topic for the observerservice
r=dougt
2005-01-14 11:25:05 +00:00
timeless%mozdev.org 41f8dcba32 1.40 <timeless@mozdev.org> 2005-01-14 01:41
Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 11:12:34 +00:00
timeless%mozdev.org 11d47c504f Bug 276237 Charting is completely broken - can't add datasets to list
patch by Nick.Barnes@pobox.com r=mkanat r=justdave a=justdave
2005-01-14 09:49:45 +00:00
timeless%mozdev.org b0d25e8bd9 Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 09:41:38 +00:00
timeless%mozdev.org 2678104ecc Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 09:19:12 +00:00
timeless%mozdev.org c87acc6da9 Bug 276278 [BeOS] Dropdown boxes are dislocated
patch by Niels.Reedijk@gmail.com r=sergei_d
2005-01-14 08:30:53 +00:00
timeless%mozdev.org 9e78753501 Bug 272705 Error ``document.getElementById("cmd_SwitchTextDirection") has no properties'' [xs] in file ``chrome://communicator/content/utilityOverlay.js'', line 387, character 0.
r=neil sr=neil
2005-01-14 07:58:37 +00:00
timeless%mozdev.org 49ff604025 Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 07:51:02 +00:00
timeless%mozdev.org 08541aa2c3 Bug 277841 ###!!! ASSERTION: Potential deadlock between nsComponentManagerImplMonitor@959108 and Monitor@22d1550: 'Error', file r:/cenzic/mozilla/xpcom/threads/nsAutoLock.cpp, line 302
r=shaver
2005-01-14 07:03:16 +00:00
timeless%mozdev.org eac49d9f26 Bug 278333 Bad link on LXR main page to nspr reference
patch by gavin.sharp@gmail.com r=timeless
2005-01-14 06:53:06 +00:00
timeless%mozdev.org 4bc1fe82eb Bug 277874 Typo in LXR main page
patch by gavin.sharp@gmail.com r=timeless
2005-01-14 06:49:02 +00:00