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

58 Коммитов

Автор SHA1 Сообщение Дата
aaronl%netscape.com c9c3c65908 Bug 164928. Crash in type ahead find. Patch by Akkana. r=aaronl, sr=bz 2002-08-30 03:31:48 +00:00
aaronl%netscape.com 5eabcba69f Bug 30088. Turning pref back on, because perf issues appear solved. Using original r=/sr= from akkana and jst 2002-08-30 02:59:25 +00:00
aaronl%netscape.com 0c4726b726 Bug 161960. Slight reordering of original fix - make sure we do init only when pref is set. r=jkeiser, sr=bzbarsky 2002-08-29 08:26:38 +00:00
aaronl%netscape.com 9c13ba5e80 Bug 161960. Type Ahead Find, make Accel+G remember last type ahead find until normal find is used again. Also should fix the page load performance issue. r=akkana, sr=bz 2002-08-29 06:27:38 +00:00
aaronl%netscape.com f2a9de6bbf Bug 30088. Reversing pref that automatically turns on type ahead find due to perf regressions. Patch to fix regressions is being worked on in bug 161960 2002-08-28 06:57:56 +00:00
aaronl%netscape.com 0b0d06e121 Bug 30088. Finishing checkin by turning on pref for type ahead find in default build. r=akkana, sr=jst 2002-08-27 06:00:13 +00:00
aaronl%netscape.com c281cc6c4f Bug 164295. [typeaheadfind] Linker Error with Sun Forte Compile against gkgfx 2002-08-23 21:16:50 +00:00
aaronl%netscape.com cba24542ca Bug 163905. [typeaheadfind] F3 hangs browser after selection returns to normal color. r=kyle, sr=alecf. Bug 163913: [typeaheadfind] status messages no longer displayed. r=kyle, sr=alecf 2002-08-22 22:28:44 +00:00
aaronl%netscape.com 0ab965cf72 Bug 30088. Type ahead find, pref defaults to off for now. To turn on, use (accessibility.typeaheadfind, true). No Code Warrior project yet. See http://www.mozilla.org/projects/ui/accessibility/typeaheadfind.html for more details on feature. r=akkana,cls. sr=jst 2002-08-19 19:29:39 +00:00
jst%netscape.com db0d98848c Whitespace cleanup, not part of the build. 2002-08-19 19:17:48 +00:00
aaronl%netscape.com d76b6e89c5 Not part of build. Type ahead find. More cleanup 2002-08-19 04:44:22 +00:00
jst%netscape.com 3d841040bb More random cleanup. Not part of the build yet 2002-08-17 07:15:09 +00:00
aaronl%netscape.com 1bd43648ae Not part of build. Typeaheadfind - forgot to change module names in makefile 2002-08-16 00:02:58 +00:00
aaronl%netscape.com 682fd004de Not part of build. Type ahead find, removing superfluous file 2002-08-15 23:22:19 +00:00
aaronl%netscape.com 9eee1fed9b Not part of build. Dividing type ahead find into sub directories src resources public 2002-08-15 23:21:00 +00:00
jst%netscape.com 2b8679f3b5 Mostly cleanup of the typeaheadfind code, not part of the build. 2002-08-15 22:24:26 +00:00
aaronl%netscape.com 2fefca3656 Not part of build. Bug 30088 - type ahead find. Simplify code to go from docshell -> dom window using nsIInterfaceRequestor 2002-08-15 05:36:54 +00:00
aaronl%netscape.com 59f8b8c7bb Not part of build. Bug 30088 - type ahead find. Simplify code to go from docshell -> dom window using nsIInterfaceRequestor 2002-08-15 04:57:33 +00:00
aaronl%netscape.com 48ff33b31f Not part of build. Bug 30088, type ahead find. Fixing the way we listen for focus events, and the way we clean up when a window closes 2002-08-14 02:41:22 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
aaronl%netscape.com 4267688419 Not part of build. Bug 30088 - type ahead find. Use nsPIDOMWindow::GetChromeEventHandler to get event target to listen for events. This is a good way to keep our listener on the window, even when the document changes. 2002-08-10 07:40:24 +00:00
aaronl%netscape.com 55093f6afc Not part of build. Bug 30088 - typeaheadfind. Moved inititalization into Init(). Fixed up our code that attaches dom event listeners 2002-08-09 03:18:43 +00:00
aaronl%netscape.com e48e42b008 Not part of build. Bug 30088 - type ahead find, get rid of some testing code 2002-08-08 22:34:32 +00:00
aaronl%netscape.com 0c8458f985 Not part of build. Bug 30088 - type ahead find, use nsIViewManager::GetRectVisibility() and fix onunload handling 2002-08-08 22:33:51 +00:00
aaronl%netscape.com 71195c0ca3 Not part of build. Bug 30088 - type ahead find, fixes based on comments from r=Akkana 2002-08-06 02:06:19 +00:00
aaronl%netscape.com 5de3517678 Not part of build. Bug 30088 - type ahead find. Suggestions for changes from Akkana via r= process, plus whitespace fixes 2002-08-06 00:35:19 +00:00
aaronl%netscape.com d81d4b84bc Not part of build. Type ahead find, add ifdefs for selection color change back in so that it builds 2002-08-05 21:23:24 +00:00
aaronl%netscape.com 7e36bb9200 Not part of build. Bug 30088 - typeaheadfind, add new pref accessibility.typeaheadfind.startlinksonly, which forces link mode matches to be at the beginning of the link 2002-08-05 19:42:43 +00:00
aaronl%netscape.com ec578c0da3 Not part of build. Bug 30088 - typeaheadfind. Fixes Jesse Ruderman's catches (should not activate when in select, backspace going back a page when 1 char in buffer) 2002-08-02 06:25:15 +00:00
aaronl%netscape.com b1348f82a0 Not part of build. Bug 30088 - typeahead find, include URL in status messages 2002-08-01 21:38:39 +00:00
aaronl%netscape.com f888fbafd7 Not part of build. Bug 30088 - type ahead find. Make type ahead find work better with sloppy focus. 2002-08-01 19:15:06 +00:00
aaronl%netscape.com 00f49bddf1 Not part of build. Bug 30088 - type ahead find. Make type ahead find work better with sloppy focus. Get rid of compile warnings 2002-08-01 19:05:13 +00:00
aaronl%netscape.com 98c3bb0810 Not part of build. Bug 30088 - latest type ahead find changes (ifdef'd out). This is the code that will be used to change selection appearance during type ahead find 2002-07-31 17:19:34 +00:00
aaronl%netscape.com f7fbe2b3e5 Not part of build. Bug 30088 - type ahead find, fix support of nsITypeAheadFind. Fix for showing link URL in status line in this checkin, but ifdef'd out for now 2002-07-29 05:59:32 +00:00
aaronl%netscape.com 7bc9b53768 Not part of build. Bug 30088. Minor tweaks, getting ready for review 2002-07-22 14:55:02 +00:00
aaronl%netscape.com 77130b354c Not part of build. Bug 30088. Minor tweaks, getting ready for review 2002-07-22 14:55:01 +00:00
aaronl%netscape.com 7ec85c02cf Not part of build. Bug 30088 - type ahead find. Add support for nsITypeAheadFind. 2002-07-21 22:36:51 +00:00
aaronl%netscape.com f0437b1093 Not part of build. Bug 30088: typeaheadfind - make sure we're not enabled in mailnews message pane, because we conflict with shortcuts link n for next unread message 2002-07-19 16:07:23 +00:00
aaronl%netscape.com 6ff44f6318 Not part of build. Bug 30088: type ahead find. Support Accel+Shift+G for find previous 2002-07-18 19:11:54 +00:00
aaronl%netscape.com ac1852d879 Not part of build. Bug 30088 - type ahead find. Ctrl+G now respects linksonly setting 2002-07-18 18:32:54 +00:00
aaronl%netscape.com be64d8194c Not part of build. Bug 30088 - type ahead find. Fixes problem with type ahead find locking up 2002-07-18 14:19:31 +00:00
akkana%netscape.com 3303461ce0 Add a target to make the xpi. Not part of the normal build. 2002-07-17 01:04:10 +00:00
aaronl%netscape.com 6e016d989a Not part of build. Bug 30088 - type ahead find. Fixes it so that you must type backspace to remove a character from the buffer. 2002-07-16 22:30:10 +00:00
aaronl%netscape.com f68e734804 Not part of build. Bug 30088 - type ahead find. Fixes it so that feature is not activated in isindex or input type=file. Typing / now indicates text only search, a quote now indicates link search. Fixes repeated character so it only cycles through links if the exact repeated characters cannot be found repeated like that in the text/links 2002-07-16 22:08:55 +00:00
aaronl%netscape.com 6a8fed6e60 Not part of build. Typeaheadfind: clean up emacsish/repeated character logic 2002-07-12 08:10:13 +00:00
aaronl%netscape.com 365a89ed32 Not part of build. Typeaheadfind (bug 30088): Prefer an exact match, if it exists, when the same character is repeated. Should make the emacs folks happy 2002-07-12 07:41:22 +00:00
aaronl%netscape.com 20beb5a5dc Not part of build. Fix for crash in typeaheadfind (bug 30088) 2002-07-12 07:23:09 +00:00
aaronl%netscape.com 3d0005f7ad Bug 30088. Not part of build. Typeaheadfind, fix for repeated character - could get stuck 2002-07-11 01:56:20 +00:00
aaronl%netscape.com 8429f3bf88 Bug 30088. Typeaheadfind fix, not part of build. Sometimes typeaheadfind would hang if the letter typed wasn't visible 2002-07-11 01:00:36 +00:00
aaronl%netscape.com deb7035ba7 Bug 30088. Fixed pref handling of typeaheadfind so that it has it's own default preferences file. No need to se prefs manually anymore. Touched up rdf files so that installing via xpi can work. Not part of build 2002-07-10 23:34:52 +00:00