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

115 Коммитов

Автор SHA1 Сообщение Дата
aaronl%netscape.com 84aaf09fc9 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 5b63e8c3de 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 3d4836da75 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 c7fbbdd7e5 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 26d5c6ff25 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 963a794bbc 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 c90d358643 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 4588fb970a 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 6c504f96e1 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 ef399364ab 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 0f91251b53 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 3d30bce1f1 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 691479a824 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 7ce29dc852 Bug 181415 - Converting over to the new pref APIs
r=aaronl sr=bryner
2002-11-25 23:29:08 +00:00
aaronl%netscape.com 4e49b63e20 This is the sound for bug 176602, readding as binary file. 2002-11-09 19:25:59 +00:00
aaronl%netscape.com 2f59077d5e 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 d562ec8a5e 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 8a3ecfe806 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 97723325b6 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 563181ce73 Bug 174145. Typeaheadfind leaking because of timers. r=kyle, sr=dbaron 2002-11-06 02:50:39 +00:00
aaronl%netscape.com 8ebabdbed8 Bug 174145. Typeaheadfind leaking because of timers. r=kyle, sr=dbaron 2002-11-06 02:49:32 +00:00
aaronl%netscape.com 7189fa8b53 Bug 175548. Reasonable status bar messages for repeated and backward find modes. r=kyle, sr=bz 2002-11-06 02:46:33 +00:00
aaronl%netscape.com 3777804116 Bug 176037. Typeaheadfind status message skips second letter when match not found. r=akkana, sr=alecf 2002-11-06 02:43:10 +00:00
aaronl%netscape.com c150905f6d Bug 178305. Typeaheadfind autowrap broken. r=kyle, sr=bz 2002-11-06 02:40:38 +00:00
aaronl%netscape.com 166f1c539d Bug 175321. Proper fix for typeaheadfind crashes using findnext. r=caillon, sr=brendan, a=asa. 2002-11-01 23:29:14 +00:00
aaronl%netscape.com 3d64a566a5 Bug 175242. Typeaheadfind shouldn't be active in print preview. r=kyle, sr=alecf, a=roc+moz 2002-10-31 02:38:40 +00:00
aaronl%netscape.com 4e36b3dade Bug 173973. typeahead wrong behavoiur if the search starts with two equals characters. r=caillon, sr=bzbarsky, a=roc+moz 2002-10-25 00:17:50 +00:00
timeless%mac.com 282282baa0 Bug 175321 Crashes with Type Ahead Find [@ nsTypeAheadFind::FindItNow]
r=bbaetz sr=bz a=asa
2002-10-21 21:19:24 +00:00
dbaron%fas.harvard.edu ffbf163851 Prevent typeaheadfind from holding on to windows/documents/etc. longer than it should. b=174113 sr=bzbarsky r=jst,aaronl a=rjesup 2002-10-15 00:04:27 +00:00
aaronl%netscape.com 981f7cfd15 Bug 172690. Not clearing status bar when last IME character deleted with backspace. Checked in for Kyle Yuan. r=aaronl, sr=jag 2002-10-08 18:32:07 +00:00
aaronl%netscape.com 01e64f2345 Bug 171079. Typeaheadfind::findnext overriding regular find next when it shouldn't. r=akkana, sr=sfraser 2002-10-08 18:00:01 +00:00
aaronl%netscape.com f1f58ba9eb Bug 172560. Don't find visibility hidden/collapsed stuff in typeaheadfidn. r=kyle, sr=alecf 2002-10-08 17:55:18 +00:00
aaronl%netscape.com 1805338f9a Bug 172956. Backspace should go back in page. r=dean, sr=alecf 2002-10-08 17:53:18 +00:00
aaronl%netscape.com 82090856b4 Bug 168281. Make typeaheadfind work with IME. Also fixes repated char find so it handles backspace, findnext, findprev. Also refactors typeaheadfind into smaller, clearer methods. r=kyle, sr=alecf. 2002-10-03 20:12:46 +00:00
aaronl%netscape.com eea61179c6 Bug 166340. Typeaheadfind prefer visible not working right. r=kyle, sr=alecf 2002-09-27 19:25:48 +00:00
aaronl%netscape.com 5f0d0e6951 Bug 166712. Consolodate typeaheadfind files, cleanup building and packaging of typeaheadfind, make it available to embeddors, remove from install options. r=ssu, sr=dveditz 2002-09-27 19:07:44 +00:00
timeless%mac.com 85aaefd97a cvs server: re-adding file typeaheadfind.js (in place of dead revision 1.13)
build bustage
2002-09-26 10:07:08 +00:00
aaronl%netscape.com 9e747bd6b4 Fixing mistake from last checkin, these files shouldn't be removed yet. 2002-09-26 09:08:46 +00:00
aaronl%netscape.com cab0acc74c Fixing mistake from last checkin, these files shouldn't be removed yet. 2002-09-26 07:55:50 +00:00
aaronl%netscape.com 1bf024432b Bug 168634. Type Ahead Find should prefer visible match. r=kyle, sr=bzbarsky 2002-09-26 07:49:46 +00:00
aaronl%netscape.com a3f2116ea7 Bug 169821. Find prev/next command in typeaheadfind forgets type of search (links only or text). r=kyle, sr=alecf 2002-09-26 00:12:44 +00:00
aaronl%netscape.com 4f0e5bf731 Bug 169827. Escape should cancel million keystrokes protection in typeaheadfind. r=caillon, sr=alecf 2002-09-26 00:09:58 +00:00
aaronl%netscape.com 04d1861bb8 Bug 166791. Invisible insertion point after tabbing to text field when typeaheadfind is active. r=mjudge, sr=alecf 2002-09-26 00:07:53 +00:00
aaronl%netscape.com c17732f0f1 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
aaronl%netscape.com fc627d9ec2 Bug 168135. Typeaheadfind - support simple xlinks. r=heikki, sr=jst 2002-09-14 05:16:25 +00:00
aaronl%netscape.com f787460a2e Bug 165632. Get typeaheadfind into mac build. This does not check it into the mac installer. r=cls, sr=sfraser 2002-09-12 23:23:18 +00:00
aaronl%netscape.com 766d291e88 Bug 168018 - Typeaheadfind slow when started at bottom of page. Typeaheadfind wouldn't correclty start at selection or focus. Typeaheadfind selection wouldn't return to normal color after Ctrl+G used. r=kyle, sr=alecf. Bug 168084 - Typeaheadfind for links shouldn't match text inside <a name=foo>. r=caillon, sr=bzbarsky 2002-09-12 23:12:40 +00:00
cbiesinger%web.de d3b99dd34c fixing gcc 3.2 bustage 2002-09-08 10:42:45 +00:00
aaronl%netscape.com 5d1d5ffd9f Fix bustage - nsITimer interface changed 2002-09-08 06:47:54 +00:00
aaronl%netscape.com 769de97ffe Bug 166993. Typeaheadfind, gracefully handle mashed characters on keyboard, r=syd, sr=jst, a=rjesup. Bug 167041. Typeahaedfind, selection+focus+caret not showing up in framed page searches, when found text moves focus to new frame, r=akkana, sr=bzbarsky, a=rjesup 2002-09-08 06:19:13 +00:00