mozilla.mano%sent.com
|
2a62fadb27
|
Bug 360437 - nsITypeAheadFind: get rid of aHasFocus argument. r=masayuki,gavin.
|
2007-02-09 01:21:54 +00:00 |
sharparrow1%yahoo.com
|
c78720aa24
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
cvshook%sicking.cc
|
0c24c4a4c3
|
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
|
e74ffb7257
|
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
|
091413037d
|
Bug 288254 - Findbar XBL widget. r=gavin,masayuki,bienvenu.
|
2006-11-26 22:47:46 +00:00 |
uriber%gmail.com
|
82ef28f26d
|
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
|
74c1c06db2
|
Bug 348298: Clean up Find Bar code, patch 1.
r=masayuki
|
2006-08-18 20:26:23 +00:00 |
pkasting%google.com
|
7a2780c377
|
Bug 348063: More case sensitivity problems with Find Bar.
r=masayuki
|
2006-08-10 19:16:01 +00:00 |
pkasting%google.com
|
c215a2aa56
|
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
|
f943722885
|
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
|
806720f7ae
|
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
|
5ee0da7097
|
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
|
ff3b41fa2d
|
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
|
b577d1f18d
|
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
|
b56f2ac584
|
Bug 344437: Crash [@ nsTypeAheadFind::GetSearchContainers]. Patch by pkasting@google.com. r=masayuki
|
2006-07-20 18:31:57 +00:00 |
cvshook%sicking.cc
|
c7936e48f6
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |
darin%meer.net
|
dad44df2d5
|
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
|
697c24d16e
|
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
|
3866312c37
|
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
|
c2320b3bdf
|
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
|
a82ac07518
|
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
|
c14a5a0dea
|
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
|
1f2d60315a
|
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
|
a771c65b11
|
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
|
ca2cd111b0
|
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
|
36f352636c
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
leon.sha%sun.com
|
574701a2f1
|
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
|
862278308e
|
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
|
17febc1c74
|
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
|
af5ff2c0b4
|
Bug 328036 Flashbar does not flash r=mconnor
|
2006-02-21 16:37:10 +00:00 |
beng%bengoodger.com
|
b5a2634ee8
|
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
|
3080a7b78b
|
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
|
1df8fc391e
|
Fix reference counting leaks of pres shell. b=321283 r=bryner
|
2006-01-10 19:31:04 +00:00 |
gavin%gavinsharp.com
|
c343168f3a
|
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
|
8d81b8a6b6
|
Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
|
2005-12-26 16:45:59 +00:00 |
gavin%gavinsharp.com
|
f51b0b958c
|
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
|
7a5af690c6
|
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
|
48b90c3235
|
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
|
25dfbf07eb
|
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
|
d910a57b16
|
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
|
435550ca9d
|
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
|
3bb5773f07
|
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
|
67e38374e2
|
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 |
masayuki%d-toybox.com
|
ff1efb5007
|
Bug 309030 Don't scroll to found link on findbar close r=mconnor
|
2005-09-19 04:07:13 +00:00 |
mozilla.mano%sent.com
|
4894bd2a1f
|
Bug 308114 - [Mac] No keyboard shortcut for 'Highlight All'. r=mconnor.
|
2005-09-17 23:07:40 +00:00 |
aaronleventhal%moonset.net
|
75ff40615f
|
Bug 306072. Label not associated with textbox in findbar. r=mconnor
|
2005-08-26 18:53:21 +00:00 |
masayuki%d-toybox.com
|
ec72c1d13c
|
Bug 305345 If find toolbar is already opened, if you press "'" or "/" key on browser, the character should not be set to find toolbar a=mconnor
|
2005-08-26 04:21:37 +00:00 |
masayuki%d-toybox.com
|
3d8bfd9ae2
|
Bug 305342 regression: tabbing from links doens't work in FAYT mode r=mconnor
|
2005-08-25 03:31:22 +00:00 |
gavin%gavinsharp.com
|
6cfc1fc2bf
|
Bug 256990: highlight breaks pages that style <span> elements, patch by Ben Basson <cusser.bugs@cusser.net>, r=mconnor
|
2005-08-24 19:19:06 +00:00 |
bzbarsky%mit.edu
|
692c9e00f2
|
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
|
2005-08-22 22:24:29 +00:00 |