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

676 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org ee8bd891bf Bug 318073 nsIProcess is not a service
patch by jason_barnabe@fastmail.fm r=mconnor
2005-11-29 16:40:17 +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
timeless%mozdev.org 532329ac75 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
gavin%gavinsharp.com 6d1bfe1930 Bug 172817: Allow external source viewer/editor, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-11-22 05:36:48 +00:00
timeless%mozdev.org 8e0a0fb22e Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bryner%brianryner.com 8dccb6bdb7 Don't try to link in history_s.lib when MOZ_PLACES is enabled, since it's not built. 2005-11-18 07:48:54 +00:00
gavin%gavinsharp.com f8ce022978 Bug 316659: fix null dereference crash in markPageAsTyped, r=mano 2005-11-17 00:23:09 +00:00
brettw%gmail.com e20006ba7c bug 315570 r=benjamin
Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation. This patch fixes some style and portability nits.
2005-11-09 21:27:51 +00:00
brettw%gmail.com 36a99f6872 bug 315570
r=bryner
r=annie.sullivan

Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation.
2005-11-09 19:19:33 +00:00
brettw%gmail.com dd2c05469d Adds "places" directory consisting of new moz-storage-based history
implementation.  Use --enable-places to use this code instead of the Mork
history implementation. This code is currently in active development, so some
things are broken, notably all the UI which uses RDF.

bug 266174
r=bryner
2005-11-08 02:25:22 +00:00
dveditz%cruzio.com 3fc65f7fb2 bug 312036 fix missing compress commit when deleting in the "date and site" history view, r=bryner, sr=dbaron 2005-11-07 07:43:55 +00:00
dougt%meer.net 7a352c8a36 This patch makes --disable-printing work from configure. b=308629. r=jst r=benjamin 2005-11-05 18:46:23 +00:00
bzbarsky%mit.edu 1e91350bb2 Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
2005-11-02 00:41:51 +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
bsmedberg%covad.net 49df2055ed Bug 263042 - Build both autocomplete impls as separate components to make it easier to ship both of them with toolkit/xpfe r=Neil 2005-10-31 13:21:31 +00:00
bryner%brianryner.com c2c4865c1d Return NS_RDF_NO_VALUE if the hostname or referrer are empty, rather than a failure code (bug 313214). Patch by marria@gmail.com, r=bsmedberg, sr=me. 2005-10-21 19:39:05 +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
mark%moxienet.com 2d85fd6b26 Bug 312763, page setup settings aren't saved or used on the Mac. Save native print settings after page setup. r=mano 2005-10-18 20:14:16 +00:00
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