Dave Camp
0c5e4d11cc
Bug 471227 - revert debug spew for now.
2009-02-25 01:03:13 -08:00
Antonio Gomes (tonikitoo)
6e6e292689
Merge bug 465783
2009-02-25 03:34:07 -04:00
Antonio Gomes (tonikitoo)
f2a9697470
Bug 465783: Fennec default download location inaccessible to users. r=sdwilsh sr=bsmedberg
2009-02-25 03:26:45 -04:00
Dave Camp
6b55f44cfb
Bug 471227 - More debug spew.
2009-02-24 23:12:13 -08:00
Dave Camp
bf4b7538a7
Bug 442584 - Prefetching stops working until Firefox is restarted. r=jduell, sr=jst
2009-02-24 23:12:12 -08:00
John Daggett
b53a7ddc62
Bug 475164 - accept fonts that have null name records. r=vlad
2009-02-25 16:12:53 +09:00
Robert Sayre
e2e22e9c88
Bug 465371 - Native JSON stringification aborts on functions and xml but returns JS_TRUE. r=shaver
2009-02-25 00:53:49 -05:00
Robert Strong
65d0af3965
Bug 476327 - Updater window title should be Firefox Update. r=mconnor
2009-02-24 19:58:33 -08:00
Robert Strong
2b93386a9b
Unused string removal on trunk only for Bug 468197 - Simplify / automate the addition of the pre-release suffix string (e.g. Alpha 1, Beta 2, etc.). r=mconnor
2009-02-24 19:58:28 -08:00
Robert Strong
d73c2c7c64
Bug 479361 - Replace hack to get available space in CheckDiskSpace with GetDiskFreeSpaceExW. r=jmathies
2009-02-24 19:58:23 -08:00
David Dahl
01c1e22f79
Bug 473337 - Refresh the updater application icon. r=rstrong, ui-r=faaborg
2009-02-24 19:58:14 -08:00
David Anderson
fc5b3f2b31
Fixed breakage of type stability guarantees between linked trees, and fixed using the wrong global typemap in LeaveTree (bug 476653, r=gal).
2009-02-24 22:52:09 -05:00
Dão Gottwald
2f5894f844
Bug 480039 - Drop down arrow on the search button is two pixels too high. r=gavin
2009-02-25 03:41:54 +01:00
Blake Kaplan
bcfa87c828
Bug 480035 - Don't iloop if we GC exactly once. r=gal
2009-02-24 16:16:28 -08:00
Dave Townsend
b6be0c7ba8
Bug 474763: Enable xpinstall test suite and fix switching on/offline. r=bsmedberg
2009-02-24 13:12:54 -08:00
Mats Palmgren
cccd4ed473
Initialize mColor to fix UMR. b=480032 r+sr=vladimir
2009-02-25 02:42:52 +01:00
David Anderson
16d9665745
Fixed emitTreeCall crashing on deep aborts (bug 472508, r=gal).
2009-02-24 15:26:59 -05:00
Jonas Sicking
8a0c1302d7
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
2009-02-24 11:46:51 -08:00
Johnny Stenback
30814fefc6
Fixing bug 475646. Don't call GetPeer() on plugins as it's apparently not safe to do so on all plugins. r=joshmoz@gmail.com, sr=bzbarsky@mit.edu
2009-02-24 16:28:35 -08:00
L. David Baron
1a184bc804
Correctly null-terminate the buffer after calling readlink. (Bug 476608) r=bsmedberg
2009-02-24 16:14:49 -08:00
L. David Baron
28ca0dce9d
I don't need to see the rule hash debugging output anymore.
2009-02-24 16:14:46 -08:00
L. David Baron
7eef68c85e
Fix outparam static analysis warnings in nsComputedDOMStyle by actually assigning to the outparam. (Bug 479433) r+sr=bzbarsky
2009-02-24 16:14:46 -08:00
L. David Baron
bc6a61c62b
Flush layout earlier in getComputedStyle(). (Bug 454276) r+sr=bzbarsky
2009-02-24 16:14:45 -08:00
Jonas Sicking
bb4f9f42dd
Merge - Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures
2009-02-24 15:39:16 -08:00
Jonas Sicking
987844b04b
Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures.
2009-02-24 15:38:40 -08:00
L. David Baron
486b4b0069
Merge backout of changeset a328b5ae57e0 (bug 476245) for causing failures of test_videocontrols.html across platforms (although Linux hasn't cycled yet).
2009-02-24 13:38:55 -08:00
L. David Baron
0b5ff3a7ec
Backed out changeset a328b5ae57e0 (bug 476245) for causing failures of test_videocontrols.html across platforms (although Linux hasn't cycled yet).
2009-02-24 13:38:35 -08:00
L. David Baron
fd64e5ecba
Merge backout of changeset 17a2ed8348b9 (bug 464598) for causing large numbers of test_snav_textFields.xul failures on Mac OS X.
2009-02-24 13:36:36 -08:00
L. David Baron
ec25fff4e1
Backed out changeset 17a2ed8348b9 (bug 464598) for causing large numbers of test_snav_textFields.xul failures on Mac OS X.
2009-02-24 13:36:19 -08:00
Serge Gautherie
57bcb5e793
Bug 469518 - Enable Reftest leak log in tinderbox (log); (Av1b) Enable (bare) leak log; r=ted.mielczarek
2009-02-24 22:19:01 +01:00
Serge Gautherie
c715cd7999
Reverting this part of "changeset: 120d20888db9"
...
Bug 445087; add extra pixel on each side of the glyph's black box returned by GetGlyphOutlineW, to avoid clipping ClearType pixels; r=(roc + vladimir) sr=roc
because this test still PASSes actually.
2009-02-24 21:10:28 +01:00
Mats Palmgren
85f84a23d7
Initialize members. b=479713 r+sr=roc
2009-02-24 21:06:34 +01:00
Jonas Sicking
a46eae8b8b
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
2009-02-24 11:46:51 -08:00
Boris Zbarsky
ee445ae3d1
Bug 476245. Keep better track of our anonymous content. r=smaug, sr=dbaron
2009-02-24 13:39:09 -05:00
Boris Zbarsky
a49d93acd8
Bug 371561. Use the right codepath for absolutely positioned tables so that they get a useful containing block. r+sr=dbaron
2009-02-24 13:38:20 -05:00
Gavin Sharp
208968d907
Bug 468543: sort autocomplete items case insensitively, r=sdwilsh
2009-02-24 10:34:36 -08:00
Gavin Sharp
5801724a5e
Bug 446568: make sure to focus new windows opened from external apps, r=mconnor
2009-02-24 10:33:26 -08:00
Antonio Gomes (tonikitoo)
9444e6badc
Merge bug 464598.
2009-02-24 13:57:22 -04:00
Dave Townsend
592fad67dc
Merge XPInstall fixes (bug 475934, bug 475347, bug 473060)
2009-02-24 08:57:00 -08:00
David Dahl
54327de739
Bug 473337 - Refresh the updater application icon; Linux part; r=(robert.bugzilla + ted.mielczarek) ui-r=faaborg
2009-02-24 17:53:36 +01:00
Michal Novotny
09354971c8
Bug 248611 - SFTP protocol displays symlink to dir as file; r=cbiesinger
2009-02-24 17:53:34 +01:00
XiaoXiaoHU
95331fc201
Bug 298889 - iframe invisible when window is transparent; r+sr=roc
2009-02-24 17:53:32 +01:00
Jonathan Kew
1f1f9c6f35
Bug 445087; add extra pixel on each side of the glyph's black box returned by GetGlyphOutlineW, to avoid clipping ClearType pixels; r=(roc + vladimir) sr=roc
2009-02-24 17:53:31 +01:00
Karsten Düsterloh
565160c8b7
Bug 249141 - Incorrect header cropping on narrow tree columns (ellipsis in wrong column); reftest; r=roc
2009-02-24 17:53:29 +01:00
Daniel Veditz ext:(%20/%20Reed%20Loden%20%3Creed%40mozilla.com%3E)
c5dace271b
Bug 479336 - "IDN blacklist needs to include box-drawing characters" [r=dveditz]
2009-02-24 10:50:51 -06:00
Peter Van der Beken
b2e7ea2249
Fix for bug 471395 ( "Illegal Value" exception when accessing XHR request within an extension). r=mrbkap, sr=jst.
2009-02-24 17:44:31 +01:00
Benjamin Smedberg
1d82751d1f
Static analysis test cases for bug 479441
2009-02-24 10:11:06 -05:00
Peter Weilbacher
a6f68769e9
[OS/2] Bug 477508: fix build break in updater/test, p=wuno@lsvw, r=pweilbacher
2009-02-24 10:59:16 +01:00
Matthew Gregan
105f254748
Bug 469275 - Seeks requested while Wave state machine is in ended state are lost. r+sr=roc
...
--HG--
extra : rebase_source : 03ead0a2032ac705b2156bb1b02aef33a414c67b
2009-02-24 15:34:36 +13:00
Jason Orendorff
2ac8fa8745
Bug 479887 - Remove vestigial #ifdef MOZILLA_1_8_BRANCH. r=Waldo.
...
--HG--
extra : rebase_source : e5ea3d25ae24e6e9900819656f18e1e3830c5bdd
2009-02-23 17:37:36 -06:00