Daniel Holbert
a5f65092e3
Backed out changeset 58c5864cb9c6 (Bug 518991) due to linux orange (test failure in test_bug408328.html & 9240-byte leak)
2009-09-30 23:42:27 -07:00
Blake Kaplan
de381c6f49
Bug 518991 - Implement access controls in COWs. For now, this is opt-in default unsafe. r=jst
2009-09-30 19:38:57 -07:00
Dietrich Ayala
a67927f192
Backout bug 498130 due to persistent startup crash on Windows Mobile (bug 519854)
2009-09-30 17:21:39 -07:00
Shawn Wilsher
b3106576fe
merge for backout
2009-09-30 17:04:16 -07:00
Shawn Wilsher
a820bb4750
Backed out changeset 467f14a11325 (bug 517604)
2009-09-30 17:03:37 -07:00
Boris Zbarsky
06b6f92abb
Bug 514425. Be a little more careful about our ClearForm calls. r=sicking
2009-09-30 18:56:50 -04:00
Boris Zbarsky
0d4a497944
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
db2db0f270
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
Shawn Wilsher
9ad2ac1355
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
33b41e6b7a
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
88c8bffe54
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
0f402ae4b9
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
d7d421b573
Bug 519532 - Null deference in nsMenuItemIconX::OnStopFrame(). r=josh
2009-09-30 14:36:28 -05:00
Jonathan Griffin
961adb8964
Bug 517078. New test for NPN_NewStream and NPN_Write.
2009-09-30 11:17:39 -07:00
Benjamin Smedberg
841ce263ae
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
b235379f51
Bug 517872: Lack of CrashReporter ServerURL breaks unit tests in Fennec, r=ted
2009-09-30 10:07:50 -04:00
Ted Mielczarek
64c44ad91e
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
217e4c2081
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
b6437ef98e
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
9a8211c806
Bug 518950 - FindNextTextNode in mozInlineSpellWordUtil.cpp is slow, r=bz
2009-09-30 13:45:14 +03:00
Dão Gottwald
3cd2d77f83
Bug 334697 - Implement pie-chart throbber. r=vlad, ui-r=beltzner
2009-09-30 10:40:50 +02:00
timeless@bemail.org
acd3c18982
Bug 471301 - nsNSSASN1Tree::LoadASN1Structure is missing calls to BeginUpdateBatch/EndUpdateBatch. r=kaie
2009-09-30 10:04:17 +02:00
Matt Crocker
e86c717253
Bug 432886 - Autocomplete textboxes ignore tabindex attribute. r=gavin
2009-09-30 10:03:27 +02:00
Markus Amalthea Magnuson
eb3e718a68
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
66045c9f8b
Bug 519586 - anomaly on the back button texture when clicking the forward button
2009-09-30 09:57:52 +02:00
Jesse Ruderman
8fbd84d37d
Bug 499611 - Instrument nsLineList for trace-refcnt. r=dbaron
2009-09-29 18:34:46 -07:00
Blake Kaplan
d4fee93d17
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
fa422b79c5
Bug 519145 - Make iteration over XPCNWs work again. r=jst
2009-09-30 15:15:51 -07:00
Blake Kaplan
e96bfd0662
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
8454d3bb62
Bug 514435 - Change up wrapperization a little. r=jst sr=sicking
2009-09-30 15:15:51 -07:00
Blake Kaplan
52785de197
Bug 519337 - Don't read the sentinel value from a string. r=sicking
2009-09-30 15:15:51 -07:00
Blake Kaplan
9c7f82d71c
Bug 519498 - Follow XPCOM rules about reading values after a failure. r=sayrer
2009-09-30 15:15:51 -07:00
Jonathan Griffin
f265057fd9
Bug 518940. Adding tests for NPN_Invoke. r=bsmedberg
2009-09-30 15:11:57 -07:00
Michal Novotny
d7636b9a33
Bug 491873 - Crash [@ nsFtpState::CanReadCacheEntry] with cursor that points to ftp and going offline
2009-07-22 15:05:52 +02:00
Jonathan Griffin
c899d75f14
Bug 484729. Fix NPN_Write. r=joshmoz;sr=jst
2009-09-29 16:52:29 -07:00
Blake Kaplan
f239a1ec1e
Add a trace test and a requested comment for bug 519129.
2009-09-29 16:38:00 -07:00
Ian Neal
f38a841e3e
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)
ec92ead2bd
Bug 514823. r=Mardak, r=sdwilsh
2009-09-29 10:58:27 -07:00
Mats Palmgren
6f3c09b65a
Adjust the caret y-position for zero-height inlines. b=503531 r=roc
2009-09-29 23:07:05 +02:00
Phil Lacy
fbb13d879a
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
0e88832c60
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
f33c659eb8
Reset the rule walker before calling NS_NewStyleContext. (Bug 513741) r=bzbarsky
2009-09-29 12:24:18 -07:00
Dão Gottwald
68aeb3063e
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
0ccf514faa
Bug 398388 - XUL numberboxes for the Print Preview. r=gavin
2009-09-29 21:18:20 +02:00
Benjamin Smedberg
044eae8556
No bug, TraceRecorder::tprint requires the stack, r=jorendorff on IRC
2009-09-29 13:24:37 -04:00
Blake Kaplan
38abdbd997
Fix Zimbra indirect eval crash. r=brendan
2009-09-29 10:03:42 -07:00
Chris AtLee
20b7d7ec17
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
463479c660
Backout bug 426788
2009-09-29 17:32:54 +02:00
Honza Bambas
3b52ab7413
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
dd2f545943
Bug 477583 - Backups of bookmarks stops working if a future backup exists, r=mano
2009-09-29 12:44:18 +02:00