Commit Graph

17530 Commits

Author SHA1 Message Date
roc+%cs.cmu.edu
46349537aa Bug 338770. Don't even start trying to split row groups unless we're paginated. r=bernd,sr=bzbarsky,a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201287 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-29 21:32:00 +00:00
mkaply%us.ibm.com
af7c0ea443 339220 (323669) - a=darin - Percent attribute values in userSpace gradients don't work
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201005 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-27 15:52:08 +00:00
brettw%gmail.com
70b4f9b5f1 Bug 337871 r+sr+a=roc Screen jumps around when spellchecking
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200969 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 22:45:04 +00:00
mkaply%us.ibm.com
dcb8cab8da 339220 (328137) - a=darin - 'ASSERTION: not a container' making one <svg:stop> a child of another
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200938 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 21:12:38 +00:00
mkaply%us.ibm.com
5affaf25fe 339220 (323753) - a=darin - initialise meetOrSlice variable properly
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200933 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 21:08:42 +00:00
mkaply%us.ibm.com
c105d17123 339220 (323704) - a=darin - Circular reference in 'clipPath' crashes browser instantly
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200932 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 21:06:27 +00:00
mkaply%us.ibm.com
1902fffc0e 339220 (322922) - a=darin - We have interface map entries for nsSupportsWeakReference!
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200913 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 20:04:16 +00:00
mkaply%us.ibm.com
7ae5c1d262 339220 (318379) - a=darin - Firefox 1.5 should not crash when viewing an SVG file, or a page embedding that file
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200910 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 19:59:41 +00:00
bryner%brianryner.com
7d039aabdc Clear the old child docshells when SetDOMDocument is called, so that they don't get persisted in session history before they're GC'd. Also, update SHEntry to hold strong references to the child docshells. Bug 319551, r=sicking sr=bzbarsky a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200899 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 18:50:09 +00:00
mkaply%us.ibm.com
a76ab4260d 339220 (315861) - a=darin - SVG Mouse events inhibited by clippath in proximity
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200884 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 18:05:40 +00:00
mkaply%us.ibm.com
d2ba62b370 339220 (312376) - a=darin - Repair textPath from bug 311063
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200883 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 18:02:08 +00:00
mkaply%us.ibm.com
21fb22ff5d 339220 (312269) - a=darin - marker leaves poopies along the 4 cardinal directions
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200882 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 17:58:55 +00:00
mkaply%us.ibm.com
009b7e4866 339220 (311063) - a=darin - Bogus assertions, and tspan attributes x/y/dx/dy aren't live
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200878 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 17:56:06 +00:00
pamg.bugs%gmail.com
f44cf40afe Bug 335872: <menupopup> within <toolbarbutton> ignores position. Patch by enndeakin@sympatico.ca, r+sr=roc, a181=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200780 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-24 01:24:15 +00:00
martijn.martijn%gmail.com
76f1bc189d Bug 246712 - Right click This Frame, but then quickly View Page Source causes crash, r+sr=bzbarsky, a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200765 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-23 23:16:56 +00:00
dveditz%cruzio.com
c6457ed035 bug 284219 addendum, incorporating biesi's review comments
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200675 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-23 07:49:53 +00:00
mats.palmgren%bredband.net
7eb5a19aaa Make sure to do a constrained reflow after having done an unconstrained one. b=305705 r+sr=bzbarsky a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200658 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-23 01:19:39 +00:00
roc+%cs.cmu.edu
11dcef6366 Bug 288357. Force abs-pos elements to always use the containing block's first-in-flow as parent. r+sr=dbaron,a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200645 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-22 22:56:01 +00:00
dveditz%cruzio.com
4f8722b7ce Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin, a=mconnor (1.8), a=jay (1.8.0)


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200612 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-22 19:13:02 +00:00
jst%mozilla.jstenback.com
abdd3dea57 Fixing bug 316159. Fix null-pointer dereference crash in WipeContainingBlock(). r+sr+a=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200475 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-20 23:13:04 +00:00
bmlk%gmx.de
4c44cad1f2 improve table colgroup pseudo frame handling, bug 333493, bug 325984 and bug 329900 r/sr/a=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200451 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-20 19:22:10 +00:00
dbaron%dbaron.org
502c65c2da Make conditions that cause additional pass for shrink wrap case less restrictive so that we do the additional pass inside a shrink-wrap scrollframe. b=325680 r+sr+a181=roc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200430 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-20 15:36:52 +00:00
mark%moxienet.com
31fed936ef 209989 After Find Again (Ctrl-G/F3), text highlighting color becomes green. Patch by Peter Kasting <pkasting@google.com>. r=mconnor sr=dbaron a/1.8.1=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200378 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-20 00:31:11 +00:00
smontagu%smontagu.org
9794b1298b Check for possible bidi continuations after the previous sibling. Bug 310267, r=uriber@gmail.com, sr+a=roc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200261 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-19 07:22:10 +00:00
roc+%cs.cmu.edu
1b9a33f9b8 Bug 303023. Treate EMBEDs with subdocuments (e.g. SVG) like IFRAME or OBJECT while printing. r+sr+a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200250 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-18 22:49:54 +00:00
roc+%cs.cmu.edu
887b8bdb94 Bug 331883. Restrict anonymous box selectors to UA stylesheets. r+sr=dbaron,bzbarsky,a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200248 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-18 22:46:41 +00:00
bmlk%gmx.de
c6f03c2db7 pseudo rowgroups might be wrapped in a scrollframe, bug 331679 r/sr=bzbarsky a=roc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200231 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-18 06:37:28 +00:00
bmlk%gmx.de
1d7913440a remove deadcode and fix a potential 0 deref, bug 333356 r/sr=bzbarsky a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200229 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-18 05:48:19 +00:00
cbiesinger%web.de
5fbc41dcd0 bug 333640 Use -z defs when linking libraries, so that unresolved symbols can
be found at link time rather than runtime
r+a=bsmedberg


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200191 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-17 15:16:14 +00:00
masayuki%d-toybox.com
765104cfac Bug 310124 Double border is incorrectly compressed when rendered; regression. r+sr=roc, branch181=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200188 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-17 09:51:23 +00:00
roc+%cs.cmu.edu
3ce0a5efc0 Fixing bustage
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200102 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-16 04:28:09 +00:00
roc+%cs.cmu.edu
2bec0c8d35 Bug 310668. Acquire tree scrollbar frames dynamically instead of storing a pointer persistently. r+sr+a=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200098 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-16 03:30:07 +00:00
nick.kreeger%park.edu
57500d69a6 Fix bug 324501, Search field input box renders with unnecessary boder. Patch by Smokey Ardisson <alqahira@mindspring.com> r=Chris Lawson, sr=smfr, dveditz=branch approval 1.8.0 and 1.8.1. Landing 1.8.0, 1.8, and trunk.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199946 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 03:45:42 +00:00
dbaron%dbaron.org
dfbc3216ea Bug 336791: land leak fixes that use nsIDOMGCParticipant to break cycles caused by JavaScript closures as XPCOM objects (bugs 241518, 319293, 319642, 322985, 323807, 323534, 325279, 326646, 339412, 206520, 321054, 339488). See individual bugs for reviewers. a181=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199932 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 03:15:48 +00:00
benjamin%smedbergs.us
5f0789c3d8 Bug 325100 - Move inspector binary bits to gklayout, r=dbaron a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199887 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-14 20:16:11 +00:00
tor%cs.brown.edu
1dee5ba327 Bug 340028 - <svg:image> rendering problems on Intel OS-X.
r=pedemonte, a=shaver


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199870 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-14 16:34:35 +00:00
Olli.Pettay%helsinki.fi
df68bc2bfe Bug 341297, Crash [@nsBoxObject::GetDocShell], r+sr+a=sicking
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199791 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-13 09:55:00 +00:00
(no author)
fe3c8b029a This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199772 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 22:55:30 +00:00
pedemont%us.ibm.com
3559b88286 Bug 339863 - Scriptable SVG interfaces inherit from non-scriptable interfaces. r/a=tor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199744 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 19:47:27 +00:00
joshmoz%gmail.com
a9ac94e115 selection highlight color changed in 0.5+ to no longer use system selection color. patch by Brion Vibber. b=240320 r=josh sr=roc a=roc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199743 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 19:40:11 +00:00
dbaron%dbaron.org
2ddd10ae47 Fix for bug 324865 (Move XMLHttpRequest to gklayout). Patch by Peter Van der Beken <peterv@propagandism.org>. r+sr=jst Merging to branch by dbaron. Old verbal a181=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199647 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-09 22:48:45 +00:00
(no author)
0be61c7c18 This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199447 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-07 20:47:12 +00:00
mats.palmgren%bredband.net
070291755a Use memmove() instead of memcpy() for potential overlapping regions. b=337896 r+sr+branch181=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198937 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-03 14:44:17 +00:00
bzbarsky%mit.edu
f6f30bfec0 Deal with the messed-up way changing any print-preview settings works by
ignoring random calls to TurnScriptingOn which are trying to turn it off when
it's already off. This way we only track the state when the first
TurnScriptingOff call came through. Bug 340119, r+sr+branch181=sicking


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198905 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-02 20:31:46 +00:00
gavin%gavinsharp.com
2179029c7e Bug 265871: rename JavaScript console to Error console, r+a181=mconnor, sr=bzbarsky (this file was forgotten in the initial branch checkin)
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198678 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 20:55:08 +00:00
Olli.Pettay%helsinki.fi
ddf9404d46 Bug 336978, Crash when window gets destroyed on pagehide event r+sr=bryner,a=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198621 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 06:38:13 +00:00
neil%parkwaycc.co.uk
8cbcf921f7 Bug 339232 Handle ContentAppended appending multiple elements r=enndeakin bsr=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198521 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-27 21:07:44 +00:00
bryner%brianryner.com
7a5aaabed3 Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr/a=jst a=mconnor.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198444 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 06:27:58 +00:00
(no author)
8abb3a4a08 This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198229 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-22 23:08:16 +00:00
brettw%gmail.com
9c1e2dc092 Bug 336679 r+a=roc Text disappears when spellchecking is on and Unicode text is defocused
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198178 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-22 19:08:11 +00:00