Commit Graph

33288 Commits

Author SHA1 Message Date
Boris Zbarsky
910c45828b Bug 519608. In the common case, when wrapping .childNodes and .style we already have a wrapper for the element; make the PreCreate fast in this case. r=peterv 2009-09-30 18:56:06 -04:00
Markus Stange
5506bd72d5 Bug 456646 - Replace Carbon printing dialog with Cocoa one. r=josh, r=bsmedberg, sr=jst
--HG--
rename : toolkit/locales/en-US/chrome/global/gnomeprintdialog.properties => toolkit/locales/en-US/chrome/global/printdialog.properties
extra : rebase_source : 80b46470b496313b6994366cb953abed5bb0849e
2009-10-01 11:15:32 +13: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
Shawn Wilsher
6b7261093e Bug 517604 - TestHarness.h should provide a directory provider for a profile directory.
Automagically provide a profile directory for native code tests.
r=bsmedberg
2009-09-24 10:49:45 -07:00
Shawn Wilsher
e0356a19b4 Remove this test. It's not terribly useful (testing basic behavior of a
database which is covered by tests the SQLite group runs), and relies on a "bug"
that newer versions of SQLite fix.  rs=mconnor
2009-09-30 14:38:43 -07:00
Shawn Wilsher
3d91db712f Test only change to make tests clean up better by using the free profile directory given to us. No bug. r="duh, why didn't we do this sooner" 2009-09-30 14:17:06 -07:00
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
Dão Gottwald
391e0ea92f Bug 334697 - Implement pie-chart throbber. r=vlad, ui-r=beltzner 2009-09-30 10:40:50 +02:00
timeless@bemail.org
f4487dbdc6 Bug 471301 - nsNSSASN1Tree::LoadASN1Structure is missing calls to BeginUpdateBatch/EndUpdateBatch. r=kaie 2009-09-30 10:04:17 +02:00
Matt Crocker
d7f97515e9 Bug 432886 - Autocomplete textboxes ignore tabindex attribute. r=gavin 2009-09-30 10:03:27 +02:00
Markus Amalthea Magnuson
469dab5479 Bug 314844 - "About Mozilla Firefox" menuitem should be labeled "About Firefox". r=gavin, ui-r=faaborg 2009-09-30 10:02:22 +02:00
Dão Gottwald
71b2f73aad Bug 519586 - anomaly on the back button texture when clicking the forward button 2009-09-30 09:57:52 +02:00
Jesse Ruderman
0949e107d7 Bug 499611 - Instrument nsLineList for trace-refcnt. r=dbaron 2009-09-29 18:34:46 -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