Граф коммитов

227759 Коммитов

Автор SHA1 Сообщение Дата
Robert Kaiser c433829513 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 11b3c8d8d8 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 898245a67d 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 a7acc5768f 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 c36f4926e0 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 228ebbaa6a 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 79ae006392 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 f069402a3e 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 4948060132 Bug 467856 - Expose SQLITE_IOERR, r=sdwilsh 2008-12-09 21:39:32 +01:00
Marco Bonardo 4560d16045 Bug 465510 - random failures on test_database_sync_after_addVisit.js, r=sdwilsh 2008-12-09 21:39:32 +01:00
Marco Bonardo 169abe8865 Bug 467971 - random failures on test_multiple_visits_around_sync.js, r=sdwilsh 2008-12-09 21:39:32 +01:00
Marco Bonardo 61fcfb85af 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 e44f070e02 Bug 429379 - Deleting large live bookmark makes Firefox unresponsive for several seconds, r=dietrich 2008-12-09 21:39:32 +01:00
Marco Bonardo 3cc9c12e23 Bug 431558 - implement preventive maintenance for places.sqlite, r=dietrich 2008-12-09 21:39:32 +01:00
Marco Zehe 84d5a916f0 disabling tests until bug 468451 is fixed 2008-12-09 12:02:25 -08:00
Josh Aas 52a0519c86 windows bustage fix for bug 462023 2008-12-09 14:00:09 -05:00
Boris Zbarsky 94982b0484 Fix parent class name. Followup to bug 368773, r+sr=peterv 2008-12-09 12:38:33 -05:00
Steven Michaud bc4a591954 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 aef505717a Fix error case leak in nsPluginFile::GetPluginInfo. b=462023 r=mstange sr=jst 2008-12-09 12:15:49 -05:00
Josh Aas 91c974c746 whitespace/minor cleanup for nsPluginsDirDarwin.cpp, no bug 2008-12-09 12:01:29 -05:00
Markus Stange 5eb9707d95 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 e8e9b2a147 Bug 468498 - Add color -moz-mac-disabledtoolbartext for disabled text in toolbars. r=roc 2008-12-09 17:48:51 +01:00
Przemyslaw Bialik cd1440f7dd 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 f550946685 b=450088 backing out (new reftest failed) 2008-12-09 17:42:50 +09:00
L. David Baron 74699caf9f Merge backout of bug 466104. 2008-12-08 23:13:27 -08:00
L. David Baron aa91b330c8 Backed out changeset 957a4fed14af (bug 466104) due to leaks 2008-12-08 23:13:12 -08:00
Masayuki Nakano 2c0b902c93 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
L. David Baron e6989b55b8 Make mochitests not build and search the results table when run inside the harness. (Bug 466104) r=sayrer 2008-12-08 21:47:34 -08:00
Josh Aas 6190b4dc28 Remove support for "main" as a plugin initialization function. b=467429 r=smichaud sr=roc 2008-12-08 23:52:02 -05:00
Dave Camp 6c8b82049c Backed out changeset e33f490c8764 2008-12-08 20:26:56 -08:00
Dave Camp 0e6183bdb6 Bug 441751: Fix up LOAD_ONLY_FROM_CACHE. r+sr=bz 2008-12-08 19:24:33 -08:00
Josh Aas 406f97d59b remove support for CFM binary plugins. b=467417 r=smichaud sr=roc 2008-12-08 21:34:21 -05:00
Arno Renevier 85df867238 npruntime sample does not compile on linux (FALSE not declared). b=464485 r=josh sr=roc 2008-12-08 21:26:51 -05:00
Chris Double 295f9afe67 Bug 468327. Disable optimized YUV-RGB conversion on Mac since it's incorrect. r+sr=roc 2008-12-09 14:00:47 +13:00
Chris Pearce 46fd5a9122 Bug 466557. Don't let the Ogg decoder get stuck in states when unexpected transitions happen. r=doublec,sr=roc 2008-12-09 13:49:24 +13:00
Chris Double 55bcf0ae10 Bug 465459. totalBytes is no longer part of the HTML5 video spec. r+sr=roc 2008-12-09 13:47:31 +13:00
Chris Double 658d9ff4fc Bug 465832. Make sure we don't fire any DOM events from a decoder that's shutting down. r=kinetik,sr=roc 2008-12-09 13:43:56 +13:00
Masatoshi Kimura b18251f3ae Bug 468419. Fix loading of the application window icons on Windows. r+sr=roc 2008-12-09 13:36:13 +13:00
Robert O'Callahan b076b2c4f9 Bug 458898. Make sizeToContent work for HTML documents by ensuring CanvasFrame converts an UNCONSTRAINEDSIZE computed height into its actual desired height. r+sr=dbaron 2008-12-09 13:33:46 +13:00
Robert O'Callahan bac93bfa01 Bug 468413. Make test_bug335816.html reliable by using onload instead of setTimeout. r=smontagu 2008-12-09 13:31:36 +13:00
Shawn Wilsher 55251b684d merge to tip for backout 2008-12-08 18:52:57 -05:00
Shawn Wilsher df1e2515e1 Backed out changeset 3744204c1576 (bug 432938) due to orange 2008-12-08 18:52:47 -05:00
Shawn Wilsher dd9efb66c1 merge to tip for backout 2008-12-08 18:51:56 -05:00
Shawn Wilsher 8ec0e6384a Backed out changeset b6f762fde736 (bug 466582) for unit test orange. 2008-12-08 18:51:46 -05:00
Shawn Wilsher 4066e145dc fix for windows bustage 2008-12-08 17:36:20 -05:00
Shawn Wilsher 172f8ce69d Bug 432938 - Use GTK stock icon for netError favicon instead of Windows icon
r=gavin
2008-12-08 17:14:14 -05:00
Shawn Wilsher 7d8a86d3c6 Bug 466582 - smarter handling of remote chrome (and not allowing it)
r=bsmedberg, r=bz, sr=bz
2008-12-08 17:14:14 -05:00
Shawn Wilsher 644c5c2f22 Bug 462173 - We treat transaction errors as fatal when we should not
r=asuth
2008-12-08 17:14:14 -05:00
Shawn Wilsher ab6e04edbe Bug 448114 - Notify about non-finalized statements in debug builds
r=asuth
2008-12-08 17:14:14 -05:00
L. David Baron 31e87d9c1f Make exceptions (e.g., reftest manifest errors) print the magic word for getting logged as errors. (Bug 468476) r=ted.mielczarek 2008-12-08 14:03:49 -08:00