Commit Graph

37318 Commits

Author SHA1 Message Date
Benjamin Smedberg
abd04b1311 Merge mozilla-central into electrolysis. 2010-01-18 10:26:52 -05:00
Benjamin Smedberg
213e57cba3 Merge mozilla-central into electrolysis before bug 530475 to avoid merge conflicts with bugs landed in both branches. 2010-01-18 10:22:53 -05:00
Peter Van der Beken
2a74b42ee1 Fix for bug 539219 (Remove unused DOMCI). r=jst. 2010-01-16 15:25:58 +01:00
Olli Pettay
354e0496df Bug 539645 - Print preview does not match what prints on animated images, r=roc 2010-01-18 14:39:34 +02:00
Wolfgang Rosenauer
587a4816f7 Follow up for Bug 536352 (missing null check and memory leak in nsinstall.c) to fix orange 2010-01-18 12:38:17 +01:00
Aiken Tie
35627ce397 Bug 536352 - missing null check and memory leak in nsinstall.c. r=ted 2010-01-18 11:22:03 +01:00
Alexander Surkov
7853f24858 Bug 540262 - get rid nsAccEvent static helpers, r=ginn 2010-01-18 17:27:31 +08:00
Brad Lassey
8e35322760 bug 532344 - fix to stop the wince burning 2010-01-18 00:39:46 -05:00
Brad Lassey
857377afd3 bug 532344 - only issue one NS_PAINT event for each WM_PAINT on WinMo r=dougt 2010-01-18 00:05:58 -05:00
Jesse Ruderman
19e8080e63 Bug 538536 - allow middle-clicks on some additional Help menu items. r=mconnor 2010-01-17 18:29:56 -08:00
Daniel Holbert
41a9eb240f Bug 539585: Fix "warning: format '%p' expects type 'void*'" in layout directory. r=dbaron 2010-01-17 15:11:06 -08:00
Daniel Holbert
40f5cf3a1c Bug 539585: Fix "warning: format '%p' expects type 'void*'" in editor directory. r=neil 2010-01-17 15:11:04 -08:00
Daniel Holbert
f924f74604 Bug 539585: Fix "warning: format '%p' expects type 'void*'" in content directory. r=jst 2010-01-17 15:11:02 -08:00
Bernd
e01b1c53ff bug 540228 trying to fix random orange 2010-01-17 09:09:14 +01:00
Robert Strong
4bb10d79e9 Backing out logging changed from Bug 538533 due to scoping issues. r=me 2010-01-16 14:28:09 -08:00
Steffen Imhof
4da26e4f38 Bug 516973 - Mismatch between Cairo and Thebes surface types. r=jmuizelaar 2010-01-16 18:04:52 +01:00
Bernd
04f0dfceb2 test cases for bugs fixed by bug 43178 2010-01-16 17:40:07 +01:00
Bernd
547f5ac844 bug 28800 remove support for scrollable rowgroups moa=roc r=bzbarsky 2010-01-16 17:05:46 +01:00
Honza Bambas
1b970142da Bug 517938 - added more ssl tunnel logging, only test infrastructure change 2010-01-16 16:29:59 +01:00
Marco Bonardo
3c2e6773d0 merge backout 2010-01-16 06:48:53 -08:00
Marco Bonardo
d667fb19ac Backed out changeset 14c20441c8d8 2010-01-16 06:48:42 -08:00
Marco Bonardo
fe39bef99d merge backout 2010-01-16 06:48:14 -08:00
Marco Bonardo
af4658c809 Backed out changeset 09058ef6478c 2010-01-16 06:48:02 -08:00
Marco Bonardo
ce856d6008 merge backout 2010-01-16 06:47:34 -08:00
Marco Bonardo
46193404a4 Backed out changeset 0ddf6c0dc572 2010-01-16 06:47:23 -08:00
Marco Bonardo
b06d9fd4a0 merge backout 2010-01-16 06:46:35 -08:00
Marco Bonardo
7fd141b467 Backed out changeset 3049f6d7bb50 2010-01-16 06:46:24 -08:00
Marco Bonardo
95dc3871a4 merge backout 2010-01-16 06:46:00 -08:00
Marco Bonardo
c0ae8066eb Backed out changeset 9ec061626142 2010-01-16 06:42:54 -08:00
Dão Gottwald
d584557d25 Bug 540102 - JavaScript error: row is null. r=mstange 2010-01-16 12:56:37 +01:00
Marco Bonardo
2aac272af6 Bug 539076 - Part5: replace mDBGetItemIndex with mDBGetItemProperties, r=dietrich 2010-01-16 12:38:07 +01:00
Marco Bonardo
28b72ed932 Bug 539076 - Part4: Rename ENUMERATE_OBSERVERS to NOTIFY_OBSERVERS, r=dietrich 2010-01-16 12:38:04 +01:00
Marco Bonardo
4f92a3e2cd Bug 539076 - Part3: Consolidate lazy statements boilerplate in macros, r=dietrich 2010-01-16 12:38:02 +01:00
Marco Bonardo
65a3afbd0b Bug 539076 - Part2: Convert current global statements to lazy statements, r=dietrich 2010-01-16 12:38:00 +01:00
Marco Bonardo
afaca53c2a Bug 539076 - Part1: better error checking in bookmarks service and introduce lazy statements code, r=dietrich 2010-01-16 12:37:57 +01:00
Robert Strong
5d9ca7232b Bug 538533 - If a complete update fails the update prompt should state the error and offer a link to download the update. r=dtownsend 2010-01-15 22:48:21 -08:00
Alexander Surkov
6da3b79a2f Bug 539252 - remove 'Description: ' prefix from MSAA description, r=marcoz, davidb 2010-01-16 10:45:19 +08:00
Jim Mathies
fa7837e2b7 Bug 539955 - [OOPP] unit test failure in test_plugin_mouse_coords.html. r=bsmedberg. 2010-01-15 16:02:01 -06:00
Benjamin Smedberg
9f8d31817d Bug 521377 build-bustage followup: make template instantiations available inline, r=bent
--HG--
rename : dom/plugins/PluginScriptableObjectUtils.cpp => dom/plugins/PluginScriptableObjectUtils-inl.h
2010-01-15 16:52:13 -05:00
Chris Jones
f396226bc4 Followup to bug 539856: Save actors' IDs in all message handlers to avoid use-after-free when the actor is deleted above the handler in the stack. IRC r=bent 2010-01-15 15:15:52 -06:00
Chris Jones
f8cdcf7276 Test for followup to bug 539856. 2010-01-15 15:15:51 -06:00
Ben Turner
9d409ad79c Bug 535036 - '[OOPP] Flash hangs Firefox with IPC enabled when video is paused and process loses focus'. r=masayuki+jst, sr=jst. 2010-01-15 12:36:00 -08:00
Ben Turner
99e612c87d Bug 521377 - 'NPRuntime: Segfault when NPP_GetValue_NPPVpluginScriptableNPObject returns a null actor'. r=bsmedberg+valgrind. 2010-01-15 12:35:57 -08:00
Ben Turner
f2dc67e621 Bug 539061 - 'OOPP: ASSERTION: Received "nonqueued" message 31, 10'. r=jimm. 2010-01-15 12:35:53 -08:00
Marco Bonardo
a28c8e2d26 Bug 520165 - Part15: Fix a bad condition when expiration runs just before an addURI, r=dietrich 2010-01-15 17:40:59 +01:00
Marco Bonardo
a4941664dd Bug 520165 - Part14: Add a maintenance task to print pages limit and run expiration, r=dietrich 2010-01-15 17:40:50 +01:00
Marco Bonardo
f45bf94d80 Bug 520165 - Part13: New expiration tests, r=mano 2010-01-15 17:40:47 +01:00
Marco Bonardo
a891df836a Bug 520165 - Part12: fix existing Places tests, r=mano 2010-01-15 17:40:45 +01:00
Marco Bonardo
a47d07b775 Bug 520165 - Part11: Fix download manager tests dependancies, r=sdwilsh 2010-01-15 17:40:42 +01:00
Marco Bonardo
54fa20b6ee Bug 520165 - Part10: Add a new expiration component, r=mano, r=dietrich 2010-01-15 17:40:39 +01:00