Граф коммитов

7108 Коммитов

Автор SHA1 Сообщение Дата
aaronl%netscape.com d618542d85 Bug 167921 - allow web pages to use preventDefault so that typeaheadfind doesn't interfere with them. r=kyle, sr=brendan. Also fixes bug 165315 - typeaheadfind shouldn't hardcode kbd shortcuts, bug 77704 - add accelerator for find prev (also added menu item). Also fixes bug 167783 - ctrl+g for typeaheadfind after repeating characters. Also fixes bug 168408 - backspace after bad character typed should do the right thing, but don't add bad characters to buffer. Also fixes bug 71832 - add F3 for find next (also shift+F3). Bug 157669 - Alt+D to select location bar (IE keyboard compatibility), r=sgehani, sr=hewitt 2002-09-24 22:46:50 +00:00
glazman%netscape.com 4e4c744b19 Add support for :-moz-selection CSS3 pseudo-element. See test case in bug. Should become ::selection once support for '::' parsing is implemented; b=167068, r=mjudge, sr=kin 2002-09-24 08:13:05 +00:00
hyatt%netscape.com 667c0366cf Enable add-on chrome packages to ne disabled without being uninstalled. Bug 170432, r=blake, sr=brendan 2002-09-24 02:07:20 +00:00
dbaron%fas.harvard.edu c47e593427 Fix leaks from nsDocument::mPrincipal by making it an nsCOMPtr. b=170201 r=mstoltz sr=jst 2002-09-24 01:27:44 +00:00
hyatt%netscape.com e8710c1495 Fix for 169373, make HTML form controls fully support native look on Windows XP. r/sr=hewitt/blake 2002-09-21 01:03:38 +00:00
leaf%mozilla.org cb3b34050d removing file from bogus file copy. file shouldn't be in this location! 2002-09-20 23:18:04 +00:00
peterv%netscape.com 7a93a8cbf1 Fix for bug 163810 (Option Object created, own properties added, but Mozilla "forgets" them after some time.). r=sicking, sr=jst. 2002-09-20 13:40:53 +00:00
shanjian%netscape.com 5ed0f33e34 #169858 Browser--Can not login CMB website.
Populate frameset charset source of post doc to disable autodetection.
r=jkeiser, jebak, sr=jst.
2002-09-20 09:24:54 +00:00
akkana%netscape.com e05f7989b0 169756: in text-control mode, tab to password fields too. r=glazman sr=sfraser 2002-09-20 04:10:55 +00:00
jfrancis%netscape.com 98237be579 fix for 167893: ordered list not pasted properly. r=cmanske, sr=kin 2002-09-20 02:27:19 +00:00
rods%netscape.com 16849ef0da Change STF to use an unconstrainad reflow instead of searching for the widest frame
Bug 168961 r=dcone sr=kin
2002-09-19 21:45:07 +00:00
timeless%mac.com 05980fda98 Bug 168881 No more syntax highlighting for XML files, possible crashes in nsContentDLF::CreateInstance
r=rbs sr=jst
2002-09-19 14:25:53 +00:00
rpotts%netscape.com 800f0c121d fixing build bustage... 2002-09-19 00:13:40 +00:00
jst%netscape.com 139203b942 Fixing bug 168371. Cleaning up nsHTMLContentSink.cpp, I'll now get to own this whole file! r=caillon@returnzero.com, rs=rpotts@netscape.com 2002-09-18 23:31:08 +00:00
rpotts%netscape.com a87e45789b bug #93015 (r=darin/sr=jst) First patch that cleans up imglib use of LoadFlags and channel attributes... 2002-09-18 22:08:12 +00:00
mkaply%us.ibm.com ae77c7ad6b PR_FALSE people NOT false 2002-09-18 22:05:09 +00:00
akkana%netscape.com 75743aa0f0 140612: Introduce tab usage pref accessibility.tabfocus, to allow tab to go only to form elements or only to text controls. (r,sr)=(bryner,sfraser) 2002-09-18 21:24:57 +00:00
shanjian%netscape.com 61960c32b4 #152814 detecting BOM when loading script
r=ftang, sr=jst
2002-09-18 19:44:19 +00:00
rpotts%netscape.com b5533b4cc8 bug #145579 (r=darin, sr=jst) send the correct referrer for images... 2002-09-17 18:59:41 +00:00
t_mutreja%yahoo.com 13d99d5242 Bug:131916(HTML list, <dl>, loses formatting when cut and pasted to text or File / SavePage As... text)
Patch:t_mutreja@yahoo.com, r=akkana, sr=heikki
2002-09-17 05:41:11 +00:00
alecf%netscape.com b15e45e72d re-fix bug 166147 - autoinitialize mRefCnt to 0 for more efficient constructors
r=dougt, sr=jag, this time including some CSS stuff that has 31-bit refcounts.
2002-09-17 04:49:28 +00:00
alecf%netscape.com 7c03517f4d backing out my fix to 166147 to see if it fixes orange 2002-09-16 23:48:12 +00:00
jkeiser%netscape.com 7a4fb99bb1 Make input type=image only submit once when the image doesn't exist (bug 167664), r=rods@netscape.com, sr=bzbarsky@mit.edu 2002-09-16 21:52:16 +00:00
jkeiser%netscape.com 3398fd541e Make multiple HEAD tags work, and fix form to work with it too (patch by harishd@netscape.com, bug 141537), r=jkeiser@netscape.com, sr=jst@netscape.com 2002-09-16 21:48:25 +00:00
alecf%netscape.com 5af36705e8 fix for bug 166147 - autoinitialize mRefCnt to 0 by using a wrapper class, a la Don Box
also clean up consumers which were using postfix decrement
r=dougt, sr=jag
2002-09-16 20:59:52 +00:00
jkeiser%netscape.com ac086155e9 Backing out fix to bug 162572 to see if it fixes btek pageload numbers 2002-09-16 19:45:59 +00:00
dbaron%fas.harvard.edu bb3bc24926 Fix matching of class selectors on XML elements (pending a better patch that cleans up the NS_COMFALSE-using API). b=168596 r=sicking sr=bzbarsky 2002-09-16 14:17:18 +00:00
jkeiser%netscape.com 287e8c1516 Allow nsHTMLValue to store embedded nulls (bug 162572), r=sicking@bigfoot.com, sr=bzbarsky@mit.edu 2002-09-16 06:19:27 +00:00
jkeiser%netscape.com 3ff4249a53 Make file inputs accept leading file:// (t.bubeck@reinform.de's patch, bug 165943), r=jkeiser@netscape.com, sr=darin@netscape.com 2002-09-16 06:00:08 +00:00
t_mutreja%yahoo.com 5594f693c7 Bug: 156203(copy/paste doesn't always copy numbers/letters in <OL>)
Patch: t_mutreja@yahoo.com, r=akkana, sr=jst, a=asa.
2002-09-15 13:14:14 +00:00
caillon%returnzero.com 8d9edbbb4b 164453 - Fixing a crasher in nsEventStateManager::DispatchNewEvent()
Fix contributed by Peter A Jonsson <pj@ludd.luth.se>
r=bryner sr=jst
2002-09-14 10:28:14 +00:00
bzbarsky%mit.edu ddf2a851ed Fix an edge case in color-parsing correctness. Bug 154755, r=glazman,
sr=dbaron
2002-09-14 05:28:26 +00:00
jst%netscape.com 1d068ce04e Fixing bug 168096. Fix leak in nsXULDocument::GetFocusController(). r=sicking@bigfoot.com, sr=bzbarsky@mit.edu 2002-09-13 23:12:20 +00:00
jst%netscape.com ee8ed3b2e1 De-tabifying. Die tabs, die! :-) 2002-09-13 23:10:58 +00:00
jkeiser%netscape.com 99559fac4a Back out bug 163593 (superceded by bug 164086), r=sicking@bigfoot.com, sr=jst@netscape.com 2002-09-13 21:18:15 +00:00
hyatt%netscape.com fec7cccf7a Fix for 168352, getElementByID assertions, r/sr=bryner,brendan 2002-09-12 23:13:14 +00:00
darin%netscape.com 3ccc04a004 enabling prefetching again for XP_MAC (had to back this out two days back
due to bustage)
2002-09-12 19:45:10 +00:00
brade%netscape.com 12c6df67d8 fix api for JS usage (bug 157097, r=cmanske, sr=sfraser) 2002-09-12 19:10:32 +00:00
rods%netscape.com 0563ea1f59 IFrames need their own calculation for placement, different from Frameset frames
Bug 167775 r=dcone sr=kin
2002-09-12 13:20:38 +00:00
hyatt%netscape.com b815570db2 A collection of broadcaster fixes. Make sure observes are unhooked when removed from the doc. ALso suppress notifications on hookup, since they result in double frame construction. Bug 167445. r/sr=ben/bryner 2002-09-12 04:40:22 +00:00
caillon%returnzero.com 0a9f9ac614 167964 - nsCSSProps::LookupPropertyValue() doesn't handle -moz-appearance
r=dbaron sr=jst
2002-09-12 03:57:02 +00:00
darin%netscape.com 4839e4f7e2 temporary hack to fix mac bustage... will return with the real fix. 2002-09-11 04:32:38 +00:00
darin%netscape.com f83410ff28 fixes bug 166647 "allow link prefetching from a META tag + other fixes"
r=dougt,hixie sr=rpotts
2002-09-11 03:12:13 +00:00
bzbarsky%mit.edu 2add13be13 Fix offsetTop/offsetLeft to not be confused by table borders. Bugs
163923 and 119167, r=sicking, sr=jst
2002-09-11 01:58:59 +00:00
caillon%returnzero.com a8088c6baa 162163 - comma after underline causes the composer to crash
r=rjesup sr=jst
2002-09-11 01:58:50 +00:00
jst%netscape.com 04e808f85d Fixing bug 161042. If a table cell doesn't have an align attribute, ask the cell's row for the alignment. r=peterv@netscape.com, sr=bzbarsky@mit.edu 2002-09-11 01:57:40 +00:00
bzbarsky%mit.edu 49fd167d97 negative border widths are not legal in CSS. bug 167657, r=glazou,
sr=dbaron.
2002-09-11 01:47:25 +00:00
bzbarsky%mit.edu b394f6d78c views are not refcounted; do not nsCOMPtr them! Bug 166804, r=timeless,
sr=roc
2002-09-11 01:42:02 +00:00
t_mutreja%yahoo.com 582128374b BugId:158714("missing paragraph break on pasted text with <blockquote>")
Patch: t_mutreja@yahoo.com, r=akkana, sr=keikki
2002-09-10 11:15:43 +00:00
rods%netscape.com 493c71a327 Make sure the Print Data is cleaned up when exiting PP
Bug 164384 r=pete sr=kin a=asa
2002-09-10 01:57:09 +00:00
bzbarsky%mit.edu b2e3cc44eb document.forms can get confused and insert the same form multiple times
in the list.  Bug 166752, r=caillon/jkeiser, sr=jst, a=asa
2002-09-09 19:44:29 +00:00
bzbarsky%mit.edu 00fdb3ea23 Fix crash when trying to tab into display:none iframes. Bug 146255,
r=aaronl, sr=bryner, a=asa
2002-09-09 19:32:04 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com c6c9c3063a Fixing build bustage 2002-09-07 07:17:59 +00:00
dougt%netscape.com fae89c4077 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
bzbarsky%mit.edu 45f0616798 Fix crash bug 167038. r=caillon, sr=jst, a=roc+moz 2002-09-07 02:02:24 +00:00
jst%netscape.com 76ab201522 Whitespace cleanup, no code changes. r/sr/a=me! 2002-09-07 01:48:39 +00:00
jkeiser%netscape.com b72fe90c7e Make save/restore in textfields / textare work again (bug 163714), r=rjesup@wgat
e.com, sr=jst@netscape.com, a=asa
2002-09-07 00:58:08 +00:00
jst%netscape.com fce3ac0a2a Whitespace cleanup, and a little bit of curly brace fun, no code changes. r/sr/a=me! 2002-09-07 00:43:49 +00:00
rjesup%wgate.com e74f7b07e5 Bustage fix for 126346 - checked in the wrong version of this file. 2002-09-06 19:16:11 +00:00
rjesup%wgate.com a6da2110b6 Bug 126346: make iframes inherit text zoom values. Re-commiting after mods
to deal with 1.5% Tp regression in last commit.  r=dbaron, sr=jst, a=roc+moz
2002-09-06 18:46:19 +00:00
jkeiser%netscape.com 0717b547f2 Fix race condition where iframe's frame is created after document is loaded and body is parsed (bug 153815), kin@netscape.com's patch, r=jkeiser@netscape.com, sr=jst@netscape.com 2002-09-06 05:44:31 +00:00
bryner%netscape.com 11659c8e1c Bug 141295 and 153681 - fix some timing problems with initial focus. Make sure that window watcher's activeWindow accurately reflects the last window to receive an NS_ACTIVATE. Remove the GetFocusController API from nsIDocument, since the focus controller can now be obtained for the entire lifetime of the document by using GetContainer(). Cleaned up some methods on nsEventStateManager/nsIEventStateManager that were virtual for no reason. r=danm, sr=jst. 2002-09-06 00:19:58 +00:00
smontagu%netscape.com 244a1b0f8d Back out bidi visual selection. Bug 76190, r=mjudge, sr=kin, a=asa. 2002-09-05 00:56:25 +00:00
peterv%netscape.com cdab51dfe9 Fixing more sicking bustage. 2002-09-04 09:11:53 +00:00
sicking%bigfoot.com f224a6be00 These files should be part of the build just yet. 2002-09-04 07:43:10 +00:00
sicking%bigfoot.com 4e99a9c765 Need these as well to build. 2002-09-04 07:26:02 +00:00
sicking%bigfoot.com 443bb6d0bc Bug 64945: XML Prettyprinting stage 1
r=peterv sr=jst
2002-09-04 06:57:25 +00:00
rbs%maths.uq.edu.au a1543297ff Slight iteration on bug 163785 to gain perf 2002-09-04 02:31:46 +00:00
caillon%returnzero.com 7f92e25158 Remove an unneeded check: unsigned ints are always >= 0.
Bug 166364; r=sicking; sr=jst
2002-09-04 02:15:35 +00:00
rbs%maths.uq.edu.au 1d2d905c1d Minimum font-size wasn't working if no font props was specified, b=163785, r=dbaron, sr=bzbarsky 2002-09-03 23:55:48 +00:00
dougt%netscape.com f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
rods%netscape.com e2bf68e0fb Checked in from wrong tree. 2002-09-03 23:25:17 +00:00
bzbarsky%mit.edu 17c644b311 Deal with comments inside options. bug 72980, r=jkeiser, sr=jst 2002-09-03 23:23:00 +00:00
rods%netscape.com 24609f73f8 Bug 164250 Instrument the PrintEngine for print testing
r=dcone sr=kin
2002-09-03 23:21:15 +00:00
sicking%bigfoot.com 3dcee9b795 Bug 159314: Fastload is wasteful wrt nodenames. Instead of serializing nodename+namespaceURI for each element/attribute, serialize a table of all nodename+namespaces used by a document and then serialize pointers into that.
r=jst sr=hyatt
2002-09-03 22:31:38 +00:00
bzbarsky%mit.edu 7f484ee985 Allow view-source to handle arbitrary content (as text-plain, in the
worst case).  Bug 77337, r=jst, sr=darin
2002-09-03 22:10:08 +00:00
jfrancis%netscape.com 8fa7c6fc08 imprved fix for 78676: fixed evilness that caused 166056 crash. r=sfraser, sr=kin 2002-09-03 21:55:03 +00:00
jfrancis%netscape.com 640c98106b backing out 78676 to unblock tree (bug 166056) 2002-09-03 20:36:26 +00:00
rods%netscape.com aba304f7d5 Bug 165122 rearrange initializer r=rods sr=bz 2002-09-03 14:40:53 +00:00
jfrancis%netscape.com 0d82a86d5a fix for Bug 105761: pasting partial link loses linkiness r=cmanske; sr=kin 2002-09-03 10:46:53 +00:00
jkeiser%netscape.com 315e8af3d3 Make wbr take back what it said about being an eHTML_FORM_CONTROL. (bug 166307), r=caillon@returnvalue.com, sr=jst@netscape.com 2002-09-03 07:04:50 +00:00
gilbert.fang%sun.com a5b4e1d508 bug 129808 Preferences panel accelerator keys don't work when category tree or if OK/Cancel/Help buttons have focus
r=bryner,sr=bzbarsky
Factoring out the HandleAccessKey method of EventStateManager,
checking all sub docShell's accesskey and if necessary, bubbling up to the
parent docShell's EventStateManager's HandleAccessKey method.
2002-09-03 05:48:06 +00:00
andreas.otte%debitel.net 932f63b026 fix bug 166085 [Assertion constructing about: URIs
[@nsAboutProtocolHandler:122]] This is a regression fix from the fix
for bug 163225. The assertions never made sense and now they are
exposed. r=bzbarsky, sr=darin
2002-09-02 22:04:03 +00:00
jfrancis%netscape.com 5e869d6e83 fix for Bug 78676: selection inside a single <li> shouldn't include bullet. r=fm; sr=kin 2002-09-01 07:43:35 +00:00
bzbarsky%mit.edu 2ca6027e50 nsIExpatSink changed... deal with that. Not part of build. 2002-08-31 11:57:35 +00:00
peterv%netscape.com 3745f63a12 Fix for bug 146116 (Image.prototype.foo not delegated to by (new Image).foo). r=sicking, sr=jst. 2002-08-30 08:48:58 +00:00
mjudge%netscape.com 6a091661e4 23784 r=akk sr=dbaron fix for stopping immediate drag after double clicking of the mouse 2002-08-30 01:32:11 +00:00
bzbarsky%mit.edu 51f8c6e76f Option.selected = false should not select the option. Bug 165404,
r=sicking,jkeiser, sr=jst
2002-08-29 21:53:22 +00:00
brade%netscape.com 64c81b056e fix pageup/pagedown keybinding for browser (bug 165255) 2002-08-29 13:01:57 +00:00
jfrancis%netscape.com 308ab1fe69 fix for 159842: parser has no mechanism to allow parsing of incomplete html fragments. sr's from heikki, kin, bz 2002-08-29 08:17:41 +00:00
axel%pike.org 1b155ee4fd bug 156523, don't load alternate XSLT stylesheets, r=sicking, sr=heikki 2002-08-29 06:53:59 +00:00
jkeiser%netscape.com 32844f7719 Make anonymous content inaccessible to web content (bug 164086), r=sicking@bigfoot.com, sr=jst@netscape.com 2002-08-29 04:05:39 +00:00
aaronl%netscape.com 223216a863 Bug 163897. Can't copy image location. r=rods,caillon, sr=bzbarsky 2002-08-29 01:01:31 +00:00
brade%netscape.com 2a57895483 check in patches for 4302 that were overlooked when landing fix for bug 4302 (shift keybindings for pageup/pagedown) 2002-08-28 13:36:44 +00:00
brade%netscape.com a28a7b2f4f check in patch which was overlooked when checking in fix for bug 4302 2002-08-28 13:32:48 +00:00
brade%netscape.com 38076d4fad missing piece from checkin for bug 4302 2002-08-28 13:26:37 +00:00
axel%pike.org 311e1be821 fix MOZ_TIMELINE bustage by bzbarzky, bug 119321. code by peterv, r=me 2002-08-28 12:18:26 +00:00
bbaetz%student.usyd.edu.au e1742b6500 Backing out jkeiser's checkin for bug 164086 (not bug 96537) because he
left a file out, and the tree turned red....
2002-08-28 10:13:28 +00:00
jkeiser%netscape.com 8aa6968431 Make anonymous content inaccessible to web content (bug 96537), r=sicking@bigfoot.com, sr=jst@netscape.com 2002-08-28 08:19:43 +00:00