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

38 Коммитов

Автор SHA1 Сообщение Дата
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
mozilla.mano%sent.com c31d417ba6 Bug 266368 - Find bar is disabled when closed with 'match case' focused. r+a=mconnor 2005-08-10 22:22:35 +00:00
masayuki%d-toybox.com 5330cfe329 Bug 296720 Can't get to links using FastFind (Ctrl+F) r+a=mconnor 2005-07-25 17:46:00 +00:00
masayuki%d-toybox.com 3cda5bcbaf Bug 298658 When Enter key is pressed in FAYT mode, we should close find toolbar r=bryner, a=mconnor 2005-07-13 16:27:27 +00:00
mozilla.mano%sent.com ca3fa92508 Bug 299396 - FAYT doesn't work in non-browser windows (help, view source). r=mconnor, a=cbread 2005-07-01 21:50:16 +00:00
bryner%brianryner.com adae76e381 Fix typeahead find when fastback is turned on by checking that the pres shell is attached to a window before using it. Clean up some warnings as well. Bug 298622, r+sr=dbaron, a=chase. 2005-06-28 01:02:03 +00:00
masayuki%d-toybox.com d867376085 Bug 259454 IME input (e.g., Chinese, Japanese and Korean) cannot be performed in Find Toolbar when opened with "/" or "'" r=bryner, dbaron, sr=dbaron, a=benjamin 2005-06-24 04:25:43 +00:00
mozilla.mano%sent.com a2c0fdf8e6 Bug 264562 - Disable FAYT on about:blank / about:config. patch from Michael Clackler <mikeclackler@hotmail.com> and Jaime Mitchell <bugzilla@jaimem.org.uk>, r=mconnor, a=asa. 2005-06-22 20:17:25 +00:00
gandalf%firefox.pl 4f6d9b722c Bug 294609: Restore Ctrl+Enter to highlight for the Find Bar; p=gavin.sharp@gmail.com, r=mconnor, a=asa 2005-06-17 04:40:02 +00:00
db48x%yahoo.com 507893bfbd bug 263346: find toolbar deforms page with relative-height frames so click on link doesn't always work
patch by Michael Clacker, r=mconnor, a=asa
2005-06-14 09:39:51 +00:00
mozilla.mano%sent.com 58b762c758 Bug 294208 (FAYT shoudn't be blocked when a form button, checkbox or a radio element is focused) - replace element localname checks to instanceof checks. r=mconnor, sr=bzbarksy, a=asa. 2005-06-10 22:44:29 +00:00
mozilla.mano%sent.com f2fc230131 Bug 294208 - FAYT shoudn't be blocked when a form button, checkbox or a radio element is focused. r=mconnor, a=asa 2005-06-09 15:00:19 +00:00
timeless%mozdev.org 8cdf046b71 Bug 291265 strict javascript warnings in findbar.js
patch by hskupin@gmail.com r=bsmedberg a=bsmedberg
2005-06-06 20:48:24 +00:00
masayuki%d-toybox.com 53e651300a Bug 255941 Highlight colour / color does not contrast with document text or background / make highlighted text black on yellow r=mconnor, a=shaver patch by Michael Clackler <mikeclackler@hotmail.com> 2005-06-02 01:54:25 +00:00
mozilla.mano%sent.com 5a39e89dad Bug 289422 - Erroneous javascript Focus() function will break close of findbar. patch from Mook <mook.moz@gmail.com>, r=mconnor, a=shaver 2005-06-01 12:35:09 +00:00
aaronleventhal%moonset.net aab63aba5b Bug 280159. Make find bar's highlight button keyboard shortcut an accesskey mnemonic so that it is discoverable for keyboard users, and so that it also works with find as you type. Ctrl+enter reverts back to its previous single meaning of open in new tab. r=mconnor, a=mkaply 2005-05-13 14:32:38 +00:00
steffen.wilberg%web.de cce9f2e13a Bug 273200: Ctrl+W in Find bar breaks middle-clicking links, find toolbar, and back button. p=amotohiko_mozillafirebird@yahoo.co.jp, r=mconnor, a=shaver 2005-05-10 07:45:01 +00:00
bryner%brianryner.com 592dbdc176 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
dbaron%dbaron.org 55f2fa9847 Use constants rather than magic numbers for comparisons against keyCode and charCode. b=291613 r=mconnor a=asa 2005-04-28 20:51:07 +00:00
mozilla.mano%sent.com 6e7f4f5d0d Bug 274553 - Blocking iframes either via an extension or userchrome.css breaks find toolbar search. patch from Michael Clackler <mikeclackler@hotmail.com>, r=mconnor 2005-03-23 11:10:46 +00:00
bsmedberg%covad.net d3d9589cf0 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
bzbarsky%mit.edu a1c330e3ed Fix Firefox typeahead find crashes. do_QueryReferent on an nsWeakPtr can
return a null after all!  Bug 274625, patch by Michael Clackler
<mikeclackler@hotmail.com>, r=bsmedberg, sr=bzbarsky
2005-03-05 03:43:34 +00:00
mozilla.mano%sent.com 6712aa54ab Bug 278544 - regression: location bar of newly created tabs is not focussed after using FAYT. r=mconnor 2005-03-02 06:01:29 +00:00
bsmedberg%covad.net 4b68fa447a Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
bryner%brianryner.com f5257db823 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
gerv%gerv.net 646bb0c2b8 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
bmlk%gmx.de ef4604f958 remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron 2004-12-26 19:48:54 +00:00
ben%bengoodger.com 7075e25e4d Landing the Aviary Branch (browser section only). 2004-11-30 08:29:39 +00:00