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

229889 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky 2b212f6b17 Address review comment from bug 299837. r+sr=dbaron 2009-02-05 22:52:47 -05:00
Boris Zbarsky 68503b1a05 Bug 299837. Implement text-align:end. r+sr=dbaron 2009-02-05 22:48:30 -05:00
Boris Zbarsky 3e1029bdb6 Bug 475986. Make text-align:start work on <html:th> correctly. r+sr=dbaron 2009-02-05 22:48:29 -05:00
timeless@mozdev.org 44c6d6b27c Bug 475898 - jsdIDebuggerService.idl changed without changing uuid, r+sr=bz 2009-02-04 22:43:56 -08:00
Daniel Holbert 5789c144c5 Bug 458167 - Fix bad usage of "it's" in comments: patch for embedding folder. r=bsmedberg 2009-02-05 18:05:58 -08:00
Daniel Holbert c0ea2a34bf Bug 458167 - Fix bad usage of "it's" in comments: patch for docshell folder. r=bsmedberg 2009-02-05 18:05:03 -08:00
Daniel Holbert 815128454f Bug 472769: Use snapToPixels when redrawing dirty background rectangles, to fix painting error in widgets at fractional positions. r+sr=roc 2009-02-05 17:39:25 -08:00
Benjamin Smedberg 404184194d Backed out changeset 64d5b7cdeb69 - bug 476643 because of Windows bustage (js_LeaveTrace is not a friend API) 2009-02-05 20:20:03 -05:00
Benjamin Smedberg f409235192 Bug 476643 - mozilla code uses some JS-internal APIs and needs to bail off trace before doing so. This shouldn't actually affect runtime now, because XPConnect doesn't use traceable natives. But in the 1.9.2 future we want to use traceable natives r=mrbkap r=jorendorff 2009-02-05 19:57:34 -05:00
Brad Lassey e8f64a5715 bug 476711 - Native App support for windows ce, follow up fixing wrong string size parameters to snwprintf 2009-02-05 16:20:33 -08:00
Brad Lassey 7b06981923 bug 476711 - Native App support for windows ce r=rs, sr=bsmedberg 2009-02-05 15:50:50 -08:00
Brad Lassey 5ae7fa36dc bug 465874 - WinCE Environment Variables Have To Be Passed On Command Line r=bsmedberg 2009-02-05 15:50:44 -08:00
Daniel Holbert 5dbd18df59 Bug 474494: Specify a border color on 214077-* reftests, to fix failures on some linux machines. r=bz 2009-02-05 15:43:05 -08:00
Steven Michaud a638dd2cb7 Add comment explaining backout of bug 474491 -- no code changes. 2009-02-05 17:31:00 -06:00
Boris Zbarsky 416ea8c73b Bug 476724. Recompute underline offsets when user fonts load, and make sure to initialize all our members. r=jdaggett, sr=roc 2009-02-05 18:10:39 -05:00
Steven Michaud f5e42b76d9 Backed out changeset 53f4c4890ffc -- merge 2009-02-05 17:06:25 -06:00
Steven Michaud a51fc0039c Backed out changeset 53f4c4890ffc (patch for bug 474491) because it triggered bug 477077. 2009-02-05 17:05:53 -06:00
Curtis Bartley df630ca9e8 Bug 475542 - history/cache problem with view page source issuing a GET on an already POSTed form. r=gavin 2009-02-05 17:38:17 -05:00
Rich Walsh 9043879337 [OS/2] Bug 476134: allow plugin code to be built with GCC 4.3.x on OS/2 by using the right calling convention, r=josh, sr=jst 2009-02-05 12:21:27 +01:00
Peter Van der Beken f7ae336f62 Backed out changeset d679ac3a8de0 - merge 2009-02-05 15:35:01 +01:00
Peter Van der Beken 9651357e4a Backed out changeset d679ac3a8de0 (Bug 445087. Add extra pixel on each side of the glyph's black box returned by GetGlyphOutlineW, to avoid clipping ClearType pixels. r=vlad) to fix orange. 2009-02-05 15:34:12 +01:00
Marco Bonardo e841fd519e Bug 474081 - Sporadic failures in browser_bug321000.js - poll clipboard, r=gavin 2009-02-05 14:11:54 +01:00
Marco Zehe d7e4ac2454 Leak bustage fix for bug 472662, r=peterv 2009-02-05 12:46:34 +01:00
Neil Rashbrook 6518d32cf2 DOM Inspector bustage fix for bug 474369 r+sr=roc 2009-02-05 11:34:40 +00:00
Robert O'Callahan f287f8dfcc Backing out bug 445087 due to reftest failures 2009-02-05 23:51:45 +13:00
Robert O'Callahan 9c5d31815d Backed out changeset ba595db2b681 2009-02-05 23:51:24 +13:00
Peter Van der Beken 272ea7227d Fix for bug 474456. r/sr=bz. 2009-02-05 10:42:55 +01:00
Neil Rashbrook 713a59ce01 VC7.1 bustage fix for bug 183348 r+sr=bz 2009-02-05 09:38:51 +00:00
Neil Rashbrook 6f72ebf17a Bug 476823 nsFileSystemDataSource should implement nsISupports r+sr=bsmedberg 2009-02-05 09:32:06 +00:00
Marco Zehe 2532b20c4f bug 476796 - Refactor test_nsIAccessibleImage, r=surkov 2009-02-05 10:06:40 +01:00
Alexander Surkov 2e2a2a271d fix Solaris bustage of bug 472662 2009-02-05 16:57:08 +08:00
Robert Strong 8c36dfaea7 Followup to Bug 476106 (Win32 only) - Unable to get directory path for directories immediately under some symlinks. r=jmathies 2009-02-05 00:28:15 -08:00
Jonathan Kew 4bc53e4056 Bug 445087. Add extra pixel on each side of the glyph's black box returned by GetGlyphOutlineW, to avoid clipping ClearType pixels. r=vlad 2009-02-05 21:06:14 +13:00
Robert O'Callahan c9b0a3807d Bug 455654. Rework the download-rate, playback-rate and related statistics so they're managed by the decoders in a thread-safe way. Implement proper HTML5 readyState handling with event firing, including 'canplay' and 'canplaythrough' events and autoplay behaviour. Also changes buffering so that we buffer when we're actually about to run out of data, instead of trying to guess when to buffer based on rate estimates. r=doublec 2009-02-05 21:02:21 +13:00
Alexander Surkov 753b553377 comment for bug 472662 2009-02-05 15:11:12 +08:00
Alexander Surkov 7b19fa7219 merge with bug 476209 2009-02-05 14:26:54 +08:00
Alexander Surkov de059fe421 Bug 472662 - no reorder event for most display property & DOM changes, r=marcoz, davidb 2009-02-05 14:23:18 +08:00
David Bolter 0832e07bf0 bug 476209 - refactor test_nsIAccessibleDocument.html, r=MarcoZ 2009-02-05 06:43:46 +01:00
L. David Baron 050661290a Ensure correct alignment for nsCSSValue objects inside nsCSSValue::Array. (Bug 476345) r+sr=bzbarsky 2009-02-04 21:15:52 -08:00
L. David Baron e655101c4f Add an additional test for CSS 2.1, section 10.3.1. 2009-02-04 21:15:52 -08:00
Wan-Teh Chang 1b7409f4d0 Bug 456449: dummy whitespace change to force NSPR to rebuild. 2009-02-04 20:50:34 -08:00
Wan-Teh Chang 1350be7144 Bug 456449: updated NSPR to NSPR_HEAD_20090204. 2009-02-04 20:49:21 -08:00
Robert Strong 7621ca251b Bug 406335 (Win32 only) - Software Update for portable or secondary Firefox install overwrites primary install's registry settings. r=jmathies 2009-02-04 20:36:16 -08:00
Robert Strong 19fa624972 Bug 476106 (Win32 only) - Unable to get directory path for directories immediately under some symlinks. r=jmathies 2009-02-04 20:35:59 -08:00
Josh Aas e9e98e4f88 Don't run npapi private browsing tests when the private browsing service is not available. b=476406 r/sr=jst 2009-02-04 22:19:31 -05:00
Jim Mathies 08f3f6820d Bug 450322 - Fix broken windows animation in Vista Aero. r+sr=roc. 2009-02-04 21:05:48 -06:00
Blake Kaplan 8fd3a7f1d3 Add some logging code to see if bug 474537 is still around.
--HG--
extra : rebase_source : 840e2da57a266bd98f30e195f3819f59fb97c86d
2009-02-04 15:04:51 -08:00
L. David Baron 8a91739bce Merge backout of changeset d9eff1fb5e60 (bug 476345) due to Windows bustage. 2009-02-04 14:39:40 -08:00
L. David Baron 13802ebd86 Backed out changeset d9eff1fb5e60 (bug 476345) due to Windows bustage. 2009-02-04 14:39:23 -08:00
Blake Kaplan fbb947a384 Disable this test since it's randomly crashing on tinderbox. 2009-02-04 14:35:25 -08:00