Commit Graph

156037 Commits

Author SHA1 Message Date
mvl%exedo.nl
de11ff7f83 Bug 329226: highlight current day. patch by thomas.benisch@sun.com, r=mvl 2006-03-25 14:23:42 +00:00
hwaara%gmail.com
6498e1aa9e Fix bug 330801, [ad-blocking] ads made by javascript not blocked on spiegel.de. Patch by Smokey Ardisson (alqahira@mindspring.com). r+sr=sfraser 2006-03-25 14:22:53 +00:00
Jan.Varga%gmail.com
289667093a Fix for bug 330662. isdominated check in template builder is not necessary and causes problems in some specific cases
r=enndeakin sr=bzbarsky
2006-03-25 08:07:33 +00:00
dbaron%dbaron.org
5b04e1e4fb Put comment where LXR likes it. (At least I only messed up one file.) 2006-03-25 07:14:13 +00:00
justdave%bugzilla.org
3d488d52e6 Bug 326775: properly escape cvsroot parameter.
r=timeless
2006-03-25 06:26:29 +00:00
dbaron%dbaron.org
30f8db359a File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
pavlov%pavlov.net
acc373cb6a turns out you can't index in to an int 2006-03-25 04:55:19 +00:00
dbaron%dbaron.org
1648e0ad3d Revert old fix for 230336 in favor of better fix elsewhere. 2006-03-25 04:16:00 +00:00
pavlov%pavlov.net
a1c738830c more build fixes 2006-03-25 04:08:17 +00:00
pavlov%pavlov.net
2105bd3124 fixing linux build 2006-03-25 03:32:44 +00:00
bryner%brianryner.com
0ec527b6ae change <load> event to <document action='load'> for consistency (bug 330711). r=marria 2006-03-25 02:34:17 +00:00
pavlov%pavlov.net
111cf37ffb removing the enum name to fix sad gcc 2006-03-25 01:36:11 +00:00
pavlov%pavlov.net
572cb7e47b didn't mean to remove this line. 2006-03-25 01:20:24 +00:00
pavlov%pavlov.net
0ee2e0f301 fixing build bustage 2006-03-25 01:05:34 +00:00
pavlov%pavlov.net
c86f174d7a fixing build bustage 2006-03-25 00:56:10 +00:00
beng%bengoodger.com
ccdbcc9345 324958 - folder undo delete back to previous folder id. Implement folder removal transaction in bookmarks service itself, using private methods to restore folders back to previous ids. Adjust fe to use new api. r=brettw (C++), annie.sullivan (JS) 2006-03-25 00:46:09 +00:00
pavlov%pavlov.net
714da423c5 speed up image drawing by decoding directly in to 32bpp buffers. bug 331298. r=vlad 2006-03-25 00:34:48 +00:00
gavin%gavinsharp.com
c6298579ce Bug 330456: evil XUL with <menubar> within <toolbarbutton> makes browser crash [@ nsMenuFrame::DoLayout], patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky 2006-03-24 23:58:39 +00:00
vladimir%pobox.com
174e01afdc b=331176, try to stabilize Trender numbers on linux with a well-aimed XSync, r=dbaron 2006-03-24 23:30:24 +00:00
darin%meer.net
132655aa68 fixes bug 329713 "check for memory leaks" patch by tony@ponderer.org, r=darin 2006-03-24 22:57:47 +00:00
rrelyea%redhat.com
c8e770c69d Bug 321350 Implement optimized code for NIST Suite B elliptic curves
r=douglas r=vipul
2006-03-24 22:55:51 +00:00
rbs%maths.uq.edu.au
b622717f33 Introduce a soft-break flag that means that a whitespace has been trimmed at the end of the line, and therefore its width has not been accounted for (this width can actually be large, e.g., if a large word-spacing is set). LineLayout should not be misled into placing something where the whitespace was trimmed. b=329987, r+sr=bz 2006-03-24 22:45:05 +00:00
cvshook%sicking.cc
af857a00d6 Bug 331547: Get rid of nsGenericElement::WillAddOrRemove 2006-03-24 22:43:23 +00:00
mike.morgan%oregonstate.edu
44fb96a462 Fixed redirect to not be hard-coded to http://, and pretty much avoided that problem by using an include instead. 2006-03-24 22:25:34 +00:00
neil%parkwaycc.co.uk
8ce9356c37 Bug 294534 Fix search dialog sort indicator regression r=Mnyromyr sr=bienvenu 2006-03-24 22:08:23 +00:00
mgalli%geckonnection.com
58876b1950 Fix to cache options. 2006-03-24 21:57:16 +00:00
jminta%gmail.com
25eff7e0b1 Bug 321380 calendar-month-view.xml needs to support removing non-workweek days. r=mvl 2006-03-24 21:55:15 +00:00
mgalli%geckonnection.com
d23aa826e7 Cache out of here. 2006-03-24 21:55:12 +00:00
mrbkap%gmail.com
b34a0cabd9 Followup to bug 330773 -- don't leave the timeout addref'd in the failure case. r+sr=bzbarsky 2006-03-24 21:51:51 +00:00
timeless%mozdev.org
06c8cc9b67 Bug 331184 string changes required for DOMI bug 109481
removing old strings (fixing build "bustage")
2006-03-24 21:21:47 +00:00
neil%parkwaycc.co.uk
5dd62addc7 Code cleanup b=325132 r=bz sr=bryner 2006-03-24 21:05:11 +00:00
timeless%mozdev.org
4310e2dcd1 Bug 331184 string changes required for DOMI bug 109481
restoring da as it is now current
2006-03-24 21:02:37 +00:00
neil%parkwaycc.co.uk
2d235e6c1f Go Up b=33684 r=timeless sr=jag 2006-03-24 21:01:35 +00:00
timeless%mozdev.org
7e2b0f0ef7 Bug 331184 string changes required for DOMI bug 109481
patch by sskroeder@skroeder.dk
2006-03-24 20:51:53 +00:00
enndeakin%sympatico.ca
027ce66879 bug 330663, textnodes not synchronized properly, r+sr=bz 2006-03-24 20:41:03 +00:00
scott%scott-macgregor.org
a7d76f3cf5 remove some control-m characters 2006-03-24 20:27:00 +00:00
scott%scott-macgregor.org
2235173fb1 Bug #330241 --> convert the message body preview text from the charset of the message into UT-8 for storage. Then convert it back to unicode in the front end before showing it in the tooltip and in the new mail alert notification. sr=bienvenu 2006-03-24 20:19:52 +00:00
joe%retrovirus.com
47e8b0cfa9 Fixes sizing problem in bookmark properties dialog on Windows.
bug=330238
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-24 20:04:46 +00:00
mgalli%geckonnection.com
9efc920b6c cache pref. 2006-03-24 20:00:39 +00:00
mgalli%geckonnection.com
6ccd6a0858 Cache options back. 2006-03-24 19:58:06 +00:00
bzbarsky%mit.edu
046f910e72 Make _main and _content target the right things when tabs are involved. Bug 277971 and bug 273984, r=bsmedberg, sr=jst, branch181=jst 2006-03-24 19:38:17 +00:00
bienvenu%nventure.com
f1128957ae remove #ifdeffed out news search code, patch by mook.moz@gmail.com sr=bienvenu bug 316842 2006-03-24 19:04:10 +00:00
bryner%brianryner.com
0f05dc84d8 fix metrics build on the 1.8 branch, where NS_ASSIGNMENT_COPY is not defined (bug 331622). patch by darin, r=me. 2006-03-24 19:00:20 +00:00
mrbkap%gmail.com
c9160b7855 Use the less powerful of the available principals when compiling and running code passed into setTimeout. With this fix, chrome that attempts to setTimeout("code that requires chrome privs") on a content window will find that its code is run in the window's principals. bug 330773, r=jst sr=bzbarsky 2006-03-24 18:49:18 +00:00
mgalli%geckonnection.com
4a0fe1ed17 Fixes to cache stuff,. and sync to trunk 2006-03-24 18:46:11 +00:00
mrbkap%gmail.com
8288180970 Oops, these changes aren't ready to be checked in yet. 2006-03-24 18:41:07 +00:00
mrbkap%gmail.com
f44fb0ce15 Don't do a security check in AddProperty when we've resolved a frame by its numeric ID to avoid incorrect security errors being thrown. bug 317366, r+sr=jst 2006-03-24 18:37:08 +00:00
edburns%acm.org
a9a7f9499c pluglets_build 2006-03-24 18:34:53 +00:00
mgalli%geckonnection.com
b06e2c7051 Fixes removing the Downlad path display. 2006-03-24 18:33:36 +00:00
mrbkap%gmail.com
bd2900305a Fix a silly typo decompiling the setting of the default xml namespace. bug 331558, patch by Erik Fabert <jerfa@email.it>, r=mrbkap 2006-03-24 18:32:11 +00:00