Commit Graph

11756 Commits

Author SHA1 Message Date
karlt+@karlt.net
f8916a47a8 gfxFontGroup::MakeTextRun with individual words. b=416725, r=roc 2008-02-17 13:43:23 -08:00
roc+@cs.cmu.edu
56ab47f9a6 Bug 416782. Rename isLocallyAvailable to mozIsLocallyAvailable because it's not part of any spec (yet). r+sr=jst 2008-02-17 13:26:29 -08:00
roc+@cs.cmu.edu
7ab960de5c Bug 374141. When printing on Windows, use an effective DPI of 144 instead of whatever the printer is. This makes native theme pixels be a reasonable size. r=stuart 2008-02-17 13:23:37 -08:00
bzbarsky@mit.edu
6b095f543a Adding test 2008-02-17 12:20:21 -08:00
bugzilla@standard8.plus.com
cfeb2e3f50 Bug 418006 Fix null-param crash in morkRowCellCursor::NextCell p=Joshua Cranmer <Pidgeot18@gmail.com>,r/sr=bienvenu NPOTFFB 2008-02-17 10:59:49 -08:00
bclary@bclary.com
922b150115 Sisyphus/JavaScript Tests - update known failures, no bug, not part of the build 2008-02-17 10:13:16 -08:00
peterv@propagandism.org
0adf0fc7f4 Fix for bug 417941 (regexp:match function use gives error). r/sr=sicking. 2008-02-17 09:21:23 -08:00
timeless@mozdev.org
cd25bc929f Bug 416981 CheckLeakedRoots should specify which JSRuntime is leaking r=brendan a=brendan 2008-02-16 22:56:40 -08:00
mozilla.mano@sent.com
502f9d7b6a Bug 405198 - Cannot drag and drop folders / items in Places Organizer. r=mconnor. 2008-02-16 22:17:34 -08:00
gavin@gavinsharp.com
b7ea107d71 Bug 417143: don't add multiple entries with the same name to the "Add search engine" dropdown, r=rflint, a=beltzner 2008-02-16 21:26:52 -08:00
mats.palmgren@bredband.net
36bbfec789 Avoid divide by zero and make negative values for -moz-column-gap/width invalid. b=416088 r+sr=roc a=mtschrep 2008-02-16 20:45:58 -08:00
jst@mozilla.org
6dd4818b8e Backing out fixes for bug 416931 due to the JS property tree blowing up in size due to this change. 2008-02-16 20:07:51 -08:00
reed@reedloden.com
b976dc32c3 Bug 415367 - "ieTab extension not working due to use of ":" in chrome URIs" (adding test only) [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r+sr=dveditz] 2008-02-16 19:29:20 -08:00
reed@reedloden.com
be5b1e308e Bug 417615 - "js.c doesn't build under MOZ_SHARK" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2008-02-16 19:27:30 -08:00
reed@reedloden.com
1552b80717 Bug 416958 - "Update header names" [p=suryaismail@gmail.com (Surya Ismail) r+sr=sicking a=blocking1.9+] 2008-02-16 19:26:13 -08:00
reed@reedloden.com
cfd8c1af31 Bug 414389 - "M3 Windows icons" (New toolbar icons) [p=Iconfactory ui-r=faaborg a=blocking-firefox3+] 2008-02-16 19:23:43 -08:00
mats.palmgren@bredband.net
39d5fb2f8c Remove remaining support for proportional length values (unused). b=341683 r+sr=dbaron r=sicking a=mtschrep 2008-02-16 18:50:44 -08:00
mats.palmgren@bredband.net
e379c46906 Some broken fonts specify a negative subscript offset, use the absolute value for compat reasons. b=410917 r=vladimir sr=pavlov a=beltzner 2008-02-16 18:44:12 -08:00
mats.palmgren@bredband.net
71acf59029 Initialize mDownloadFonts to fix an UMR. b=413255 r+sr=roc a=blocking1.9 2008-02-16 18:22:56 -08:00
ted.mielczarek@gmail.com
54a26abd81 bug 240267 - link error when doing make profiledbuild. r=bsmedberg 2008-02-16 14:23:07 -08:00
bclary@bclary.com
4210eeeb0a Sisyphus/JavaScript Tests - update known failures to match new time out variables, no bug, not part of the build 2008-02-16 14:18:37 -08:00
jruderman@hmc.edu
1482a70818 Make gSerialCounter defined only ifdef DEBUG to silence a warning. Followup to bug 416939. 2008-02-16 14:15:32 -08:00
brendan@mozilla.org
184fbae164 Defend against compiler pseudo-frames (417944, r=shaver). 2008-02-16 13:33:59 -08:00
joshmoz@gmail.com
a2fc263a51 back out focus ring clipping fix from bug 417124 2008-02-16 12:33:32 -08:00
bclary@bclary.com
8542a0ee12 Sisyphus/JavaScript Tests - add timeout for js1_6/extensions/regress-385393-08.js due to bug 417916 2008-02-16 09:12:13 -08:00
bclary@bclary.com
871894fb37 Sisyphus/JavaScript Tests - lower timeout to 2 minutes, bug 417932, not part of the build 2008-02-16 08:43:07 -08:00
masayuki@d-toybox.com
cb5c20d581 Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron 2008-02-16 07:31:27 -08:00
bclary@bclary.com
a2ef0b9951 Sisyphus/JavaScript Tests - update known failures for windows, no bug, not part of the build 2008-02-16 05:55:22 -08:00
brendan@mozilla.org
6fc8aac0ec Don't lock non-native objects (417819, r=mrbkap). 2008-02-15 22:53:32 -08:00
bzbarsky@mit.edu
941cfad6a4 Fixing build bustage 2008-02-15 22:50:40 -08:00
jruderman@hmc.edu
7445015a73 Add crashtest 2008-02-15 21:29:10 -08:00
bzbarsky@mit.edu
a183f5e853 Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan 2008-02-15 21:13:16 -08:00
brendan@mozilla.org
fc623a24eb Optimize ComputeGlobalThis (395993, r=mrbkap). 2008-02-15 18:46:46 -08:00
pavlov@pavlov.net
0f24a91a8d bug 417163. fix race in realloc when using the junk option. patch from Jason Evans <jasone@canonware.com>. r/sr=me 2008-02-15 17:53:31 -08:00
jwalden@mit.edu
83e44e6c16 Fix an incorrect dependency rule from the last commit. r=orange 2008-02-15 16:16:09 -08:00
jwalden@mit.edu
8b73f060c8 Document SJS availability in reftests, for righteous CGI functionality without the thoroughly sucky API. r=dbaron 2008-02-15 16:03:17 -08:00
jwalden@mit.edu
c94942c6d0 Bug 417491 - Element.setAttribute(':', ...) throws DOMException INVALID_CHARACTER_ERR. r+sr=peterv, a=beltzner 2008-02-15 15:22:55 -08:00
dcamp@mozilla.com
b62c708911 Bug 406856: url-classifier not properly handling expiration chunk lists. r=tony, blocking-firefox3=mconnor 2008-02-15 14:47:16 -08:00
peterv@propagandism.org
1b59a2020d Fix DEBUG_CC builds. 2008-02-15 14:23:16 -08:00
dolske@mozilla.com
c9f4c663b6 Bug 411626 - Need regression tests for JPEG image decoding. 2008-02-15 14:13:55 -08:00
jst@mozilla.org
37ff495f8f Landing for bug 417387, followup fixes for bug 416931. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org. 2008-02-15 13:54:49 -08:00
masayuki@d-toybox.com
cf482503c8 Bug 402524 Need to correct the Metrics for fonts in XP level r=pavlov, b1.9=vlad 2008-02-15 13:31:38 -08:00
reed@reedloden.com
017aad07f5 Back out Theppitak Karoonboonyanan's patch from bug 157546 due to a regression (bug 417745). 2008-02-15 12:20:55 -08:00
joshmoz@gmail.com
05ddb4e993 fix focus ring clipping with form autocomplete on 10.4. b=417124 r=smichaud sr=roc 2008-02-15 10:32:55 -08:00
dietrich@mozilla.com
2a0a7bf596 Bug 409945 ? Charset annotations created on import should be itemAnnotations (for marco bonardo, r=dietrich) 2008-02-15 08:45:29 -08:00
nrthomas@gmail.com
00b1fec19c Bug 417703, PatcherConfig doesn't use a product and version specific working directory, r=rhelmer 2008-02-15 07:40:24 -08:00
aaronleventhal@moonset.net
452fcdcd64 bug 417500. Crash [ @ CAccessibleText::get_attributes ]. r=surkov, a=beltzner 2008-02-15 06:54:58 -08:00
peterv@propagandism.org
a61edec0f0 Fix for bug 405128 (Remove some nsDeque use from cycle collector). r/sr=dbaron, a=beltzner. 2008-02-15 05:12:55 -08:00
igor@mir2.org
f86e5a86d2 Bug 416601: property cache is properly disabled under with statements with generators. r=brendan a1.9=blocking1.9 2008-02-15 03:38:40 -08:00
shaver@mozilla.org
08cc7ed6d6 back out for mochitest failures in prototype 2008-02-15 02:31:38 -08:00