Commit Graph

579 Commits

Author SHA1 Message Date
dbaron@dbaron.org
f7bae14fc0 Work in progress on a test for value storage and serialization. 2007-04-16 21:45:49 -07:00
surkov.alexander@gmail.com
753bc81fa3 Fix for bug 374711 - ARIA state change events not working in ATK, patch=aaronlev, me, r=aaronlev 2007-04-16 21:45:42 -07:00
philringnalda@gmail.com
55c09af394 Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst 2007-04-16 21:06:12 -07:00
dbaron@dbaron.org
46bc4ce52b Add tests that exercise nsCSSDeclaration::ToString. 2007-04-16 20:50:30 -07:00
sayrer@gmail.com
5d3525af5d Increase timeout for mochitests. 2007-04-16 18:48:48 -07:00
bzbarsky@mit.edu
557e77debe Add test and some docs for bug 376660. r=biesi 2007-04-16 18:47:57 -07:00
dbaron@dbaron.org
c285a29ced Finish up adding initial and other values sections to property database, and test for their presence. 2007-04-16 18:07:22 -07:00
dbaron@dbaron.org
4dc79491ad Add todo_is and todo_isnot functions. b=377721 r=sayrer 2007-04-16 18:06:42 -07:00
jst@mozilla.org
cdbc870e44 Fixing bug 377449. Remove unnecessary arguments from LaunchTooltip(). r+sr=neil@parkwaycc.co.uk 2007-04-16 16:22:34 -07:00
jst@mozilla.org
cb9efcf232 Fixing bug 377356. Move code around to ensure security checks are always done against the right object. r+sr=bzbarsky@mit.edu 2007-04-16 16:11:15 -07:00
bzbarsky@mit.edu
8bce480031 This test should not be waiting past onload. 2007-04-16 14:57:51 -07:00
aaronleventhal@moonset.net
4fbb345683 Fixing bustage -- missed part of checkin 2007-04-16 14:35:42 -07:00
aaronleventhal@moonset.net
a43116707a Bug 377470. Avoid caching drop down list frame for combo boxes. Patch by Mats Palmgren. r=aaronlev 2007-04-16 14:11:29 -07:00
tor@cs.brown.edu
b3c5a03a7b Bug 376929 - Remove direct use of cairo from SVG path generation.r=jwatt, sr=roc 2007-04-16 13:57:09 -07:00
bzbarsky@mit.edu
a9e6194af7 Add tests 2007-04-16 13:34:22 -07:00
aaronleventhal@moonset.net
b9cba37c4e Bug 377644. Move MSAA event firing to accessible wrap, to fix missing events. Patch by Alexander Surkov. r=aaronlev 2007-04-16 13:23:00 -07:00
tor@cs.brown.edu
3da4824553 Bug 376927 - add path flattening API to thebes. r=vlad 2007-04-16 13:18:32 -07:00
enndeakin@sympatico.ca
d910516ed2 Bug 377038, tabIndex property should return 0 when attribute is not specified, r=neil 2007-04-16 13:04:39 -07:00
gavin@gavinsharp.com
ae334e4da0 Bug 377189: fix nsIFileTest.cpp compilation, patch by Bernhard Rosenkraenzer <bero@arklinux.org>, r=dougt 2007-04-16 11:09:29 -07:00
vladimir@pobox.com
e0b09cb01c remove glitz dependency from c3d (npotb) 2007-04-16 10:19:12 -07:00
sayrer@gmail.com
d7d1c2bc07 Bug 311681 xhtml tests pass now that we have an incremental XML content sink. 2007-04-16 08:53:04 -07:00
sayrer@gmail.com
0ce8af1698 Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky 2007-04-16 08:18:50 -07:00
enndeakin@sympatico.ca
84abd6898e Bug 350257, remove extra event listeners from numberbox, r=neil 2007-04-16 08:11:53 -07:00
surkov.alexander@gmail.com
8a6bb36f5b Fix VC6 compile problem for bug 377037, r=neil 2007-04-16 02:27:38 -07:00
dbaron@dbaron.org
f7cf8f5378 Reverting previous change but leaving it commented out, per bug 374332 comment 7. 2007-04-15 23:36:42 -07:00
bzbarsky@mit.edu
c27dc765b6 The parent style context frame determination for an inner table should use theinner table's pseudo, not the outer table's. Bug 377603, r+sr=dbaron 2007-04-15 22:55:42 -07:00
ginn.chen@sun.com
9377d88407 Bug 377514 AT-SPI focus events no longer being genratedpatch by alexender.surkov review=ginn.chen 2007-04-15 19:21:49 -07:00
bzbarsky@mit.edu
2dca5abb0a Improve detection of blocks with first-letter style. Bug 372550, r+sr=dbaron 2007-04-15 17:42:54 -07:00
bzbarsky@mit.edu
357c10a896 Recalc quotes and counters before reflow. Bug 377216, r+sr=dbaron 2007-04-15 17:11:34 -07:00
bzbarsky@mit.edu
e6d41ebe8b Change the way we determine the style context parent frame to skip css anonboxes unless we're determining the style context parent for something that isitself a css anon box (and is not a non-element frame). Fixes bug 323656(which is where the patch is), bug 85872, bug 280610. As far as I can tell,also fixes bug 317876, bug 372376, bug 374297. r+sr=dbaron 2007-04-15 16:14:26 -07:00
dbaron@dbaron.org
07b68c21ca Add tests for invalid values in the property database, and add cases fixed in bug 258080. 2007-04-15 15:29:35 -07:00
dbaron@dbaron.org
ed3bb1ffc4 Test for inherit and initial on shorthand properties as well. b=258080 2007-04-15 15:28:07 -07:00
dbaron@dbaron.org
f5511e8d30 Add work in progress for tests of CSS property parsing and data computation. 2007-04-15 15:27:14 -07:00
dbaron@dbaron.org
8a20f12695 Convert background-position to use nsCSSValuePair rather than acting like a shorthand property. b=258080 r+sr=bzbarsky 2007-04-15 15:25:20 -07:00
dbaron@dbaron.org
10314006af Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg 2007-04-15 15:22:58 -07:00
dietrich@mozilla.com
9490bd48d1 Bug 349523 Generate bookmarks.html, default_places.html from properties (r=mano) 2007-04-15 14:15:56 -07:00
bzbarsky@mit.edu
ee08710031 If we have an /etc/mime.types extension for a type, that should NOT make/etc/mailcap override the gnome-vfs handler for that type. Patch partially byMike Hommey <mh+mozilla@glandium.org> and partially by me, r+sr=biesi 2007-04-15 13:43:49 -07:00
Olli.Pettay@helsinki.fi
f8dc235d9d Bug 350334, Core XBL widgets used in web pages can't listen to their own events, r+sr=jst+sicking 2007-04-15 09:28:53 -07:00
cbiesinger@web.de
55cfe37309 bug 376205 remove myspell DLLs from packagingpatch by Simon Paquet <bugzilla@babylonsounds.com> r=bsmedberg,mscott 2007-04-15 09:15:44 -07:00
masayuki@d-toybox.com
9737b98f68 Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc 2007-04-15 06:43:55 -07:00
gijskruitbosch@gmail.com
3ae532001a Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger) 2007-04-15 05:31:18 -07:00
neil@parkwaycc.co.uk
48f1856f84 Fix tooltip crash (regression from bug 376802) b=377473 r+sr=jst 2007-04-15 04:25:53 -07:00
sayrer@gmail.com
51fd920a47 Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky 2007-04-14 10:46:36 -07:00
bclary@bclary.com
f6ecd890da JavaScript Tests - reduce test output not related to success/failure, bug 350531 2007-04-14 10:18:58 -07:00
bclary@bclary.com
7fa6514115 JavaScript Tests - do not perform comparisons for skipped test, bug 354541 2007-04-14 10:04:11 -07:00
uriber@gmail.com
ac620263e8 For caret browsing, initialize the caret position to the top of the page (if there isn't already a selection). bug=144000 r+sr=bzbarsky 2007-04-14 09:51:20 -07:00
uriber@gmail.com
b813fa7847 Test for null parent content, rather than null parent frame, to avoid possible crash in FindBlockFrameOrBR(). bug=370174 r=sharparrow1 sr=roc 2007-04-14 09:34:12 -07:00
mozilla.mano@sent.com
83c9afe186 Bug 377397 - Clicking padlock in url bar no longer shows page security info. r=f.qu@queze.net. 2007-04-14 09:08:51 -07:00
mozilla.mano@sent.com
6c5a71b703 Bug 375665 - Expander button has no styling in winstripe. patch from Hideo Oshima <hidenosuke@hidenosuke.org>, r=me. 2007-04-14 09:05:44 -07:00
kjh-5727@comcast.net
bbe9b0de6e Bug 370025 - Update libbz2 to revision 1.0.4. r=benjamin, sr=darin. 2007-04-14 08:20:29 -07:00