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

176976 Коммитов

Автор SHA1 Сообщение Дата
roc+%cs.cmu.edu 800669d476 Bug 372729. Layout scrollbars before onload fires. r+sr=bzbarsky 2007-03-08 01:37:06 +00:00
aravind%mozilla.com 431e5dbb2c Added a period, sorry.. testing despot controls 2007-03-08 01:31:53 +00:00
aravind%mozilla.com 0196f47e23 Added a period 2007-03-08 01:29:35 +00:00
dbaron%dbaron.org 97ff6fff25 Add two more tests for 332360. 2007-03-08 01:25:11 +00:00
mattwillis%gmail.com 031d508885 bug 372014 - Unify Lightning and Sunbird preference code. Patch by Stefan Sitter <ssitter@googlemail.com>, r=lilmatt 2007-03-08 01:14:11 +00:00
aravind%mozilla.com 1e957f4610 Added a period 2007-03-08 01:10:48 +00:00
dbaron%dbaron.org f43ed47f04 Oops. 2007-03-08 00:56:50 +00:00
ghendricks%novell.com 69da44891a Fixed multiple bugs 2007-03-08 00:47:25 +00:00
dbaron%dbaron.org 1632438f53 Fix bullet position of floating direction:rtl list items. b=332360 2007-03-08 00:27:51 +00:00
dbaron%dbaron.org 10ba6030af Fix bullet position of floating direction:rtl list items. b=332360 Patch by Hideo Saito <saito@densan.co.jp>. r+sr=dbaron (with modifications) 2007-03-08 00:27:16 +00:00
mkanat%bugzilla.org 3b96beb321 Bug 371070: Move basic validations from process_bug.cgi into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-03-07 23:54:01 +00:00
gavin%gavinsharp.com 6973be168e Followup to bug 371943: be sure to pass event so that we can correctly determine the load target, patch by Tony Chang <tony@ponderer.org>, r=me 2007-03-07 23:33:17 +00:00
sayrer%gmail.com 3ff4148b3c Bug 373100. fix up XUL test template. r=asqueella 2007-03-07 23:19:12 +00:00
igor.bukanov%gmail.com 1ddec32142 Bug 373072: consistently using JSXML_HAS_NAME(xml) instead of explicit xml class checks. r=brendan 2007-03-07 23:00:55 +00:00
cbiesinger%web.de ec499e9eef bug 361892 restore application/xhtml+xml back to q=1.0 now that we have
an incremental XML content sink (bug 18333)
patch by D��o Gottwald <dao@design-noir.de> r=biesi sr=dbaron
2007-03-07 22:55:01 +00:00
pedemont%us.ibm.com cd2402f70c Bug 363485 - Fix cygwin/msys build break in JavaXPCOM. r=bsmedberg. 2007-03-07 22:44:16 +00:00
mozilla.mano%sent.com 92ff26e456 Bug 370771 - 'Send Link' (to page) doesn't work in web panels. r=gavin. 2007-03-07 22:25:24 +00:00
nhosoi%redhat.com e420e1d4c4 Bug 372411: command line interface fails: NSLDIF32V6.0 could not be found
Description: nsldif32.tdf is the template file; nsldif32.def is a derived file in the autotool build.  It needs to be in CVS not to break the old style build.
2007-03-07 22:17:11 +00:00
joshmoz%gmail.com 9d33769e4b nsLocalFile::GetParent() doesn't return nsnull at top of volume. patch by Wladimir Palant. b=332389 r=sayrer r=josh 2007-03-07 22:17:01 +00:00
joshmoz%gmail.com d14679ee02 remove unused build variable. r=mento 2007-03-07 22:10:14 +00:00
jruderman%hmc.edu 378026ae4c Remove stray dump() from this copy of tableDom.js too. 2007-03-07 21:52:01 +00:00
jruderman%hmc.edu a39630a88d Remove stray dump() from test. r=bernd. 2007-03-07 21:50:58 +00:00
dietrich%mozilla.com 982652e67c Bug 370013 Bookmarks toolbar folder should be a child of the bookmark menu folder, Bug 370020 No way to set an arbitrary folder as the bookmarks toolbar folder (r=mano) 2007-03-07 21:22:54 +00:00
rhelmer%mozilla.com 1d43e4275a moving to platform-specific testing 2007-03-07 21:22:31 +00:00
aaronleventhal%moonset.net ad746fc11d Bug 373050. Make accessibility states SENSITIVE and ENABLED the exact opposite of DISABLED. r=parente 2007-03-07 21:20:51 +00:00
rhelmer%mozilla.com 4427992489 make config file location variable, and diffs should be warn not fail 2007-03-07 21:19:08 +00:00
ghendricks%novell.com e7f8fae7e9 Update percent bar and links for new bugs when updating a case-run.
Minor bug fixes.
2007-03-07 21:14:34 +00:00
sayrer%gmail.com 467a343f38 Bug 373055. add timeout for tests in mochitest. r=rcampbell 2007-03-07 21:05:43 +00:00
edburns%acm.org 29eb9e68f1 To address the issue of listening for XMLHttpRequest traffic, I've taken
a cue from Doron Rosenberg in #developers and looked at the Eclipse ATF
project's XHRObserver.java.

This was my first look at java code that uses the java xpcom bridge, and
I'm very impressed.  Once I get webclient 2.0 done, I'll definately
rewrite as much as possible of the mozilla implementation using the java
xpcom bridge.  For now, I'm going to continue to crank with my
"on-demand hand coded JNI C++" approach.  I think I can get results
pretty quickly with this.  For example, just yesterday I learned that
the regular nsIWebProgressListener doesn't get notifications on Ajax
requests, and now I see a way to do it (thanks to Doron).

Here is the work in progress.

A webclient/src_moz/AjaxListener.cpp
A webclient/src_moz/AjaxListener.h
M logging.properties

- set "ALL" for MCP level

M dist/mcp-test/src/test/java/cardemo/CarDemoTest.java

- Cause an Ajax transaction to happen

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

- log messages for outgoing HTTP requests

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

- Leverage new AjaxListener class

M webclient/src_moz/Makefile.in

- add xmlextras, to include nsIXMLHttpRequest.
2007-03-07 21:02:54 +00:00
ctalbert.moz%gmail.com 8932a87cc3 bug 334685 adding iMIP/iTIP support r=dbo 2007-03-07 20:53:35 +00:00
gavin%gavinsharp.com 2a749cee23 Bug 371943: "Report Web Forgery" shouldn't open in a new tab by default, also make standard key modifiers behave correctly for that menuitem, patch by Johnathan Nightingale <johnath@mozilla.com>, r=mconnor 2007-03-07 20:51:33 +00:00
mattwillis%gmail.com 0e125c989a bug 369928 - Make 'x items failed to import. The last error was: foo' localizable. Patch by Stefan Sitter <ssitter@googlemail.com>, r=lilmatt 2007-03-07 20:49:59 +00:00
mattwillis%gmail.com f118cef754 bug 369885 - View fails on repeating events with modified occurrences. Patch by Stefan Sitter <ssitter@googlemail.com>, r=mvl 2007-03-07 20:45:33 +00:00
mkanat%bugzilla.org 10fcc67530 Bug 367480: [LDAP] Try a list of servers in order until we connect successfully
Patch By Tony Bajan <firefox@tonyb.me.uk> r=mkanat, a=mkanat
2007-03-07 20:43:43 +00:00
mozilla.mano%sent.com b8d60c16b1 Unit test for bug 372647. r=sayrer. 2007-03-07 20:42:47 +00:00
mkanat%bugzilla.org 0e1e103dad Bug 345826: Ability to save column list in saved searches
Patch By Ronaldo Maia <romaia@async.com.br> r=LpSolit, a=LpSolit
2007-03-07 20:37:08 +00:00
asqueella%gmail.com 4c3e936a9a Bug 371052 - Implement nsIClassInfo on nsCommandLine
p=Alex Vincent <ajvincent@gmail.com>
r=bsmedberg
2007-03-07 20:29:01 +00:00
asqueella%gmail.com 278563015b unit test (xpcshell) for bug 336691 (nsZipArchive::Test shouldn't try to ExtractFile on directories)
by Ryan Jones <sciguyryan@gmail.com>
r=biesi
2007-03-07 20:19:09 +00:00
asqueella%gmail.com bc1a2c6821 Bug 345741 - Improve "All Tabs" menu active/visible tab feedback
p=Michael Ventnor <ventnor.bugzilla@yahoo.com.au>
r=mano
2007-03-07 20:12:07 +00:00
asqueella%gmail.com de73116fae Bug 151437 - View Image context menu item omits referrer
p=Florian Queze <f.qu@queze.net>
r=mano
2007-03-07 20:09:19 +00:00
mozilla.mano%sent.com abfba524c3 Update nodeIsLivemarkItem util to the changes done in bug 372647. patch on bug 372647, r=dietrich. 2007-03-07 20:06:29 +00:00
asqueella%gmail.com d7595e46f7 Bug 372170 - Followup to 371497: fix array usage (footprint improvements)
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r+sr=bzbarsky
2007-03-07 20:03:19 +00:00
kaie%kuix.de 72bf637e4f Bug 368126, client abandons SSL connection during bad cert dialogs
Incremental patch v2
r=nelson, sr=rrelyea
2007-03-07 19:54:54 +00:00
asqueella%gmail.com ae7b43a688 Bug 367704 - crash [@ nsAccessible::GetPreviousSibling] on a nsRootAccessible
p=Mook <mook.moz+mozbz@gmail.com>
r=aaronleventhal
2007-03-07 19:54:31 +00:00
asqueella%gmail.com 0cb1771f10 fix bug 371026 - reftest: double setTimeout from onload is not late enough for some tests
the fix is to provide a way for the testcase to indicate when it's finished loading.

Also move the reftest self-checks into their own manifest.

r=dbaron
2007-03-07 19:50:02 +00:00
mattwillis%gmail.com 04bfc35334 bug 334423 - Ensures comparison is done against unescaped URL. Patch by Bruno Browning <browning@uwalumni.com>, r=lilmatt 2007-03-07 19:38:53 +00:00
ctalbert.moz%gmail.com 79e6cc1011 bug 334685 - Add iTIP/iMIP support. r=dbo 2007-03-07 19:37:46 +00:00
jruderman%hmc.edu a2170b07b4 Add reftest for bug 372776. r=bernd. 2007-03-07 19:17:24 +00:00
Olli.Pettay%helsinki.fi baadb13165 Bug 372797, Convert ScrollFrameIntoView users to use ScrollContentIntoView, r+sr=roc 2007-03-07 19:08:36 +00:00
mattwillis%gmail.com 66fcf7555c bug 360821 - Don't fail when attempting to create an event before showing the calendar view. Patch by Joey Minta <jminta@gmail.com>, r1=ctalbert, r2=lilmatt 2007-03-07 18:29:23 +00:00