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

237159 Коммитов

Автор SHA1 Сообщение Дата
Serge Gautherie 0f49a98292 Bug 622398 - automation.py.in: add missing early return_s to installExtension(); (Av1) Just add them.
r=ctalbert a=(test only).
2011-01-04 12:06:53 +01:00
Robert O'Callahan 1bd178e55e Mark test for bug 602892 random since it fails on Mac and Windows; visually it's OK, but there are differences at the edges, a=test 2011-01-04 23:25:52 +13:00
Simon Montagu 3bd533614c Basic bidi support for SVG. Bug 620446, r=roc, a=roc 2011-01-04 00:52:17 -08:00
Simon Montagu 7368bb2f8a Tests for bidi in SVG. a=test 2011-01-04 00:49:44 -08:00
Robert O'Callahan a09802e744 Bug 602892. Part 2: Ensure that a scrollframe is 'inactive' if it can't be scrolled by blitting. r=tnikkel,a=blocking 2011-01-04 21:46:59 +13:00
Robert O'Callahan cfa125d286 Bug 602892. Part 1: Refactor so that mScrollingActive is always true for scrollframes that are always active. r=tnikkel,a=blocking 2011-01-04 21:46:56 +13:00
Robert O'Callahan be89ff2fde Bug 585258. Part 2: Make SimplifyOutward smarter by trying to avoid combinging rectangles that are vertically discontiguous. r=bzbarsky,a=blocking 2011-01-04 21:45:46 +13:00
Robert O'Callahan 34b0680ee1 Bug 585258. Part 1: Don't make visible region arbitrarily complex in RecomputeVisibility. r=dbaron,a=blocking 2011-01-04 21:45:24 +13:00
Robert O'Callahan c382231324 Bug 622733. Allow any area to be added to the visible region if it decreases the area of the visible region by at least half. r=tnikkel,a=blocking 2011-01-04 21:43:47 +13:00
Robert O'Callahan e6205db57a Backing out 3883e79e5a9a and 0653a37b7230 (bug 601064) due to test failures, a=backout 2011-01-04 17:48:11 +13:00
Robert O'Callahan b74be26a4b Bug 613449. When setting Aero Glass margins, find the largest opaque rect that contains all windowed plugins, since the DWM doesn't like margins under child windows. r=jmathies,a=blocker 2011-01-04 16:56:57 +13:00
Robert O'Callahan 665bd1fded Bug 613449. Extend GetLargestRectangle to support considering only rectangles that contain a given rectangle. r=robarnold 2011-01-04 16:56:57 +13:00
Robert O'Callahan 9a5403442c Bug 620610. When dumping display lists, include which layer each item ended up in. r=tnikkel,a=debug-only 2011-01-04 16:56:57 +13:00
Robert O'Callahan 18f5e2858b Bug 601064. Fix tests (and test this bug). 2011-01-04 16:56:09 +13:00
Robert O'Callahan 83753ec77f Bug 601064. Ensure we ask each plugin instance to paint at least once. Some plugin instances assume they will be asked to paint even if they're always invisible. r=bsmedberg,a=blocking 2011-01-04 16:56:05 +13:00
Robert O'Callahan de26124762 Bug 621430. Lazily create stream writer thread so we don't create one when using local audio. Also, shut down the stream writer thread when the audio stream dies. r=dougt,a=blocker 2011-01-04 16:55:32 +13:00
Robert O'Callahan 957f9c6e7a Bug 539604. Part 12: Enable component alpha for containers that don't have an intermediate surface. r=bas,a=blocking 2011-01-03 15:04:59 +13:00
Boris Zbarsky 01282934d7 Bug 622246. Just get our target off the event instead of relying on the ESM, since the ESM doesn't actually do what we want here. r=smaug, a=blocker 2011-01-03 20:46:19 -06:00
Boris Zbarsky 8735d7f805 Bug 622117. Fix flag collision. r=smaug 2011-01-03 20:46:19 -06:00
Bas Schouten d4e5ed2167 Bug 622678: Empty valid region when resources are cleared. r=roc a=blocking-betan 2011-01-04 02:37:13 +01:00
Bas Schouten 482b106a38 Bug 593604 - Part 11: Remove code to support D2D/D3D9 interop. r+a=roc 2011-01-04 02:37:10 +01:00
Doug Turner 5fabcf81e8 Bug 607860 - Disabling tests for notifications. Desktop notifications are disabled in Firefox desktop. a=bustedtree 2011-01-03 17:26:10 -08:00
Doug Turner dfcaabc729 Bug 607860 - remove navigator.mozNotification from Firefox desktop. r=jst/jonas a=betaN+ 2011-01-03 16:37:01 -08:00
Dave Townsend 36a98b0a25 Bug 570012: Show download progress when installing new add-ons. r=gavin, a=blocks-betaN 2011-01-03 11:40:47 -08:00
Jono S Xia 5dfadf8e41 Bug 622228: Test Pilot needs better unit tests. r+a=dtownsend 2011-01-03 12:29:04 -08:00
Jono S Xia f4e8bbd662 Bug 622227: Make it easier for Test Pilot to switch index files. r+a=dtownsend 2011-01-03 12:27:29 -08:00
Jono S Xia 2e2e72ab28 Bug 622225: Don't die if window opens before TestPilotSetup is defined. r+a=dtownsend 2011-01-03 11:59:00 -08:00
Jono S Xia 8598b8df0b Bug 604691: TP should allow non-numeric study ids. r+a=dtownsend 2011-01-03 11:58:21 -08:00
Jono S Xia 40a4530d08 Bug 580893: Wrong display of buttons in the survey page with long labels. r+a=dtownsend 2011-01-03 11:57:41 -08:00
Jono S Xia 62e2d70cfb Bug 580501: Feedback button is too big under Linux. r+a=dtownsend 2011-01-03 11:54:27 -08:00
Jono S Xia b660076983 Bug 576482: If a survey changes, TP attempts to apply your old survey answers to the new survey questions. r+a=dtownsend 2011-01-03 11:52:49 -08:00
Drew Willcoxon d00c78ba83 Bug 618954 - Smart keyword result titles in the awesomebar should not have extra space after them. r=gavin, a=blocking2.0-final 2011-01-03 15:02:28 -08:00
Drew Willcoxon 1041cb0307 Bug 610130 - Doorhanger notifications confused when switching between tabs with different types of doorhangers. r=gavin, a=blocking2.0-final 2011-01-03 15:02:23 -08:00
Brad Lassey 9dd7936bb5 bug 622695 - allow android's logger to handle logging exceptions r=mbrubeck a=blocking-fennec 2011-01-03 17:34:44 -05:00
Brad Lassey fc0101bc3e bug 622684 - updates should not be downloaded to "<sdcard>/downloads" r=mbrubeck a=blocking-fennec 2011-01-03 17:32:57 -05:00
Benoit Jacob 410256668b Bug 622436 - Crash [@ GLEngine@0xaa6bc ], was making GL calls on wrong GL context - r=vlad, a=joe 2011-01-03 12:01:19 -05:00
Benoit Jacob 65107917f8 Bug 621987 - unary - applied to unsigned var in ConvertImage - r=vlad, a=joe 2011-01-03 12:01:16 -05:00
Doug Turner 3678f82a54 Bug 619182 - Convert moz_indexedDB to mozIndexedDB. Tests. r=sicking a=blocking2.0 2011-01-03 12:03:06 -08:00
Doug Turner a0b5065fc2 Bug 619182 - Convert moz_indexedDB to mozIndexedDB. r=sicking a=blocking2.0 2011-01-03 12:03:03 -08:00
John Hopkins 52a4162a28 Bug 621715 - runxpcshelltests.py clobbers LD_LIBRARY_PATH; r=ted a=NPOTB/test code/GLIBCXX_3.4.9 bustage fix in xpcshell tests for Thunderbird builders. 2011-01-01 21:58:29 -08:00
Bas Schouten b870051fb7 Bug 621156 - Followup: Clarify comment. r+a=comment DONTBUILD 2011-01-03 18:29:10 +01:00
Bas Schouten 4941d55ad8 Bug 621156: Return a properly working surface from GetAsSurface. r=jrmuizel a=blocking-final 2011-01-03 18:05:47 +01:00
Steven Michaud befa5bee8d Bug 531552 - Firefox opens two windows when opening external links. r,a=josh 2011-01-03 10:08:36 -06:00
Serge Gautherie 275a6a2433 Bug 622392 - 1 s/TEST-UNEXPECTED FAIL/TEST-UNEXPECTED-FAIL/; (Av1) Just substitute it.
r=ted.mielczarek a=(test only).
2011-01-03 15:48:38 +01:00
Serge Gautherie 90da367e44 Bug 621347 - [SeaMonkey, WINNT 5.2, Debug] mochitests-1: intermittent "test_ws_basic_tests.html | Test timed out"; (Bv1) Add/Re-enable '.wasClean' checks from (bug 573227 ->) bug 572975.
r=Olli.Pettay a=(test only).
2011-01-03 14:56:40 +01:00
Mounir Lamouri 3a28b96109 Bug 569399 - autofocus sometimes does not work because the element has no frame yet. r=hsivonen a=blocking-betaN 2011-01-03 13:57:45 +01:00
Robert O'Callahan 1b586856fa Bug 593604. Back out changeset c20f34eefa5d to fix regression. a=blocking 2011-01-03 23:55:32 +13:00
Jonathan Watt 999d3260be Bug 620034 - "ABORT: DOM wrapper's list length is out of sync" [@ mozilla::DOMSVGNumberList::Length]. r=longsonr, a=blocking. 2011-01-03 09:26:28 +00:00
Jonathan Watt c7eb7f1b6c Bug 610594 - "ABORT: F.6.6.3 should prevent this. Will sqrt(-num)!". r=longsonr, a=blocking 2011-01-03 09:26:28 +00:00
Robert O'Callahan 43225ec75d Bug 593604. Re-add missing hunk of part 10. a=blocking 2011-01-03 15:04:59 +13:00