Commit Graph

202640 Commits

Author SHA1 Message Date
Ryan Flint
e32af0a703 Bug 475471 - Engine._updateInterval isn't cached properly. r=gavin, a=typo 2009-01-26 23:24:51 -05:00
Graydon Hoare
8d62a3042f Bug 473688 - provide a 2-level hash map (global, pc) -> tree, r=gal. 2009-01-26 19:53:19 -08:00
Andreas Gal
d7323c8c52 Merge. 2009-01-26 18:16:11 -08:00
Andreas Gal
4f030887d9 LirNameMap gets large over time and searching it with binary search is slow (475127, r=shaver). 2009-01-26 18:15:39 -08:00
Blake Kaplan
f513f9aad9 Bug 475449 - JS shell gets stuck on EOF. r=brendan
--HG--
extra : rebase_source : 1de44569fe303339b1d1a28b1709918a4569daf0
2009-01-26 16:47:25 -08:00
Blake Kaplan
29e6cfde75 Bug 475426 - GetPDA returns n copies of the first entry. Bug noticed by Mads Bondo Dydensborg <mbd@dbc.dk>. r=brendan
--HG--
extra : rebase_source : 1f5e87ad1fb88c3174c17cb5f0b89ff09dd6e6ad
2009-01-26 16:47:22 -08:00
Blake Kaplan
0357a463be Bug 467499 - Pass the proper size argument to ResizeSlots. r=shaver/crowder 2009-01-26 16:20:05 -08:00
Andreas Gal
b5d16a1ca8 Merge from mozilla-central to catch up with a backout (due to a leak). 2009-01-26 15:44:30 -08:00
Phil Ringnalda
fa648d26a2 Bug 474602 - package oji.xpt based on the AC_DEFINE, OJI, not the AC_SUBST, MOZ_OJI, r=gavin 2009-01-26 15:34:08 -08:00
Joe Drew
308f3c53c3 Backout bug 473161 2009-01-26 17:12:05 -05:00
Joe Drew
cf78faa4e8 Back out tests for bug 466586 2009-01-26 17:09:48 -05:00
Joe Drew
73b0c73878 Backed out changeset 18988bc1c727 2009-01-26 17:08:14 -05:00
Joe Drew
0c06399200 Backed out changeset 72fda0d63f66 2009-01-26 17:07:54 -05:00
Joe Drew
4c7fedee71 Backed out changeset 7d9bea3fa51a 2009-01-26 17:07:38 -05:00
Robert Sayre
4e1caf5eff Merge m-c to tm. 2009-01-26 13:54:59 -08:00
Joe Drew
99c4ffa500 Bug 473161 - Fix imgRequest::Cancel() to call Cancel() on the loadgroup instead of the channel. The fix to bug 89419 included a mistaken change from cancelling the loadgroup to cancelling the channel. r=bzbarsky, sr=vladimir, a=blocking1.9.1+ 2009-01-26 15:34:03 -05:00
Joe Drew
852b5dc273 Bug 466586 - Only expire cache elements that don't have any proxies/observers. r=stuart sr=vlad a=blocking1.9.1+
The image cache is now composed of two things: a heap of tracked items that
can be expired and evicted, and a superset of that which hashes from URI to
cache element. Cache elements start out in the second set, and are moved to
the first (and start to be tracked for expiry) once they have no observers.
2009-01-26 15:34:01 -05:00
Joe Drew
b06270e0e0 Bug 466586 - Test to ensure that we don't have to reload an image that exists in a document. 2009-01-26 15:33:59 -05:00
Mark Banner
29fa427138 Disable TestCrashReporterAPI TUnit test due to random failures on Windows - this test currently only runs on non-Firefox boxes. r=ted, bug 474688 2009-01-26 20:17:16 +00:00
Benjamin Smedberg
05fe09b27a Bug 474996 - JS_REQUIRES_STACK violation in TraceRecorder::hasIteratorMethod, r=jorendorff 2009-01-26 14:26:24 -05:00
Igor Bukanov
7724ba6f1f bug 475146 - fixing gczeal checks in RefillDoubleFreeList. r=mrbkap 2009-01-26 19:51:20 +01:00
Michael Ventnor
ce4ddfb8d7 Bug 469831 - need gtk2 drawing code for test plugin. r+sr=roc 2009-01-26 11:21:46 -05:00
Ted Mielczarek
18e9d5edc3 bug 460515 - Remove assumption that xpcshell etc in same directory as app executable. r=jwalden 2009-02-09 13:57:27 -05:00
Josh Aas
2bd6866a70 Clean up nsPluginHostImpl. Removes an old workaround for mac Flash 6. Stop using the phrase "active plugin" to refer to plugin instances. Dead code and spelling fixes. b=476409 r/sr=jst 2009-02-09 13:48:06 -05:00
Josh Aas
9dbf2ddbd8 Make IsSymlink check for actual symlinks as well as aliases on Mac OS X. b=476919 r=ted sr=roc 2009-02-09 13:37:32 -05:00
Ted Mielczarek
4403b64000 bug 476919 - nsLocalFileOSX::IsSymlink is broken - unit test 2009-02-05 08:15:32 -05:00
Marco Bonardo
0495370b92 Bug 474582 - With initial migration Shiretoko doesn't import favorites from Internet Explorer 7 anymore, r=dietrich 2009-02-09 19:16:02 +01:00
Rob Campbell
7b4cb26741 Bug 477591 - missing semi-colon in DownloadUtils.jsm. r=gavin 2009-02-09 11:40:15 -06:00
Patrick McManus
abe9b55a58 Bug 454990. On Windows, increase the size of our TCP send window to 128KB, from the default of 8KB. The value is already 128KB on other OSes, and it appears that other browsers on Windows change the default in the same way. r=jduell, r+sr=bzbarsky. 2009-02-09 12:31:44 -05:00
mats.palmgren@bredband.net
74d60c72d5 Bug 477498, Crash [@ TextRunWordCache::MakeTextRun], r+sr=roc 2009-02-09 12:23:38 +02:00
Ginn Chen
e2e20c10d1 Bug 476448 -KPIC is obsolete in Sun Studio 12 SPARC r=jim 2009-02-09 14:21:09 +08:00
Ginn Chen
55d2cea4c2 Bug 472269 LD_LIBRARY_PATH is not set when running thunderbird from mozilla/dist/bin on Solaris r=wtc sr=neil 2009-02-09 14:18:02 +08:00
Ginn Chen
abc0ce68c6 Bug 466332 [a11y] window:activate event missing for Firefox Preferences dialog r=neil sr=roc 2009-02-09 14:12:23 +08:00
Chris Double
12ad27a63d Back out bug 476731 in commit id 364777bc90b5 due to reftest failures 2009-02-09 15:52:04 +13:00
Chris Double
288d609824 Backed out changeset 364777bc90b5 due to test failures 2009-02-09 15:51:16 +13:00
Leon Sha
076b5ecd37 Bug 477001 - Configure error on solaris cmp: illegal option -- b. wtc: review+ kairo: review+ benjamin: approval1.9.1+ 2009-02-09 10:23:43 +08:00
Chris Double
b290b231a6 Bug 469923 - Fix rounding issues with X-Content-Duration header causing test failure - r+sr=roc 2009-02-09 14:47:49 +13:00
Chris Pearce
01de168e48 Bug 476731 - Media element should fire error event when src is a 404 - r=doublec sr=roc 2009-02-09 14:04:10 +13:00
Chris Double
9387e1187d Bug 469923 - Support X-Content-Duration for improved duration retrieval for Ogg media - r+sr=roc 2009-02-07 23:10:34 +13:00
Ben Turner
98213d2d6c Remove dead files that should have disappeared long ago. NPTOB. 2009-02-08 15:14:19 -08:00
Bernd
bde571a334 fix tinderbox mac failure by disabling the test bug 477504 2009-02-08 20:31:03 +01:00
L. David Baron
8ded524bf0 Tests for bidi and first letter. 2009-02-08 10:28:30 -08:00
L. David Baron
ae010b63cf Make reftest check its invariants regarding the failure timeout, so we can see if any intermittent failures are due to such harness bugs. (Bug 477409) r=jruderman 2009-02-08 10:28:30 -08:00
Jesse Ruderman
c71da356d4 Skip long-url-list-stack-overflow.html because it keeps timing out. See bug 477490. 2009-02-08 09:15:15 -08:00
Bernd
808c1c52a2 reftests for border collapse implementation of rules and frames 2009-02-08 17:47:57 +01:00
Bernd
ffe2929d6a include the border width for border collapsed tables as required by CSS 2.1. We implemented before what CSS 2.0 required and it was ugly, so the spec changed. r=fantasai sr=roc, bug 155955 2009-02-08 17:46:42 +01:00
Bernd
f94f0994d9 remove dead debugging code r/sr=bzbarsky bug 475075 2009-02-08 17:45:28 +01:00
Bernd
a4882df1fe fix a pence post error in painting of dotted border collapse borders r/sr=roc bug 126540 2009-02-08 17:42:01 +01:00
Robert Longson
cb484a75e6 Bug 476489 - Remove unused virtual methods from nsSVGFilterElement. r+sr=roc 2009-02-08 11:21:49 +00:00
Nick Thomas
20e5a83993 Bug 472431, localized builds have chrome.manifest and install.rdf at root level (remove these on update to 3.1b3), r=ted.mielczarek 2009-02-08 22:31:32 +13:00