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

84 Коммитов

Автор SHA1 Сообщение Дата
masayuki@d-toybox.com 1c98c2e245 Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner 2008-02-28 07:28:37 -08:00
masayuki@d-toybox.com 076b8bba8e backing out the previous patch, becaused qm-centos5-01 dep unit test is orange 2008-02-28 05:59:25 -08:00
masayuki@d-toybox.com 600836e7ed Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner 2008-02-28 03:01:56 -08:00
masayuki@d-toybox.com 6e2677d193 Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron 2008-02-16 07:31:27 -08:00
bugzilla@standard8.plus.com 27ce24d28d Bug 403683 Remove some unnecessary nsISupportsArray includes from toolkit. r=gavin,a1.9=dsicore 2007-11-15 12:36:06 -08:00
masayuki@d-toybox.com a20d56bd8d Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 04:13:46 -07:00
jwalden@mit.edu 6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
mozilla.mano%sent.com fa882ce126 Bug 360437 - nsITypeAheadFind: get rid of aHasFocus argument. r=masayuki,gavin. 2007-02-09 01:21:54 +00:00
sharparrow1%yahoo.com 76a64e5c22 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
cvshook%sicking.cc a39ff30284 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
mozilla.mano%sent.com 8bb635aca4 Bug 343077 - Find Again toolbarbutton doesn't switch back to normal-find if the findbar is opened after links TAF. r=masayuki. 2006-12-01 12:19:26 +00:00
mozilla.mano%sent.com 015f043c53 Bug 288254 - Findbar XBL widget. r=gavin,masayuki,bienvenu. 2006-11-26 22:47:46 +00:00
uriber%gmail.com ca5218736c Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
pkasting%google.com 0a0053c799 Bug 348298: Clean up Find Bar code, patch 1.
r=masayuki
2006-08-18 20:26:23 +00:00
pkasting%google.com 193af9b5b2 Bug 348063: More case sensitivity problems with Find Bar.
r=masayuki
2006-08-10 19:16:01 +00:00
pkasting%google.com 343dc42472 Bug 347268: Fix red input field on Quick Find in some cases.
r=masayuki
2006-08-04 18:36:50 +00:00
pkasting%google.com effb08030f Bug 345786: Re-add Match Case checkbox when not in auto-detect mode.
r=mconnor
2006-08-04 18:11:28 +00:00
gavin%gavinsharp.com b311d9b102 Bug 345670: fix crash in nsTypeAheadFind::RangeStartsInsideLink, patch by Adam Guthrie <ispiked@gmail.com>, r+sr=sicking 2006-07-26 22:02:23 +00:00
gavin%gavinsharp.com 16c41b67e9 Bug 345584: fix build bustage in nsTypeAheadFind.cpp, patch by Alfred Peng <alfred.peng@sun.com>, r=aaronlev, sr=bzbarsky 2006-07-24 23:20:36 +00:00
pamg.bugs%gmail.com 7f43c0e914 Bug 345379: Case-sensitivity in the find bar is broken. Patch by pkasting@google.com. r=beng 2006-07-21 00:54:59 +00:00
pamg.bugs%gmail.com a8c473f493 Bug 345095: FAYT doesn't search for pasted strings properly ('findfast only search for the first character if searchstring is copied...'). Patch by pkasting@google.com, r=masayuki 2006-07-21 00:11:47 +00:00
pamg.bugs%gmail.com 434986943c Bug 344437: Crash [@ nsTypeAheadFind::GetSearchContainers]. Patch by pkasting@google.com. r=masayuki 2006-07-20 18:31:57 +00:00
cvshook%sicking.cc 3a9a287253 Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
darin%meer.net faa323e28f fixes bug 189039 "Allow type ahead find to position the cursor in text boxes" patch by pkasting, r=masayuki, sr=darin 2006-06-29 20:55:39 +00:00
mozilla.mano%sent.com 0b93ba9d1f Bug 262387 - 'Find as you type' steals focus from plugins' input fields. r=mconnor. 2006-06-28 18:58:21 +00:00
mozilla.mano%sent.com 056c3ec45a Bug 342000 - Uppercase only string should not turn on case-sensitive search. r=mconnor. 2006-06-19 14:45:19 +00:00
mark%moxienet.com a66ed53902 209989 After Find Again (Ctrl-G/F3), text highlighting color becomes green. Patch by Peter Kasting <pkasting@google.com>. r=mconnor sr=dbaron 2006-06-17 01:05:26 +00:00
mrbkap%gmail.com fa503d4524 Remove extraneous keyboard shortcut in tooltip for findbar highlight button. bug 341259, patch from Peter Kasting <pkasting@google.com>, r+a181=mconnor 2006-06-16 02:28:45 +00:00
mrbkap%gmail.com 0d5038b0d8 Replace Match Case checkbox on findbar with automatic case-sensitivity detection. bug 340849, patch by Peter Kasting <pkasting@google.com>, r+a181=mconnor ui-r=beltzner 2006-06-16 02:08:10 +00:00
jwalden%mit.edu 2ec795d487 Bug 340743 - In FAYT mode after failed search, hitting F3 (Find Again) switches find bar UI to non-minimal UI. r=mconnor 2006-06-15 18:00:10 +00:00
jwalden%mit.edu 6eb92f0a89 Bug 337654 - Find (ctrl-f) and FAYT (/ or ') should be visually distinct. ui=beltzner, r=mconnor 2006-06-07 20:33:38 +00:00
jwalden%mit.edu e20739ae38 Bug 326345 - Remove "Find" prefix from "Find Next"/"Find Previous" labels on find toolbar. ui=beltzner, r=mconnor 2006-06-02 18:06:09 +00:00
cvshook%sicking.cc d3ec0aa5c5 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
leon.sha%sun.com 0960e6fd1d Bug 333896
Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com.
roc: review+
roc: superreview+
2006-04-24 05:40:11 +00:00
scott%scott-macgregor.org b1914363a3 Bug #325416 --> move typeahead find out of thunderbird ifdefs. Start building type ahead find for Thunderbird. Patch by Jeff Walden <jwalden+fxhelp@mit.edu>. r=bsmedberg, mscott a=bsmedberg for 1.8.1 branch 2006-03-02 19:45:56 +00:00
uriber%gmail.com 1fa06b0b69 Bug 328591: FAYT (type-ahead find) code should be adjusted for bug 299065. r+sr=bzbarsky 2006-02-26 20:07:04 +00:00
masayuki%d-toybox.com b5e314c19f Bug 328036 Flashbar does not flash r=mconnor 2006-02-21 16:37:10 +00:00
beng%bengoodger.com c54af24e54 317633 - undo/redo for Places. Make sure the various transactions work better - e.g. folder undo should save a list of its child nodes for restoration. Also ensure that bookmark edits done in the places tab aren't undone when another tab is selected and Ctrl+Z hit by implementing a transaction manager in the browser window that filters out places-tab transactions if the places tab isn't selected. Make the goDo*Command utility functions in globalOverlay.js consult the window looking for applicable controllers, not just the focused element. r=sullivan. Also 320085 - search menu keybindings for places: allow find bar to be turned off using a state variable, which prevents the opening of the strip but fires an event which other applications like places can listen to: 'find-activated'. 2006-01-31 18:00:06 +00:00
masayuki%d-toybox.com 26b678e428 Bug 315708 Should release found link and current window object from nsTypeAheadFind.cpp r=mconnor 2006-01-19 15:13:09 +00:00
dbaron%dbaron.org 79f9b3a733 Fix reference counting leaks of pres shell. b=321283 r=bryner 2006-01-10 19:31:04 +00:00
gavin%gavinsharp.com 9b5e70170d Bug 321481: Certain pages with frames (e.g. gmail) show "phrase not found" when selecting "highlight all", even though it is (find bar updating incorrectly), patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2006-01-04 22:17:01 +00:00
cbiesinger%web.de 72ac26b6ce Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
gavin%gavinsharp.com 88673df696 Bug 313653: Find bar gives incorrect results with tabs--'Highlight all' does not update, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-12-17 00:40:09 +00:00
jst%mozilla.jstenback.com 8f1863159b Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
masayuki%d-toybox.com 4149066af7 Bug 313149 the code of findBar.js should be protected in a prototype r=mconnor 2005-11-01 17:34:45 +00:00
mozilla.mano%sent.com 67f7317005 Bug 312913 - Caret mode no longer on by default in View Source window. patch from Uri Bernstein <uriber@gmail.com>, r=me. 2005-10-20 15:24:43 +00:00
masayuki%d-toybox.com 43b0384f31 Bug 307874 Either wrong url or no url is shown in the status bar for focused links during FAYT r=mconnor 2005-10-01 03:38:34 +00:00
masayuki%d-toybox.com aeb21ba503 Bug 308755 Change in behavior with type-to-find for non-link text and pressing TAB r=mconnor 2005-09-26 20:26:20 +00:00
gavin%gavinsharp.com 4e229005f4 Bug 273910: typeahead find causes problems if the tab was closed while the findbar was open, patch by Dorando <bugzilla-mozilla@dorando.at>, r=mconnor 2005-09-25 20:52:13 +00:00
gavin%gavinsharp.com 94afb56127 Bug 296827: Dragging & dropping text into the Find text box does not enable search buttons or initiate search, patch by Jorge Villalobos <jorge.villalobos@gmail.com>, r=mconnor 2005-09-19 23:39:03 +00:00