cls%seawood.org
47cb389e36
Use DBI placeholders to avoid SQL injection issues.
...
Bug #260894 r=timeless,justdave
2004-12-01 08:28:06 +00:00
ben%bengoodger.com
8d09f98fb4
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
d0de9f6af1
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
85727b9345
Check the off case when setting up linenumbers pref.
...
Bug #119799 r=timeless
2004-12-01 07:30:43 +00:00
ben%bengoodger.com
b52f8d7afd
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
b20c41c5a8
Fix bad comment (from merging, not from branch). a=ben
2004-12-01 07:09:48 +00:00
cls%seawood.org
427407ff99
think-o
2004-12-01 06:56:03 +00:00
cls%seawood.org
76c8b29891
Remove undef check from SanitizeModule
2004-12-01 06:46:21 +00:00
ben%bengoodger.com
938f757ea9
aviary branch landing: add tree.dtd to jar.mn too
2004-12-01 06:39:32 +00:00
ben%bengoodger.com
352deba9ee
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
e21a9e642d
Remove undef check from SanitizeModule
2004-12-01 06:35:28 +00:00
ben%bengoodger.com
4e5dbf4718
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
e771ab5ecd
fix build bustage (2) - close up scope properly.
2004-12-01 06:27:01 +00:00
ben%bengoodger.com
3993e81b07
fix bustage (1) - forgot to add extensions to REQUIRES
2004-12-01 06:23:59 +00:00
cls%seawood.org
84abe1403d
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
afaefbac28
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
ec170d8ac8
Catch the case where branchtype isn't set.
...
Bug #272511
2004-12-01 05:47:35 +00:00
cls%seawood.org
08c39742f1
Kill uninitialized variable warnings.
2004-12-01 05:35:08 +00:00
dbaron%dbaron.org
1e59fdba77
Reland conversion of Mac to Unix newlines.
2004-12-01 05:13:31 +00:00
mrbkap%gmail.com
942b0c2764
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
381f05ec5c
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
b603528092
Aviary branch landing
2004-12-01 04:48:44 +00:00
cls%seawood.org
9125da2795
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
2ec3ce9016
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
f078ee86fd
Sanitize form inputs.
...
Bug 261616 r=timeless
2004-12-01 04:25:22 +00:00
cls%seawood.org
264f382481
Handle the 0 line count case.
...
Bug #270536 r=timeless
2004-12-01 04:19:51 +00:00
bryner%brianryner.com
f16c156abf
fixing windows installer bustage from aviary branch landing
2004-12-01 04:15:35 +00:00
bzbarsky%mit.edu
05b01d4b46
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
f162e6b75d
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
5d84790d77
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
a53c25ab6a
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
1736443f5c
Bug 271293 Crash in [@ nsView::DropMouseGrabbing ]
...
r=roc sr=roc
2004-12-01 03:04:17 +00:00
myk%mozilla.org
37e8605570
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
0c964ec9fa
Back out Bug #270082 --> revert our RSS account default to show HTML.
2004-12-01 02:09:11 +00:00
dbaron%dbaron.org
83dcc42c5b
Landing aviary branch.
2004-12-01 02:05:12 +00:00
dbaron%dbaron.org
1ed7fc4c13
Remove files that shouldn't have landed now, and will eventually land elsewhere.
2004-12-01 01:58:13 +00:00
dbaron%dbaron.org
94da5c6b6c
This shouldn't have landed yet.
2004-12-01 01:35:42 +00:00
christophe.ravel.bugs%sun.com
a8a211f314
Move to version 4.0.1 Beta.
2004-12-01 01:19:58 +00:00
cls%seawood.org
3ba86c6240
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
b6801137f2
Print raw output in reverse chronological order.
...
Bug #261616 r=timeless
2004-12-01 00:44:42 +00:00
cls%seawood.org
0f10bab80d
Fix misc warnings.
...
Bug #261616 r=timeless
2004-12-01 00:43:28 +00:00
cls%seawood.org
83587d68b0
Fix typo.
2004-12-01 00:41:09 +00:00
cls%seawood.org
0aa2d4a49c
Allow & to be used on whiteboard & motd.
...
Bug #261616 r=timeless
2004-12-01 00:40:18 +00:00
bienvenu%nventure.com
bbf962823d
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
c6e5f68341
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
0b3b8eed19
Fix page layout.
...
Bug #261616 r=timeless
2004-12-01 00:32:49 +00:00
cls%seawood.org
f8e6edeadd
Move SanitizeRevision call to catch all cases.
2004-12-01 00:28:03 +00:00
cls%seawood.org
fc87798b71
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
03d2f252eb
aviary branch landing - some of the stuff in toolkit/content
2004-12-01 00:21:43 +00:00
cls%seawood.org
1848faedf8
Add referer checks for admin scripts.
...
Bug #261616 r=timeless
2004-12-01 00:15:22 +00:00