bryner%brianryner.com
f629488607
Attempt to fix crashes using arrow-key scrolling in autocomplete. Bug 306067, r+sr=dbaron.
2005-10-12 23:03:58 +00:00
jwalden%mit.edu
a94d29f92e
Bug 309848 - Three minor bugs in help viewer's parsing of help content packs. r=mano
2005-10-11 13:46:11 +00:00
jruderman%hmc.edu
28eb9d534b
bug 294050, Search in history is case-sensitive for non-ascii letters. r=mconnor, sr=bz.
2005-10-10 23:50:05 +00:00
bsmedberg%covad.net
77cf9f7768
Bug 310076 (scary version) - Use the considerquitstopper to control when to run the event loop, not window enumerators r=darin
2005-10-04 14:41:18 +00:00
vladimir%pobox.com
2125930cff
b=267422, print preview window is partly overlaid by backgrounds and is otherwise badly broken (also 302495); r=mscott,mconnor
2005-10-04 03:24:38 +00:00
masayuki%d-toybox.com
f2519be73a
Bug 275387 Print Preview Scale and orientation not adjusted (stuck on page setup settings) r=mconnor
2005-10-03 16:21:40 +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
scott%scott-macgregor.org
9a07be8243
Bug #310226 --> new mail alert popup isn't tall enough on Windows.
...
Fix a regression introduced by Bug #305375
r=jens
2005-09-30 20:58:57 +00:00
bsmedberg%covad.net
96c0d4e731
Bug 296526 - Crash if autocomplete list is open while a window navigation r=bryner
2005-09-30 18:55:40 +00:00
bsmedberg%covad.net
c61020af63
Bug 310076 - Calling app restart (nsIAppStartup.quit) from nsBrowserGlue fails to restart the app properly - r=darin
2005-09-29 20:19:27 +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
bzbarsky%mit.edu
36bcedf05d
Add context menu "copy" option to help. Bug 298950, patch by Martijn Wargers
...
<martijn.martijn@gmail.com>, r=mconnor
2005-09-16 20:08:23 +00:00
allan%beaufour.dk
5a72a893c2
Build alerts service on non-Win32 platforms (gtk1/2). Bug 305375, r=bsmedberg, patch by Jens Bannmann
2005-09-16 11:52:56 +00:00
masayuki%d-toybox.com
14cacd1cc8
Bug 308173 Printing reverts to default printer every time a page is printed r=mconnor
2005-09-15 15:16:33 +00:00
aaronleventhal%moonset.net
aa01d9612b
Bug 291074. Fire namechange events for about:config tree items that change. r=mconnor, sr=neil
2005-09-14 16:58:29 +00:00
gerv%gerv.net
a656eecc05
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
mozilla.mano%sent.com
84d3152082
Bug 296700 - Can't overlay the console's keyset/commandset. patch from Simon Bnzli <zeniko@gmail.com>, r=me.
2005-09-06 11:02:12 +00:00
mozilla.mano%sent.com
3a242020b2
Bug 302165 - add accesskeys to the 'Remember Password' dialog. r=vladimir.
2005-08-29 22:17:37 +00:00
gavin%gavinsharp.com
5fec921457
Bug 303740 : Don't offer to remember empty passwords, r=mconnor
2005-08-26 19:32:30 +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
bsmedberg%covad.net
7445dc3000
Bug 305767 - Allow a different marker character for preprocessing CSS files - r=hixie+mconnor
2005-08-26 12:49:37 +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
roc+%cs.cmu.edu
4d8590a4fa
Bug 293714. Be smart about guessing whether a vertical scrollbar is needed when we do the first real reflow of a scrollframe; remember in global history whether the page needed a scrollbar or not. r+sr=bzbarsky
2005-08-25 00:10:37 +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
masayuki%d-toybox.com
03533ce4c7
Bug 118563 The new print properties dialog does not save papersize r=mconnor
2005-08-24 18:32:02 +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
aaronleventhal%moonset.net
0ce284dda1
Bug 304484. Expose alerts, prompts and message boxes as ROLE_ALERT so screen readers have a cue to speak the entire dialog when it appears. r=mconnor
2005-08-17 17:24:14 +00:00
gavin%gavinsharp.com
4a443fd242
Bug 243324: Download manager fails to close with files that download very quickly (small files / cached files), patch by Ben Basson <cusser.bugs@cusser.net>, r=mconnor
2005-08-16 12:06:07 +00:00
gavin%gavinsharp.com
5f41f1a8d3
Bug 255116: Pressing Home or Shift+Home should close the autocomplete dropdown, patch by Jesse Ruderman <jruderman@gmail.com>, r+a=mconnor
2005-08-12 03:41:14 +00:00
darin%meer.net
0073cd99cc
fixes bug 303978 "Expose User/PassFieldName values for password entries" r=bryner a=mconnor
2005-08-11 20:07:41 +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
roc+%cs.cmu.edu
d187d8344a
Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there.
2005-08-10 20:21:44 +00:00
aaronleventhal%moonset.net
e4e0e6b687
Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente
2005-08-10 18:15:53 +00:00
jwalden%mit.edu
3e0e88ccdc
Remove a completely unused function, as determined by < http://lxr.mozilla.org/mozilla/search?string=findparentnode >. No bug, r+a=mconnor over IRC.
2005-08-09 03:22:33 +00:00
aaronleventhal%moonset.net
ee112c3a3c
Bug 302402. Some XUL links opening twice. r+a=mconnor
2005-08-05 16:11:10 +00:00
aaronleventhal%moonset.net
3e0e9ff7b2
Bug 302646. Fix accessibility problems in printing dialogs. r+a=mconnor
2005-08-05 15:53:24 +00:00
mozilla.mano%sent.com
72ab82435e
Bug 303555 - fix wrong new enitity name from bug 302164. r+a=mconnor.
2005-08-05 14:52:14 +00:00
mozilla.mano%sent.com
166b892837
Bug 302164 - Imporvements to text and button labels in the 'Remember Password' dialog. r+a=mconnor
2005-08-04 19:39:33 +00:00
aaronleventhal%moonset.net
2b423c88c0
Bug 281932. Fix a11y problems in print preview. Also create tabbable <toolbarbutton>s via toolbar button class=tabbable. r=mconnor, a=mconnor
2005-07-31 15:34:57 +00:00
bsmedberg%covad.net
9d77cf8d0d
Additional xulrunner-specific bustage fixup from bug 295482
2005-07-27 22:48:15 +00:00
bsmedberg%covad.net
08b73927ec
Bustage fix for dougt, bug 295482
2005-07-27 21:46:39 +00:00
dougt%meer.net
8de93d4125
* This moves most of the configuration options of minimo into configure.in.
...
* This makes minimo use the same toolkit that ff uses.
* This makes toolkit build on WINCE. (makefile love only)
* This moves all default configuration options above where we enable
applications in configure.in
Build only changes.
r=bsmedberg
a=bsmedberg
2005-07-27 20:42:44 +00:00
rbs%maths.uq.edu.au
0893894d75
Prevent View Selection Source from triggering the crasher bug 252970, r+sr=bz, a=mconnor
2005-07-27 07:51:52 +00:00
jwalden%mit.edu
89fdec737a
Bug 268776 - Help Viewer uses browser chrome. r=kmgerich, a=bsmedberg
2005-07-27 02:51:56 +00:00
jwalden%mit.edu
528d0405e7
Bug 296012 - Support an optional nc:platform attribute on items in Help content pack trees. r=shaver, a=bsmedberg
2005-07-27 00:45:43 +00:00