jkeiser%netscape.com
90f7d0d6fb
Add CheapSet, reduce select bloat, make blank options restore correctly (bug 166168), r=rjesup@wgate.com, sr=jst@netscape.com
2002-10-03 03:43:11 +00:00
darin%netscape.com
89dd3a05d2
fixes bug 171102 "prefetch <link rel=prefetch> and only prefetch the first
...
occurance of <link rel=next>" r=gagan sr=jst
2002-10-03 02:53:18 +00:00
dbaron%fas.harvard.edu
58e711b7d5
Use correct interface pointer to fix crash inserting rule into media rule. b=170699 r=glazman sr=roc+moz
2002-10-03 01:02:13 +00:00
aaronl%netscape.com
f21629a412
Bug 81723. Keyboard context menu (Shift+F10/Ctrl+space on mac) should open near focused item. r=pinkerton, sr=bryner
2002-10-03 00:47:54 +00:00
dbaron%fas.harvard.edu
a384d0ce7d
Don't prevent 'display: none' from working on generated content by being overzealous with CSS2 12.1 'display' fixups. At suggestion of Mats Palmgren, split code path between CSS2 9.7 fixups and CSS2 12.1 fixups since the former can't affect generated content and the latter apply only to generated content. r=bzbarsky and mats.palmgren sr=kin b=171749
2002-10-03 00:42:16 +00:00
caillon%returnzero.com
1405fe4c71
IsCallerChrome() should return a PRBool like the signature says and not an nsresult.
...
r=cls sr=jst via IRC. No bug.
2002-10-02 08:45:54 +00:00
t_mutreja%yahoo.com
f720727c61
Bug#169292(text indentation of <li> elements not corrent for final element)
...
Patch:t_mutreja@yahoo.com, r= akkana, sr=heikki
2002-10-02 07:12:49 +00:00
rods%netscape.com
d8b1751919
Have the DV ref coun itself if the the DV is being Clsoed while printing or a pending print.
...
Bug 165445 r=dcone sr=rpotts
2002-10-01 21:57:15 +00:00
kmcclusk%netscape.com
3df9afe194
improve user interactivity during long page loads by doing better detection of user-input and interrupting the parser more frequently. Also moved the WIN32 specific logic for determining when the user is moving a top-level window from plevent.c to the widget module. b=165039 r=rods@netscape.com sr=kin@netscape.com
2002-10-01 03:04:22 +00:00
bryner%netscape.com
a4474ab6d4
For mousewheel text resizing, ignore HTML form controls and XUL content, to avoid triggering resizing in cases where the user is both ctrl+clicking and scrolling (bug 65355). r=hewitt, sr=hyatt.
2002-10-01 01:28:51 +00:00
bryner%netscape.com
e3d321d3b9
Don't crash if the focus controller is null during a deactivate (bug 168454). r=hewitt, sr=jst.
2002-10-01 01:25:00 +00:00
caillon%returnzero.com
15ead48756
171785. Using new CSS_PROP_NOTIMPLEMENTED macro. This should have gone in with the patch to bug 117500 but somehow was left out.
...
r=dbaron sr=kin/jst
2002-10-01 00:13:55 +00:00
dbaron%fas.harvard.edu
12c92754b3
Properly ignore the 'float' property for generated content. Rename NS_STYLE_POSITION_NORMAL to NS_STYLE_POSITION_STATIC. Patch from Mats Palmgren <mats.palmgren@bredband.net>. r=dbaron sr=bzbarsky b=93227
2002-09-30 14:46:56 +00:00
dbaron%fas.harvard.edu
29c30c5f3e
Porting fixes for gcc trunk (to become 3.3): Eliminate C-only option from CXXFLAGS. Don't use pasting for things that are still separate tokens. Don't pass objects of non-POD type through |...|. Don't include strstream.h, which isn't used anymore anyway. b=170250 r=bbaetz sr=alecf
2002-09-30 14:18:27 +00:00
roc+%cs.cmu.edu
88a7759322
Bug 113083. Concentrate view setup code into a few shared functions in nsContainerFrame. Only change style-dependent view properties after style change, not during reflow, in response to nsChangeHint_SyncFrameView. Change 'clip' to only do SyncFrameView, not reflow. r=dbaron,sr=kin
2002-09-30 11:56:37 +00:00
blakeross%telocity.com
693921e302
171460 - add parsetype attribute. r=hyatt sr=hewitt
2002-09-29 21:08:27 +00:00
cbiesinger%web.de
5dfad69023
bug 88685 part 1 remove USE_IMG2 ifdefs r=caillon sr=tor
2002-09-28 10:50:50 +00:00
aaronl%netscape.com
c6ecf0bdf6
Bug 170820 - xlinks reached with typeaheadfind not accepting Enter or mod+Enter to perform actions. r=sicking, sr=heikki
2002-09-27 22:31:05 +00:00
darin%netscape.com
71bb3b05de
fixes bug 170789 "HTTP Accept: header should be tailored to context of the
...
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
rods%netscape.com
7b4aca7912
This partially backs out the previous patch. We no longer need to set/get anything in the nsIPrintOptions.
...
What this does is:
1) Reflows the first time constrained and remembers mOverflowArea.XMost() of
the HTML frame and then later uses that for the calculation of the ratio.
2) Renames some variables
3) This also changes the the maximum STF ratio from 0.5 to 0.3 to match the
dropdown in PP
Bug 168961 r=dcone sr=kin
2002-09-26 11:25:04 +00:00
jkeiser%netscape.com
b9ab55938e
Make option elements strip whitespace even when empty (bug 164909), r=rods@netscape.com, sr=jst@netscape.com
2002-09-26 08:21:26 +00:00
jkeiser%netscape.com
94d067c4e9
Make align=left on input type=text do text-align instead of float (bzbarsky@mit.edu's patch, bug 165547), r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu
2002-09-26 08:18:42 +00:00
jkeiser%netscape.com
f88cebcd5f
Make nsHTMLValue store embedded nulls (r=sicking@netscape.com, sr=bzbarsky@mit.edu, sr=jaggernaut@netscape.com
2002-09-26 07:41:53 +00:00
caillon%returnzero.com
9061952afd
Bug 117500. Adding support for the CSS2Properties interface to computed style declarations.
...
r=dbaron sr=jst
2002-09-26 03:46:50 +00:00
darin%netscape.com
2de4f81a70
fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
...
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
varga%netscape.com
792c37b64b
Fixing Ts regression.
...
r=peterv
2002-09-25 12:26:44 +00:00
varga%netscape.com
a068886905
Putting XUL prototype elements on a diet. Bug 26429.
...
r=ben, sr=brendan
2002-09-25 09:56:09 +00:00
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