Commit Graph

25776 Commits

Author SHA1 Message Date
Robert Strong
11306766df 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
a1315c8c79 Bug 479361 - Replace hack to get available space in CheckDiskSpace with GetDiskFreeSpaceExW. r=jmathies 2009-02-24 19:58:23 -08:00
David Dahl
30c3338c16 Bug 473337 - Refresh the updater application icon. r=rstrong, ui-r=faaborg 2009-02-24 19:58:14 -08:00
David Anderson
10ded87ae6 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
5685aabe2c 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
13ddb4e6e3 Bug 480035 - Don't iloop if we GC exactly once. r=gal 2009-02-24 16:16:28 -08:00
Dave Townsend
fb7c98b73e Bug 474763: Enable xpinstall test suite and fix switching on/offline. r=bsmedberg 2009-02-24 13:12:54 -08:00
Mats Palmgren
9cc610fb58 Initialize mColor to fix UMR. b=480032 r+sr=vladimir 2009-02-25 02:42:52 +01:00
David Anderson
1764059a8f Fixed emitTreeCall crashing on deep aborts (bug 472508, r=gal). 2009-02-24 15:26:59 -05:00
Jonas Sicking
fea9eede61 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
3d56357332 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
f2fcae931e Correctly null-terminate the buffer after calling readlink. (Bug 476608) r=bsmedberg 2009-02-24 16:14:49 -08:00
L. David Baron
3221bf3c26 I don't need to see the rule hash debugging output anymore. 2009-02-24 16:14:46 -08:00
L. David Baron
5b92fdde71 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
90bffc1901 Flush layout earlier in getComputedStyle(). (Bug 454276) r+sr=bzbarsky 2009-02-24 16:14:45 -08:00
Jonas Sicking
0afd527e79 Merge - Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures 2009-02-24 15:39:16 -08:00
Jonas Sicking
b2248a4405 Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures. 2009-02-24 15:38:40 -08:00
L. David Baron
3edd7358b2 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
1e283adeaa 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
10cc3f60e5 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
35863de8cd 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
99f7e9f16a 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
e4c779d809 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
8303647867 Initialize members. b=479713 r+sr=roc 2009-02-24 21:06:34 +01:00
Jonas Sicking
ca2acd2b73 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
58d51f648c Bug 476245. Keep better track of our anonymous content. r=smaug, sr=dbaron 2009-02-24 13:39:09 -05:00
Boris Zbarsky
65991321a8 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
3d8120ade2 Bug 468543: sort autocomplete items case insensitively, r=sdwilsh 2009-02-24 10:34:36 -08:00
Gavin Sharp
45846ca399 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)
2e7a255635 Merge bug 464598. 2009-02-24 13:57:22 -04:00
Dave Townsend
ef02676393 Merge XPInstall fixes (bug 475934, bug 475347, bug 473060) 2009-02-24 08:57:00 -08:00
David Dahl
281f0efe60 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
0269e20c16 Bug 248611 - SFTP protocol displays symlink to dir as file; r=cbiesinger 2009-02-24 17:53:34 +01:00
XiaoXiaoHU
692da049fc Bug 298889 - iframe invisible when window is transparent; r+sr=roc 2009-02-24 17:53:32 +01:00
Jonathan Kew
fd2275af79 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
7877844790 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)
616707832b Bug 479336 - "IDN blacklist needs to include box-drawing characters" [r=dveditz] 2009-02-24 10:50:51 -06:00
Peter Van der Beken
1e22744844 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
f254f1b0b4 Static analysis test cases for bug 479441 2009-02-24 10:11:06 -05:00
Peter Weilbacher
2f4ef60118 [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
b6b81dc5ee 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
243d477a55 Bug 479887 - Remove vestigial #ifdef MOZILLA_1_8_BRANCH. r=Waldo.
--HG--
extra : rebase_source : e5ea3d25ae24e6e9900819656f18e1e3830c5bdd
2009-02-23 17:37:36 -06:00
David Mandelin
3f004a5d96 Bug 477576: memory spike on Dromaeo string due to missing GC_POKE, r=igor 2009-02-25 11:09:21 -08:00
Jason Orendorff
3a3700435e Bug 480126 - jsstack.js static analysis errors in js_GetCurrentBytecodePC and specializeTreesToMissingGlobals. r=bsmedberg. 2009-02-25 11:42:39 -06:00
Dave Townsend
250b6f769c Bug 473060: Download error -228 if you leave the add-on's public page before download completion. r+sr=dveditz 2009-02-23 15:32:01 -08:00
Dave Townsend
cb5a825fda Bug 475347: Crash after closing tab that initiated an install and included a callback function. r+sr=dveditz 2009-02-23 19:09:45 -08:00
Dave Townsend
daeb0fcb35 Bug 475934: Remove unused functions from xpinstall. r+sr=dveditz 2009-02-23 19:09:00 -08:00
Jason Orendorff
be299388d1 Bug 477279 - Tune dense array growth. r=brendan.
--HG--
extra : rebase_source : 4493d59e8bd46c1635d2f8cef39f87904d83e09f
2009-02-23 17:31:02 -06:00
Jason Orendorff
2f464f3348 Bug 479826 - Remove cx->pcHint. r=gal.
--HG--
extra : rebase_source : caf9fef929fe161fad2f6a98b53cb3d00e43f31f
2009-02-23 17:29:40 -06:00
Jason Orendorff
44263bbd33 Bug 479551 - Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread, at js/src/jsapi.cpp:957 after typing EOF at js shell prompt. r=igor and mrbkap.
--HG--
extra : rebase_source : 56a0fc0823e7a9500befc65da530d86bba564a97
2009-02-23 17:28:46 -06:00