Commit Graph

4268 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
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
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
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
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
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
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
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
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
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
gavin%gavinsharp.com
7b67b7e882 Bug 257781: notify password manager about form submission before onsubmit, so that the pre-script value is saved, patch by Michael Wu <michael.wu@mozilla.com>, r=jst, sr=sicking, a181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200877 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 17:55:58 +00:00
martijn.martijn%gmail.com
5698c3d1d7 combined patch for branch for bug 333922 and bug 197305, r+sr=bzbarsky, a=sicking
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200477 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-20 23:28:57 +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
ginn.chen%sun.com
ae14266e9b Bug 335900 no state change event fired when take action on HTML input
element
r+sr=roc a=roc


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198138 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-22 03:46:19 +00:00
cvshook%sicking.cc
d0f6fcd9d9 Bug 194387: Support setting xslt parameters when transforming using a PI. r/sr/a=peterv
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198114 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-21 15:18:33 +00:00
vladimir%pobox.com
b220ec91dc b=338407, uplift image encoder support to 1.8, r+a=stuart
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198086 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-20 17:20:49 +00:00
peterv%propagandism.org
0e46c8278f Fix for bug 286132 (xml-stylesheet PI doesn't handle href attribute as in specification). r=sicking, sr=bz, a=sicking.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196671 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-16 13:54:52 +00:00
smontagu%smontagu.org
80d515ef45 Don't propagate encoding up to the parent document viewer. Bug 315381, r+sr+a=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196663 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-16 10:45:03 +00:00
gavin%gavinsharp.com
74e8d73a21 Bug 337970: assert that the bookmarks charset resolver doesn't ask to be notified of the final resolved charset, since we can't currently notify, r+sr=bzbarsky Bug 337970: don't pass null to RequestCharset, r+sr+a181=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196553 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-15 17:56:31 +00:00
gavin%gavinsharp.com
4429e73f54 Bug 337970: don't pass null to RequestCharset, r+sr+a181=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196552 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-15 17:54:58 +00:00
bzbarsky%mit.edu
b005520f9e Don't trim whitespace off hidden input values. Bug 114997, patch by Steuard
Jensen <steuard+moz@slimy.com>, r=sicking, sr=bzbarsky, branch181=bzbarsky


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196541 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-15 17:28:21 +00:00
vladimir%pobox.com
00d9c664e8 b=333613, update canvas on branch, r+sr=roc,a=shaver
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196029 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-05 16:17:09 +00:00
bzbarsky%mit.edu
0ec18b5dd7 Don't half-support document.write in XHTML. Bug 332848, r=mrbkap, jst, sr=dvediz, a=dvediz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195934 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-03 21:20:14 +00:00
cvshook%sicking.cc
bbf198c005 Bug 334977: Separate mValue from mFileName. r/sr/a=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195701 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-29 00:23:04 +00:00
bzbarsky%mit.edu
3ffde28d34 Make sure the write termination function only terminates the parser that was
active when it was set. Bug 331620, r=mrbkap, sr+branch181=jst


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195327 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 02:36:03 +00:00
bryner%brianryner.com
cd4bcd65ff Fix focus-stealing for button elements (bug 299677). Patch by darin, r=me sr=dveditz b181=me.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195030 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-21 02:11:59 +00:00
cvshook%sicking.cc
84461ae293 Fix orange by merging in the right version of the trunk patch
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194987 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 19:36:56 +00:00
cvshook%sicking.cc
47cd11223d Bug 325426: Only use baseuris as base for resolving relative uris. r=bz sr=jst a=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194961 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 08:28:13 +00:00
cvshook%sicking.cc
1bebc2062c Bug 324918. Make nsHTMLSelectElement deal better with options in unknown children. r=bz sr=jst a=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194954 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 05:30:32 +00:00
cvshook%sicking.cc
254b7e81ef Make elements deal better with various evil DOM mutations. Fixes bugs 325730, 330084, and 330925. Patches by me and bz. r/sr=me,bz,jst a=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194739 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-19 23:55:41 +00:00
dbaron%dbaron.org
2b3920f622 Null-check mBodyContent. b=334080 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194453 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-15 07:21:41 +00:00
Olli.Pettay%helsinki.fi
e22d2b2201 Bug 330494, warn about using NN4 event handling and preventBubble and preventCapture method. a=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194145 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-11 17:15:14 +00:00
mrbkap%gmail.com
d3cf53f48f Set mStackPos early to avoid bad re-entrancy problems when inserting the new content into its parent does something interesting. bug 332971, r=jst sr=sicking a181=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193896 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-08 00:58:31 +00:00
Olli.Pettay%helsinki.fi
64f19b2340 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193803 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-07 08:12:30 +00:00
Olli.Pettay%helsinki.fi
df88d6ec4c Bug 328566, r+sr=bz, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191404 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 16:43:42 +00:00
timeless%mozdev.org
db4dc8a2a5 Bug 320498 Fix NewChannel impls to handle null in argument
r=darin sr=darin a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190095 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-15 09:18:01 +00:00
bzbarsky%mit.edu
8f29d6b6dd Better mType management when type changes. Bug 325947, r=sicking, sr=dveditz, branc181=sicking, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189578 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-10 21:06:26 +00:00
bzbarsky%mit.edu
a46e7c6906 Fix init of HTML documents to set the right case-sensitivity on the CSS parser
even for XSLT. Bug 322461, r+sr=jst, a=dveditz


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187261 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-10 22:05:38 +00:00
mrbkap%gmail.com
f3e1cbb44b bug 321558: void the title in document.open so that titles written out by script are respected. r+sr=bzbarsky a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187095 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-06 22:08:32 +00:00
mrbkap%gmail.com
d2be8fd392 bug 316049: Hold strong refs to the shell so that flushing doesn't cause it to go away too early. r+sr=jst a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187093 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-06 22:02:47 +00:00
bzbarsky%mit.edu
eef9eee04d Fix DOMAttrModified event regression bug 314343. Patch by Martijn Wargers
<martijn.martijn@gmail.com>, r=sicking, sr=bzbarsky, a=schrep


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@184082 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-03 04:50:45 +00:00
bzbarsky%mit.edu
8d5cef2bb7 Make sure to only treat the outermost frameset as body-like. Bug 312942,
r+sr=jst, a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182680 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-21 02:20:31 +00:00
bzbarsky%mit.edu
6e106035e6 Make sure to notify for frameset like we do for body. Bug 312097, r=sicking,
sr=jst, a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182360 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-17 02:53:51 +00:00
bryner%brianryner.com
16d9438074 Make sure plugin focus logic only apples for applet, object, and embed elements. Bug 311111, r+sr=bzbarsky, a=mscott.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181635 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-05 00:36:30 +00:00
aaronleventhal%moonset.net
13707a1bac Bug 310626. Flash text input broken. r+sr=bryner, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181524 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-04 01:10:15 +00:00
dveditz%cruzio.com
aaa628049f locationless windows need hostname in titlebar (match 1.0x -- bug 304388) r=mconnor/jruderman, sr=bzbarsky, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181396 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-01 05:20:11 +00:00
bzbarsky%mit.edu
c629095a74 Make nsDocument::InsertBefore and nsDocument::ReplaceChild do the right thing
as far as removing kids from their old parent, working with document fragments,
etc. Mostly just makes nsDocument and nsGenericElement share code. Bug 278472,
r=peterv, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181384 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-01 02:05:27 +00:00