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

135803 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org a9b19dd3f6 Use DBI placeholders to avoid SQL injection issues.
Bug #260894 r=timeless,justdave
2004-12-01 08:28:06 +00:00
ben%bengoodger.com 4c5c29fa05 aviary branch landing: one final attempt to fix build bustage... move extensions to non-windows-only section of makefile! 2004-12-01 07:41:14 +00:00
vladimir%pobox.com 8c6f98c6b8 commented-out cpp lines in calendar/base/src/Makefile.in; the checked-in files should be up to date. uncomment if you're working on the js.pre files. yes, this sucks. 2004-12-01 07:39:48 +00:00
cls%seawood.org 26c61659c5 Check the off case when setting up linenumbers pref.
Bug #119799 r=timeless
2004-12-01 07:30:43 +00:00
ben%bengoodger.com 7d29fc4b2a aviary branch landing: more bustage fixes for seamonkey, make sure extensions stub is built for seamonkey, and make sure SelectSkin is called on the right interface pointer. 2004-12-01 07:13:06 +00:00
dbaron%dbaron.org 9caeba7aed Fix bad comment (from merging, not from branch). a=ben 2004-12-01 07:09:48 +00:00
cls%seawood.org 724c1cebce think-o 2004-12-01 06:56:03 +00:00
cls%seawood.org f746981b67 Remove undef check from SanitizeModule 2004-12-01 06:46:21 +00:00
ben%bengoodger.com 5cad0b8f8c aviary branch landing: add tree.dtd to jar.mn too 2004-12-01 06:39:32 +00:00
ben%bengoodger.com 3f42305e24 aviary branch landing: add tree.dtd to fix undefined entities associated with new tree api usage 2004-12-01 06:36:54 +00:00
cls%seawood.org a82e086e5f Remove undef check from SanitizeModule 2004-12-01 06:35:28 +00:00
ben%bengoodger.com c0170319be aviary landing: back out tree changes from aviary branch landing - trunk has new tree api that we need to retain 2004-12-01 06:33:34 +00:00
ben%bengoodger.com c1085f7723 fix build bustage (2) - close up scope properly. 2004-12-01 06:27:01 +00:00
ben%bengoodger.com 753cd4eac4 fix bustage (1) - forgot to add extensions to REQUIRES 2004-12-01 06:23:59 +00:00
cls%seawood.org 5c76f1ac59 Strip ./ & / from beginning of legaldirs when comparing against checked in
files.
Explicitly check for "." & "/" when matching directory names.
Bug #260310 r=timeless
2004-12-01 06:12:25 +00:00
ben%bengoodger.com 5f5d16d6d9 aviary branch landing:
- xpinstall hooks for extension manager (242529, r=dveditz)
  (install.rdf read hook + stub extension manager implementation for seamonkey)
- xpinstall hooks for info bar (xpinstall whitelist UI)
2004-12-01 05:59:04 +00:00
cls%seawood.org 7c76546e79 Catch the case where branchtype isn't set.
Bug #272511
2004-12-01 05:47:35 +00:00
cls%seawood.org 46952f47e8 Kill uninitialized variable warnings. 2004-12-01 05:35:08 +00:00
dbaron%dbaron.org 6be6cda3cc Reland conversion of Mac to Unix newlines. 2004-12-01 05:13:31 +00:00
mrbkap%gmail.com da9e536cd8 bug 88952: Remove record trailing content. This was missed in the main checkin. r=jst sr=rbs 2004-12-01 05:11:06 +00:00
cls%seawood.org 941078a937 Revert to behavior of treating no branch parameter as branch=HEAD.
Bug #261616 & bug #272511
2004-12-01 04:57:30 +00:00
ben%bengoodger.com d8f1ba6f6a Aviary branch landing 2004-12-01 04:48:44 +00:00
cls%seawood.org ee84b4fa36 Quote all values to be used in urls or in html output.
Bug #261616 r=timeless
2004-12-01 04:46:35 +00:00
mrbkap%gmail.com f404ddb2db bug 88952: Remove trailing content. This checkin fixes a whole slew of textarea bugs. r=jst sr=rbs 2004-12-01 04:37:36 +00:00
cls%seawood.org a9b503e476 Sanitize form inputs.
Bug 261616 r=timeless
2004-12-01 04:25:22 +00:00
cls%seawood.org 073046967e Handle the 0 line count case.
Bug #270536 r=timeless
2004-12-01 04:19:51 +00:00
bryner%brianryner.com 529656f3fc fixing windows installer bustage from aviary branch landing 2004-12-01 04:15:35 +00:00
bzbarsky%mit.edu 4f0f52ec29 Fix painting of backgrounds on scrollable rowgroups (which aren't kids of the
table, so require slightly more complicated computation of the coordinate
transformations).  Bug 267592, r=fantasai, sr=roc
2004-12-01 03:51:35 +00:00
dbaron%dbaron.org 1c0ce88514 Do size adjustments for empty cells only when 'empty-cells' says empty cells don't have borders. b=271955 r=bernd sr=roc 2004-12-01 03:50:03 +00:00
bzbarsky%mit.edu 9c442f7374 Put an update view batch around zoom-setting so we don't get drawing
artifacts.  Bug 270032, r+sr=roc
2004-12-01 03:28:44 +00:00
edburns%acm.org aa73c2bbe9 This checkin enables the KeyListener feature.
A webclient/test/automated/src/classes/org/mozilla/webclient/KeyListenerTest.java
A webclient/test/automated/src/test/KeyListenerTest1.html
M webclient/build-tests.xml

- add new testcase

M webclient/classes_spec/org/mozilla/webclient/BrowserControlCanvas.java
M webclient/classes_spec/org/mozilla/webclient/EventRegistration2.java

- allow KeyListeners to be added and removed.

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

- Lazily create listener lists.

- Change the contract of queueEvent() to discard null events silently.

- Add createKeyEvent() method.

M webclient/src_moz/EmbedEventListener.cpp

- new mask names and values, DOMDOMKeyListener_maskNames,
  DOMKeyListener_maskValues.

- flesh out Key*() events.

- add addKeyEventDataToProperties.

- use eventType to discern how to populate the properties, with either key or
  mouse data.

M webclient/src_moz/EmbedEventListener.h

- key event includes and support methods.

M webclient/src_moz/EmbedProgress.cpp

- honor new last argument to util_InitializeEventMaskValuesFromClass().

M webclient/src_share/jni_util.cpp
M webclient/src_share/jni_util.h

- new constants

+jobject CHAR_CODE;
+jobject KEY_CODE;
+jstring KEY_LISTENER_CLASSNAME;
+char *DOMKeyListener_maskNames[] = {

M webclient/src_share/jni_util_export.cpp
M webclient/src_share/jni_util_export.h

- new last argument to

 util_InitializeEventMaskValuesFromClass(const char *className,
                                         char *maskNames[],
-                                        jlong maskValues[])
+                                        jlong maskValuesLong[],
+                                        jint maskValuesInt[])

  Used when the maskValues are ints, otherwise null.
2004-12-01 03:21:23 +00:00
timeless%mozdev.org 217f95879b Bug 271293 Crash in [@ nsView::DropMouseGrabbing ]
r=roc sr=roc
2004-12-01 03:04:17 +00:00
myk%mozilla.org 0ec19283fc Fix for bug 267578: generates an ALT link to the RSS version of the history; r=cls 2004-12-01 02:15:29 +00:00
scott%scott-macgregor.org 1175547281 Back out Bug #270082 --> revert our RSS account default to show HTML. 2004-12-01 02:09:11 +00:00
dbaron%dbaron.org 4a8de50479 Landing aviary branch. 2004-12-01 02:05:12 +00:00
dbaron%dbaron.org 372272ded8 Remove files that shouldn't have landed now, and will eventually land elsewhere. 2004-12-01 01:58:13 +00:00
dbaron%dbaron.org 119a2fbc91 This shouldn't have landed yet. 2004-12-01 01:35:42 +00:00
christophe.ravel.bugs%sun.com 7a683e9f6b Move to version 4.0.1 Beta. 2004-12-01 01:19:58 +00:00
cls%seawood.org 9f0a05eab6 Use : instead of + as file separator to avoid + being converted to a space.
Bug #261616 r=timeless
2004-12-01 01:11:37 +00:00
cls%seawood.org e01a82656d Print raw output in reverse chronological order.
Bug #261616 r=timeless
2004-12-01 00:44:42 +00:00
cls%seawood.org 9d7a9968e0 Fix misc warnings.
Bug #261616 r=timeless
2004-12-01 00:43:28 +00:00
cls%seawood.org 6b94fc1894 Fix typo. 2004-12-01 00:41:09 +00:00
cls%seawood.org ac96989378 Allow & to be used on whiteboard & motd.
Bug #261616 r=timeless
2004-12-01 00:40:18 +00:00
bienvenu%nventure.com d60c87e9e5 fix 272488 folder properties dialog for news and blog folders is confused, sr=mscott 2004-12-01 00:38:34 +00:00
cls%seawood.org e4362f92b4 Throw an error if the datadir doesn't exist rather than blindly creating it.
Bug #261616 r=timeless
2004-12-01 00:36:30 +00:00
cls%seawood.org 81e9d5c892 Fix page layout.
Bug #261616 r=timeless
2004-12-01 00:32:49 +00:00
cls%seawood.org dcdd664ac1 Move SanitizeRevision call to catch all cases. 2004-12-01 00:28:03 +00:00
cls%seawood.org ab9602d88f Verify that the given cvsroot is actually in our repository list.
Bug #261616 r=timeless
2004-12-01 00:22:53 +00:00
ben%bengoodger.com 7fbd4a1664 aviary branch landing - some of the stuff in toolkit/content 2004-12-01 00:21:43 +00:00
cls%seawood.org 092e668dbe Add referer checks for admin scripts.
Bug #261616 r=timeless
2004-12-01 00:15:22 +00:00