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

130833 Коммитов

Автор SHA1 Сообщение Дата
mostafah%oeone.com 3cc57e2678 Catching up with recent en-US changes 2004-06-16 17:42:49 +00:00
mostafah%oeone.com 8bd4f8225f Removing dependence on browser.jar 2004-06-16 17:29:23 +00:00
mostafah%oeone.com e1decbb299 Removing duplicate entry 2004-06-16 17:27:37 +00:00
mostafah%oeone.com 783b1ac13c First attempt to fix sunbird build bustage 2004-06-16 17:08:33 +00:00
bienvenu%nventure.com 275d570d89 initial checkin of native thunderbird rss extension, NPOB, r/sr=sspitzer 2004-06-16 17:00:27 +00:00
darin%meer.net 657ad8705e fixes bug 227976 "nsHttpCompressConv can fail to read any data in OnDataAvailable and return success" r=biesi (patch based on suggestion by bzbarsky) 2004-06-16 16:28:30 +00:00
cbiesinger%web.de 5fef88f764 fix DEBUG_CAPS_HACKER bustage due to bug 240106
r=caillon sr=darin
2004-06-16 15:58:22 +00:00
darin%meer.net b94b4bb1e2 fixes bug 246193 "Mozilla doesn't revert to IPv4 if IPv6 connect fails" r=lorenzo 2004-06-16 15:09:34 +00:00
darin%meer.net ea254d645d fixes bug 246264 "nsHttpChannel may leak mResponseHead" r=pedemont sr=bryner 2004-06-16 15:05:42 +00:00
darin%meer.net 6d4801829f fixes bug 247006 "Apply NS_HIDDEN to necko net_ helper functions" r+sr=bryner 2004-06-16 14:53:31 +00:00
edburns%acm.org 529b8262f9 This checkin enables Navigation.stop() to work.
I'm working towards getting equivalent functionality to
<https://jdic.dev.java.net/nonav/documentation/javadoc/jdic/org/jdesktop/jdic/browser/WebBrowser.html>
working by JavaOne SF 2004.  At this point, all that remains are
refresh(), back(), forward(), and post().  All but post() are trivial.

M classes_spec/org/mozilla/webclient/Navigation2.java

- remove "blocking" methods since we don't need them now that we have
  DocumentLoadListener working again.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java

- remove "blocking" methods since we don't need them now that we have
  DocumentLoadListener working again.

- implement stop().

M classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java

- throw IllegalStateException if you try to get a BrowserControl
  instance after appTerminate() has been called.

- throw IllegalStateException if appTerminate() is called more than
  once.

M src_moz/NavigationImpl.cpp

- call through to stop

M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- test first test for stop.
2004-06-16 14:37:34 +00:00
rlk%trfenv.com ad838066be bug 246968 - Update changes in kbd shortcuts and add "Paste As Quotation". Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-06-16 14:10:35 +00:00
jocuri%softhome.net 9158d033d7 Patch for bug 246328: make editmilestone check for invalid sortkeys; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd; a=justdave. 2004-06-16 13:45:37 +00:00
mcs%pearlcrescent.com f4f961dd1b Fix bug # 246694 - 64-bit build: incorrect handling of
password policy response.
   The 'i' format specifier to ber_scanf() requires a long arg, not int.
2004-06-16 13:18:48 +00:00
timeless%mozdev.org a2075ea47e Bug 52116 javascript strict warning/error doesn't always contain Source File filename
This handles event handlers.
Not all cases are handled well. if you get a fixme url, you're invited to
come up with code to handle that case. fixing it will probably include
bloating objects with references to their origins.

Handled cases include the ones listed in
http://bugzilla.mozilla.org/show_bug.cgi?id=52116#c59

r=jst sr=jst
2004-06-16 13:18:47 +00:00
aaronleventhal%moonset.net 64532390ce Bug 243313. Expose :before and :after anonymous frame text via accessibility APIs. r=louie.zhao, sr=henry.jia 2004-06-16 13:12:53 +00:00
aaronleventhal%moonset.net c665bef5ad Missing part of checkin to bug 245931. r=pkw, sr=bryner 2004-06-16 13:09:10 +00:00
timeless%mozdev.org b4ffc1f48b Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
r=jst sr=jst
2004-06-16 12:41:18 +00:00
neil%parkwaycc.co.uk 6ebd277bec Bug 233091 JavaScript strict warning: assignment to undeclared variable plus conversion to use prompt service p=gautheri@noos.fr r=me sr=Henry.Jia 2004-06-16 11:26:58 +00:00
jouni%heikniemi.net f620734a49 Bug 142744: Testing suite should work on Win32
Patch by byron jones (glob) <bugzilla@glob.com.au>
r=jouni, a=justdave
2004-06-16 11:13:39 +00:00
timeless%mozdev.org bab254075d Bug 246599 Add Mac OS X 10.3 to the list
r=vladd,justdave a=justdave
2004-06-16 10:39:48 +00:00
timeless%mozdev.org 589c9cb80a Bug 160210 Add MacOSX 10.1 and 10.2 to the os list
Previous patch left OS detection broken for Mac OS X.
This maps Mac OS X to 10.0.
r=vladd a=justdave
2004-06-16 10:37:27 +00:00
louie.zhao%sun.com 984ff8c25a bug 246750 Can't read menu/menuitem's "keyboard shortcut" and "accesskey"
r = pkw@us.ibm.com
sr= henry.jia@sun.com
2004-06-16 08:52:23 +00:00
neil%parkwaycc.co.uk a34c4349b6 Bug 245641 Make scrollbars draggable in print preview again r/sr=jst 2004-06-16 08:11:30 +00:00
ben%bengoodger.com 49e5ee0a5b make firefox smaller thanks to Igor Pavlov 2004-06-16 07:31:53 +00:00
louie.zhao%sun.com cd5597f11f bug 201922 Make XUL tree accessibles keep track of their own tree item accessibles
r = aaronleventhal
sr= Henry.Jia
2004-06-16 06:19:12 +00:00
pinkerton%aol.net 8a9c8776c1 fix a large number of context menu and bookmark info bugs and cleanup the
code. see http://bugzilla.mozilla.org/show_bug.cgi?id=245710#c11 for a
comprehensive list (bug 245710)
2004-06-16 06:09:47 +00:00
pinkerton%aol.net 31eaea5129 remove mousemove hack on 10.2.8+ as it's no longer necessary and causesother problems (bug 234207) 2004-06-16 05:55:44 +00:00
pinkerton%aol.net 923b439f4a use prebinding script on panther, it doesn't happen automatically like it
does on jaguar due to apple issues.
2004-06-16 05:45:18 +00:00
pinkerton%aol.net 3e2af6f0ba better l10n for pref panes (bug 246163) 2004-06-16 05:19:30 +00:00
bugreport%peshkin.net fe49fca7e1 Bug 240325: Keep regexp-based groups up-to-date 2004-06-16 05:04:48 +00:00
sspitzer%mozilla.org b13c95fdf5 backing out my fix for bugs #245520 and #44494
for now, don't remember the ask format automatically in the addressbook
until we add some additional UI and fix the plain text case

r/sr=mscott
2004-06-16 04:59:46 +00:00
pinkerton%aol.net 1d92f2d542 fix horizontal scrollwheel (bug 246879) 2004-06-16 04:56:26 +00:00
pinkerton%aol.net 031e21953a remove progress spinner until redraw problems while scrolling can be
fixed (bug 203349)
2004-06-16 04:47:30 +00:00
scott%scott-macgregor.org 7acdaa9905 Bug #246744 --> additional account identities aren't getting the right smpt server key and sent folder values
sr=bienvenu
2004-06-16 00:38:42 +00:00
jst%mozilla.jstenback.com cac67575b3 Landing fix for 246556. Null-check mDocument before accessing it. r+sr=jst@mozilla.jstenback.com, patch by silver@warwickcompsoc.co.uk 2004-06-16 00:26:14 +00:00
rlk%trfenv.com eb825363d1 Fixing minor typo in Help documentation (bug 246624) 2004-06-16 00:23:51 +00:00
darin%meer.net bcfee30930 fixes bug 246872 "PAC: myIpAddress gives 'myIpAddress is not defined' error" r+sr=shaver 2004-06-15 23:20:50 +00:00
dveditz%cruzio.com 9ddc5fd676 bug 245813 stop overwhelming number of master password prompts if trying to cancel out, r=timeless, sr=brendan 2004-06-15 21:49:59 +00:00
bryner%brianryner.com dcc12515d0 Fix Help not installing on Linux (bug 246769) 2004-06-15 20:53:18 +00:00
amardare%qnx.com 78be6856dd Changes for the qnx(photon) platform only. They should not affect building/runtime other platforms.
Fixed a problem with the photon build when building with DEBUG enabled.
2004-06-15 20:43:39 +00:00
amardare%qnx.com 08ffb8bc96 Changes for the qnx(photon) platform only. They should not affect building/runtime other platforms.
Focus changes ( needed because of pop-up problem with www.hotmail.com ).
2004-06-15 20:41:04 +00:00
christophe.ravel.bugs%sun.com a71ac5996e 238319: Sun packages changes. 2004-06-15 16:47:00 +00:00
tor%cs.brown.edu bd483bc79f Bug 153586 - Date.toLocaleString() not returning locale string.
r=jst, sr=brendan
2004-06-15 16:38:43 +00:00
scott%scott-macgregor.org 6b1c4e1fbf Bug #246759 --> Package movemail for unix 2004-06-15 16:21:31 +00:00
neil%parkwaycc.co.uk 83db7cae4f Ongoing conversion of help files to xhtml b=236942 p=stefan_h@hem.utfors.se r=me 2004-06-15 16:07:49 +00:00
mostafah%oeone.com 5361e8d305 Updated latest build 2004-06-15 13:50:55 +00:00
mostafah%oeone.com 56dd0669d5 Changed AppName to remove space. ( Looks better on MAc ) 2004-06-15 13:35:18 +00:00
mostafah%oeone.com a1598c759c Checked in patch for bug 246705 2004-06-15 13:33:15 +00:00
mostafah%oeone.com 3c6aeb0b13 Checked in patch for bug 246718 2004-06-15 13:30:43 +00:00