Commit Graph

12372 Commits

Author SHA1 Message Date
longsonr@gmail.com
a48b04f245 Bug 406312 - textPath startOffset does not react to DOM changes. r=tor,sr=roc,a1.9=tor 2007-12-03 22:51:36 -08:00
tor@cs.brown.edu
a79c52724d Bug 370006 - svg doesn't get scaled up on high resolution displays. r=jwatt, sr=roc 2007-12-03 20:40:52 -08:00
jst@mozilla.org
d91b8ab657 Fixing bug 406692. Speed up nsNodeSH::PreCreate(). r+sr=peterv@propagandism.org, a=jonas@sickin.cc 2007-12-03 19:49:33 -08:00
bzbarsky@mit.edu
ca8e765bfe Propagate the node's principal as the owner to <object> loads as needed, and allow <object data="javascript:"> to work. Bug 353334 and bug 300263, r=biesi, sr=jst, a=dsicore 2007-12-03 13:57:17 -08:00
bzbarsky@mit.edu
6749e64aee Add a way to extract the charset and the position of the charset parameter from a content-type header. Use this in XMLHttpRequest to not clobber the non-charset parameters and not clobber the charset if it's already what we'll set, up to case. Apparently some broken servers are case-sensitive when looking at charsets! Bug 393968 (wherein the patch lies) and bug 397234, r+sr=biesi 2007-12-03 13:34:44 -08:00
peterv@propagandism.org
f7abd55e2b Fix for bug 406361 (Large leak with <svg:use patternTransform>). r/sr/a=sicking. 2007-12-03 09:50:02 -08:00
roc+@cs.cmu.edu
b59ab6a038 Bug 403426. We should clear whitespace status when we reset the linebreaker. If a final break opportunity exists we should save it and forward it to the line layout. Relanding with a fix so hopefully we won't crash Tp this time. r=smontagu 2007-12-03 00:22:07 -08:00
jonas@sicking.cc
004ba2ffc2 Bug 397828: Make window.document and document.open no longer be allAccess 2007-12-02 22:35:47 -08:00
ginn.chen@sun.com
c8fc7a26b4 Bug 405094 Tooltip doesn't disappear anymore when hovering over it r+sr=roc a=beltzner 2007-12-02 21:46:22 -08:00
bzbarsky@mit.edu
9776bb1760 Fix bug 390565. r+sr=mrbkap 2007-12-02 18:29:48 -08:00
bzbarsky@mit.edu
1a94cbc8c9 I think the test box was just on crack 2007-12-02 17:35:44 -08:00
bzbarsky@mit.edu
724b719ea9 Trying for more tinderbox debugging 2007-12-02 16:00:26 -08:00
bzbarsky@mit.edu
d277b0c075 Silly test to see what the mac orange is about 2007-12-02 15:18:44 -08:00
bzbarsky@mit.edu
057155e2c2 Relanding without the test just to make sure this is in fact what's breaking stuff 2007-12-02 14:27:11 -08:00
bzbarsky@mit.edu
1c90420fcc Backing out to see whether it somehow fixes the orange 2007-12-02 14:02:47 -08:00
bzbarsky@mit.edu
57740f0c37 Fix handling of <script> of unknown type to not screw up the content model. Bug 401946, r+sr=jst 2007-12-02 11:22:14 -08:00
jonas@sicking.cc
9af3db26f7 backing out due to test failures 2007-12-01 10:56:00 -08:00
jonas@sicking.cc
b8e5a0e2ea Bug 397828: Make window.document and document.open no longer be allAccess 2007-12-01 10:24:24 -08:00
mats.palmgren@bredband.net
91a44c37a7 Lookup default script language on the script global object when there is no root content. b=405182 r+sr=jst a=blocking1.9 2007-12-01 03:10:12 -08:00
reed@reedloden.com
093bf33685 Bug 406001 - "Remove extraneous semicolons in nsXMLHttpRequest.cpp" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) a1.9=damons] 2007-11-30 23:16:15 -08:00
reed@reedloden.com
148f6eb716 Bug 405069 - "Running xpathgen tests: ###!!! ASSERTION: called nsGenericElement::TextLength: 'Not Reached', file /home/ajvincent/beta/mozilla/content/base/src/nsGenericElement.cpp, line 3971" [p=ajvincent@gmail.com (Alex Vincent) r+sr=sicking a1.9=damons] 2007-11-30 22:45:49 -08:00
reed@reedloden.com
367f8cc562 Backing out patches for bugs 405069 and 346079 to track down perf regression. 2007-11-30 18:23:27 -08:00
roc+@cs.cmu.edu
78e5e7145e Backing out more of 403426. sigh 2007-11-30 13:04:24 -08:00
reed@reedloden.com
9d3efadb31 Bug 405069 - "Running xpathgen tests: ###!!! ASSERTION: called nsGenericElement::TextLength: 'Not Reached', file /home/ajvincent/beta/mozilla/content/base/src/nsGenericElement.cpp, line 3971" [p=ajvincent@gmail.com (Alex Vincent) r+sr=sicking a1.9=damons] 2007-11-30 12:06:18 -08:00
roc+@cs.cmu.edu
d8d80a602f Bug 403426. Clear break-after-whitespace flags when we reset the linebreaker. Also rescue a trailing break opportunity when we reset the line breaker and notify the line layout that the opportunity exists. r=smontagu 2007-11-30 12:03:33 -08:00
peterv@propagandism.org
46a137c59e Fix for bug 406106 (Large leak with XSLTProcessor.setParameter). r/sr/a=sicking. 2007-11-30 11:10:03 -08:00
peterv@propagandism.org
fa959fa2e1 Fix for bug 405639 (Dynamically created <svg:use> reference loop causes nsGenericElement leak). r/sr/a=sicking. 2007-11-30 10:41:10 -08:00
jonas@sicking.cc
72c3e3035b Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-30 09:57:03 -08:00
bzbarsky@mit.edu
8e7c749534 Remove unused variable. No bug, r+sr+a-ish=roc on irc. 2007-11-29 20:49:17 -08:00
jonas@sicking.cc
929e6f34af Backing out due to mochitest failure 2007-11-29 01:34:51 -08:00
jonas@sicking.cc
32cfa72536 Revert to earlier version of patch to try to fix orange 2007-11-29 01:25:22 -08:00
jonas@sicking.cc
15dba1f064 Fix build bustage 2007-11-29 00:57:07 -08:00
jonas@sicking.cc
33299d3be4 Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-29 00:41:25 -08:00
peterv@propagandism.org
8c1798748b Fix for bug 404320 (FormatBlock doesn't work correctly will break existing Midas implementations). r/sr=jst, a=beltzner. 2007-11-28 15:38:20 -08:00
neil@parkwaycc.co.uk
f411864ef7 Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner 2007-11-28 12:14:12 -08:00
longsonr@gmail.com
4fb47a9ae9 Bug 404740 - Small performance improvement for feComposite filter. r+sr=tor,a1.9=mtschrep 2007-11-28 03:19:19 -08:00
Olli.Pettay@helsinki.fi
d85685e7ae Bug 405632, can't pan maps by dragging on maps.live.com , r+sr=jst, a=sicking 2007-11-28 01:16:01 -08:00
reed@reedloden.com
9c2b6d8aa0 Bug 405181 - "nsIDOMNSRange.isPointInRange probably shouldn't throw WRONG_DOCUMENT_ERR" [p=ajvincent@gmail.com (Alex Vincent) r+sr+a1.9=sicking] 2007-11-28 00:45:44 -08:00
mrbkap@gmail.com
ec1cd4b887 Propagate exceptions when they occur to avoid assertions. bug 393813, r+sr=jst a=schrep 2007-11-27 16:52:37 -08:00
Olli.Pettay@helsinki.fi
063f955987 Bug 401907, Running Help->Check for updates... leaks, r+sr=bz, a=beltzner 2007-11-27 12:02:42 -08:00
dcamp@mozilla.com
d7bccf6f0d fix test bustage from bug 369814. 2007-11-26 22:40:07 -08:00
longsonr@gmail.com
d8b650c73e Bug 387466 - Bug 309020 (SVG references breaks when used inside XBL) has regressed. r+sr=roc,a1.9=blocking1.9+ 2007-11-26 02:23:19 -08:00
Olli.Pettay@helsinki.fi
a0a74f16e7 Bug 368760, r=mats, sr=roc, a=blocking1.9+ 2007-11-22 12:47:33 -08:00
bugzilla@standard8.plus.com
135a92dada Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content (part 2) r/sr=jst,a=mtschrep 2007-11-22 10:50:59 -08:00
longsonr@gmail.com
c167e7ed65 Bug 378860 - If setAttribute sets an invalid value, the attribute default should be used. r=tor,sr=roc,a1.9=tor 2007-11-22 00:54:31 -08:00
uriber@gmail.com
9f4ec7cc62 Remove up-arrow and down-arrow bindings in input fields. bug=294642 ui-r:beltzner r+sr:neil@parkwaycc.co.uk a19:mtschrep 2007-11-21 23:32:33 -08:00
bzbarsky@mit.edu
eea905a151 Make getElementById in HTML always return the first node in document order. Bug 403868, r+sr=sicking 2007-11-21 18:28:47 -08:00
bzbarsky@mit.edu
8da3f16fa9 Fix very long-standing bug with incorrect insertion indices reported by the HTML content sink. Bug 404553, r+sr=peterv, a=schrep 2007-11-21 12:57:49 -08:00
Olli.Pettay@helsinki.fi
42e605e3e5 Bug 401528, Must click twice to open link if fixed positioned div is removed on onmouseup: clicks pass through, r+sr=roc, a=blocking1.9+ 2007-11-20 14:30:27 -08:00
peterv@propagandism.org
b5dbd746c2 Fix for bug 404419 (XML not displayed). r/sr=bz. 2007-11-20 10:50:12 -08:00