Commit Graph

162279 Commits

Author SHA1 Message Date
mike.morgan%oregonstate.edu
3ef520bea7 Fix for updating comment values. See bug 335408. 2006-07-12 16:39:47 +00:00
benjamin%smedbergs.us
963e47308c Previous checkin was for bug 312010 2006-07-12 15:51:22 +00:00
benjamin%smedbergs.us
583a777f56 Bug 312101 - Possible to start Firefox when the "Software Update" dialog is running (Windows-only fix) - r=darin 2006-07-12 15:48:56 +00:00
pedemont%us.ibm.com
d2c3001a67 Bug 339568 - Build xforms.xpi as universal binary on Mac OS X. Cleanup code. r=rhelmer 2006-07-12 15:44:04 +00:00
neil%parkwaycc.co.uk
457b3880e8 Bug 310403 merge formatting.css from communicator into global p=surkov.alexander@gmail.com r=me sr=jag 2006-07-12 15:43:17 +00:00
tor%cs.brown.edu
32ded31b10 Bug 344173 - Unbounded inner <svg> not showing. r+sr=roc 2006-07-12 15:36:23 +00:00
benjamin%smedbergs.us
899574c818 Bug 337744 - tighten up resource: protocol handling, r=darin 2006-07-12 15:25:51 +00:00
ccooper%deadsquid.com
9f50745981 - adding script to parse testcases from submitted XML (add_testcases_from_xml.pl)
- added appropriate update/delete methods to Testgroup.pm, Subgroup.pm, and Testcase.pm. These methods are called by add_testcase_from_xml.pl;
- allow user to preview subgroups/testcases in the right-hand selectbox when working with testgroups/subgroups;
- added generic blankForm() method to FormValidation.js
- factored out JSON retrieval code to json.js
2006-07-12 15:01:08 +00:00
aaronleventhal%moonset.net
43788a6301 Fixing bustage 2006-07-12 14:35:43 +00:00
sayrer%gmail.com
ef13b0293d Bug 336858. Forgot to change IID for nsIFeedContainer. 2006-07-12 14:19:31 +00:00
aaronleventhal%moonset.net
eeb76de112 Bug 340667. New ATK: Expose <br>'s as \n character, combining before & after blocks of text together. r+sr=roc 2006-07-12 13:51:50 +00:00
aaronleventhal%moonset.net
7ae96c69de Fixing bustage 2006-07-12 13:45:36 +00:00
aaronleventhal%moonset.net
4b390fb775 Bug 312093. Support accessible caret, selection, nsIAccessibleEditableText. r=ginn.chen 2006-07-12 13:14:53 +00:00
neil%parkwaycc.co.uk
33034e2cae Bug 156459 XBL shouldn't pollute the global scope r=jan sr=jag 2006-07-12 13:06:13 +00:00
lpsolit%gmail.com
f713cef1fe Bug 343916: hidden submit button should have display: none - Patch by Rob Siklos <robzilla@siklos.ca> r=bkor r=glob a=myk 2006-07-12 12:38:54 +00:00
neil%parkwaycc.co.uk
49c7821950 Split key navigation into a separate method b=322622 r=enn sr=jag 2006-07-12 12:37:16 +00:00
gavin%gavinsharp.com
bfd7a0c689 Bug 341850: Closing trunk extremely slow due to inefficient code in the search service, patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=me/mano 2006-07-12 12:34:30 +00:00
lpsolit%gmail.com
3d51143055 Bug 317694: All buttons in forms must have an id - Patches by Andr� Batosti <batosti@async.com.br> r=ghendricks a=myk 2006-07-12 12:21:43 +00:00
mhammond%skippinet.com.au
e14e195ea5 SetTimeoutOrInterval now takes an integer. Not part of the default build. 2006-07-12 12:00:10 +00:00
lpsolit%gmail.com
a77e53b023 Bug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2006-07-12 11:51:43 +00:00
uriber%gmail.com
6f21109f82 Always use the visual iterator when moving visually in a bidi page, even if the current line or adjacent lines are LTR. bug=309432 r=smontagu sr=roc 2006-07-12 11:22:18 +00:00
szegedia%freemail.hu
3a1f4012bf Fix for #343021 2006-07-12 09:28:57 +00:00
Olli.Pettay%helsinki.fi
00bb6d99a7 Bug 343457, Adding nsWeakFrame, r+sr=roc 2006-07-12 07:41:11 +00:00
daniel.boelzle%sun.com
99eaaaada9 improved error handling, added getCalendarProperties, added item filters, fixed task complete status, more wcap error codes, revised free-busy listener 2006-07-12 07:19:20 +00:00
uriber%gmail.com
791743405c Bug 16203: double-click drag should do selection in "word-by-word" mode. r+sr=roc 2006-07-12 07:07:36 +00:00
mkanat%bugzilla.org
3b2436da55 Bug 342757: searching results in "YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY" warning on brower under mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-07-12 06:05:07 +00:00
aaronleventhal%moonset.net
502b4b2df4 Bug 333579. Firefox crash with image map areas and accessibility. r=pilgrim, sr=neil 2006-07-12 04:21:52 +00:00
masayuki%d-toybox.com
bdeb521557 Bug 312831 scroll wheel scrolls page after reaching end of a <select> box r=mats, sr=roc 2006-07-12 04:15:42 +00:00
mrbkap%gmail.com
d109ff536a Fixing DEBUG-only bustage 2006-07-12 00:26:56 +00:00
mike.morgan%oregonstate.edu
ab23cb9ca5 Additional changes to default values in pfs RDF. Cannot have blank values for guid, name, etc., otherwise clients will hang when checking a mime-type against PFS. Prep for bug 343977. 2006-07-11 23:45:11 +00:00
brendan%mozilla.org
baed97a243 Fix js_PutBlockObject, write JSOP_LEAVEBLOCKEXPR decompiler logic (344262, r=mrbkap). 2006-07-11 23:29:41 +00:00
mike.morgan%oregonstate.edu
2c35d4ed6e Changes based on some QA done for bug 343977. Added some missing RDF entries found when comparing to prod. 2006-07-11 23:25:19 +00:00
vladimir%pobox.com
1c3a1c3775 b=336312, scrollbar stipple pattern is offset when scrolling on windows, r=stuart 2006-07-11 23:13:21 +00:00
rob_strong%exchangecode.com
8ac9b7a641 Bug 343825 - Enable official branding and set version to Firefox 2 Beta 1 for upcoming release (trunk version of patch to keep branch and trunk consistent). r=sspitzer 2006-07-11 23:01:17 +00:00
mrbkap%gmail.com
182f617289 Make this ifdef'd off code compile. 2006-07-11 22:58:03 +00:00
mrbkap%gmail.com
dc64cabd5f Remove extraneous newline. No bug, r+sr=jst 2006-07-11 22:55:09 +00:00
mrbkap%gmail.com
0756408592 Don't create a 0-length array, since we expect it to have at least one member later on. bug 343283, r+sr=jst 2006-07-11 22:39:52 +00:00
mrbkap%gmail.com
187a2fd074 Make Function (and window.Function refer to the correct window's function). bug 343966, r=jst sr=brendan 2006-07-11 22:28:09 +00:00
aaronleventhal%moonset.net
99b585f939 Bug 342035. Create accessibles for all block level elements so that ATs can determine line spacing. r=ginn.chen, sr=neil, sr=roc 2006-07-11 22:14:09 +00:00
aaronleventhal%moonset.net
29bbce1d33 Bug 342596. Allow start/end of word to be specified for PeekOffset(). Necessary for upcoming nsIAccessibleText::GetText[At|Before|After]Offset() methods. r=uriber, sr=roc 2006-07-11 22:11:02 +00:00
scott%scott-macgregor.org
f042d1b029 Bug #284058 --> changing the signature placement pref won't save for multiple identities. Patch by Kohei Yoshino 2006-07-11 21:33:27 +00:00
cls%seawood.org
0efa995518 Use a macro to call inline perl scripts to avoid make 3.81's backslash quoting issues.
Bug #339933 bsmedberg
2006-07-11 21:20:12 +00:00
mrbkap%gmail.com
a9ba7ca2e0 Add a couple of functions to make debuggin easier:
* JSObject2Win: Given a context and a |JSObject *|, it returns an nsGlobalWindow pointer if the JSObject is wrapping a window.
  * PrintWinURI: Given an nsGlobalWindow, it prints its document's URI.
  * PrintWinCodebase: As above, but using the window's principal's codebase.

bug 344181, r+sr=jst
2006-07-11 21:03:52 +00:00
jwalden%mit.edu
f1de0ce6ab Bug 331842 - update-history almost useless, because it shows only one, the last, update. Patch by Michael Wu <michael.wu@mozilla.com>, r=darin 2006-07-11 20:57:06 +00:00
mattwillis%gmail.com
c7ced51a08 bug 343990 - remove calendarManager.js. die die die. r=mvl 2006-07-11 20:37:58 +00:00
mrbkap%gmail.com
b12405c6a4 Fix dependencies for regenerating jsautokw.h. bug 344265, r=brendan sr=bsmedberg 2006-07-11 20:19:36 +00:00
Olli.Pettay%helsinki.fi
ce0745a535 backing out Bug 343457 too see if it caused btek tp regression 2006-07-11 20:18:07 +00:00
joshmoz%gmail.com
83c14b811f implement GetAttention in top-level windows. fixes attention request for session restore, probably other stuff. b=342962 r=mento 2006-07-11 19:51:56 +00:00
mattwillis%gmail.com
4ff724f56f bug 343990 - removed calendar xpi modern theme. r=mvl 2006-07-11 19:41:27 +00:00
tor%cs.brown.edu
0f02c32e3b Bug 343900 - Switch <use> from nsIDOMMutationListener to nsIMutationObserver.
r+sr=sicking
2006-07-11 19:41:11 +00:00