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

202818 Коммитов

Автор SHA1 Сообщение Дата
Chris Double 9526cb0970 b=478108 Remove Debug log messages for video/audio buffering and rate r+sr=roc 2009-02-20 15:29:23 +13:00
Karl Tomlinson b75cef2a5e b=451341 NULL checks on MozContainer widget pointers r=roc 2009-02-20 15:07:08 +13:00
Karl Tomlinson 5e2d6ed15e b=451341 make the pointer from MozDrawingarea to MozContainer a weak reference r=roc 2009-02-20 15:04:43 +13:00
Karl Tomlinson 5420c9c061 b=458644 add gnu_debuglink support to jprof r=dbaron 2009-02-20 14:43:10 +13:00
Edward Lee 55f5e1eea4 Bug 472924 - Remove RDF import from the download manager. r=sdwilsh
--HG--
rename : toolkit/components/downloads/test/unit/bug_381535_downloads.rdf => toolkit/components/downloads/test/unit/empty_downloads.rdf
rename : toolkit/components/downloads/test/unit/test_bug_329741.js => toolkit/components/downloads/test/unit/test_old_download_files_removed.js
2009-02-19 17:28:12 -06:00
Brian Crowder 9050435c6f Fixing a typo 2009-02-19 15:15:32 -08:00
Shawn Wilsher ce9ed14fef Bug 476174 - Default Download Directory (DfltDwnld) uses old Safari 2's value instead of Leopard's ~/Downloads
This changeset makes us default to the Downloads folder on OS X 10.5 and later,
and the Desktop for 10.4.  Additionally, this fixes bug 301647 ([Mac] remove
support of retrieving the 'system' download folder from
nsDirectoryService::GetFile).

r=gavin
r=josh
sr=bsmedberg
ui-r=beltzner
2009-02-19 18:06:49 -05:00
Brian Crowder 1b4eb1ce78 Bug 479320 - improving JS_STATIC_ASSERT macrology for WinCE, r=jorendorff 2009-02-19 15:00:46 -08:00
L. David Baron dd5c5ff2c8 Fix another case where we incorrectly serialize an -x-system-font property. (Bug 478156) r+sr=bzbarsky 2009-02-19 13:55:48 -08:00
L. David Baron ae2dbb9ba2 Stop using potentially-deep recursion to serialize selectors. (Bug 475215) r+sr=bzbarsky 2009-02-19 13:55:48 -08:00
L. David Baron 90d773d82a Add tests for code I'm going to change, and fix crash when running those tests. (Bug 475215) r+sr=bzbarsky 2009-02-19 13:55:48 -08:00
L. David Baron efb6f0d272 Remove PerFrameData::mFrameType, since it's write-only. (Bug 478899) r+sr=bzbarsky 2009-02-19 13:55:48 -08:00
L. David Baron dab77f0ab0 Merge backout. 2009-02-19 13:51:52 -08:00
L. David Baron da21efddd5 Backed out changeset fde0b361f25e (bug 322475, main patch) due to Mac talos startup failures and hitting the NS_ABORT_IF_FALSE in SetupBackgroundClip, which may be related. 2009-02-19 13:51:46 -08:00
Jason Orendorff c7fa18d2be Merge backout of 1145cd361cac. 2009-02-19 14:59:35 -06:00
Jason Orendorff 8287068c3d Backed out changeset 1145cd361cac. 2009-02-19 14:59:02 -06:00
L. David Baron bd25838a7a Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky 2009-02-19 12:33:09 -08:00
Jason Duell c1e1fbbaf5 Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky 2009-02-19 15:25:18 -05:00
L. David Baron 9a7050bc8d Merge backout of Bug 474536 to fix build bustage. 2009-02-19 12:38:11 -08:00
L. David Baron 3aba362292 Backed out changeset 4bd7dd7645c2 (Bug 474536) 2009-02-19 12:37:53 -08:00
Jason Duell aaf78a83e2 Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky 2009-02-19 15:25:18 -05:00
Mats Palmgren 7d5c65e95c Temporarily forget the line container while calculating widths for next-in-flow children. b=477928 r+sr=roc 2009-02-19 21:18:52 +01:00
Mats Palmgren 4e7d3753f9 Remove unnecessary #includes. b=462203 r+sr=roc 2009-02-19 21:18:49 +01:00
Jason Orendorff 0836e62f11 Change definition of JS_STATIC_ASSERT macro to avoid declaring a function, which causes mysterious trouble on Windows CE. Sort of reviewed by blassey, approved-ish by sayrer.
--HG--
extra : rebase_source : 042111fb93c8d743b55642ce3baea1e437c6e6ee
2009-02-19 13:33:06 -06:00
Boris Zbarsky f952d65c4e Bug 84106. Actually pass a cache key to web browser persist so that POST result pages have a chance of being read from cache. Also change nsWebBrowserPersist to accept a session history entry, not just an nsIWebPageDescriptor or necko cache key, as its cache key argument. r=gavin, r+sr=jst 2009-02-19 14:18:02 -05:00
Boris Zbarsky 86f419fd3f Bug 479180. Don't hold strong refs in ChildIterator. r+sr=roc 2009-02-19 11:55:09 -05:00
Boris Zbarsky 897b12d83f Bug 479178. Remove some unnecessary refcounting in XUL trees. r+sr=roc 2009-02-19 11:55:07 -05:00
Dave Townsend 089a44401b Bug 476634: Storage template builder can't handle 64 bit integers. r=enn 2009-02-12 15:09:03 +00:00
L. David Baron 715b4bef6b Construct all our image loaders when we create frames so that we can allow arbitrary numbers of image loaders per frame (for multiple background images). (Bug 322475) r+sr=bzbarsky 2009-02-19 11:03:28 -08:00
L. David Baron f4c7c6b07d Fix warning with -Wshadow in nsMathMLTokenFrame (about childFrame). (Bug 477962) r=karlt 2009-02-19 09:48:37 -08:00
L. David Baron 5730c69e4f Fix nsBlockFrame warning about child being used uninitialized in FindLineContaining by switching while to do-while. (Bug 477963) r+sr=roc 2009-02-19 09:48:37 -08:00
L. David Baron 7b11299e52 Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad 2009-02-19 09:48:37 -08:00
L. David Baron 29fcfe954a Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-19 09:48:37 -08:00
Michal Novotny ba890eeb6d Bug 321361 - Cache corruption when viewing sites with several large images; r=dcamp sr=bzbarsky 2009-02-19 18:23:21 +01:00
Michal Novotny 8bdd2683e7 Bug 448141 - Unable to open file with special characters in file:// ftp:// listing (";", semicolon, in file name); r+sr=bzbarsky 2009-02-19 18:23:19 +01:00
Blake Kaplan b7c6592fdd Bug 422986 - client.mk doesn't support parallel make. r=ted 2009-02-19 18:23:17 +01:00
Mook be46f2c48b bug 473151 - limit the number of characters usable in windbgdlg; r=timeless sr=neil 2009-02-19 18:23:15 +01:00
Matthew Gregan efe62e0346 Bug 469268 - More mochitests for the Wave decoder backend. Also enable the test disabled due to bug 474754. r+sr=roc 2009-02-19 18:23:13 +01:00
L. David Baron 43ed7d115e Merge backout. 2009-02-19 09:06:54 -08:00
L. David Baron c936720f0a Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing. 2009-02-19 09:06:18 -08:00
Robert Sayre 656cc03a7b Merge tm to mc 2009-02-19 11:48:08 -05:00
Benjamin Smedberg ca1dedfc78 Bug 478443 - fix for pymake: provide an explicit value for RM so that we don't rely on the gmake implicit value. Fix some rules in js/src that don't make much sense r=ted 2009-02-19 10:33:11 -05:00
L. David Baron cfafb11092 Fix another case where we incorrectly serialize an -x-system-font property. (Bug 478156) r+sr=bzbarsky 2009-02-19 07:29:28 -08:00
L. David Baron 0d5c6ceac3 Stop using potentially-deep recursion to serialize selectors. (Bug 475215) r+sr=bzbarsky 2009-02-19 07:29:28 -08:00
L. David Baron 58d5d187d9 Add tests for code I'm going to change, and fix crash when running those tests. (Bug 475215) r+sr=bzbarsky 2009-02-19 07:29:28 -08:00
L. David Baron d7971aa24b Remove PerFrameData::mFrameType, since it's write-only. (Bug 478899) r+sr=bzbarsky 2009-02-19 07:29:28 -08:00
L. David Baron 11e12c4425 Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky 2009-02-19 07:29:28 -08:00
L. David Baron 253355ccbb Construct all our image loaders when we create frames so that we can allow arbitrary numbers of image loaders per frame (for multiple background images). (Bug 322475) r+sr=bzbarsky 2009-02-19 07:29:27 -08:00
L. David Baron 9daf2d89d4 Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad 2009-02-19 07:29:27 -08:00
L. David Baron bed2d3a53c Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-19 07:29:27 -08:00