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

210638 Коммитов

Автор SHA1 Сообщение Дата
Chris Jones 8d3e0640b8 bug 517977: require actor impls to override AllocPFoo/DeallocPFoo instead of PFooConstructor/PFooDestructor 2009-09-22 12:31:11 -05:00
Chris Jones afb0f0a529 bug 518032: fix messed-up dtor code gen 2009-09-22 11:03:54 -05:00
Chris Jones 52d43cdb40 fix sync/RPC deadlock bug that came to me in a dream. r=mr.sandman 2009-09-22 10:23:29 -05:00
Chris Jones 50ed6c02c5 bug 517923: support serializing ns*Strings that represent NULL, use this mechanism in PluginInstanceParent/PluginModuleChild. also add basic crash-handling to *Channel code and some NS_OVERRIDE annotations. 2009-09-21 21:02:15 -05:00
Benjamin Smedberg 664554942c Oops, I did not mean for mochitests to test IPC-plugins by default (yet). 2009-09-21 13:33:25 -04:00
Benjamin Smedberg 7a91b6b1de Implement Plugin->Browser streams. In a very basic form the first plugin instantiation passes the new plugin stream tests, but subsequent instantiations don't: I think there's some shutdown/startup issue (the plugin is being unloaded, perhaps?) 2009-09-21 10:51:35 -04:00
Benjamin Smedberg 2056ffeb78 __FUNCTION__ is not a preprocess macro: it is a symbol which ends up being a const char* for the current function. You can't concatenate it with other stuff. 2009-09-21 11:46:38 -04:00
Benjamin Smedberg 54ae75f5f4 Merge mozilla-central into electrolysis to pick up new plugin tests. 2009-09-21 10:57:57 -04:00
Ben Turner 596ccf5e7a Merging mozilla-central once more to hopefully clear windows unit tests 2009-09-20 10:47:21 -07:00
Dão Gottwald 2902fa95d2 Bug 517704 - use gBrowser instead of getBrowser() in Places code. r=mak 2009-09-20 12:58:27 +02:00
Dão Gottwald 74751676d9 backout part of changeset d93f6e968a19 2009-09-20 04:06:56 +02:00
Dão Gottwald 0f01c2911d Bug 517706 - use gBrowser instead of getBrowser() in private browsing code. r=ehsan 2009-09-20 04:00:09 +02:00
Dão Gottwald 3e08bbe5d6 add debug info 2009-09-20 03:59:39 +02:00
Dão Gottwald 56eb3f1112 Bug 517708 - use gBrowser instead of getBrowser() in session restore code. r=zeniko 2009-09-19 21:38:58 +02:00
Bobby Holley ace91c0d7d Bug 517091 - Don't do an expensive asynchronous RequestDecode() if there's already an active full decoder. r=joe 2009-09-19 12:33:00 -07:00
Ben Turner 7935719c87 More nsresult -> bool fixes, and fix windows bustage from NPEvent stub impl. 2009-09-19 12:24:24 -07:00
Neil Rashbrook 41eabe691e Bug 508780 Followup to make qsgen.py compatible with Python 2.4 r=peterv 2009-09-19 18:10:09 +01:00
Ehsan Akhgari a9142d831d Bug 513166 - Remove "Warning Messages" settings button from Preferences --> Security; r=dao 2009-09-19 21:08:56 +04:30
Timothy Nikkel d584f6c4d4 Bug 514127. Draw the canvas background color on the whole canvas area instead of just the viewport when RenderDocument is called with ignore scrolling flag. r=roc 2009-09-19 12:20:42 +02:00
Dão Gottwald 767df7d61e Additional fixes for bug 386333 2009-09-19 12:19:48 +02:00
Henrik Skupin d6a381bf50 Bug 386333 - Extract the mime type from data URI images in Page Info. r=mano 2009-09-19 12:19:00 +02:00
Alexander Surkov f0aca020d8 Bug 496783 - setParent shouldn't be virtual, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/test_accessnode_invalidation.html => accessible/tests/mochitest/test_invalidate_accessnode.html
2009-09-19 14:30:07 +08:00
Phil Ringnalda 6fce97e58d Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Phil Ringnalda 8490d39416 Bug 514211 - Sweep some mouse turds out of build/unix/, r=ted 2009-09-18 19:59:52 -07:00
Phil Ringnalda 783b33a49e Bug 515578 - Kill some more xmlextras and webservices leftovers, r=ted 2009-09-18 19:59:52 -07:00
Chris Jones ccac220704 fix more bustage related to nsresult-to-bool switch. committing initial (untested!) NPEvent forwarding caught in the crossfire 2009-09-18 20:19:11 -05:00
Olli Pettay b0aa205e61 b=516213; followup fix for older linux systems; r=vlad 2009-09-18 16:53:27 -07:00
Vladimir Vukicevic c22b30a65c b=517559; remove runtime (startup) dependency on opengl32.dll, to fix Ts; r=mwsteele 2009-09-18 16:48:36 -07:00
Vladimir Vukicevic d023bfc631 b=517557; remove --enable-canvas; r=ted 2009-09-18 16:48:35 -07:00
Chris Jones 9b0462b6a0 fix lingering cruft from the nsresult-to-bool conversion 2009-09-18 16:35:53 -05:00
Peter Weilbacher 35bd372f3f [OS/2] Bug 511361 - fix font name conversion before calling FC to match the font 2009-09-18 23:33:03 +02:00
Benjamin Smedberg 8362295726 Sync changes to static-checking.js from the NS_OVERRIDE and NS_MUST_OVERRIDE bugs. 2009-09-18 17:12:19 -04:00
Benjamin Smedberg 379dcfab05 Fix up dom/plugins code for bug 516661 - no more nspluginsdefs.h! 2009-09-18 17:01:09 -04:00
Benjamin Smedberg 03bc0e116d Merge mozilla-central into Electrolysis. 2009-09-18 16:47:18 -04:00
Robert Strong 3f496f55cc Followup test only fix for bug 471219 2009-09-18 12:50:33 -07:00
Chris Jones 640d5a2fa3 make actor param/return types nullable. use decl initializers where possible for more concise code 2009-09-18 12:28:37 -05:00
Chris Jones 8382bfb8de fix bug in IPDL race detector causing it not to detect certain patterns involving async messages where parent/child state machines could get more than 1 state out of sync 2009-09-18 11:10:48 -05:00
Jonathan Griffin 468011935d Bug 517078 part I: create mochitests for stream APIs in NPAPI 2009-09-18 10:08:08 -04:00
Henri Sivonen 217db1634c Bug 499642 - Split the HTML5 parser into stream parser, doc.write parser and tree op executor. r=bnewman, sr=mrbkap. 2009-09-18 12:21:47 +03:00
Masayuki Nakano aa1ce3f484 Bug 517549 TISGetInputSourceProperty is 12.3% of my startup path r=josh 2009-09-21 22:24:57 +09:00
Ted Mielczarek f86c3ce347 Backed out changeset e5f6affc4c88 for breaking Mochitest
Bug 494165 - Support --total-chunks, --this-chunk, --chunk-by-dir, and --shuffle arguments to runtests.py. r=ted
2009-09-21 09:10:18 -04:00
Ted Mielczarek 59069ae369 Backed out changeset e5f6affc4c88 for breaking Mochitest
Bug 494165 - Support --total-chunks, --this-chunk, --chunk-by-dir, and --shuffle arguments to runtests.py. r=ted
2009-09-21 09:09:41 -04:00
Chris AtLee 0475dc4118 Bug 372581 - When running on a debug build, allow for much more time when waiting for the server to start up. r=ted 2009-09-21 08:04:24 -04:00
Chris AtLee 6b8e29f8c1 Bug 494165 - Support --total-chunks, --this-chunk, --chunk-by-dir, and --shuffle arguments to runtests.py. r=ted 2009-09-21 08:03:46 -04:00
Markus Stange 133f044207 Bug 517804 - Flush reflows and invalidations during viewWillDraw. r=roc, r=josh 2009-09-21 18:29:59 +12:00
Reed Loden b161efc0ae Bug 511322 - follow-up for s/These licenses applies/These licenses apply/ 2009-09-20 23:12:20 -05:00
Robert O'Callahan b138fa1e9d Bug 517818. Suppress seeking to the end of the stream on Resume, there is no data to read there. r=kinetik 2009-09-21 15:47:47 +12:00
Robert O'Callahan 110dce9d34 Bug 516740. Never simplify the visible region by increasing its area when we're subtracting opaque areas from the visible region. Instead, just don't subtract the opaque area if it would make the visible region too complex. r=bzbarsky
--HG--
extra : rebase_source : 388dd9229d6d1a50efd409f508aded95f1ec226a
2009-09-20 00:12:48 +12:00
Robert O'Callahan eaeee3bd5a Bug 435441. Fix signed/unsigned warning. r=dbaron
--HG--
extra : rebase_source : 2aac24423b822a5737714115ff9bc3c53677ddd2
2009-09-20 00:12:48 +12:00
Chris Jones 16c57e27c9 fix changes that busted ipc-test plugin 2009-09-17 20:49:04 -05:00