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

177239 Коммитов

Автор SHA1 Сообщение Дата
Olli.Pettay%helsinki.fi fe29ef194d Bug 373564, r+sr=roc 2007-03-13 22:11:14 +00:00
bzbarsky%mit.edu 66e808a4af Get the correct next-in-flow. Bug 373611, r+sr=dbaron 2007-03-13 21:23:17 +00:00
bzbarsky%mit.edu 0d33609a3d Be a little more careful about whether we have dirty roots. Bug 332807,
r+sr=dbaron
2007-03-13 21:21:03 +00:00
joshmoz%gmail.com 64777640f2 remove theme constant overrides. b=372996 r=smorgan sr=vlad 2007-03-13 21:07:41 +00:00
scott%scott-macgregor.org 92fad7dd3a Bug #373816 --> remove old xpinstall based installer files.
sr=bienvenu
2007-03-13 21:05:28 +00:00
bugzilla%standard8.demon.co.uk 602e1efc49 Another bustage fix for bug 361326. 2007-03-13 20:02:03 +00:00
bugzilla%standard8.demon.co.uk 54866bcb79 Better bustage fix for bug 361326, this is what I meant to do in the first place. 2007-03-13 19:35:34 +00:00
bugzilla%standard8.demon.co.uk dbd2c0d5d1 Bustage fix for bug 361326. 2007-03-13 19:28:32 +00:00
bugzilla%standard8.demon.co.uk 7376f641d7 Bug 373240 Uppercase the VK_* bits for consistency with the rest of the codebase (Bv1 /browser/) p=Serge Gautherie <sgautherie.bz@free.fr>,r=gavin 2007-03-13 18:56:01 +00:00
bugzilla%standard8.demon.co.uk 0d4fecfb14 Bug 361326 Address book directories obtained through RDF aren't always initialised properly - outlook (and final) part. r/sr=bienvenu 2007-03-13 18:52:21 +00:00
rhelmer%mozilla.com 2151319797 move to platform-specific configs b=371305 2007-03-13 18:29:25 +00:00
bugzilla%standard8.demon.co.uk aecf9d073a Part of Bug 316170. Disable building of the Address Book LDAP change log replication code because it doesn't work and it will make fixing the full replication code easier. ChangeLog replication will be reimplemented by bug 311632. r/sr=bienvenu 2007-03-13 17:12:18 +00:00
alexei.volkov.bugs%sun.com 5e1db83a67 129218 - memory leaks in tstclnt. r=neil, sr=nelson 2007-03-13 15:40:58 +00:00
richm%stanfordalumni.org ce2d0257bf Make sure all copyrights/licenses are the mpl/gpl/lgpl tri-license
Update version to 4.0.4
Remove the build rpm script
2007-03-13 15:39:58 +00:00
ccooper%deadsquid.com 5e4e0efbe0 - match existing build name from tree 2007-03-13 15:02:14 +00:00
ccooper%deadsquid.com 0c1727520f - use new caminobld key 2007-03-13 14:59:20 +00:00
aaronleventhal%moonset.net 20eccbdeca Bug 373077. getTextAtOffset() failing when there are list bullet frames involved. r=parente 2007-03-13 14:56:49 +00:00
reed%reedloden.com 11646b54bd Bug 373729 - "Files help link incorrectly goes to "help.html#files"" [p=reed r=reed] 2007-03-13 06:25:03 +00:00
edburns%acm.org 94ae7a6a49 Complete the thread safety changes. Ready to attempt alpha 6 release again.
M logging.properties

- Do not append.  Create a new file each time.

- Do not specify a limit.

M dom/classes/org/mozilla/dom/AttrImpl.java
M dom/classes/org/mozilla/dom/CharacterDataImpl.java
M dom/classes/org/mozilla/dom/DOMAccessor.java
M dom/classes/org/mozilla/dom/DOMImplementationImpl.java
M dom/classes/org/mozilla/dom/DocumentImpl.java
M dom/classes/org/mozilla/dom/DocumentTypeImpl.java
M dom/classes/org/mozilla/dom/ElementImpl.java
M dom/classes/org/mozilla/dom/EntityImpl.java
M dom/classes/org/mozilla/dom/NamedNodeMapImpl.java
M dom/classes/org/mozilla/dom/NodeImpl.java
M dom/classes/org/mozilla/dom/NodeListImpl.java
M dom/classes/org/mozilla/dom/NotationImpl.java
M dom/classes/org/mozilla/dom/ProcessingInstructionImpl.java
M dom/classes/org/mozilla/dom/events/EventImpl.java
M dom/classes/org/mozilla/dom/events/MouseEventImpl.java
M dom/classes/org/mozilla/dom/events/UIEventImpl.java

- Use the new ReturnRunnable and RunnableRunner mechanism to ensure
  all DOM calls happen on the NativeEventThread

M dom/jni/org_mozilla_dom_DocumentImpl.cpp

- If the element is not found, make sure the exception thrown is a DOM
  Exception.

M webclient/build-tests.xml

- pass a test browser url.

M webclient/classes_spec/org/mozilla/mcp/MCP.java

- Use the CountDownLatch instead of wait/notify

M webclient/classes_spec/org/mozilla/webclient/impl/WrapperFactory.java

-    public int loadNativeLibraryIfNecessary();
+    public int loadNativeLibrariesIfNecessary();

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

- Fix error in log string

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

- Clean up log messages a bit.

- Use CountDownLatch instead of wait/notify for synchronization

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java
2007-03-13 06:21:45 +00:00
aaronr%us.ibm.com 0580605f63 [XForms] fix compile error. Bug 368248, r=doronr+surkov 2007-03-13 05:47:34 +00:00
aaronr%us.ibm.com 2259aff862 NPOTDB complexType with optional complex content fails. Bug 373061, p=sspeiche r=doronr+aaronr 2007-03-13 05:28:22 +00:00
rhelmer%mozilla.com c9eeb2ed63 de was pulled from firefox 1.5.0.9 for bug 370266 2007-03-13 04:35:10 +00:00
ginn.chen%sun.com 2909e5b1c5 Back out bug 372367 due to a regression 2007-03-13 03:22:44 +00:00
alfred.peng%sun.com ac5a543cca Bug 116243. Incorrect type conversion of Java Boolean to Javascript String.
r=brendan,sr=jst.
2007-03-13 03:18:29 +00:00
mattwillis%gmail.com f17d0ef9a9 bug 373643 - Remove references to email.properties. r=kewisch 2007-03-13 02:20:57 +00:00
wtchang%redhat.com 58dd621592 Bugzilla bug 358785: landed libpkix test scripts and data on the trunk. 2007-03-13 01:27:12 +00:00
sspitzer%mozilla.org 76307b7b4f fix for bug #373211: history results showing up when you search in the organize bookmarks dialog.
fix for bug #373206:  when searching in bookmarks, if clear the quick search, we don't reset the search.

fix for bug #373207:  fix strings in the organize bookmarks dialog for fx 2 parity and remove a couple unused strings.

patch=jminta
r=mano
2007-03-13 01:21:32 +00:00
rhelmer%mozilla.com d5a09fa9d4 read patcherToolsRev from the config file b=373080 r=preed 2007-03-12 23:30:40 +00:00
ghendricks%novell.com 73421616bd Cleanup code from code review. 2007-03-12 23:06:34 +00:00
ccooper%deadsquid.com fe67829f09 - fix ObjDir references 2007-03-12 23:02:50 +00:00
bienvenu%nventure.com 42d17ede8e fix 373570 alert about folder busy when doing an initial download of pop3 messages after account wizard comes up, sr=mscott 2007-03-12 23:02:35 +00:00
cls%seawood.org 73e4c85e31 Bug #359451 r=bear
This should be the last of the globals changes:
* Set ::default_hours & ::nowdate in tbglobals.pl
* Make ::rel_path local to showbuilds.pl .
* Move ::maxdate & ::mindate into $td hash populated by tb_load_data()
* Show an error if multiple modes (e.g. panel, quickparse) are given to
showbuilds.cgi
* Fix link in express mode of showbuilds.cgi
* Do not show 'previous hours' links for static index.html
* Pass down all form values to 'previous hours' links & the links in panel &
express modes (except in static builds).
* Remove global references & unused code from viewvc.pl
* Note which remaining globals are used by viewvc.pl & bonsai's cvsquery.pl
2007-03-12 22:44:03 +00:00
ccooper%deadsquid.com 1449bb6c99 - new paths for new build machine 2007-03-12 21:51:13 +00:00
tor%cs.brown.edu 657f430e03 Bug 372176 - complete GIF decoder transition to cairo gfx.
r=alfredkayser, sr=pavlov
2007-03-12 21:32:13 +00:00
joshmoz%gmail.com 4f0e283f00 null check native data pointer from GetNativeData. b=364994 r=mano sr=pav 2007-03-12 20:58:02 +00:00
edburns%acm.org edde7a98f2 This checkin extracts the thread coordination mechanism used within
webclient into an internal contract so it can be used by dom.

M dom/classes/org/mozilla/dom/DOMAccessor.java

- use RunnableRunner and ReturnRunnable to do internal thread
  coordination.

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/BookmarksImpl.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/CocoaBrowserControlCanvas.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/CurrentPageImpl.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/GtkBrowserControlCanvas.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/HistoryImpl.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/PreferencesImpl.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/ProfileManagerImpl.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/RDFEnumeration.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/Win32BrowserControlCanvas.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WindowControlImpl.java
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java

- Refactor to rename WCRunnable to ReturnRunnable.

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/NativeEventThread.java
A util/classes/org/mozilla/util/ReturnRunnable.java

- Implement new RunnableRunner interface.

R webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WCRunnable.java
A util/classes/org/mozilla/util/RunnableRunner.java

- moved class
2007-03-12 20:39:22 +00:00
benjamin%smedbergs.us e527f01925 Additional removal of modules.mk, bug 367912. I hate that I can't ever attach all the files of a patch :-( 2007-03-12 20:35:14 +00:00
jwatt%jwatt.org 1ab8a9f349 Fixing bug 373687. Reduce the potential for misunderstanding nsEventDispatcher::Dispatch. r=olli.pettay@gmail.com 2007-03-12 20:28:38 +00:00
benjamin%smedbergs.us be337f99f3 Additional removal of modules.mk, bug 367912 2007-03-12 20:27:08 +00:00
cltbld 1aa3e5c0bf Automated update from host egg.build.mozilla.org 2007-03-12 20:21:03 +00:00
benjamin%smedbergs.us 8ce1207ab0 Bug 373304 - MozillaBuild environment has crashes or instability, requires new version of msys-1.0.dll, r=luser 2007-03-12 20:18:25 +00:00
benjamin%smedbergs.us e2046d1ae3 Bug 367912 - Remove BUILD_MODULES support, r=luser 2007-03-12 20:14:02 +00:00
benjamin%smedbergs.us 09cda8f34e Bug 373121 - Can't do update packaging in MozillaBuild, r=rhelmer 2007-03-12 20:04:37 +00:00
dbaron%dbaron.org 8b97ce1e20 Untabify and clean up modeline. 2007-03-12 18:57:32 +00:00
alexei.volkov.bugs%sun.com b8fa16c289 366557 - Small memory leaks in selfserv. r=nelson 2007-03-12 17:29:59 +00:00
philringnalda%gmail.com 6e8de04080 Bug 370475: Make building layout-debug deterministic, r=gavin 2007-03-12 17:25:01 +00:00
lpsolit%gmail.com 92429159f2 Bug 373492: Data in data/mining/* is corrupted - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=mkanat r=gerv a=mkanat 2007-03-12 17:01:16 +00:00
dietrich%mozilla.com 927bb0e385 Bug 371798 query result nodes must update titles on bookmark id not URI (r=sspitzer) 2007-03-12 16:59:51 +00:00
edburns%acm.org 1c6e729df2 First step on allowing JAVADom to run on NativeEventThread. Have no
public native methods.  Have each formerly public native method now be a
package private method with the same name as before, but the string
"native" prepended, and the first letter of the old name capitalized.
Have a new public method with the same name as the old method with a
body that calls through to the corresponding native method, passing args
correctly.

Next step will be to provide a threading solution from webclient.

M dom/classes/org/mozilla/dom/AttrImpl.java
M dom/classes/org/mozilla/dom/CharacterDataImpl.java
M dom/classes/org/mozilla/dom/DOMAccessor.java
M dom/classes/org/mozilla/dom/DOMImplementationImpl.java
M dom/classes/org/mozilla/dom/DocumentImpl.java
M dom/classes/org/mozilla/dom/DocumentTypeImpl.java
M dom/classes/org/mozilla/dom/ElementImpl.java
M dom/classes/org/mozilla/dom/EntityImpl.java
M dom/classes/org/mozilla/dom/NamedNodeMapImpl.java
M dom/classes/org/mozilla/dom/NodeImpl.java
M dom/classes/org/mozilla/dom/NodeListImpl.java
M dom/classes/org/mozilla/dom/NotationImpl.java
M dom/classes/org/mozilla/dom/ProcessingInstructionImpl.java
M dom/classes/org/mozilla/dom/events/EventImpl.java
M dom/classes/org/mozilla/dom/events/MouseEventImpl.java
M dom/classes/org/mozilla/dom/events/UIEventImpl.java
M dom/jni/org_mozilla_dom_AttrImpl.cpp
M dom/jni/org_mozilla_dom_CharacterDataImpl.cpp
M dom/jni/org_mozilla_dom_DOMAccessor.cpp
M dom/jni/org_mozilla_dom_DOMImplementationImpl.cpp
M dom/jni/org_mozilla_dom_DocumentImpl.cpp
M dom/jni/org_mozilla_dom_ElementImpl.cpp
M dom/jni/org_mozilla_dom_EntityImpl.cpp
M dom/jni/org_mozilla_dom_NamedNodeMapImpl.cpp
M dom/jni/org_mozilla_dom_NodeImpl.cpp
M dom/jni/org_mozilla_dom_NodeListImpl.cpp
M dom/jni/org_mozilla_dom_NotationImpl.cpp
M dom/jni/org_mozilla_dom_ProcessingInstructionImpl.cpp
M dom/jni/org_mozilla_dom_events_EventImpl.cpp
M dom/jni/org_mozilla_dom_events_MouseEventImpl.cpp
M dom/jni/org_mozilla_dom_events_UIEventImpl.cpp
2007-03-12 16:13:03 +00:00
pedemont%us.ibm.com 1cd1221722 Bug 371828 - Need to generate events for midifer keys. r=mento. 2007-03-12 16:04:40 +00:00