Commit Graph

4275 Commits

Author SHA1 Message Date
bclary@bclary.com
1364af67ae JavaScript Tests - regression test for bug 363258, not part of the build 2007-08-05 10:39:44 -07:00
Olli.Pettay@helsinki.fi
f2e98e5085 Bug 389694, r+sr=jst, a=dbaron 2007-08-05 06:24:30 -07:00
Olli.Pettay@helsinki.fi
9599540800 Bug 347480, Potentially incorrect script context used for event handlers, r+sr=jst, a=brendan 2007-08-05 06:23:03 -07:00
kairo@kairo.at
36e1c02c3f bug 385458 - UI strings using "browser" when meaning "application", r=kaie 2007-08-05 04:53:59 -07:00
neil@parkwaycc.co.uk
e20f3ebbae Suite can't build passwordmgr until bug 239131 is fixed b=304309 r=luser 2007-08-05 03:50:59 -07:00
bclary@bclary.com
68aeb10235 JavaScript Tests - updated tests for JS1_8 by Igor Bukanov, bug 380469, not part of the build 2007-08-05 03:22:16 -07:00
bclary@bclary.com
676134fc6e JavaScript Tests - regression test for bug 387871, by Jesse Ruderman, Igor Bukanov, not part of the build 2007-08-05 03:09:52 -07:00
bclary@bclary.com
185cce411b JavaScript Tests - regression test for bug 390918, by Jesse Ruderman, Igor Bukanov, not part of the build 2007-08-05 02:59:42 -07:00
gavin@gavinsharp.com
9cf76620d2 Fix review nit from bug 385065 (unnecessary use of 'let') 2007-08-05 02:41:53 -07:00
bclary@bclary.com
d3d595626f JavaScript Tests - new version of test to reflect removal of close phase of GC in bug 380469 in JS18, by Igor Bukanov, not part of the build 2007-08-05 02:31:32 -07:00
igor@mir2.org
471ac4ae2c Bug 390918: fixing gen_trace assert. r=brendan 2007-08-04 21:54:34 -07:00
igor@mir2.org
db07fa7de8 Bug 106495: js_strtod and js_strtointeger no longer require \0-terminated js chars. r=brendan 2007-08-04 12:05:16 -07:00
igor@mir2.org
7eb2034218 Bug 390348: pinning of JSAtomState.emptyAtom is restored. r=brendan 2007-08-04 11:59:21 -07:00
bmlk@gmx.de
b1d9496400 only break if the height is really constrained, bug 380550 r/sr=dbaron a=1.9+ 2007-08-04 02:40:00 -07:00
wr@rosenauer.org
3c63b72d88 Bug 190615 - double-clicking shouldn't select punctuation on Unix, p=dao@design-noir.de, r=mano 2007-08-04 01:35:28 -07:00
brendan@mozilla.org
30ec8e2596 Cope with stillborn funobj tracing via newborn root (390743, r=igor). 2007-08-04 00:31:19 -07:00
dbaron@dbaron.org
acdb55d6ca Remove a value for a property not listed in nsCSSPropList.h. b=258079 r+sr=bzbarsky a1.9=roc 2007-08-04 00:01:23 -07:00
dbaron@dbaron.org
b8ec995348 Fix leak of JSScript when a JSFunction is collected in a later GC than its function object. This changes GCX_PRIVATE to GCX_FUNCTION, and is essentially the same as the finalization part of the changes from bug 375808 (by igor). b=389757 r=igor a1.9=brendan 2007-08-04 00:00:43 -07:00
surkov.alexander@gmail.com
d012543de2 Bug 109215 - implement accessibility API support for xul:slider, r=ginn.chen, sr=neil, a=dsicore 2007-08-03 22:27:27 -07:00
zach@zachlipton.com
effc16e247 Bump version number 2007-08-03 21:20:52 -07:00
zach@zachlipton.com
c408612052 Remove qa.css from browserOverlays and move overlay-specific styles out of qa.css. Fixes the tab spacing bug (bug 390902). 2007-08-03 21:17:12 -07:00
aaronleventhal@moonset.net
dc34fde86c Fixing bustage 2007-08-03 19:26:19 -07:00
aaronleventhal@moonset.net
44249cae27 Bug 390280. Add missing ARIA roles. r=ginn.chen, a=dsicore 2007-08-03 19:15:52 -07:00
aaronleventhal@moonset.net
7fa9dd7600 Bug 390212. Extra backslash in object attribute name xml-roles. r=surkov, a=dsicore 2007-08-03 19:07:57 -07:00
aaronleventhal@moonset.net
9d13bb219e Bug 390289. Ensure accessible object property when ARIA universal properties are used. r=surkov, sr=neil, a=dsicore 2007-08-03 19:06:59 -07:00
aaronleventhal@moonset.net
5dd71df823 Bug 390129. ARIA combo box improvements. r=surkov, a=dsicore 2007-08-03 19:00:05 -07:00
aaronleventhal@moonset.net
b5637b0245 Bug 382247. JAWS says submenu for ARIA menuitems with a text node child. r=simon.bates, a=dsicore 2007-08-03 18:56:12 -07:00
aaronleventhal@moonset.net
346964ee77 Bug 390284. Support ARIA roles that are dependent on a role + ARIA properties. r=evan.yan, a=dsicore 2007-08-03 18:54:07 -07:00
aaronleventhal@moonset.net
416a794de1 Bug 390285. Remove ARIA value support where it doesn't make sense. r=simon.bates, a=dbaron 2007-08-03 18:17:49 -07:00
aaronleventhal@moonset.net
39c42803fa Bug 390673. JAWS speaking ARIA alerts twice. r=simon.bates, a=dbaron 2007-08-03 18:14:09 -07:00
sharparrow1@yahoo.com
17adf6b19b Followup to fix orange from bug 385536 2007-08-03 18:12:24 -07:00
aaronleventhal@moonset.net
2561c55575 bug 348901. Remove extra whitespace from source when exposing accessible text. r+sr=roc, r=surkov. a=dbaron 2007-08-03 18:12:24 -07:00
sharparrow1@yahoo.com
74400dfa21 Bug 385536: a tree inside a panel doesn't respond to clicks (make clientX/Y sane). r+sr=roc, a=blocking1.9+ 2007-08-03 17:31:42 -07:00
zach@zachlipton.com
a47a2eb668 Add platform-specific css files for windows and mac, bug 390881. A joint production of zach and ben. 2007-08-03 16:50:34 -07:00
sharparrow1@yahoo.com
ce71969779 Bug 389754: button themeing goes away when applying full page zoom. r+sr=roc, a=pavlov 2007-08-03 16:43:38 -07:00
sharparrow1@yahoo.com
3d08dbbf75 Bug 389938 - Full page zoom does not affect text with CSS font set to message-box. r+sr=roc, a=pavlov 2007-08-03 16:39:37 -07:00
sharparrow1@yahoo.com
4571a3e298 Bug 390039: antialiasing incosistent when using full page zoom. r=vlad, a=pavlov 2007-08-03 16:37:17 -07:00
sdwilsh@shawnwilsher.com
38af637226 Bug 389899 - Icon does not show up for local handlers that were specified in the past. r=mano 2007-08-03 16:25:00 -07:00
sdwilsh@shawnwilsher.com
a4d3ec9358 Bug 389689 - Have the dialog for nsIContentDispatchChooser use the width property. r=mano, ui-r=beltzner 2007-08-03 16:14:25 -07:00
sdwilsh@shawnwilsher.com
54e156e6dd Bug 319768 - (XPathGenerator) - Implement XPath generator. Patch by Alex Vincent <ajvincent@gmail.com>. r=peterv, sr=jonas NPOTB 2007-08-03 16:00:39 -07:00
flamingice@sourmilk.net
b943b3a8ee Bug 367816, mimeTypes[] array not refreshed on Java installation, r+sr+a=jst 2007-08-03 15:57:54 -07:00
vladimir@pobox.com
0f0bb07000 b=339553 followup, fix an issue in windows opt builds with uninitialized data, r+a=vlad, patch=robarnold 2007-08-03 15:47:48 -07:00
igor@mir2.org
ec402ee7a9 Bug 390078: Avoiding unnecessary GC-tracing of JSStackFrame members. r=brendan 2007-08-03 12:56:35 -07:00
mark.finkle@gmail.com
de7d20001f bustage fix. FUEL test was too tied to the actual preferences. Made it more general 2007-08-03 12:44:17 -07:00
mozilla@weilbacher.org
246011a67e [OS/2] Bug 390075: preliminary OS/2 build break fix for exthandler code, real solution will follow 2007-08-03 12:06:33 -07:00
masayuki@d-toybox.com
70fdc2568a The additional patch for bug 364786 r=vlad 2007-08-03 11:37:50 -07:00
benjamin@smedbergs.us
1a14bfda79 Bug 390361 - fix FF+XR builds to copy the XR directory to the "private" location by default, r=luser 2007-08-03 11:29:29 -07:00
jwalden@mit.edu
b9b7bfc04a Bug 374635 - [Midas] Visited links are black, not purple. Patch by Mathieu Fenniak <mfenniak-moz@mathieu.fenniak.net>, r=neil, sr=peterv, a=dbaron 2007-08-03 11:02:17 -07:00
zach@zachlipton.com
5c8f3973ca Bump version to 0.0.3 2007-08-03 11:01:02 -07:00
enndeakin@sympatico.ca
c6fa8c5df7 Bug 389573, context menus opening in wrong place, affects email address menu, r+sr=bz,a=dbaron 2007-08-03 10:57:44 -07:00