Josh Aas
2019309068
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
174a0a1880
Bug 519532 - Null deference in nsMenuItemIconX::OnStopFrame(). r=josh
2009-09-30 14:36:28 -05:00
Jonathan Griffin
79f0b8329e
Bug 517078. New test for NPN_NewStream and NPN_Write.
2009-09-30 11:17:39 -07:00
Benjamin Smedberg
42afa88874
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
41034f569a
Bug 517872: Lack of CrashReporter ServerURL breaks unit tests in Fennec, r=ted
2009-09-30 10:07:50 -04:00
Ted Mielczarek
735e15be83
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
555cf95f52
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
ca6bdd4ef2
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
8879185a87
Bug 518950 - FindNextTextNode in mozInlineSpellWordUtil.cpp is slow, r=bz
2009-09-30 13:45:14 +03:00
Blake Kaplan
7050590b13
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
c77dd603f8
Bug 519145 - Make iteration over XPCNWs work again. r=jst
2009-09-30 15:15:51 -07:00
Blake Kaplan
f07999d17b
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
86297419d8
Bug 514435 - Change up wrapperization a little. r=jst sr=sicking
2009-09-30 15:15:51 -07:00
Blake Kaplan
5aa8d4f549
Bug 519337 - Don't read the sentinel value from a string. r=sicking
2009-09-30 15:15:51 -07:00
Blake Kaplan
d47a959126
Bug 519498 - Follow XPCOM rules about reading values after a failure. r=sayrer
2009-09-30 15:15:51 -07:00
Jonathan Griffin
675a2b215b
Bug 518940. Adding tests for NPN_Invoke. r=bsmedberg
2009-09-30 15:11:57 -07:00
Michal Novotny
db826d0c88
Bug 491873 - Crash [@ nsFtpState::CanReadCacheEntry] with cursor that points to ftp and going offline
2009-07-22 15:05:52 +02:00
Jonathan Griffin
8b1fe484d5
Bug 484729. Fix NPN_Write. r=joshmoz;sr=jst
2009-09-29 16:52:29 -07:00
Blake Kaplan
a29677e267
Add a trace test and a requested comment for bug 519129.
2009-09-29 16:38:00 -07:00
Ian Neal
8c88d90ac0
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)
021f8672ad
Bug 514823. r=Mardak, r=sdwilsh
2009-09-29 10:58:27 -07:00
Mats Palmgren
d484947c23
Adjust the caret y-position for zero-height inlines. b=503531 r=roc
2009-09-29 23:07:05 +02:00
Phil Lacy
4815d780bb
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
7761f7af77
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
cc84606bde
Reset the rule walker before calling NS_NewStyleContext. (Bug 513741) r=bzbarsky
2009-09-29 12:24:18 -07:00
Dão Gottwald
3bf6c129a8
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
af1e342c5a
Bug 398388 - XUL numberboxes for the Print Preview. r=gavin
2009-09-29 21:18:20 +02:00
Benjamin Smedberg
b5ee2856b9
No bug, TraceRecorder::tprint requires the stack, r=jorendorff on IRC
2009-09-29 13:24:37 -04:00
Blake Kaplan
6372925f37
Fix Zimbra indirect eval crash. r=brendan
2009-09-29 10:03:42 -07:00
Chris AtLee
d8eaa5336d
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
ab066e5278
Backout bug 426788
2009-09-29 17:32:54 +02:00
Honza Bambas
827ff8ba49
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
2a43d29a31
Bug 477583 - Backups of bookmarks stops working if a future backup exists, r=mano
2009-09-29 12:44:18 +02:00
Marco Bonardo
45d6fbe0d1
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
daa8f9597a
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
e4b294b102
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
b4b4ba043d
Bug 512173 Removing some unused references to the message-icon class r=dao
2009-09-29 09:38:14 +01:00
David Zbarsky
c16525f18a
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
a38993d71d
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
0e1f3b12b0
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
dec90dd61b
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
303e16eb48
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
d686ae719a
Bug 516396: Update NSPR to the NSPR_4_8_1_RTM CVS tag.
2009-09-28 18:58:38 -07:00
Chris Pearce
5c108df396
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
a495ab4908
Bug 517045. Remove code causing startup regression in Mac font initialization. r=jkew
2009-09-29 09:38:59 +09:00
Daniel Holbert
ee8fb79ffa
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
863f9803be
Fix error.
2009-09-28 14:14:56 -07:00
Shawn Wilsher
ef57b70b61
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
66070e1f91
Backed out changeset 50be346999f6 (bug 515494). This fix is not what we want.
2009-09-28 12:25:49 -07:00
Paul O’Shannessy
c1a9412c46
Bug 492197 - password manager is extremely slow at reencrypting base64-encoded signons. r=dolske
2009-09-28 11:52:18 -07:00