Commit Graph

9794 Commits

Author SHA1 Message Date
pkasting%google.com
c5b1cffa73 Bug 347200: Designmode documents are not spellchecked by default.
r=brettw
sr=bryner
a=beltzner on behalf of drivers


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206886 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-08 17:18:40 +00:00
mats.palmgren%bredband.net
48eb84f475 Pressing accesskey for label of checkbox should toggle it. b=346529 r+sr=bzbarsky a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206646 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-05 22:19:17 +00:00
bzbarsky%mit.edu
42148be636 Allow anonymous box selectrors in catalog sheets loaded via our doctype. Bug
347303, r+sr=roc, a=dbaron


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206635 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-05 02:33:58 +00:00
Olli.Pettay%helsinki.fi
30f63ccf6c Bug 330689, Crash after heavy reloading, using insert with xbl [@ ClassifyWrapper], r+a=dbaron, sr=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206596 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 18:14:57 +00:00
vladimir%pobox.com
b936b6e089 m=346421, drawImage causes incorrect clipping; backout previous patch, put in real fix in cairo win32 surface code. r=stuart,a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206594 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 18:13:38 +00:00
mrbkap%gmail.com
b778a7c85b Unbackingout these changes. They were not the source of the problem (see bug 346233)
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206457 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-03 00:47:52 +00:00
cvshook%sicking.cc
2870f0ab3e Bug 346233: Fix hang in range code. Don't use the same bit to indicate if we have ranges as if we're in a document. r=samantha sr=sparky a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206456 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-03 00:10:03 +00:00
mrbkap%gmail.com
84982d2f5c Backing out the XPConnect portions of bug 321299 to see if it helps the hang reported in bug 346233. r/sr=sicking a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206453 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-02 23:17:10 +00:00
pkasting%google.com
1e4719682f Bug 339127: Add spellcheck attribute, branch version.
r+sr=sicking
a=dbaron


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206364 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-02 01:38:48 +00:00
vladimir%pobox.com
cd3fa8c968 b=346421, drawImage causes incorrect clipping/invalidation in CSS-resized canvas, r=stuart,a=drivers
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206353 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-01 22:45:10 +00:00
dbaron%dbaron.org
a9a1afb88e Fix leak of nsMarkedJSFunctionHolder so that its destructor now cleans up a dangling pointer. b=345660 r+sr=sicking a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206348 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-01 22:19:28 +00:00
cvshook%sicking.cc
19eb97ef28 Bug 346167: Unregress plugins that use external protocols. r/sr=bz a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206202 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-31 20:55:48 +00:00
mkaply%us.ibm.com
ea58541966 339220 - r=tor, a=dbaron, implement SVGTSpanElement.getComputedTextLength
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206143 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-31 16:20:45 +00:00
brettw%gmail.com
56cb6af3e5 Bug 345099 r=uriber sr=bryner a=dbarin Sort ranges in selection for faster comparison.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@205089 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-28 22:06:53 +00:00
mats.palmgren%bredband.net
751ce97ac7 Don't assume DOM range start/end node QI's to nsIContent. b=345155 r+sr=bzbarsky a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@205069 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-28 18:53:58 +00:00
mrbkap%gmail.com
c559deaf12 Checking in the required patches for bug 321299 (again). This is the combined work of sicking, jst, and myself, a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@205017 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-28 01:00:57 +00:00
vladimir%pobox.com
08e8400bb2 b=346005, revert bug 296763 fix (remove implied moveTo from canvas beginPath), r=me,a=drivers
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@204993 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-27 21:57:18 +00:00
(no author)
3ee09e84c3 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@204989 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-27 21:46:35 +00:00
dbaron%dbaron.org
e9210f5170 Make document fragments QueryInterface to nsIDOMGCParticipant. b=344699 r+sr=jst a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@204939 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-27 17:25:55 +00:00
mozilla%weilbacher.org
51dc5abef4 [OS/2] Bug 342644: Activate SVG/Canvas for OS/2 on 1.8 branch, r=tor, sr=mkaply, a=drivers/beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203660 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-25 20:12:32 +00:00
dveditz%cruzio.com
7b1e2c684c Bug 343473: UniversalXPConnect privs should allow access to chrome DOM nodes
(regression from bug 340107). r=bzbarsky, sr=sicking, a=mconnor


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203599 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-25 01:04:33 +00:00
Olli.Pettay%helsinki.fi
0473dc0e26 Bug 337607, [@ nsEventStateManager::HandleAccessKey], r+sr=bz, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203537 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-24 19:27:35 +00:00
cvshook%sicking.cc
a0254ffac3 Bug 344895: Speed up ranges to improve speed of inline spellcheck. r/sr=bz a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203429 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-22 02:27:01 +00:00
mrbkap%gmail.com
d86e2e964f Backing this patch out to fix smoketest blockers.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203390 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-21 20:19:25 +00:00
mark%moxienet.com
c3b684bb76 319078 Handle smooth mousewheel (and two-finger touchpad) scrolling. r=josh sr=darin r,sr=roc a/1.8.1=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203366 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-21 15:25:03 +00:00
gavin%gavinsharp.com
aae5d17b77 Bug 340902: Split ui.key.generalAccessKey into prefs for content and chrome, patch by Simon Bünzli <zeniko@gmail.com>, r=mats.palmgren, sr=roc, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203357 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-21 12:44:39 +00:00
tor%cs.brown.edu
123cb23fb4 Bug 344378 - Implement nsSVGPathElement::GetPointAtLength for branch.
r=longsonr, sr=roc, a=beltzner


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203268 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 17:19:19 +00:00
mrbkap%gmail.com
783282fd69 Checking in the required patches for bug 321299. This is the combined work of sicking, jst, and myself, a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203266 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 17:14:11 +00:00
benjamin%smedbergs.us
b05094fd49 Safety patch from bug 344121 - Crashes at nsContentUtiuls::IsCallerChrome, r=jst a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203248 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 14:21:49 +00:00
bzbarsky%mit.edu
56319bb6db Go back to creating an inconsistent DOM and add a null-check elsewhere, because
the little mind of the focus code is blown by having no documentElement,
apparently. Bug 341730, r+sr=sicking, a=beltzner


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203221 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 03:20:49 +00:00
gavin%gavinsharp.com
8d63c2ce83 Bug 343182: Password Manager asks multiple times to save a password, patch by Michael Wu <michael.wu@mozilla.com>, r=jst, sr=bzbarsky, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203203 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 00:32:15 +00:00
vladimir%pobox.com
aa3a6a31ff b=344914, add more AutoGCRoot to canvas, really fixed this timecvs diff nsCanvasRenderingContext2D.cpp; r=mrbkap,sr=vlad,a=drivers
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203173 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-19 21:39:37 +00:00
uriber%gmail.com
6fe1176789 Add bindings for option-delete to delete next word. bug=285529 r=aaronlev sr=bzbarsky a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203167 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-19 21:06:33 +00:00
mats.palmgren%bredband.net
512566f099 Don't reset the selection when changing focus due to a mouse event, such as clicking a button. Patch by Aaron Leventhal <aaronleventhal@moonset.net>. b=310241 r=me sr=jst a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203166 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-19 20:41:37 +00:00
vladimir%pobox.com
ab6b03e7bb b=344914, potential crash in GetImageData due to unrooted JSObject, patch from bugzilla.20.scyt@spamgourmet.com; r=mrbkap,sr=vlad,a=drivers
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203129 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-19 18:24:19 +00:00
cvshook%sicking.cc
05625725a3 Bug 314985: Don't split textnodes when we're going to preform xslt on the result. r/sr=peterv a=shaver
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203040 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-18 23:14:48 +00:00
martijn.martijn%gmail.com
f4fb48c740 Bug 303730 - textareas in other tabs mess up focus in current tab, patch by chpe(at)gnome.org, r=jst, sr=bryner, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202317 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-18 12:13:09 +00:00
benjamin%smedbergs.us
238260dc86 Bug 331117 - Layout module should not shut down until all documents and windows have been released, r+a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202241 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-17 19:06:13 +00:00
jst%mozilla.jstenback.com
2ce0cf67e2 Fixing build bustage.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202101 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-13 23:27:26 +00:00
jst%mozilla.jstenback.com
889e94e6b7 Fixing bug 170477. Make XMLHttpRequest send a referrer. r=bugmail@sicking.cc, sr=darin@meer.net, a=mtschrep@gmail.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202100 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-13 23:21:46 +00:00
mrbkap%gmail.com
d4be052cad JS1.7 landing. r=brendan a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201733 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-07 02:12:03 +00:00
myk%mozilla.org
fdd22e434d Support for inline spellchecking for designMode
Patch by Neil Deakin.
bug=333038
r=pkasting
a=schrep on behalf of drivers for 1.8 branch


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201729 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-07 01:42:40 +00:00
cvshook%sicking.cc
b3a916cc60 Bug 342274: Add ability to block loading of external documents during transformation. r/sr=peterv (parts by myk, r/sr=me) a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201727 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-07 01:06:03 +00:00
dveditz%cruzio.com
1fa35041d9 bug 340107 save wasted cycles checking permissions if we're just going to deny access anyway. r=mrbkap, sr=sicking, a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201709 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-06 21:07:15 +00:00
cvshook%sicking.cc
baf3bc67f3 Bug 181860: Don't load uris from external protocols when loading images, stylesheets and such. r/sr=darin a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201630 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-05 23:47:39 +00:00
leon.sha%sun.com
0c600c92a9 Bug 315859 Crash when using any arrow key on a radio input enclosed in a fieldset, and radio name is the same than fieldset id [@ nsHTMLFormElement::GetNextRadioButton].
Patch by alfred.peng@sun.com
mats.palmgren: review+
neil: superreview+
dbaron: approval1.8.1+


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201475 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-03 05:13:18 +00:00
bzbarsky%mit.edu
8c8f341fdf Make the innerHTML getter serialize all HTML-like content (text, etc) as HTML.
Bug 340800, r+sr=peterv, a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201414 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-01 04:15:05 +00:00
roc+%cs.cmu.edu
f46e1dfc48 Bug 342961. Trust SVG stylesheet. r+sr=dbaron,a=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201285 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-29 21:22:09 +00:00
bzbarsky%mit.edu
eb4a8063aa Use the principal of the node, not the URI, for the security check. Bug
343065, r+sr=peterv, a=schrep


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201249 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-29 18:26:53 +00:00
bzbarsky%mit.edu
3ffbf1650f Make documents be consistent with docshell wrt what the actual document URI
is. Bug 335457, r=dveditz, sr=jst, a=mconnor


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201095 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-28 15:37:04 +00:00