Commit Graph

682 Commits

Author SHA1 Message Date
cbiesinger%web.de
fefc23d4ac fixing firefox debug bustage 2005-12-26 18:29:23 +00:00
cbiesinger%web.de
72ac26b6ce Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
leon.sha%sun.com
e9f9fed9e9 Bug 312154, Start script does not take care of running instance on solaris sparc.
benjamin: first-review+
Patch by leon.sha@sun.com
2005-12-26 03:10:35 +00:00
cbiesinger%web.de
c6e491a9d3 bug 273971 patch by Son Le <son.le0@gmail.com> r=biesi sr=neil
- make nsIDownload::currBytes and maxBytes use bytes rather than kilobytes
- make transfers of unknown size use the right size
  - send mProgress rather than mContentLength as the current progress in OnStateChange
2005-12-19 15:25:22 +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
gavin%gavinsharp.com
691d0d7966 Bug 319006: External view source editor does not fallback to internal viewer on error, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-12-04 06:12:00 +00:00
timeless%mozdev.org
6c2165da76 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
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
timeless%mozdev.org
eb9350f619 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
a40ff71595 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
17f5f5429f 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
78969fd1ee 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
afad56b0dd Bug 316659: fix null dereference crash in markPageAsTyped, r=mano 2005-11-17 00:23:09 +00:00
brettw%gmail.com
b9777b38a2 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
944ede62d6 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
e1bcd0f4cd 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
54a6d5d8e3 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
948fc9aa52 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
d44ad313ae 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
4149066af7 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
a3deb73315 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
ff18a37d19 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
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
mark%moxienet.com
929c7881fd 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
dd8f7f450f 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
af8daf777e 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
c4a705e365 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
d575825305 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
3b80ad6ed1 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
a489e5ddee 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
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
scott%scott-macgregor.org
413ff1a464 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
36c96b2853 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
0297bc1a2b 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
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
masayuki%d-toybox.com
b6aa552a19 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
f44148c9db Bug 308114 - [Mac] No keyboard shortcut for 'Highlight All'. r=mconnor. 2005-09-17 23:07:40 +00:00
bzbarsky%mit.edu
b8cfbfc86a 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
f3037c1426 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
5c548aaf8f 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
839211c13f 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
35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
mozilla.mano%sent.com
3a825a8b69 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
ace0aa7504 Bug 302165 - add accesskeys to the 'Remember Password' dialog. r=vladimir. 2005-08-29 22:17:37 +00:00
gavin%gavinsharp.com
1aa9cf8f39 Bug 303740 : Don't offer to remember empty passwords, r=mconnor 2005-08-26 19:32:30 +00:00
aaronleventhal%moonset.net
3a0c0b0387 Bug 306072. Label not associated with textbox in findbar. r=mconnor 2005-08-26 18:53:21 +00:00
bsmedberg%covad.net
f57185ded2 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
a4d5ab3de2 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