timeless%mozdev.org
24fe2cdc90
Bug 224771 backspace reverts to prefed search behavior
...
r=biesi sr=bryner
2003-11-17 21:04:10 +00:00
timeless%mozdev.org
0a4d859beb
Bug 189307 typeahead initializes sound when it's uninitialized instead of if it's unitialized and there's a sound to play
...
r=caillon sr=roc
2003-11-11 18:39:02 +00:00
timeless%mozdev.org
04585b8515
Bug 224644 crash (pressing backspace) [@ nsTypeAheadFind::BackOneChar]
...
r=caillon sr=darin
2003-11-05 11:36:41 +00:00
bryner%brianryner.com
605cc06382
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
jst%mozilla.jstenback.com
5037b2a4a2
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
2003-09-27 04:18:26 +00:00
uid502
1cfabd35d3
Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron
2003-09-23 17:05:29 +00:00
bryner%brianryner.com
2406bc1ed4
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 22:05:34 +00:00
cls%seawood.org
1b51ba858c
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
bzbarsky%mit.edu
5fa37ec6f3
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
...
r+sr=jst
2003-07-28 21:35:53 +00:00
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
jst%netscape.com
abefba9053
Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com
2003-06-24 21:43:01 +00:00
aaronl%netscape.com
ac723d47ad
Fixing part of checkin from bug 209354 to be in line with darin's comments. No new sr= needed
2003-06-24 08:29:34 +00:00
aaronl%netscape.com
d220ebb06a
Bug 209354. Typeahead causing memory leaks. r=darin, sr=alecf
2003-06-18 21:24:35 +00:00
caillon%returnzero.com
2df173e9c8
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
seawood%netscape.com
b28ce0a530
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
aaronl%netscape.com
ef71f3a441
Bug 204777. Prevent backspace to send us back in history in general embedded case. r=brade, sr=sfraser
2003-05-25 19:39:21 +00:00
timeless%mozdev.org
187f4d5075
Bug 204426 Warnings in nsTypeAheadFind.cpp/nsTypeAheadFind.h
...
r=aaronl sr=dbaron
2003-05-23 22:00:33 +00:00
dbaron%dbaron.org
75ff60c62f
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
2003-05-15 03:42:21 +00:00
aaronl%netscape.com
bda670a5d6
Bug 197157. Find as you type not wrapping - fixing regression. r=kyle, sr=sfraser
2003-04-01 19:55:55 +00:00
bryner%netscape.com
e1391344c6
Move editor's key event listener, xbl commands, and typeahead find into the system event group. This allows event listeners in content to reliably cancel key events. Bug 54035, r=jkeiser and aaronl, sr=hyatt and kin.
2003-03-24 04:00:58 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
aaronl%netscape.com
06894f9174
Bug 195243. Potential hang in typeaheadfind. r=caillon, sr=sspitzer
2003-03-06 18:38:16 +00:00
aaronl%netscape.com
bc707bca94
Bug 195120. FAYT fails after switching to compose window, typing a key, and returning. r=caillon, sr=sfraser
2003-03-06 18:36:53 +00:00
aaronl%netscape.com
8d51bbf6f6
Bug 187511. Add Find As You Type to menus. r=brade, sr=dveditz.
2003-03-03 06:28:58 +00:00
aaronl%netscape.com
274d697e27
Bug 189193. With find as you type, don't search text docs for links. r=kyle, sr=henry jia, a=dbaron. Bug 190555. Weird find as you type behavior in framed pages. r=caillon, sr=jst, a=dbaron
2003-02-14 07:47:40 +00:00
aaronl%netscape.com
c38d4855b1
Bug 190755. Backspace sometimes crashing find as you type. r=timeless, sr=jst, a=dbaron
2003-01-29 03:39:36 +00:00
aaronl%netscape.com
0e8be78cd3
Bug 190495. Find As You Type shouldn't start in about:config (XUL content). Also fixes bug 189193, Find As You Type shouldn't try link find in text only doc. r= caillon, sr=jst, a=asa
2003-01-29 03:34:20 +00:00
aaronl%netscape.com
063396801a
Bug 190838. Status bar repeatedly says 'find stopped'. r=brade, sr=jst, a=asa
2003-01-29 03:31:47 +00:00
aaronl%netscape.com
8cdfeb9426
Bug 189228. Find as you type text search not working after repeated find. r=kyle, sr=henry jia
2003-01-24 00:50:02 +00:00
aaronl%netscape.com
635db4fdfd
Bug 176296. make type ahead work in mailnews, support boolean accessibility.typeaheadfind.autostart pref. Reversing partial backout of this fix. r=kyle, sr=jst
2003-01-20 18:43:10 +00:00
jst%netscape.com
53dbf78a7a
Fixing bug 161166. Freezing more DOM interfaces. r=harishd@netscape.com, sr=peterv@netscape.com
2003-01-14 23:05:52 +00:00
aaronl%netscape.com
c4672a2d48
Bug 189011. Mail compose broken. Partial backout of bug 176296, r=brade, sr=smfr
2003-01-14 20:42:11 +00:00
aaronl%netscape.com
ac5a909110
Bug 176296. Create accessibility.typeaheadfind.autostart boolean pref. If false, / or ' is required to start Find As You Type. Also fixes bug 183998, allowing manual start with / or ' in mailnews. Find As You Type now uses the command system to get notification that a new find should start. r=kyle, sr=jst
2003-01-14 04:03:35 +00:00
bryner%netscape.com
7f0488eb18
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
dbaron%dbaron.org
5aadb9d382
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:32:55 +00:00
timeless%mozdev.org
7370a42ef4
Bug 186683 ###!!! ASSERTION: |First()| on an empty string: 'Length()>0', file i:/build/mozilla/string/src/nsAString.cpp, line 136
...
r=aaronl sr=bz
2003-01-01 07:59:38 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
jkeiser%netscape.com
cb84e04c70
Make GetType() return int instead of nsresult (bug 167762), r=peterl@netscape.com, sr=kin@netscape.com
2002-12-18 23:38:09 +00:00
aaronl%netscape.com
8f9b903a71
Bug 184518. Repeated char find when >2 chars required to start it. r=caillon, sr=jst
2002-12-14 00:32:27 +00:00
aaronl%netscape.com
2cc9bfac83
Bug 180977. Typeaheadfind -- find previous wouldn't go wrap around to end from start of page. r=akkana, sr=sfraser
2002-12-14 00:30:53 +00:00
aaronl%netscape.com
2bf2f215f4
Bug 182451. Beep when first key pressed in win95/98. r=biesi, sr=blizzard
2002-12-14 00:27:33 +00:00
akkana%netscape.com
1889b530c2
179784: go back to beep by default for typeahead find "not found",
...
since the nsSound solution doesn't work well on linux or mac.
r=aaronl sr=sfraser
2002-12-03 23:51:10 +00:00
caillon%returnzero.com
a313815b09
Bug 181415 - Converting over to the new pref APIs
...
r=aaronl sr=bryner
2002-11-25 23:29:08 +00:00
aaronl%netscape.com
d62be9f7a2
This is the sound for bug 176602, readding as binary file.
2002-11-09 19:25:59 +00:00
aaronl%netscape.com
30b26a64f3
Removing sound so I can re add it with -kb as binary file -- oops
2002-11-09 19:25:22 +00:00
aaronl%netscape.com
266790cc84
Bug 176602. Make typeaheadfind beep less annoying, and implement boolean pref accessibility.typeaheadfind.enablesound. Pref is turned off by default in Linux for now, sound needs testing and work there (see bug 179138 and bug 110385). r=kyle, sr=bz
2002-11-09 19:21:20 +00:00
aaronl%netscape.com
4eb3b36bb9
Make sure order of member variable initialization in the constructor is correct after all of the typeaheadfind checkins that just occurred, to avoid gcc warnings
2002-11-06 03:07:16 +00:00
aaronl%netscape.com
6999fc8201
Bug 177005. Protection against accidentally going back in history when using backspace too many times with typeaheadfind. r=caillon, sr=bz
2002-11-06 02:54:55 +00:00
aaronl%netscape.com
7dc76953cf
Bug 174145. Typeaheadfind leaking because of timers. r=kyle, sr=dbaron
2002-11-06 02:50:39 +00:00
aaronl%netscape.com
27c8c07c5a
Bug 174145. Typeaheadfind leaking because of timers. r=kyle, sr=dbaron
2002-11-06 02:49:32 +00:00