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

177162 Коммитов

Автор SHA1 Сообщение Дата
bugzilla%standard8.demon.co.uk 8f8efb73fd Bug 373240 Uppercase the VK_* bits for consistency with the rest of the codebase. p=Serge Gautherie <sgautherie.bz@free.fr>,r/sr=Neil 2007-03-09 16:43:16 +00:00
bugzilla%standard8.demon.co.uk 4bcbb105c2 Part of bug 335154 Add dynamic skin switch option to the debug preference pane. r/sr=Neil 2007-03-09 16:41:00 +00:00
bugzilla%standard8.demon.co.uk 8aebe09fed Bug 124897 Implement editing of a directory in the LDAP XPCOM SDK. Original patch by peterv, updated and revised by me. r=bienvenu,sr=mscott 2007-03-09 16:33:49 +00:00
tor%cs.brown.edu 72f5c788dc Bug 353172 - remove nsSVGCoordCtxProvider.
Patch by malex@cs.utexas.edu and tor, r=jwatt+roc, sr=roc
2007-03-09 16:27:01 +00:00
surkov.alexander%gmail.com 85a6ccb4d8 Fix bug 373329 - use HWND instead of OLE_HANDLE in IA2. r=aaronlev 2007-03-09 16:03:00 +00:00
benjamin%smedbergs.us 2b404e6290 Bug 373232 - Time::HisRes perl module needed for MozillaBuild (for perf testing) r=luser 2007-03-09 15:35:40 +00:00
edburns%acm.org 326c61333e M dist/build.xml
M dist/netbeans/build.xml
M dist/netbeans/nbproject/project.properties

- prepare for alpha 6 release

M webclient/src_moz/AjaxListener.cpp
M webclient/src_moz/AjaxListener.h
M webclient/src_moz/EmbedProgress.cpp
M webclient/src_moz/EmbedProgress.h

- the AjaxListener no longer keeps the jobject EventRegistrationImpl as
  an ivar.  Instead, it lazily uses an accessor on EmbedProgress

M webclient/test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- Take a url from commandline.
2007-03-09 14:17:04 +00:00
surkov.alexander%gmail.com 2cbc1fdee5 Fix for bug 372708 - add implementation skeleton for IAccessible2. r=aaronlev 2007-03-09 13:51:47 +00:00
peterv%propagandism.org d31627390e Take care of reviewer comment (bug 373219). 2007-03-09 13:49:45 +00:00
peterv%propagandism.org 514416c6d9 Last checkin was fix for bug 373037 (Add JSCLASS_GLOBAL_FLAGS to all XPConnect global object classes). r=brendan. 2007-03-09 13:21:02 +00:00
peterv%propagandism.org 56c13a864e Not sure what happened, but it wasn't my intention to wipe out this file. 2007-03-09 13:16:39 +00:00
peterv%propagandism.org a267e57680 Fix for bug 373219 (ASSERTION: Fault in cycle collector: null XPCOM pointer returned (ptr: 0)). r/sr=dbaron. 2007-03-09 13:14:06 +00:00
jwalden%mit.edu 8aef0e3029 Bug 367467 - Allow inputstream generation at the end of data in a storage stream (i.e., so reading from the new stream automatically blocks/throws and doesn't even read any data). r=bsmedberg 2007-03-09 12:28:55 +00:00
axel%pike.org 80a078eb2b bug 373296, fix bustage for empty dirs in directory walking code 2007-03-09 09:43:56 +00:00
jruderman%hmc.edu b4a3b32e02 Fix bug 373293, Style attribute is "transparent;" (missing property name). r+sr=dbaron 2007-03-09 09:43:55 +00:00
mkanat%bugzilla.org ce61d94f9d Bug 373286: Versions from 2.17.4 - 2.23.2 can no longer upgrade
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-09 08:30:20 +00:00
scott%scott-macgregor.org 8744934c36 Bug #373270 --> when running junk mail controls on a specific folder, use msg hdrs instead of relying on view indices which can change when the user changes folders.
sr=bienvenu
2007-03-09 07:08:42 +00:00
mkanat%bugzilla.org 3482224442 Bug 347475: [MySQL] Use InnoDB for most tables
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-09 05:34:05 +00:00
mattwillis%gmail.com 3936567e41 bug 355270 - Cosmo interoperability fixes. Patch by Bruno Browning <browning@uwalumni.com>, r=lilmatt, ui-r=mvl 2007-03-09 05:30:18 +00:00
mkanat%bugzilla.org d12ae239d3 Bug 283926: Make process_bug add comments by using Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-03-09 05:17:55 +00:00
edburns%acm.org ec75a11133 M dist/mcp-test/src/test/java/cardemo/CarDemoTest.java
- this automated test is now a complete example for how to test an ajax
  web application in an automated fashion.

M dom/classes/org/mozilla/dom/NodeImpl.java
M dom/jni/org_mozilla_dom_NodeImpl.cpp

- implement getTextContent() from DOM level 3.

M webclient/build-tests.xml

- add cardemoTest to unit test list as a place-holder until I can write
  a testcase that doesn't require the public Internet.

A webclient/classes_spec/org/mozilla/mcp/AjaxListener.java

- New class.  Docs forthcoming.

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

- new methods to support complete ajax automated testing.

M webclient/src_moz/AjaxListener.cpp
M webclient/src_moz/AjaxListener.h

- add mIsObserving flag.  From our dtor, make sure to remove ourselves
  from the EmbedProgress.

M webclient/src_moz/EmbedProgress.cpp
M webclient/src_moz/EmbedProgress.h

- We need to add ourselves as an observer both from SetCapturePageInfo
  and SetEventRegistration.

M webclient/src_moz/NativeBrowserControl.cpp

- Unit testing found a bug!  We can't call mWindow->ReleaseChildren()
  until after we remove ourself as a listener.
2007-03-09 04:34:24 +00:00
scott%scott-macgregor.org c144864330 Port Seth's fix for Bug 364599 to thunderbird. sr=mscott 2007-03-09 03:55:52 +00:00
gavin%gavinsharp.com 0d7f6a0912 robcee doesn't like my writing style (fix typo) 2007-03-09 03:51:55 +00:00
ccooper%deadsquid.com ebf584da2e - update build machine info
- switch to seabld user from cltbld
2007-03-09 02:08:20 +00:00
cltbld 2ab166b2c3 Automated update from host egg.build.mozilla.org 2007-03-08 22:21:02 +00:00
scott%scott-macgregor.org d0f70702fa Bug #347922 --> Adding ATOM feed hangs forever for validation. Patch by Magnus Melin <mkmelin+mozilla@iki.fi> sr=mscott 2007-03-08 22:19:53 +00:00
mattwillis%gmail.com 410f1cd4ea bug 372993 - Fix error when attempt to uncheck proxy settings. Patch by Stefan Sitter <ssitter@googlemail.com>, r=lilmatt 2007-03-08 22:15:02 +00:00
benjamin%smedbergs.us 06cdf4ac24 Bug 372400 - Require python in configure, r=luser 2007-03-08 22:13:42 +00:00
ctalbert.moz%gmail.com 6b4d8f96f4 bug 369920 iMIP bar not displayed in standalone message window r=lilmatt 2007-03-08 22:01:07 +00:00
mattwillis%gmail.com b4844c085b bug 373221 - Fixes wrong bgcolor for 'Include these days in workweek' on Windows. Patch by bugzilla@onlinehome.de, r=lilmatt 2007-03-08 21:32:55 +00:00
ghendricks%novell.com 9ffc3fe925 Add user lookup.
Fixe multiple bugs.
2007-03-08 21:20:38 +00:00
aaronleventhal%moonset.net d4d8cbf1c3 Bug 373036. Text caret move events no longer getting fired. r=parente 2007-03-08 21:15:29 +00:00
preed%mozilla.com a2d036bdc0 Bug 372583: Make sure we don't clobber any other filehandles called "LOGFILE",
make sure the sigNum we return really is the signal number, Handle dumped core appropriately (stolen from the patch for bug 372582). r=rhelmer
2007-03-08 20:40:52 +00:00
mattwillis%gmail.com 89dd51a153 bug 343173 - Use stringbundle helpers for import-export. Patch by Stefan Sitter <ssitter@googlemail.com>, r=mvl 2007-03-08 20:11:52 +00:00
aravind%mozilla.com 81189d3797 Deleted dummy test user from read_only_users list 2007-03-08 20:01:13 +00:00
aravind%mozilla.com 94cf6137a4 Moved username check to the end 2007-03-08 19:56:43 +00:00
blah%blah.com 73d15c0713 Added a period, testing precommit script 2007-03-08 19:38:15 +00:00
blah%blah.com f020b614c3 Added a period, testing precommit script 2007-03-08 19:36:44 +00:00
aravind%mozilla.com bf2a18f6d0 Adding test user to check commitscript 2007-03-08 19:31:29 +00:00
slavomir.katuscak%sun.com b9b62de48a bug 335752 - patch for shorter version of all.sh; r=nelson, sr=alexei 2007-03-08 19:30:14 +00:00
dbaron%dbaron.org 5f86dbd57d Round the alpha component in computed style as well. b=372782 r+sr=bzbarsky 2007-03-08 18:44:45 +00:00
bugzilla%standard8.demon.co.uk 682c54e672 Bug 283182 sync xpfe tabbox with toolkit tabbox (Av4-XPFE) tabbox.js (nits) p=Serge Gautherie <sgautherie.bz@free.fr>,r/sr=Neil 2007-03-08 18:44:12 +00:00
bugzilla%standard8.demon.co.uk 0e20b88955 Bug 372794 Unnecessary string errCode in ldapAutoCompErrs.properties. r=Neil,sr=bienvenu 2007-03-08 18:40:30 +00:00
stuart.morgan%alumni.case.edu 9cd5d644fe Camino only - Bug 372942: Don't pick up Safar's pseudo-negative keychain entries as accounts. r=josh sr=pink 2007-03-08 18:33:22 +00:00
cltbld 8b6d8d6d89 Automated update from host egg.build.mozilla.org 2007-03-08 18:21:01 +00:00
dbaron%dbaron.org a8163cca9b Reduce the number of AC_TRY_RUN tests (which are bad for cross-compiling), part 1: add and use static assertion macros. b=372878 r=bsmedberg 2007-03-08 18:18:51 +00:00
mozilla.mano%sent.com e74f845c50 Bug 332753 - javascript:addSidebar()/sidebar.addPanel() doesn't work in places-bookmarks builds. r=gavin. 2007-03-08 17:36:19 +00:00
michael.buettner%sun.com 315c435e6b bug #369084 missing thunderbird integration for undo/redo r=lilmatt 2007-03-08 17:13:59 +00:00
michael.buettner%sun.com 05674eba64 bug #358803 integrate lightning's printing with thunderbird's print command r=lilmatt 2007-03-08 16:52:03 +00:00
ctalbert.moz%gmail.com 78fea457a2 Respinning nightlies for bad checkin 2007-03-08 16:16:17 +00:00