Commit Graph

146230 Commits

Author SHA1 Message Date
lpsolit%gmail.com
b3fceeed27 Bug 303401: move the move.pl code into process_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-21 17:36:51 +00:00
bugzilla%standard8.demon.co.uk
780e561179 Follow up to bug 293303 rework - if statements into a switch r=neil.parkwaycc.co.uk,sr=bienvenu 2005-08-21 17:06:05 +00:00
bienvenu%nventure.com
3b3ae4927a rename negotiateauth to auth, part of work for 280792, problem pointed out by dbaron, r/sr=me 2005-08-21 16:06:25 +00:00
bienvenu%nventure.com
241a2d4e7c fix build bustage when disable logging is turned on, r=cneberg, backing out part of patch for 280792 2005-08-21 16:01:52 +00:00
bienvenu%nventure.com
9505c902a3 remove files copied to extensions\auth, part of work for 280792 and 303160 2005-08-21 15:59:28 +00:00
bienvenu%nventure.com
9a057b6837 remove files copied to extensions\auth, part of work for 280792 and 303160 2005-08-21 15:58:52 +00:00
cbiesinger%web.de
4868e46b76 bug 304414
- Run TestCookie in make check
- Make TestCookie return an error code if the test failed
- Mention the tested bug# in test_cookie_header.js
- Add a test for bug 304414: Make sure that local streams behave "sanely" (don't
return PR_UINT32_MAX, don't return PR_INT32_MAX, don't have more data at EOF)
and can read the entire file.

r=bz
2005-08-21 14:20:40 +00:00
cbiesinger%web.de
847e149c52 bug 304414 Implement Available correctly for directory index streams (i.e. make
them never return -1)
r+sr=bz
2005-08-21 14:13:52 +00:00
cbiesinger%web.de
45319c3d3d bug 288810 don't split directory listing output into multiple tables
patch by Olaf Flebbe <o.flebbe@science-computing.de> r=biesi sr=bz
2005-08-21 14:06:54 +00:00
szegedia%freemail.hu
d6f90ca3f3 Fix for 305323: Rhino fails to select the appropriate overloaded method
This was due to a bug where code deviated from the section 3.3.6.1 of the LC3 specification. This commit makes the code compliant with the referenced spec section.
2005-08-21 13:29:32 +00:00
jminta%gmail.com
36244b556e Bug 300250 Restore clipboard functionality. r=mvl 2005-08-21 13:22:13 +00:00
mats.palmgren%bredband.net
83952914cf Fix crash when going back on pages with (I)FRAMEs. b=304639 r+sr=bryner 2005-08-21 12:43:42 +00:00
mvl%exedo.nl
8b55e38e89 Remove the id to prevent an assertion when closing the eventdialog.
bug 293654, r=shaver
2005-08-21 08:51:30 +00:00
jruderman%hmc.edu
c6e1f5a117 Change makeURL to makeURI to fix bug 305269. r=mconnor. 2005-08-21 06:08:48 +00:00
jruderman%hmc.edu
18479a3e21 bug 301471 - error pages should have 'Try Again' button focused. r=biesi sr=bz 2005-08-21 05:17:26 +00:00
mozilla.mano%sent.com
b619d6d2a3 Bug 304605 - Cropped preferences panes on mac. r=mconnor 2005-08-21 04:50:34 +00:00
edburns%acm.org
d4d3b39a3d up_version_to_a5 2005-08-21 01:23:11 +00:00
dougt%meer.net
ad2eeb425d implementing an interface to control SSR.
adding menu item to allow user to control SSR.
moved site specific css hacks to sites.css
experimenting with urlbar autocomplete.  Something is still a bit off in popup handling.

MINIMO ONLY.
2005-08-21 01:17:59 +00:00
dougt%meer.net
158e0e7a77 odd thing. implemeting getmessage and/or peekmessage significantly slows down products. The reason we implemented these functions was to be able to implement GetMessageTime() However, even with a broken GetMessageTime() we appear to function okay. WINCE only. 2005-08-21 01:14:17 +00:00
edburns%acm.org
9e304950ae Next step is to figure out why real dom listeners don't work.
M webclient/test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- Modify mouseOver to output some dom information to the status bar.
2005-08-21 00:53:09 +00:00
dmose%mozilla.org
1cc0ef8377 Work around bug in libical's API for comparing dates (bug 299327), r=shaver. Not part of the build. 2005-08-20 23:17:55 +00:00
mozilla.mano%sent.com
59a41605a0 Bug 304879 - commonDialog's default button code doesn't work anymore. r=mconnor, sr=neil. 2005-08-20 22:57:54 +00:00
cst%andrew.cmu.edu
508d8aff76 Bug 305215 Fix crash going back while loading an image [@ ImageListener::OnStopRequest] (regression from bug 292503)
patch by Frank Wein <bugzilla@mcsmurf.de>, r=biesi sr=jst
2005-08-20 22:47:10 +00:00
silver%warwickcompsoc.co.uk
e92848fd5b Bug 300622 - Hack around bugs in <tabs> element, introduced by bug 175893.
ChatZilla only.
r=samuel
2005-08-20 22:45:53 +00:00
silver%warwickcompsoc.co.uk
580a26fb7c Bug 304507 - Use correct lower-case function for ignore code.
ChatZilla only.
r=samuel
2005-08-20 22:44:27 +00:00
bienvenu%nventure.com
754ce9752c fix building gssapi on mac os 10.4, patch by mark@moxienet.com, r=cneberg@gmail.com, sr=bienvenu 2005-08-20 22:34:32 +00:00
gavin%gavinsharp.com
fbbcd45d8e Bug 258864 : View > 'Full Screen' menu entry does not become ticked / checked when in full screen mode, patch by David Tenser (djst) <djst.mozilla@gmail.com>, r=mconnor 2005-08-20 21:38:36 +00:00
edburns%acm.org
859bfcad5f Expose the dom Node to the standard java key and mouse
listeners, using test driven development techniques of course.

Next step is to update the test browser to use this feature.

SECTION:

A webclient/classes_spec/org/mozilla/webclient/WCKeyEvent.java

- KeyEvent subclass to expose WebclientEvent, and allow access to the
  Source property, which is a dom Node

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

- change to handle WCKeyEvent

M webclient/test/automated/src/classes/org/mozilla/webclient/KeyListenerTest.java
M webclient/test/automated/src/classes/org/mozilla/webclient/MouseListenerTest.java

- new test content

M webclient/test/automated/src/test/KeyListenerTest1.html

- add id attribute
2005-08-20 19:25:52 +00:00
myk%mozilla.org
b63b4e2ccc Fix for bug 292022: accepts multiple requestees in the requestee field for a given flag, and creates multiple requests, one per requestee, so that users can request a flag multiple times simultaneously instead of one at a time; r=joel, a=myk 2005-08-20 17:02:41 +00:00
peterv%propagandism.org
ab892e1e9b Remove stray while to fix search bustage. 2005-08-20 11:03:27 +00:00
bugzilla%standard8.demon.co.uk
832ca592ad Fix bug 293303 In <ABSearchDialog.js>, Warning: redeclaration of var statusText. r/sr=bienvenu 2005-08-20 09:27:36 +00:00
cltbld
52f6e91897 Additional output from update packaging.
OVS: ----------------------------------------------------------------------
2005-08-20 08:08:41 +00:00
vladimir%pobox.com
5441f8cb29 add M_PI definition for VC6 which has a broken math.h 2005-08-20 07:14:34 +00:00
zack%kde.org
f102909dcb style fix and removing useless header 2005-08-20 07:14:33 +00:00
mozilla.mano%sent.com
5fd382e8ca Bug 301688 - [Mac] Disabled buttons shoud never have a 'default button' look&feel. r=josh, sr=smfr, a=bsmedberg. 2005-08-20 07:14:32 +00:00
zack%kde.org
dac784b5f8 fixing the toolbar issue. All the credit goes to biesi (he provided
the testcase for it)
2005-08-20 07:14:31 +00:00
zack%kde.org
ef9d29ba5a Qt Mozilla port. For now the best way to start playing with it is the
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2005-08-20 07:14:30 +00:00
mconnor%steelgryphon.com
e9e6b26374 bug 255947 - missing borders for the progress bar in with native classic widget on windows, patch by Mathieu Pellerin <nirvn.asia@gmail.com>, r+sr=roc, a=shaver 2005-08-20 07:14:29 +00:00
mozilla.mano%sent.com
07c00856cd Bug 203734 - enable focus ring on push buttons in 10.4 (Tiger) and above. r=jhpedemonte sr=smfr a=asa 2005-08-20 07:14:28 +00:00
dougt%meer.net
9cfc34aae4 Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa. 2005-08-20 07:14:27 +00:00
cbiesinger%web.de
5547496844 Bug 176177 use the correct flag for buttons that are checked
patch by Son Le <son.le0@gmail.com> r=emaijala sr=bz
2005-08-20 07:14:26 +00:00
mozilla.mano%sent.com
6d45bd865c Bug 265282 - Unsorted tree columns are drawn as sorted columns. r=jhpedemonte sr=neil 2005-08-20 07:14:25 +00:00
mozilla.mano%sent.com
1886ce6a57 Bug 118025 - nsITheme menupopup/menuitem implementations (Mac). r=pinkerton sr=smfr (for gfx) r=kmgerich (for pinstripe) 2005-08-20 07:14:24 +00:00
aaronleventhal%moonset.net
12f08c25eb Bug 303404. Crash when hitting escape in context menu for a menu item. r=dbaron, sr=neil 2005-08-20 07:14:23 +00:00
caillon%redhat.com
fc06b4aa18 Null out static variables after we destroy the widgets to avoid crashing.
Bug 244549.  GTK2 patch by Pete Zha, GTK1 patch by Ben Bucksch.
r=caillon, sr=blizzard.
2005-08-20 07:14:22 +00:00
ginn.chen%sun.com
3ec08a8566 Bug 174740 Black checkboxes in menus (e.g. View->Toolbars->Navigation Bar)
r=robin.lu sr=bryner
2005-08-20 07:14:21 +00:00
bzbarsky%mit.edu
87e41849db Fix horizontal scrollbar rendering with GTK theming when steppers are not
square.  Bug 258758, patch by Benjamin Leviant <benjamin@ethium.net>,
r+sr=bryner
2005-08-20 07:14:20 +00:00
dougt%meer.net
eaa7aebde1 bug 281948. WinCE changes to GFX and Widget. r=ere, sr=darin 2005-08-20 07:14:19 +00:00
smfr%smfr.org
e32f99a3b5 Fix bug 279510: remove all the pre-Carbon code and TARGET_CARBON #idfefs from gfx. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>, r=pink, sr=me 2005-08-20 07:14:18 +00:00
dbaron%dbaron.org
eb52d978b9 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2005-08-20 07:14:17 +00:00