Commit Graph

9977 Commits

Author SHA1 Message Date
mats.palmgren@bredband.net
38c12233ca Fix the reftest for bug 391979. 2008-01-04 15:13:08 -08:00
sspitzer@mozilla.org
d0e0a56062 fix for bug #410302: when configured to clear private private data on shutdown, we do more work than we need to. r=dietrich, a=schrep 2008-01-04 14:58:45 -08:00
anodelman@mozilla.com
2098a2473b Bug 410710 - switch twinopen to use goQuitApplication instead of window.close a=anodelman r=rcampbell 2008-01-04 13:42:27 -08:00
mats.palmgren@bredband.net
3290e45618 Commenting out the reftest for bug 391979 for now to fix Tinderbox orange on Windows... 2008-01-04 12:35:32 -08:00
mats.palmgren@bredband.net
70f7759656 Trying to fix the new reftest for bug 391979 so that it works on Windows too. 2008-01-04 11:34:53 -08:00
anodelman@mozilla.com
2271e70a15 Bug 410041 - qm-mini-ubuntu talos machines sometimes taking ~8 hours for a run Bustage fix (Ts on mac) a=anodelman r=rcampbell 2008-01-04 10:23:36 -08:00
mats.palmgren@bredband.net
d2972d0a1e Don't try to draw 'border-style:hidden' borders. b=389196 r+sr+a=vladimir 2008-01-04 10:11:10 -08:00
bugzilla@standard8.plus.com
6d87e55ac2 Bug 410326 do_CreateInstanceFromCategory is no longer used. r/sr=benjamin,a1.9=dsicore 2008-01-04 10:08:34 -08:00
ccooper@deadsquid.com
6be92e9adb b=391358 r=mozpreed - use make_incremental_updates.py 2008-01-04 09:56:38 -08:00
ccooper@deadsquid.com
ac8d71ac09 b=391358 - standardize on patchlist_file 2008-01-04 09:55:17 -08:00
sdwilsh@shawnwilsher.com
620f6afe91 Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz 2008-01-04 09:55:02 -08:00
mats.palmgren@bredband.net
997c7da0d7 Make column layout deal with 'ch' unit for -moz-column-width/gap. b=391979 r+sr=roc a=beltzner 2008-01-04 09:48:19 -08:00
mats.palmgren@bredband.net
5eb8d1615d Update the content offset for existing non-fluid continuations when creating a next-in-flow. b=406380 r+sr=roc a=blocking1.9 2008-01-04 09:09:35 -08:00
mozilla@weilbacher.org
7e1413196b Bug 410433: fix applications prefs page for platforms without shell service (especially OS/2), r=gavin.sharp, a=dsicore 2008-01-04 06:00:10 -08:00
bclary@bclary.com
0189c1c262 JavaScript Tests - revert known failures due to bugs 393267, 399587 being backed out. not part of the build 2008-01-04 04:23:42 -08:00
neil@parkwaycc.co.uk
dafb9ad144 Make XUL elements really native anonymous b=410119 r=smaug sr+a=sicking 2008-01-04 03:24:41 -08:00
uriber@gmail.com
764bd927ef Fix bullet positioning for justified RTL list items. bug=410503 r=smontagu sr=roc a1.9=dsicore 2008-01-04 02:22:38 -08:00
dtownsend@oxymoronical.com
b915e5d1e0 Bug 410258: EXTRA_PP_COMPONENTS and EXTRA_PP_JS_MODULES fail if the target directory does not already exist. r=luser, a=beltzner 2008-01-04 00:57:11 -08:00
jruderman@hmc.edu
0368dbc3d2 The last backout introduced some mochitest orange. Let's see whether backing out bug 393267 as well fixes that. 2008-01-03 21:13:59 -08:00
roc+@cs.cmu.edu
19b7395864 Bug 410229. Check in preemptive fix for failing testcases to resolve Linux orange. 2008-01-03 20:28:15 -08:00
jruderman@hmc.edu
8a25f3a779 Backing out mrbkap's fix for bug 399587, in the hope of fixing bug 410323 and perhaps bug 410291. 2008-01-03 20:12:48 -08:00
roc+@cs.cmu.edu
b8405e9f91 Bug 410229. Mark failing testcases as todo while I figure them out. 2008-01-03 19:02:41 -08:00
brendan@mozilla.org
0d7046460b NPOTB assertion for Date's 'friend' API, plus comments (410647, r=bclary). 2008-01-03 18:23:55 -08:00
roc+@cs.cmu.edu
fb28ffc853 Bug 407889. Reduce dynamic memory allocations during event handling by having nested invocations of HitTest share a single buffer for reordering display items; this buffer is an nsAutoTArray so it's mostly stack-allocated. r+sr=mats 2008-01-03 18:08:29 -08:00
roc+@cs.cmu.edu
53d3c108a2 Bug 407889. Reduce dynamic memory allocations by putting nsDisplayListBuilder's per-presshell state in an nsAutoTArray. r+sr=mats 2008-01-03 17:53:01 -08:00
roc+@cs.cmu.edu
7e8a748e8d Bug 410229. Handle IB special-siblings when we're finding all the CSS boxes for an element for getBoundingClientRect/getClientRects. r+sr=mats 2008-01-03 17:50:30 -08:00
dwitte@stanford.edu
61c159a4e6 tweak the NS_ReadLine buffer up to 4096 bytes. b=410264, r+sr=biesi, a=schrep 2008-01-03 16:27:38 -08:00
dwitte@stanford.edu
918cc3b1fa bustage fix. 2008-01-03 16:17:52 -08:00
dwitte@stanford.edu
24ff08bd58 Bug 337232 - Remove unused preference network.cookie.enableForCurrentSessionOnly. r=gavin, a=schrep 2008-01-03 16:10:41 -08:00
dwitte@stanford.edu
f9ac76c5cf Bug 337231 - Migrate Opera's "Accept Cookies Session Only" preference into network.cookie.lifetimePolicy instead of the unused network.cookie.enableForCurrentSessionOnly. r=gavin, a=schrep 2008-01-03 16:09:03 -08:00
dwitte@stanford.edu
2c3144edc3 update copy_string() to the single-fragment string world, and optimize write() to not return a value. b=282083, r+sr=jst, a=schrep 2008-01-03 16:07:06 -08:00
gavin@gavinsharp.com
15be910811 Back out patch for bug 409109 because its suspected of causing the fxdbug-win32-tb orange 2008-01-03 15:03:19 -08:00
tor@cs.brown.edu
6c8936b4af Bug 389746 - implement feDisplacementMap. p=tor,longsonr, r=longsonr, sr=roc, a=dsicore 2008-01-03 13:37:57 -08:00
brendan@mozilla.org
8c0a5e8a90 Comment nit-pick. 2008-01-03 12:57:05 -08:00
dtownsend@oxymoronical.com
cf11bf9970 Backout of bug 409383 to correct test failure on fxdbug-win32-tb. 2008-01-03 12:19:21 -08:00
anodelman@mozilla.com
2ac57e72a8 Bug 410041 - qm-mini-ubuntu talos machines sometimes taking ~8 hours for a run a=anodelman r=rcampbell 2008-01-03 11:01:19 -08:00
igor@mir2.org
136aa3e109 Bug 410653: make sure that the generator cleanup code is called on all code paths. r,a=brendan 2008-01-03 10:13:42 -08:00
bugzilla@standard8.plus.com
f283c581e6 Bug 410332 nsITextTransform.h should use nsStringGlue.h instead of nsString.h. r/moa=smontagu,approval1.9=beltzner 2008-01-03 08:54:03 -08:00
igor@mir2.org
1240c7eabe Bug 409109: switching to new operation counting API. r=jst a=beltzner 2008-01-03 07:27:28 -08:00
pete@mozdevgroup.com
3ccbd59e6f b=408109 r=Jan.Varga nsProfileCollector::LogBookmarkLocation does not count bookmarks --pete 2008-01-03 07:14:43 -08:00
longsonr@gmail.com
b417180b1e Bug 409383 - Switch sometimes ends up with multiple child frames. r+sr=roc,a1.9=beltzner 2008-01-03 06:30:02 -08:00
mozilla@weilbacher.org
4c8e92cd37 [OS/2] Bug 410566: replace ..apps filter in file picker with correct application extensions, r=mkaply 2008-01-03 05:27:03 -08:00
igor@mir2.org
a9fa67b981 Bug 364776: New operation counter API to replace branch callback. r,a=brendan 2008-01-03 01:28:40 -08:00
jruderman@hmc.edu
d55028e880 Fix classinfo bustage (bug 410602). 2008-01-03 00:04:58 -08:00
reed@reedloden.com
78701fb65e Bug 408990 - "gtk: expander in treeview is not the correct size" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc] 2008-01-02 23:07:32 -08:00
reed@reedloden.com
a06873a75e Bug 408578 - "gtk: combobox pushed state" [p=ispence@gmail.com (Ian Spence) r+sr+a1.9=roc] 2008-01-02 22:27:57 -08:00
reed@reedloden.com
e64f6aa63c Bug 389089 - "Configure should check for truncate64, statvfs64" [p=MaierMan@web.de (Nils Maier) r=bsmedberg a1.9=beltzner] 2008-01-02 22:24:46 -08:00
reed@reedloden.com
fe25517a28 Bug 333701 - "Hopefully useless null check in nsPluginStreamListenerPeer::Initialize" [p=ispiked@gmail.com (Adam Guthrie) r=biesi a1.9=beltzner] 2008-01-02 22:22:50 -08:00
jruderman@hmc.edu
6e7f1c51d1 Add crashtest 2008-01-02 21:56:25 -08:00
reed@reedloden.com
a998482bcb Bug 409636 - "autocomplete-richlistitem binding creates superfluous vbox" [p=dao@mozilla.com (Dão Gottwald) r=Neil a1.9=schrep] 2008-01-02 21:52:37 -08:00