Commit Graph

185322 Commits

Author SHA1 Message Date
karlt+@karlt.net
e25c30f8ca Bug 326594 - Consider using backtrace() for Unix stack traces: Add safety checks to i386/ppc unwind and use libgcc_s for amd64 and others r=dbaron,bsmedberg a=schrep 2007-11-11 20:45:40 -08:00
karlt+@karlt.net
e683f4ac9b Bug 324857 - MathML all screwed up in Cairo builds: implement nsIRenderingContext::GetBoundingMetrics() p=steve.swanson@mackichan.com and karlt, r=pavlov a=blocking1.9+ 2007-11-11 20:39:17 -08:00
roc+@cs.cmu.edu
75849e68ff Backing out bug 375304 because of reftest failure 2007-11-11 19:40:27 -08:00
roc+@cs.cmu.edu
f0e32202af Bug 375304. Fix absolute positioning for scrolled abs-pos containers with weird height constraints. patch by Eli Friedman, r+sr=roc 2007-11-11 18:19:35 -08:00
roc+@cs.cmu.edu
909f85c005 Bug 389707. Rework text-transform:capitalize by putting logic to decide what to capitalize into nsLineBreaker. r=smontagu 2007-11-11 17:51:31 -08:00
roc+@cs.cmu.edu
588aa98f7d Bug 397428. Return 'complete' on *all* paths whenever we push a rowgroup to the next page. r=bernd,sr=bzbarsky,a=schrep 2007-11-11 17:45:56 -08:00
aaronleventhal@moonset.net
e81912ab39 Bug 343137. Multiple ARIA role support inconsistent with ARIA spec. r=surkov, sr=neil, a=dsicore 2007-11-11 17:05:37 -08:00
bzbarsky@mit.edu
0b3d9907c6 Don't assume that GetPrimaryFrameFor actually works correctly. Bug 403245, r+sr+a=roc 2007-11-11 16:47:50 -08:00
edward.lee@engineering.uiuc.edu
bcc81a3458 Bug 400493 - Track download finish time in Download UI. r=sdwilsh, a1.9=mconnor 2007-11-11 15:58:50 -08:00
edward.lee@engineering.uiuc.edu
2be4924049 Bug 400617 - Include eTLD + 1 for failed, canceled, blocked downloads. r=sdwilsh, a1.9=schrep 2007-11-11 15:56:14 -08:00
edward.lee@engineering.uiuc.edu
6b11207a93 Bug 223895 - Completed downloads should include size and TLD instead of "Done". r=sdwilsh, r=dwitte, b-ff3=beltzner, a1.9=beltzner 2007-11-11 15:52:49 -08:00
edward.lee@engineering.uiuc.edu
39be0419a4 Bug 400616 - Alias Ci.nsIDownloadManager to nsIDM, clean spaces, fix headings. r=sdwilsh, a1.9=mconnor 2007-11-11 15:48:43 -08:00
jruderman@hmc.edu
0211ef9afc Relanding Mats Palmgren's patch: Remove unused nsIFocusController::GetPopupEvent/SetPopupEvent methods. b=400104 r+sr=bzbarsky a=dsicore 2007-11-11 14:48:43 -08:00
jruderman@hmc.edu
7e686e1ca5 Relanding Mats Palmgren's patch: Call PerformAccesskey() on the controlled element in case it's not a nsIDOMXULElement. b=400774 r=surkov.alexander sr=jst a=dsicore 2007-11-11 14:44:48 -08:00
smontagu@smontagu.org
2f2b586966 Typo fix 2007-11-11 13:29:38 -08:00
smontagu@smontagu.org
d86932ff11 Mark failing and unexpectedly passing tests as random 2007-11-11 12:59:23 -08:00
pavlov@pavlov.net
5136dde36e bug 403280. convert nsLayoutUtils::DoCompareTreePosition from an nsAutoVoidArray to a larger nsAutoTArray convert nsContentUtils::ComparePoints from an nsTArray to an nsAutoTArray r/sr/a=sicking 2007-11-11 12:35:30 -08:00
pavlov@pavlov.net
12549d2ffd bug 403287. use an nsAutoTArray instead of an nsVoidArray to avoid heap allocations. r/sr=roc a=schrep 2007-11-11 12:31:39 -08:00
gavin@gavinsharp.com
a965161084 Remove DOS newline introduced by the patch for bug 395534 2007-11-11 12:25:34 -08:00
smontagu@smontagu.org
72efa0c82d Testcase for bug 134911 2007-11-11 12:03:33 -08:00
smontagu@smontagu.org
d1a53f72e8 Define langgroups for all charset decoders 2007-11-11 11:52:33 -08:00
smontagu@smontagu.org
0b73a0cc1c Preserve history on charset reload. Bug 134911, r+sr=bz, a=roc 2007-11-11 11:48:09 -08:00
smontagu@smontagu.org
bf99c0bd51 Clear first-letter state when leaving the first-letter frame inserted by the frame constructor. Bug 402380, r+sr+blocking1.9=roc 2007-11-11 11:44:33 -08:00
aaronleventhal@moonset.net
70475edc47 Bug 397219. ab not moving focus relative to caret when caret inside label. r=mats, sr=neil, a=roc. Checking back in -- this wasn't the cause of the orange. 2007-11-11 11:42:11 -08:00
smontagu@smontagu.org
16a0080fcf Go back to adding bidi overrides to text-runs. Prevents assertions and a regression in shaping LTR Arabic. Bug 402427, r+sr=roc, blocking1.9=pavlov 2007-11-11 11:40:34 -08:00
smontagu@smontagu.org
5231018ebe Testcase for bug 399951 2007-11-11 11:35:23 -08:00
smontagu@smontagu.org
9034f3b8b8 Do AdjustOffsetsForBidi after RemoveBidiContinuation so that we have up-to-date information about which continuations are fluid and which are non-fluid. Bug 397961, r=uriber, sr+blocking1.9=roc 2007-11-11 11:34:06 -08:00
bzbarsky@mit.edu
a9fca9d0ef Base our referrer on the URI of the principal executing the code, not on the URI of the document currently loaded in the window associated to the context we're running on. Bug 402649, r+sr=jst 2007-11-11 11:11:25 -08:00
bzbarsky@mit.edu
50b5d2c559 When invalidating the canvas, do a DEFERRED view batch to prevent us entering reflow under frame construction. Bug 402713, r+sr=roc, a=schrep 2007-11-11 11:09:45 -08:00
bzbarsky@mit.edu
89ecb9cd7d Give placeholders for out-of-flow tables the right parent style context. Bug 403175, r+sr+roc, a=schrep 2007-11-11 11:07:11 -08:00
bent.mozilla@gmail.com
ab236ce48c Bug 308429 - "make tooMuchGC dynamic (runtime gczeal option)". r+sr=jst, a=schrep. 2007-11-11 10:59:28 -08:00
bent.mozilla@gmail.com
491c9c1063 Bug 396369 - "Overload forget method on nsCOMPtr/nsRefPtr to work with out parameters". r=dbaron, sr=bsmedberg, a=damons. 2007-11-11 10:56:45 -08:00
sspitzer@mozilla.org
124fe70e86 fix for bug #402668: reduce Ts by initially hiding editBookmarkPanel and autocomplete panel r=gavin, a=schrep 2007-11-11 10:36:52 -08:00
sspitzer@mozilla.org
4b40a9e1ef fix for bug #402703: Favicons for tag matches in autocomplete aren't resized r=dietrich, a=schrep 2007-11-11 10:25:45 -08:00
ted.mielczarek@gmail.com
b81316b9a1 bug 403400 - isTest should ignore ^headers^ files, committing as bustage fix 2007-11-11 09:44:50 -08:00
ted.mielczarek@gmail.com
b69a049070 bug 402150 - Buffer overrun [@ nsDocument::RetrieveRelevantHeaders] at provided URL (mochitest). r=jst 2007-11-11 08:50:02 -08:00
jruderman@hmc.edu
ecbca909c9 Let's see if backing out bug 397219 fixes the orange. 2007-11-10 20:16:50 -08:00
jruderman@hmc.edu
e3f6cc5a3e Tix fypo. 2007-11-10 18:43:32 -08:00
jruderman@hmc.edu
11ba402080 Backing out bug 402853 to see if it fixes orange. 2007-11-10 18:42:18 -08:00
jruderman@hmc.edu
55b0fdc21c Back out the patch from bug 400104 to see if it fixes the orange. 2007-11-10 17:48:05 -08:00
reed@reedloden.com
a47772b1bc Remove extraneous space to cause unit test machines to build. 2007-11-10 14:49:09 -08:00
reed@reedloden.com
fce0f259e9 Backed out bug 400774 to see if it is the cause of the Window unit test oranges. 2007-11-10 14:04:36 -08:00
bzbarsky@mit.edu
643e748fc6 Fixing comment 2007-11-09 22:26:58 -08:00
jruderman@hmc.edu
a9ee67af3e Fix typo. 2007-11-09 20:24:42 -08:00
mats.palmgren@bredband.net
a641627d36 Backing out relevant part of bug 402198 to see if it fixes Orange on Windows Tinderbox... 2007-11-09 20:23:26 -08:00
sspitzer@mozilla.org
f737d172cc backing out, tree's closed 2007-11-09 17:46:10 -08:00
sspitzer@mozilla.org
a7970f33e9 fix for bug #402668: reduce Ts by initially hiding editBookmarkPanel and autocomplete panel. r=gavin, a=schrep 2007-11-09 17:43:14 -08:00
sspitzer@mozilla.org
aa16c6429e fix for bug #402703: Favicons for tag matches in autocomplete aren't resized r=dietrich, a=schrep 2007-11-09 17:27:12 -08:00
mats.palmgren@bredband.net
1f1d8063e4 Remove unused nsIFocusController::GetPopupEvent/SetPopupEvent methods. b=400104 r+sr=bzbarsky a=dsicore 2007-11-09 17:11:31 -08:00
mats.palmgren@bredband.net
5bdbf229c0 Call PerformAccesskey() on the controlled element in case it's not a nsIDOMXULElement. b=400774 r=surkov.alexander sr=jst a=dsicore 2007-11-09 17:03:36 -08:00