Josh Aas
dbdf354cea
Use gcc-4.2 by default on Mac OS X in all configurations. b=513353 r=ted
2009-09-30 16:58:41 -04:00
Steven Michaud
2019c10ca2
Bug 519532 - Null deference in nsMenuItemIconX::OnStopFrame(). r=josh
2009-09-30 14:36:28 -05:00
Jonathan Griffin
08bed1367a
Bug 517078. New test for NPN_NewStream and NPN_Write.
2009-09-30 11:17:39 -07:00
Benjamin Smedberg
a719c9e22f
Bug 518401 - configuring with a relative path fails on Windows, r=ted
...
--HG--
extra : rebase_source : 14de4165119fad32325c5251401c439a8aceb7b6
2009-09-30 10:07:38 -04:00
Mark Finkle
5a35848eb2
Bug 517872: Lack of CrashReporter ServerURL breaks unit tests in Fennec, r=ted
2009-09-30 10:07:50 -04:00
Ted Mielczarek
670b62afa1
bug 518641 - "make package-tests" doesn't work right on OS X universal builds. r=bsmedberg
...
This patch causes us to build archictecture-specific test packages in the
OS X universal build postflight makefile, and unifies them into a universal
test-package (containing the same test files, but universal binaries), and
then special-cases the "package-tests" target to use that pre-generated
test package in the universal build case.
--HG--
extra : rebase_source : 41d1f3fe887a2dbdee3ad560ab46bcb261883690
2009-09-29 08:31:50 -04:00
Ted Mielczarek
6f1bf78be2
bug 518641 - fix the "unify" script to properly handle Java .class files. r=bsmedberg
...
Java .class files and Mach-O fat binaries use the same 4-byte magic
number at the start of the file. 'unify' uses the magic number to detect
Mach-O binaries, so it chokes on Java .class files. This change makes us
use the same heuristic as file(1), which is to check the second 4 bytes
in the file. Java class files put a version number there, and Mach-O
fat binaries put the number of contained architectures there. Conveniently,
Mach defines only 18 architectures, and Java's lowest shipping version
number is 43, so there's no overlap in valid values.
--HG--
extra : rebase_source : 84f5382bca6fa4bde721686f029514a41dfaf6b4
2009-09-29 08:31:50 -04:00
Ted Mielczarek
97c2424e97
bug 372581 Run unit tests on a pre-existing debug build - add --utility-path param to runreftest.py. r=bsmedberg
...
--HG--
extra : rebase_source : d97ab3937ee153994d778ec92c345e71e5a17f17
2009-09-29 08:31:49 -04:00
Olli Pettay
b81e141fae
Bug 518950 - FindNextTextNode in mozInlineSpellWordUtil.cpp is slow, r=bz
2009-09-30 13:45:14 +03:00
Blake Kaplan
79a79a0e55
Bug 504021 - Add an API to the script security manager to clamp principals for a given context. r=jst/bzbarsky sr=dveditz
2009-08-21 18:20:20 -07:00
Blake Kaplan
455411090a
Bug 519145 - Make iteration over XPCNWs work again. r=jst
2009-09-30 15:15:51 -07:00
Blake Kaplan
d0090a8583
Bug 505915 - Throw exceptions eagerly when we try to convert a cross-origin security wrapper to a C++ object. r=jst
2009-09-02 17:25:25 -07:00
Blake Kaplan
53c99f5fd8
Bug 514435 - Change up wrapperization a little. r=jst sr=sicking
2009-09-30 15:15:51 -07:00
Blake Kaplan
04aac79f62
Bug 519337 - Don't read the sentinel value from a string. r=sicking
2009-09-30 15:15:51 -07:00
Blake Kaplan
92ecfbe8b4
Bug 519498 - Follow XPCOM rules about reading values after a failure. r=sayrer
2009-09-30 15:15:51 -07:00
Jonathan Griffin
ed6b27392e
Bug 518940. Adding tests for NPN_Invoke. r=bsmedberg
2009-09-30 15:11:57 -07:00
Michal Novotny
ed31cc1590
Bug 491873 - Crash [@ nsFtpState::CanReadCacheEntry] with cursor that points to ftp and going offline
2009-07-22 15:05:52 +02:00
Jonathan Griffin
b0762ec954
Bug 484729. Fix NPN_Write. r=joshmoz;sr=jst
2009-09-29 16:52:29 -07:00
Blake Kaplan
5845b2458a
Add a trace test and a requested comment for bug 519129.
2009-09-29 16:38:00 -07:00
Ian Neal
a2f049595e
Bug 518509 - [SeaMonkey] xpcshell-tests: test_expire.js fails since bug 390158 landing
...
r=dolske test-only
2009-09-29 22:24:18 +01:00
Boris Zbarsky ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
1e397c2e8c
Bug 514823. r=Mardak, r=sdwilsh
2009-09-29 10:58:27 -07:00
Mats Palmgren
31d408bca4
Adjust the caret y-position for zero-height inlines. b=503531 r=roc
2009-09-29 23:07:05 +02:00
Phil Lacy
f69b06aac0
fix for ff hang when tb drag drop message or attachment over tab bar, r=roc, 514148
2009-09-29 13:39:16 -07:00
Boris Zbarsky
5c641e6c2b
Bug 512471. Make nsBlockFrame's mFrames track its principal child list. r=roc,fantasai
2009-09-29 15:47:05 -04:00
L. David Baron
1000b88c61
Reset the rule walker before calling NS_NewStyleContext. (Bug 513741) r=bzbarsky
2009-09-29 12:24:18 -07:00
Dão Gottwald
b14da9eae5
Bug 518533 - back and forward buttons have the wrong orientation in RTL mode on OS X. r=vlad
2009-09-29 21:19:21 +02:00
KUROSAWA, Takeshi
4c442bd7c1
Bug 398388 - XUL numberboxes for the Print Preview. r=gavin
2009-09-29 21:18:20 +02:00
Benjamin Smedberg
2e82fb25f7
No bug, TraceRecorder::tprint requires the stack, r=jorendorff on IRC
2009-09-29 13:24:37 -04:00
Blake Kaplan
754d0cad8e
Fix Zimbra indirect eval crash. r=brendan
2009-09-29 10:03:42 -07:00
Chris AtLee
7d5e5331b5
Bug 457753 - Make sure the package path directory exists before trying to package tests into it. r=ted
...
--HG--
extra : rebase_source : a87b91528fab9b95d11d697fb54e1f96ca564b2c
2009-09-29 12:45:22 -04:00
Honza Bambas
64a81f5716
Backout bug 426788
2009-09-29 17:32:54 +02:00
Honza Bambas
e0721031cd
Bug 426788 - When DPI set to 144, User interface is scretched very much. and html document is rendered very large, r=sylvain.pasche
2009-09-29 15:15:12 +02:00
Marco Bonardo
cbf9435322
Bug 477583 - Backups of bookmarks stops working if a future backup exists, r=mano
2009-09-29 12:44:18 +02:00
Marco Bonardo
98646fc82d
fix tests for Bug 512854 - VACUUM places.sqlite database on daily idle once a month, r=sdwilsh
2009-09-29 12:44:12 +02:00
Shawn Wilsher
a7c0ff4d43
Bug 516465 - Adaptive results aren't filtered. r=dietrich
...
Run adaptive search results through AUTOCOMPLETE_MATCH so they properly obey the
preferences of the user. Also runs through adaptive results again if we do not
have enough matches and the match behavior is MATCH_BOUNDARY_ANYWHERE.
2009-09-23 10:19:27 -07:00
Shawn Wilsher
0e46ff13be
Bug 515463 - new async autocomplete does not always respect behavior pref changes. r=mak
...
This happened because we were not holding a reference to our preference branch,
so it would seem to randomly stop getting notified about preference changes.
Heavily dependent on GC, and difficult to test. The fix is simple - hold a
reference to the pref branch!
2009-09-29 12:44:00 +02:00
Neil Rashbrook
1dd1c8a7b4
Bug 512173 Removing some unused references to the message-icon class r=dao
2009-09-29 09:38:14 +01:00
David Zbarsky
bb6a0e81f4
Bug 507762: Parse CSS style sheets independently of case-sensitivity, and instead check case correctly when using the stylesheets. r=dbaron
2009-09-28 23:07:45 -07:00
Timothy Nikkel
902d272350
Bug 410337. Pass the parent window further down the window creation path so that its screen rect can be saved in nsXULWindow and used to determine what screen to open on in some cases. r=enndeakin
...
--HG--
extra : rebase_source : 889687a90625b8bb070ea015b93ffcc28570fb6a
2009-09-28 21:20:46 -05:00
Timothy Nikkel
73a27c9267
Bug 518777. When drawing the canvas background color for drawWindow, adjust CanvasArea because it is relative to the frame itself. r=roc
...
--HG--
rename : layout/base/tests/test_bug514127.html => layout/base/tests/test_bug518777.html
extra : rebase_source : 252a78c5444513eac82b6ebc6ae202aef91bc5ce
2009-09-28 20:40:24 -05:00
Timothy Nikkel
38273580a9
Bug 499607. Stop leaking nsBlockFrame's overflow nsLineList's. r=fantasai sr=dbaron
...
--HG--
extra : rebase_source : 925847bda80e1b917af99119a11d0fb90ec479e8
2009-09-28 20:23:33 -05:00
Chris Double
e9435248dc
Bug 462141 - Fix unreferenced local variable warning in libfishsound - r=kinetik
...
--HG--
extra : rebase_source : 12557d99b8380aaa69e268f09fc2c49a32e189d4
2009-09-29 14:40:38 +13:00
Wan-Teh Chang
1333768214
Bug 516396: Update NSPR to the NSPR_4_8_1_RTM CVS tag.
2009-09-28 18:58:38 -07:00
Chris Pearce
946fd6e510
Bug 516323 - Reset libfishsound when seeking to 0 so it doesn't die re-reading header packets. r=doublec
2009-09-29 13:59:00 +13:00
John Daggett
7343dac5ab
Bug 517045. Remove code causing startup regression in Mac font initialization. r=jkew
2009-09-29 09:38:59 +09:00
Daniel Holbert
270bf651f9
Reverting changeset 29e8f7716f6d (Bug 512173) due to mochitest orange in test_prompt.html & test_prompt_async.html
...
(backed out with command: "hg export 29e8f7716f6d | patch -p1 -R")
2009-09-28 17:10:48 -07:00
Dan Witte
6ab90059b7
Fix error.
2009-09-28 14:14:56 -07:00
Shawn Wilsher
628afb918d
Merge for back out of changeset 50be346999f6 (bug 515494). This fix is not what we want.
2009-09-28 12:27:23 -07:00
Shawn Wilsher
58d4b4d270
Backed out changeset 50be346999f6 (bug 515494). This fix is not what we want.
2009-09-28 12:25:49 -07:00
Paul O’Shannessy
661a554179
Bug 492197 - password manager is extremely slow at reencrypting base64-encoded signons. r=dolske
2009-09-28 11:52:18 -07:00