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

218237 Коммитов

Автор SHA1 Сообщение Дата
Serge Gautherie b8378d8de6 Bug 492476 - [MacOSX] mochitest-chrome: the 3 layout/base/tests/test_printpreview*.xul need to report 'todo'; (Av1) Remove useless |var printerEnumerator|, Use a todo().
r=roc.
2010-04-14 02:24:47 +02:00
Tyler Downer 20a665bac7 Bug 336099: Remove unused addons.tooltip from browser.dtd. r=gavin
--HG--
extra : rebase_source : d5e19bf758b445a62c6cf54d6645e75f070b95c1
2010-04-13 23:48:52 +02:00
Matthew Noorenberghe f4b01c9a34 Bug 487556 - satchel should send a notification when adding/removing/changing an item. r=dolske 2010-04-13 15:18:34 -07:00
Justin Dolske beefc5ea64 Bug 506402 - Add GUIDs to satchel form entries. r=zpao, r=gavin 2010-04-13 15:18:31 -07:00
Jonathan Kew 8e774f145e bug 559075 - add local autorelease pool to SetupMacApplicationDelegate to prevent startup leakage. r=josh 2010-04-13 21:37:07 +01:00
Jonathan Kew 98dcbaf2f9 bug 559075 - use a local autorelease pool in nsCocoaWindow and nsChildView methods used during hidden window creation. r=josh 2010-04-13 21:36:03 +01:00
Timothy Nikkel 9166d4f4fe Bug 553359. Cache whether the PresContext is chrome or not. r=bzbarsky 2010-04-10 13:03:40 -05:00
David Bolter 215ce3cb75 Bug 548291 - Support ARIA on area (map) elements; r=MarcoZ,surkov 2010-04-13 13:55:39 -04:00
Ehsan Akhgari 8928faf5db Bug 558962 - Memoize nsPlaintextEditor::GetDefaultEditorPrefs to avoid unnecessary calls to the pref service; r=roc 2010-04-13 13:44:17 -04:00
Ehsan Akhgari 6533b66978 Bug 558954 - Don't show/hide placeholder if we're about to initialize the editor; r=roc 2010-04-12 20:32:29 -04:00
Benjamin Smedberg 7461591fc0 Bug 558390 followup, non-Windows build bustage and removal of unnecessary call/hacks for functions which aren't stdcall, r=josh 2010-04-13 12:32:10 -04:00
Benjamin Smedberg 0b6ea74a27 Bug 558390 - Quake Live crashes because it implements NP_Initialize using cdecl, instead of the correct stdcall. Force the calling function to use a frame pointer so that the stack pointer gets reset correctly before we return, r=jrmuizelaar, landing in mozilla-central for bake time pending review from josh or jst
--HG--
extra : rebase_source : dc32598b3ba1ad665b33146d298e01f64b58ef49
2010-04-13 12:10:00 -04:00
Robert Longson b3316bb10e Bug 456286 - support altGlyph elements as tspans. r=roc 2010-04-13 09:58:09 +01:00
Siddharth Agarwal 7490702f1e Bug 558907 - VC10: pixman.h defines intN_t even though stdint.h is available. r=jrmuizel 2010-04-13 14:19:46 +05:30
Siddharth Agarwal b8b5d947d7 Bug 558887 - VC10: nsinstall.exe doesn't get a manifest. Copy the logic over from $(PROGRAM) to $(HOST_PROGRAM). r=bsmedberg 2010-04-13 14:18:19 +05:30
Jesse Ruderman 22d15e7bf2 This test doesn't need to open a new window. (May 'fix' orange bug 558581.) 2010-04-12 23:48:06 -07:00
Serge Gautherie 6fe299aff7 Bug 556686 - [Debug Windows SeaMonkey 2.1] mochitest-chrome: layout/base/tests/chrome/test_bug396024.xul, /test_bug482976.xul and test_printpreview.xul time out; (Av1) Bug 501100 follow-up: s/DIRS/PARALLEL_DIRS/, Clean up remnant comment, Rename them to test_printpreview*.xul.
r=roc.

Bug 501100 - Print preview mochitests should be chrome tests

--HG--
rename : layout/base/tests/chrome/bug396024_helper.xul => layout/base/tests/chrome/printpreview_bug396024_helper.xul
rename : layout/base/tests/chrome/bug482976_helper.xul => layout/base/tests/chrome/printpreview_bug482976_helper.xul
rename : layout/base/tests/chrome/test_bug396024.xul => layout/base/tests/chrome/test_printpreview_bug396024.xul
rename : layout/base/tests/chrome/test_bug482976.xul => layout/base/tests/chrome/test_printpreview_bug482976.xul
2010-04-13 06:04:48 +02:00
Walter Meinl 045b708155 Bug 554789 - "configure chokes on system-sqlite not built with secure_delete though it _is_" (remove =1 in SECURE_DELETE and ENABLE_FTS3 checks) [r=glandium r=ted] 2010-03-24 16:16:00 -05:00
Reed Loden 11063ef9a0 Backed out changeset 86af9294ce7b due to messed-up commit message.
Will recommit with correct message.
2010-04-12 21:56:13 -05:00
Reed Loden 4271f94ac9 # User Walter Meinl <wuno@lsvw.de>
# Date 2010-03-24 16:16
Bug 554789 - "configure chokes on system-sqlite not built with secure_delete though it _is_" [r=glandium r=ted]
2010-04-12 21:51:08 -05:00
Daniel Holbert 8974b8f2ee (no bug, comment-only) Remove duplicate "nsIContent methods" header-comment in nsSVGAnimationElement.cpp 2010-04-12 16:50:35 -07:00
Jim Mathies 6c7c3fa12a Bug 558434 - Winless, transparent, silverlight doesn't display correctly. r=josh. 2010-04-12 16:37:28 -05:00
Chris Jones 5dfd6a235c Bug 557011: Ensure OOP crashreporter has been initialized on mac. r=bsmedberg 2010-04-12 15:47:47 -05:00
Jim Mathies d7b3220b47 Bug 558503 - [OOPP] Watching netflix video: Silverlight crashes the plugin helper. r=bsmedberg. 2010-04-12 15:25:57 -05:00
Benjamin Smedberg b68d29ef38 Bug 558397 - Some PDF files don't open when loaded full-page because the nsNPAPIPluginStreamListenerPeer.mURI isn't initialized in that case, r?josh
--HG--
extra : rebase_source : 948a8ef46319d5107247493d6ed158c6c0608f6c
2010-04-12 14:40:38 -04:00
Ehsan Akhgari 18d931eb33 Bug 557689 - Mochitest-3 (debug) crash after running test_bug366682.html or test_selection_move_commands.xul as a result of bug 542919 [@ nsCOMPtr<nsIMutationObserver>::assign_with_AddRef] (underlying issue will be fixed in bug 534785); r=jrmuizel 2010-04-12 02:13:17 -04:00
Mats Palmgren 0a8224a4c1 Bug 509839. r=fantasai 2010-04-12 20:36:58 +02:00
Julian Seward 4b42858919 Bug 547964 - r=dbaron
--HG--
extra : rebase_source : 88834502ab1cdac1aa7dac9557ee1aa40ccc354f
2010-04-12 11:53:59 -04:00
Taras Glek 49db2378ea Bug 516085 - replace the most frequent IOService getter with an efficient one r=biesi 2010-04-12 08:44:28 -07:00
Taras Glek 023d663a32 Bug 516085 - C++ easy access for common global services r=bsmedberg 2010-04-02 11:38:25 -07:00
Blair McBride 364c02a5c9 Bug 556230: add string bundle service to Services.jsm, r=Mossop
--HG--
extra : rebase_source : 73f5a4950b1d0fea4264c715ff4c9d0693cb62c5
2010-04-12 10:11:37 -04:00
Olli Pettay 1dc4c46db0 Bug 511075 - The arrows of the scrollbars don't work in hotmail (event.preventDefault() causes clicks on scrollbars to be ignored), r=enn, sr=neil 2010-04-12 16:59:16 +03:00
Bas Schouten ad507ecf2d Bug 557390: Deal with paths consisting of a single move and a close. r=jrmuizel 2010-04-12 14:44:36 +02:00
Bas Schouten 471bcfaf75 Bug 553603: Do not let DXGI handle window changes for us. r=jrmuizel 2010-04-12 14:44:33 +02:00
Simon Montagu 783598002f Mark test random on GTK 2010-04-12 02:27:17 -07:00
Simon Montagu c2d943c2cd Reftests for bug 556363 2010-04-12 01:16:12 -07:00
Dão Gottwald d82ce495cd Bug 558461 - Don't warn about closing multiple tabs when closing only one tab. r=gavin, ui-r=faaborg 2010-04-12 10:01:34 +02:00
Dão Gottwald ae7a751767 Bug 558643 - Remove unused toolbox-top class. r=gavin 2010-04-12 09:59:26 +02:00
Masayuki Nakano 589972777b Bug 552163 [OOPP]Can not start scroll page by mouse wheel when mouse cursor is over a flash video. r=jim 2010-04-12 16:40:37 +09:00
Ehsan Akhgari 47df5e4164 Merge backout of the debugging code added for bug 557689 2010-04-12 01:08:36 -04:00
Ehsan Akhgari f79262d995 Backed out changeset b501122477cc because I figured out the problem 2010-04-12 01:08:03 -04:00
Smokey Ardisson 05cbdf3897 Bug 397823 - moz-icon URL for nonexistent content type doesn't return generic icon on Mac OS X; fall back to fetching the icon for NSFileTypeUnknown. r=josh 2010-04-12 00:35:50 -04:00
Masayuki Nakano 0d33112480 Bug 552914 nsEditor::mFlags is never modified by SetFlags() r=smaug 2010-04-12 11:35:18 +09:00
Ehsan Akhgari ac89b8c9e4 Try to gather some debug information for bug 557689
--HG--
extra : rebase_source : c7f77e94f3697acbf94175f232633a83086aba98
2010-04-11 22:27:45 -04:00
Timothy Nikkel 705a3fe4ee Bug 553366. When flushing, make sure to flush external documents too. r=bzbarsky 2010-04-10 13:03:40 -05:00
Timothy Nikkel d0bd4f6d34 Merge back out of changeset ae2093359899 (Bug 553359) for tsvg_opacity regression. 2010-04-11 19:27:03 -05:00
Timothy Nikkel 54c2a7920d Backed out changeset ae2093359899 (Bug 553359) for tsvg_opacity regression. 2010-04-11 19:26:41 -05:00
Jesse Ruderman 542512ff31 Add crashtests 2010-04-11 16:59:47 -07:00
Timothy Nikkel b696838d2e Bug 553359. Cache whether the PresContext is chrome or not. r=bzbarsky 2010-04-10 13:03:40 -05:00
Ben Turner 3dc85cd318 Bug 558675. 2010-04-11 15:05:07 -07:00