200099 Commits

Author SHA1 Message Date
Justin Dolske
d7a0710b2f Test bustage fix by using specific event listener. 2008-12-10 20:50:29 -08:00
Justin Dolske
eab87f124d Bug 461680 - Improve video control fade in/out animation. (test bustage fix) 2008-12-10 18:09:19 -08:00
Serge Gautherie
484378bd7e Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Bv1) Reduce |browserChrome| to 74000 from 75000; r=ted.mielczarek 2008-12-11 02:29:25 +01:00
Oleg Romashin
ec25478838 Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc. 2008-12-11 03:04:46 -05:00
Anton Rogaynis
c8c8af4e5b Bug 468463 - Disable support for printing in Qt. r=ted.mielczarek. 2008-12-11 02:39:43 -05:00
Marco Bonardo
964f6a8a39 Bug 468836 - Existing tags no longer show and cannot be edited, r=dietrich 2008-12-11 01:32:24 +01:00
Joe Drew
dfee8c678c Handle 302 redirects properly in imagelib. b=89419 r=bzbarsky sr=vlad/pavlov 2008-12-10 16:26:15 -08:00
Joe Drew
75a9cd7d92 Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad 2008-12-10 16:25:34 -08:00
Dan Witte
80403951a6 merge bug 468744. 2008-12-10 16:21:38 -08:00
Justin Dolske
097ee71bf3 Bug 461680 - Improve video control fade in/out animation. r=enn 2008-12-10 16:15:47 -08:00
Dan Witte
c037bae33d bug 468744 - finalize sqlite statements before closing db to avoid sqlite warnings; r=sdwilsh 2008-12-10 15:54:57 -08:00
Steven Michaud
bcf4768b4e Avoid crashing on non-fatal Objective-C exceptions caused by a 10.4-only Apple bug. b=461381 r=josh sr=roc 2008-12-10 15:42:00 -06:00
Jonathan Kew
19a3b09f74 bug 450088 - fix for bad line-breaking at quote marks in CJK text r=masayuki, sr=roc 2008-12-11 02:25:42 +09:00
Masayuki Nakano
d0f1d2ee30 Bug 83056 Add support for windows sounds to Menus r=enndeakin, sr=roc, ui=jboriss 2008-12-11 02:23:20 +09:00
Edward Lee
eddf2bd551 Bug 463459 - Use a separate pref instead of empty restrict/match values to specify defaults. r=dietrich, a1.9.1=beltzner 2008-12-10 10:58:43 -06:00
Olli Pettay
42dd80712f Bug 449006, r+sr=peterv 2008-12-10 18:46:36 +02:00
Wolfgang Rosenauer
bf7026dd65 Bug 468804 - casting to pointer explicitely in g_object_set_data() calls; r+sr=roc 2008-12-10 16:53:28 +01:00
Marco Perez
e6f1755385 Bug 461542 - consolidate the (unix) start scripts for our applications; mozilla-central patch v3; r=benjamin 2008-12-10 16:19:55 +01:00
Robert O'Callahan
785a778ef4 Bug 468753 - Startup crash in nsViewManager::ProcessSynthMouseMoveEvent; r+sr=dbaron 2008-12-10 15:57:27 +01:00
Taras Glek
a2d1f0b515 Bug 464995 - avoid reads of size 1 in jemalloc; r=benjamin 2008-12-10 15:49:43 +01:00
Chris Pearce
8db9ed480c Bug 466045 - Intermittent failure of video seek mochitests; r=chris.double sr=roc 2008-12-10 15:30:41 +01:00
Chris Pearce
b6c86e257a Bug 467972 - Load() invoked to do seek in onended results in sending onloadedmetadata; r=chris.double sr=roc 2008-12-10 15:23:23 +01:00
arno renevier
e04708dfff Bug 460295 - nsRefPtrHashtable.h belongs to sdk and includes nsAutoPtr.h which does not; r=benjamin sr=dveditz 2008-12-10 15:17:14 +01:00
Robert Kaiser
3a5b06705b fix up my test bustage by removing a spurious { the review didn't catch, not sure why I did put it there, sorry. 2008-12-10 14:33:52 +01:00
Neil Rashbrook
703201a055 Bug 468421 Fix assertion to include other valid cases r+sr=roc (debug-only code) 2008-12-10 12:46:02 +00:00
Robert Kaiser
027bd4b1b3 bug 468341 - Some toolkit places tests fail on SeaMonkey unit test boxes - make tests mor tolerant to default prefs, non-override DOM error messages, non-existing browser-specific services and protcol defintions, r=sdwilsh a=tests-only 2008-12-10 13:18:14 +01:00
Marco Bonardo
e86d32227f followup to Bug 431558 - implement preventive maintenance for places.sqlite, remove observer on test finish, r=sdwilsh 2008-12-10 11:44:01 +01:00
Dietrich Ayala
8cc50e63d7 Bug 463513 - Tagging service could hold a fixed cache instead of an open node, r=mak77 2008-12-10 11:40:13 +01:00
Benjamin Smedberg
4f688dc6c7 Disable the outparams warning "written on NS_FAILED"... we should focus first on the "not written on NS_SUCCEEDED" warnings, which are generally more serious. No bug, NPODB, CLOSED TREE a=johnath 2008-12-09 17:34:48 -05:00
Shawn Wilsher
fe66178c10 Bug 466582 - smarter handling of remote chrome (and not allowing it)
This adds a new flag, URI_IS_LOCAL_RESOURCE, to nsIProtocolHandler that allows
something of this protocol to be registered in chrome.

This changeset removes a runtime check every time we open a chrome channel to
see if it is remote to a registration time check that checks flags.  The old
code could be easily worked around, and allowed for remote resources to be used.

r=bsmedberg
r=bz
sr=bz
2008-12-09 16:27:42 -05:00
Ted Mielczarek
9da547bbad followup from bug 421534 - dsymutil spits an error to stdout if a binary doesn't have symbols, redirect it to /dev/null. r=bsmedberg 2008-12-09 16:19:48 -05:00
Marco Bonardo
07b93ae9d5 Bug 467856 - Expose SQLITE_IOERR, r=sdwilsh 2008-12-09 21:39:32 +01:00
Marco Bonardo
6ad8f55fc3 Bug 465510 - random failures on test_database_sync_after_addVisit.js, r=sdwilsh 2008-12-09 21:39:32 +01:00
Marco Bonardo
28e377dc8d Bug 467971 - random failures on test_multiple_visits_around_sync.js, r=sdwilsh 2008-12-09 21:39:32 +01:00
Marco Bonardo
9ea1226a3c Bug 466532 - No default bookmarks for profiles with a non-relative profile location (take two), r=dietrich 2008-12-09 21:39:32 +01:00
Marco Bonardo
39ded3d683 Bug 429379 - Deleting large live bookmark makes Firefox unresponsive for several seconds, r=dietrich 2008-12-09 21:39:32 +01:00
Marco Bonardo
dacc704011 Bug 431558 - implement preventive maintenance for places.sqlite, r=dietrich 2008-12-09 21:39:32 +01:00
Marco Zehe
fb53dee464 disabling tests until bug 468451 is fixed 2008-12-09 12:02:25 -08:00
Josh Aas
d1922ecb71 windows bustage fix for bug 462023 2008-12-09 14:00:09 -05:00
Boris Zbarsky
41ca0584d1 Fix parent class name. Followup to bug 368773, r+sr=peterv 2008-12-09 12:38:33 -05:00
Steven Michaud
6fac290294 Don't allow plugin to set NPPVpluginWindowBool on OS X. b=466495 r=josh sr=roc 2008-12-09 11:22:51 -06:00
Josh Aas
e3d671ca8a Fix error case leak in nsPluginFile::GetPluginInfo. b=462023 r=mstange sr=jst 2008-12-09 12:15:49 -05:00
Josh Aas
70f9b5f422 whitespace/minor cleanup for nsPluginsDirDarwin.cpp, no bug 2008-12-09 12:01:29 -05:00
Markus Stange
c5d2c43d02 Bug 468498 - Use the new color -moz-mac-disabledtoolbartext in the styles for disabled toolbar button text because GrayText is too light. r=dao 2008-12-09 17:51:21 +01:00
Markus Stange
9a6be32faf Bug 468498 - Add color -moz-mac-disabledtoolbartext for disabled text in toolbars. r=roc 2008-12-09 17:48:51 +01:00
Przemyslaw Bialik
386dee36ac Bug 463923 - show expanded technical details in expert mode (SSL error pages). r=johnath/gavin 2008-12-09 14:03:27 +01:00
Jonathan Kew
fbb126a539 b=450088 backing out (new reftest failed) 2008-12-09 17:42:50 +09:00
L. David Baron
4d82cb196b Merge backout of bug 466104. 2008-12-08 23:13:27 -08:00
L. David Baron
091751ca33 Backed out changeset 957a4fed14af (bug 466104) due to leaks 2008-12-08 23:13:12 -08:00
Masayuki Nakano
b797c39d4c Bug 450088 Line breaking regression (in Chinese and other languages) p=Jonathan Kew, r=masayuki, sr=roc 2008-12-09 15:41:42 +09:00