Commit Graph

29266 Commits

Author SHA1 Message Date
Dave Townsend
2a16aa282c Bug 497884: Intermittent failure in test_classifier.html and test_classifier_worker.html. r=sdwilsh 2009-06-17 11:47:08 +01:00
Dão Gottwald
7269359c18 Bug 498628 - autohide="true" should be a no-op for menu toolbars on Linux. r=neil 2009-06-17 08:30:44 +02:00
Boris Zbarsky
b7aff036cb Work around bug 494546 causing performance problems when running chrome tests. 2009-06-16 18:34:43 -07:00
Boris Zbarsky
f51e72add0 Bug 495798. Drop native theming for controls styled with transparent backgrounds, even if the user said to not use the page colors. r+sr=dbaron 2009-06-16 15:05:12 -07:00
Chris Jones
1c0eb2d506 bug 491977: fix "leak" of deadlock detector statics. r=bsmedberg 2009-06-16 12:36:44 -07:00
Jesse Ruderman
6dfecd1f57 Add crashtest for bug 479938 2009-06-16 12:11:04 -07:00
Vladimir Vukicevic
24659ba959 b=381494; add optional splashscreen for our slower targets; r=bsmedberg 2009-06-16 11:59:35 -07:00
Vladimir Vukicevic
e7c111742e b=493963; don't call win32 printing functions with --disable-printing; r=stuart 2009-06-16 11:57:34 -07:00
Vladimir Vukicevic
f9840dba79 b=498452; add pref for autocomplete timeout to firefox; r=mconnor 2009-06-16 11:56:36 -07:00
Vladimir Vukicevic
4d5da58ab4 b=489518; on CE6, some dialogs are too short resulting in elements being cut off at the bottom; r=dougt 2009-06-16 11:55:06 -07:00
Boris Zbarsky
03a827f6f5 Bug 498530. Don't try to remove array elements that might not be in the array. r+sr=smaug 2009-06-16 11:46:24 -07:00
Neil Deakin
622c67863a Bug 498075, two clicks required to switch away from focused plugin, also fixes ususual minimzing behaviour where it immediately restores again, r+sr=smaug 2009-06-16 14:34:13 -04:00
Neil Deakin
35103edfb3 Bug 497565, only make the window key when visible, r=josh 2009-06-16 14:05:16 -04:00
mak77@bonardo.net
d9b96ef229 Bug 496542 - Duplicate entries in History sidebar and Library (r=sdwilsh) 2009-06-16 10:45:13 -07:00
Alexander Surkov
e7282ad9b3 Bug 498277 - nsARIAGridAccessible is used for html:table with role='grid', r=davidb, r=MarcoZ 2009-06-16 18:48:05 +02:00
Olli Pettay
c1ef3d1afe Bug 496317 - Remove nsPopupBlockedEvent, r+sr=sicking
--HG--
extra : rebase_source : 354385de35d48a6f2c911c20175b1715c89c9196
2009-06-16 19:07:56 +03:00
Alexander Surkov
248a98d934 Bug 493723 - implement IAccessibleTable interface for ARIA grids, r=davidb, r=ginn, r=MarcoZ 2009-06-16 18:42:35 +02:00
Bjarne
f2735cd200 Bug 490095 fix regression from bug 468594: don't override VALIDATE_NEVER when
the URL has a query string and no explicit expiration time.
r+sr=biesi
2009-06-16 18:27:17 +02:00
Marco Bonardo
0e672ad5f9 Bug 498407 - Adding search keyword doesn't work on many sites, transactions manager tries to get anno for an invalid itemId, r=dietrich 2009-06-16 17:17:43 +02:00
L. David Baron
0d06184f97 Remove support for fallback background colors. (Bug 496721) r+sr=bzbarsky 2009-06-16 08:00:20 -07:00
L. David Baron
5cd3ba5141 Don't reduce the height we're checking while we reflow for floats. (Bug 494332) r+sr=roc 2009-06-16 08:00:20 -07:00
Christian Biesinger
75d4cbb2e8 bug 498433 Add [ ] to the EscapeURI whitelist, so that IPv6 literals get
serialized correctly.
r+sr=bz
2009-06-16 15:15:57 +02:00
Arpad Borsos
497b2e227d Back out b8e531a6c961 (Bug 474369), it really did cause the windows dhtml regression
--HG--
extra : rebase_source : 568114bcfc5a7710d9e2c2fe5e234fa190bebba1
2009-06-16 14:38:51 +02:00
Arpad Borsos
ced6fd75da Back out 7d502207183d (Bug 493701), it really did cause the windows dhtml regression
--HG--
extra : rebase_source : 1c08b3767508bc359d395560b08248fcaa71f511
2009-06-16 14:37:35 +02:00
Olli Pettay
cc228b8e8a Bug 489561 - nsPrincipal should cache nsIPrefBranch and codebase_principal_support pref, r+sr=dveditz, +comments from bz 2009-06-16 14:00:06 +03:00
Olli Pettay
6ede3e22fa reuse etci pool, r+sr=sicking
--HG--
extra : rebase_source : 698eae6de79ab094c978cf06f938dd2240a31bc8
2009-06-16 12:15:46 +03:00
Olli Pettay
bf49643076 Bug 498319, r+sr=bz
--HG--
extra : rebase_source : 3e2865232a43ef4e3a63627abf0f603e37351412
2009-06-16 12:05:09 +03:00
Florian Queze
de037324a8 Bug 316071 - Software Update progress bar updates in 300k chunks, making it look stalled for dialup users. r=biesi 2009-06-16 10:46:40 +02:00
Simon Montagu
9f69337944 Unit test for ISO-2022-KR decoding 2009-06-16 01:14:21 -07:00
Simon Montagu
4f596492dd Bug 494099, HZ-GB-2312 converter reads beyond input buffer and omits characters at block boundaries. r=VYV03354@nifty.ne.jp 2009-06-16 00:13:28 -07:00
Arpad Borsos
3a5c755862 Bug 493701 - Use a macro to reduce redundancy in nsDocLoader.cpp; r=bz 2009-06-11 11:03:40 +02:00
Arpad Borsos
ef105af6ce Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron 2009-05-07 17:15:26 +02:00
Boris Zbarsky
fb5e52f5be Disable this test for now, due to random orange. See bug 492575 2009-06-15 16:06:21 -07:00
Boris Zbarsky
eb5f032de5 Bug 495167. Make XPCOMUtils.generateQI deal with string interface names. r+sr=bsmedberg 2009-06-15 16:06:20 -07:00
Joe Drew
8ba9ed33c5 Bug 496593 - Image cache entry comparison is wrong. r=vladimir, sr=bzbarsky 2009-06-15 15:33:48 -07:00
Josh Aas
ad98ea63ad Fix some whitespace issues in nsObjectFrame.cpp. no bug, r/sr=sparky 2009-06-15 17:36:11 -04:00
Jonathan Kew
f5f9929b78 Bug 498252 - Correct the font-size used in context menus, r=josh 2009-06-15 22:04:22 +02:00
Markus Stange
dcd3a72b43 Bug 498375 - "Load images automatically" is misaligned in the preferences content pane, r=dao 2009-06-15 21:53:49 +02:00
Dave Townsend
23914a0124 Bug 498379: Checking that we aren't updating to an older version of the application fails in certain cases. r=robstrong 2009-06-15 20:48:30 +01:00
Dave Townsend
5722b86bff Bug 496917: Use extensionVersion when doing version comparisons. r=robstrong 2009-06-15 20:32:32 +01:00
Dão Gottwald
db2c57b96b Bug 415791 - Page scrolls to the focused element when closing panels. r=enn 2009-06-15 20:38:25 +02:00
Neil Deakin
718c760715 Bug 497562, accesskeys on radio don't focus properly, r+sr=neil 2009-06-15 11:08:41 -04:00
Neil Deakin
f3a3945b39 Bug 497593, assertion should be allowing null values, r+sr=smaug 2009-06-15 11:05:47 -04:00
Axel Hecht
bdd87d92ce bug 489313, use l10n.mk for Firefox, r=ted
--HG--
extra : rebase_source : d9de2acc0dd0238f8b9601b147c992b2b29fd25b
2009-06-15 16:17:19 +02:00
Axel Hecht
5c3a83d368 bug 493837, JarMaker fails when using ../configure directly, r=ted
--HG--
extra : rebase_source : cedc1321589efd50f6635c3a7cf9a420805ef6a4
2009-06-15 16:16:40 +02:00
Hanspeter Niederstrasser
0cf882a60b Bug 490995 - "netwerk/wifi assumes Darwin=cocoa" [r=ted.mielczarek]
--HG--
extra : rebase_source : 65a436247d18e99e833e8a9be4f69f84169aa3ca
2009-06-15 10:09:16 -04:00
Ted Mielczarek
c49b565035 bug 468447 - Nonfatal "NMAKE : fatal error U1052: file 'makefile.sub' not found" in every single log masks real errors in failure logs. r=bsmedberg
--HG--
extra : rebase_source : a4a468e05352c69e1e9cf1e1d2148f9f0ca13b63
2009-05-11 15:54:39 -04:00
Gavin Sharp
7ccc2d9d90 Bug 491636 - -moz-user-focus:normal for selected tabs should be set consistently and in the content stylesheet. r=enn 2009-06-15 15:43:34 +02:00
leftturnsolutions@yahoo.com
c58e51fc0d Bug 428579 - "You have added a security exception for this site " lacks a final dot. r=dietrich 2009-06-15 15:42:26 +02:00
Makoto Kato
d92251934e Bug 472608 - Support Win64 for embedding/browser/activex. r=bsmedberg 2009-06-15 20:21:15 +09:00