Commit Graph

186207 Commits

Author SHA1 Message Date
roc+@cs.cmu.edu
16fb24b0d4 Bug 404870. Don't allow nsThread::PutEvent to succeed when the thread is no longer able to process the event. This stops us leaking the event and anything hanging off it. r+sr=bsmedberg 2007-12-04 18:17:15 -08:00
roc+@cs.cmu.edu
c2c75aa40a Backing out unintentionally-checked in stuff 2007-12-04 18:12:40 -08:00
roc+@cs.cmu.edu
fed73e9f6a Bug 392809. Break between whitespace and following punctuation even when stop_at_punctuation is false. Don't stop between punctuation and following non-punctuatino if the preceding punctuation follows white-space. r=smontagu 2007-12-04 18:11:17 -08:00
dietrich@mozilla.com
7581e1894e Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 17:56:55 -08:00
reed@reedloden.com
81fd480d40 Bug 404816 - "Visual bug in list view header" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=damons] 2007-12-04 17:09:29 -08:00
reed@reedloden.com
d9ec6b9a1f Bug 406871 - "Getting 32x32 px icons using -moz-icon" [p=reed r+sr=biesi a1.9=damons] 2007-12-04 17:08:23 -08:00
reed@reedloden.com
2b33f9ba22 Bug 401718 - "[UA] Remove Mach-O from UA on PPC" [p=reed r=dbaron r=mento sr=biesi a1.9=damons] 2007-12-04 17:07:00 -08:00
reed@reedloden.com
fe7f4c55c1 Bug 393614 - "SeaMonkey does not create prefs.js file if it is missing" [p=mozilla@Weilbacher.org (Peter Weilbacher) r=bsmedberg sr=biesi a=blocking1.9+] 2007-12-04 17:05:55 -08:00
reed@reedloden.com
79c0a4bfd8 Bug 388655 - "Editor br gets added to empty table cells if contenteditable node is in document" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=peterv a=blocking1.9+] 2007-12-04 17:04:11 -08:00
dolske@mozilla.com
b922d5e044 Fix regression from Bug 402992 - Do not switch to a hand cursor on favicon hover. r=mconnor 2007-12-04 17:03:21 -08:00
dwitte@stanford.edu
1aafbabf61 add unit test for bug 402013. 2007-12-04 17:03:08 -08:00
reed@reedloden.com
6b441832b4 Bug 401113 - "Scrollbar position not always restored after recovering from crash" [p=zeniko@gmail.com (Simon Bünzli) r=gavin a1.9=mconnor] 2007-12-04 17:02:57 -08:00
mrbkap@gmail.com
271f91f423 Backing this out to fix mochitest failures. 2007-12-04 16:52:02 -08:00
anodelman@mozilla.com
ac91e7b605 Bug 405185 - Talos fails on 10.5/Leopard: user does not exist a=mtschrep r=anodelman 2007-12-04 16:31:36 -08:00
peterv@propagandism.org
2c27e8e000 Fix for bug 406684 (Memory leaks when content policies set properties of wrapped nodes). r/sr=sicking. 2007-12-04 16:29:13 -08:00
peterv@propagandism.org
7063ca8796 Fix for bug 403501 (Rich text editing broken after back, forward in history). r/sr=jst. 2007-12-04 16:28:24 -08:00
mrbkap@gmail.com
03829665a9 Preserve more important attributes. bug 393269, r+sr=jst a=beltzner 2007-12-04 16:17:06 -08:00
dcamp@mozilla.com
0c2b0ae6f3 Bug 406856: handle expiring safebrowsing chunk ranges in addition to individual chunks. r=tony, a=dsicore 2007-12-04 16:16:41 -08:00
mrbkap@gmail.com
bd289e58a4 Complete the checkin for bug 399298. r+sr=jst 2007-12-04 16:13:49 -08:00
dietrich@mozilla.com
a9cee8554c Bug 405237 deleting "Unfiled Bookmarks" or "bookmarks menu" folders breaks places organizer (should be undeletable) (r=dietrich) 2007-12-04 16:11:00 -08:00
joshmoz@gmail.com
4f4c436625 if we send a gecko event into gecko from performKeyEvent, assume it was handled despite any return value. b=376077 r=masayuki sr=roc 2007-12-04 16:08:33 -08:00
joshmoz@gmail.com
a0c7e7bb6e init mIgnoreDoCommand, part of 358379, r=cbarrett sr=roc 2007-12-04 16:05:07 -08:00
dwitte@stanford.edu
7bd985d01b relanding bug 385299 and updating tests. 2007-12-04 16:03:22 -08:00
mconnor@steelgryphon.com
3cb81fdb23 bug 346214 - can't build with refplatform with vista-sized icon, backing out to older version of the icon 2007-12-04 15:49:49 -08:00
dolske@mozilla.com
76fc70da4c Bug 402992 - Do not switch to a hand cursor on favicon hover. r=mano, ui-r=mconnor (for beltzner), a1.9=mconnor 2007-12-04 15:45:52 -08:00
cbarrett@mozilla.com
7d502f20ed Bug 406828 - Pinstripe shouldn't shouldn't use unified. r=mano a1.9=dsicore 2007-12-04 15:40:28 -08:00
dmose@mozilla.org
4ef13d4907 Backing out fix for bug 392785 as per roc + mconnor. 2007-12-04 15:32:08 -08:00
dwitte@stanford.edu
57328cc159 backing out due to orange 2007-12-04 15:02:24 -08:00
gavin@gavinsharp.com
9432002f08 Bug 405235: land the simpler fix for broken search suggest: unhide our panel explicitly since we're overriding the openPopup method that would have unhidden it otherwise, patch by Seth Spitzer <sspitzer@mozilla.com>, r=me/dao 2007-12-04 14:54:34 -08:00
dwitte@stanford.edu
4a0a0a3ebd Bug 385299 - use eTLD in cookies (stop sites setting cookies for the entire ".co.uk" domain). r=dveditz, sr=mconnor, blocking1.9+ 2007-12-04 14:26:42 -08:00
gijskruitbosch@gmail.com
89affb0369 Commenting out test due to spurious centos failure 2007-12-04 14:24:35 -08:00
reed@reedloden.com
efa3d79734 Bug 402742 - "Stock icons will not display if libgnomeui is not present" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+] 2007-12-04 14:08:41 -08:00
sspitzer@mozilla.org
865ed67cb4 relanding fix for bug #406094, as it was not the cause of the Ts / Txul regression. 2007-12-04 14:04:51 -08:00
dholbert@cs.stanford.edu
ccc7cad583 Bug 402567: make scrollframe GetMinWidth return the scrolled frame's min-width. r+sr=dbaron a=blocking1.9 2007-12-04 14:03:16 -08:00
dwitte@stanford.edu
c3166c0c05 Bug 402013 - improve normalization behavior of nsIEffectiveTLDService. r+sr=biesi, a=mconnor 2007-12-04 13:57:31 -08:00
gavin@gavinsharp.com
f772fe4de0 Back out the patch for bug 405235 to see whether it caused the Ts/Txul hit 2007-12-04 13:00:12 -08:00
dietrich@mozilla.com
4e9c03d574 Disabling test for bug 398914. 2007-12-04 12:12:04 -08:00
sspitzer@mozilla.org
01cabad51d backing out fix for bug #406094 until dietrich's backout clears so that we can clearly measure that this change did not impact Ts / Txul. s=dmose 2007-12-04 12:09:53 -08:00
dietrich@mozilla.com
7ec762c005 Backing out bug 398914 2007-12-04 11:44:46 -08:00
kaie@kuix.de
81ef399aa5 Attempting to fix tinderbox bustage from bug 378241 2007-12-04 11:38:27 -08:00
sspitzer@mozilla.org
147a3bd523 fix for bug #406094: removing places.sqlite manually (or having it corrupted) and restarting leaves me without a personal toolbar, without a bookmarks menu, and with a blank organize relanding with changes that impact Ts / Txul patch=Marco Bonardo <mak77@supereva.it> r=sspitzer a=schrep for 1.9 2007-12-04 11:26:55 -08:00
mrbkap@gmail.com
1230cee815 Set XOWs' prototypes to null to avoid confusion. bug 405726, r+sr=jst a=beltzner 2007-12-04 11:07:08 -08:00
dtownsend@oxymoronical.com
f9cecab01f Bug 393813: recently-closed tabs menu disabled, can't reopen tabs. r=bsmedberg 2007-12-04 10:58:53 -08:00
peterv@propagandism.org
b1781b46be Fix for bug 398466 (XBL unlinking triggered hash-table recursion assertion (again)). r/sr=sicking. 2007-12-04 10:53:53 -08:00
kaie@kuix.de
7404fedffa Bug 378241, Changes from bug 107491 lead to tons of thread-safety asserts r=rrelyea, r=wtc, sr=benjamin, blocking1.9=benjamin 2007-12-04 10:53:14 -08:00
peterv@propagandism.org
28899c6961 Fix for bug 404117 (ASSERTION: Class name and proto chain interface name mismatch!). r/sr/a=jst. 2007-12-04 10:49:38 -08:00
bzbarsky@mit.edu
7da9f1a68f Update the binding manager before doing any other notifications, and don't notify the document for nodes not in the document. Bug 398492, r+sr=sicking. 2007-12-04 10:37:54 -08:00
gavin@gavinsharp.com
57e643f3cb Bug 405235: search bar autocomplete doesn't appear unless content autocomplete has been used (don't rely on openAutocompletePopup to unhide the autocomplete panel), r=sspitzer 2007-12-04 10:37:21 -08:00
dietrich@mozilla.com
688029611b Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 10:34:44 -08:00
igor@mir2.org
87ceed0802 Bug 406736: fixing the test to report the success with read-only Array. r=Bob Clary, not part of the build 2007-12-04 10:16:43 -08:00