Commit Graph

190266 Commits

Author SHA1 Message Date
surkov.alexander@gmail.com
86a5941cc5 Bug 418371 - implement the rest of methods of nsIAccessibleTable on xul:listbox, r=evan.yan, a=beltzner 2008-03-05 20:14:10 -08:00
surkov.alexander@gmail.com
e8a0a8a6e2 Bug 417912 - GetCellDataAt callers that expect an error if no cell is found are wrong, r=evan.yan, bernd, a=beltzner 2008-03-05 20:11:45 -08:00
jwalden@mit.edu
818390570b Bug 401514 - Don't use a getter when a property will do. r=gavin, a=beltzner 2008-03-05 19:58:48 -08:00
surkov.alexander@gmail.com
e5cba8bfef Bug 418043 - add mochitest for bug 308564, r=evan.yan 2008-03-05 19:49:44 -08:00
aaronleventhal@moonset.net
9a92be7d14 Bug 419770. Can't get to the frame/iframe of a document with IAccessible::accParent 2008-03-05 19:45:43 -08:00
aaronleventhal@moonset.net
9a0ae4b30d Bug 420960. Crash when aria-activedescendant attribute removed. r=marcoz, a=beltzner 2008-03-05 19:43:50 -08:00
surkov.alexander@gmail.com
0a50515f0e Bug 419786 - Link children associated with imagemaps do not implement the nsIAccessibleHyperLink interface, r=ginn.chen, aaronlev, a=beltzner 2008-03-05 19:33:33 -08:00
mark.finkle@gmail.com
7bda30d295 b=421005, r=gavin, a=damons. FUEL Preference.type uses undefined variables 2008-03-05 18:27:59 -08:00
jwalden@mit.edu
17c992a3f5 Bug 420243 - Fix an arithmetic mistake in SVGTextContentElement.getSubStringLength. r+sr=roc, a=beltzner 2008-03-05 18:10:43 -08:00
jdaggett@mozilla.com
48755a2e3d Bug 421135. Fix typo in setting of mLastPrefFirstFont. r+sr=vlad 2008-03-05 17:47:33 -08:00
vladimir@pobox.com
262a9caf19 b=392351, implement about:memory framework core, relading with forward-declaration victory; r=shaver,sr=bsdmedberg 2008-03-05 17:28:25 -08:00
vladimir@pobox.com
ef5f5b5bcb backed out 2008-03-05 16:54:15 -08:00
vladimir@pobox.com
0a78e520be b=392351, implement about:memory framework core r=shaver, sr=bsmedberg 2008-03-05 16:40:58 -08:00
neil@parkwaycc.co.uk
f6c48c056a Fix nsIAutoCompleteController's handleEvent signature change bustage rs=ajschult 2008-03-05 16:27:27 -08:00
vladimir@pobox.com
5ec954dd52 b=418537, vista textfield/dropdown appearance incorrect when active, r=stuart 2008-03-05 16:23:38 -08:00
dbaron@dbaron.org
2fd8318753 Fix greediness of A ~ B C selector matching. b=420814 r+sr=bzbarsky a=beltzner 2008-03-05 16:06:15 -08:00
dbaron@dbaron.org
0d8b560733 Fix the weird Get* API on nsStyleSides in favor of returning structs by value, to avoid further occurrences of bug 420069. b=420069 r+sr=roc a=beltzner 2008-03-05 16:05:26 -08:00
dbaron@dbaron.org
6f9a1f75f7 Update properties that are ignored when 'Allow pages to choose their own colors' is unchecked for the splitting of left/right border properties and the introduction of start/end border properties. b=419167 Patch by Bernd Mielke <bernd_mozilla@gmx.de>. r+sr=dbaron a=beltzner 2008-03-05 16:03:50 -08:00
brendan@mozilla.org
e84ffaeda1 Fix signed vs. unsigned comparison in assertion warning. 2008-03-05 15:43:33 -08:00
blassey@mozilla.com
81d841c1fc backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
myk@mozilla.org
212762193f bug 376222: a javascript exception thrown by an extension's (or core code's) web progress listener shouldn't interfere with the normal operation of tabbed browsing (i.e. other progress listeners); Patch by John P. Baker; r=gavin, a=beltzner 2008-03-05 14:34:54 -08:00
myk@mozilla.org
c1b3fd34a2 bug 420556: give sidebar header a non-transparent background in gnomestripe; r=gavin, a=beltzner 2008-03-05 14:26:13 -08:00
gavin@gavinsharp.com
21f2f90b8b Bug 420549: don't ASSERT when removing an engine shortly after adding it, r=mano, a=beltzner 2008-03-05 14:13:41 -08:00
gavin@gavinsharp.com
28d29b3c84 Bug 420328: don't trigger keyword matches if the keyword doesn't take a parameter and one was provided, r=rflint 2008-03-05 14:11:45 -08:00
gavin@gavinsharp.com
7b3cc60dbc Bug 419111: unfrozen interfaces listed in SDK_XPIDLSRCS, r=kaie, sr=bzbarsky 2008-03-05 14:08:20 -08:00
neil@parkwaycc.co.uk
75d375bd08 Bug 419865 Port scripts pane to use <preferences> r=Mano,IanN sr=jag a=beltzner 2008-03-05 13:44:29 -08:00
blassey@mozilla.com
dfd26f92ec switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
neil@parkwaycc.co.uk
f20e0ba61e <browser> clears its mIconURL inappropriately b=418213 r=Mano a=beltzner 2008-03-05 13:35:38 -08:00
neil@parkwaycc.co.uk
110a35e15b Fire dynamic overlay load observers in more cases b=419452 r+sr=jst a=beltzner 2008-03-05 13:32:27 -08:00
dtownsend@oxymoronical.com
d2084e7a68 Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. p=matthew@allpeers.com, r=bsmedberg, a=beltzner 2008-03-05 13:30:28 -08:00
enndeakin@sympatico.ca
636dd26f2e Bug 403217 - cannot drag text containing certain characters, r+sr=jst 2008-03-05 13:18:14 -08:00
timeless@mozdev.org
4dc91524a4 Bug 282660 Crash [@ jsds_NotifyPendingDeadScripts] ds->script is null r=jst a=beltzner 2008-03-05 13:10:01 -08:00
bzbarsky@mit.edu
ed92494ec4 Revert the change to RequiresBody. In particular, an <input type="Hidden"> needs to not require it, for now... Bug 418464, r+sr=mrbkap, a=jonas 2008-03-05 12:46:21 -08:00
bzbarsky@mit.edu
e31ee13acf Init the selected panel to the right value to prevent window size flicker. Bug 405390, r=enn, a=beltzner 2008-03-05 12:44:27 -08:00
bzbarsky@mit.edu
57cb5b5b2f Don't leave an exception hanging on the JS context when we return ok. Bug 418133, r=jst, sr=brendan, a=beltzner. 2008-03-05 12:41:27 -08:00
igor@mir2.org
2015c98075 bug=418641 r=brendan a1.9=dsicore Avoiding code bloat on slow paths in the interpreter. 2008-03-05 12:26:06 -08:00
igor@mir2.org
bdc9c64b8a bug=355258 r=brendan a1.9=beltzner 2008-03-05 12:18:52 -08:00
sayrer@gmail.com
a41d6a883d Bug 383939. RDF datasources must implement cycle collection. r/sr=bsmedberg 2008-03-05 12:07:55 -08:00
masayuki@d-toybox.com
b97376dfa8 Bug 419359 Compile warning about NS_TargetUnfocusedEventToLastFocusedContent r+sr=roc, a1.9=beltzner 2008-03-05 11:27:54 -08:00
masayuki@d-toybox.com
fa4e17f0c5 Bug 405308 [text-decoration] Link underline disappears (or is misaligned 1px) when scrolling r+sr=roc, a1.9=beltzner 2008-03-05 11:24:44 -08:00
dougt@meer.net
0069a6f866 XRE build changes for windows mobile. b=420240, r=bsmedberg, a=beltzner 2008-03-05 11:23:44 -08:00
crowder@fiverocks.com
19b228e5ae Bug 324161 - Optimize parseInt for integer values, if radix is 10, r=brendan, blocking1.9=dsicore 2008-03-05 11:11:54 -08:00
blizzard@mozilla.com
f7d646647b bug 419918 - Add the ability to fire the memory pressure observers from the embedding test app. Taken from Stuart's ramback extension and made available here for testing. r=dougt, sr=pavlov, a=beltzner 2008-03-05 11:10:34 -08:00
ted.mielczarek@gmail.com
39be3999c2 bug 415918 - fix version info on mozcrt19.dll. r=bsmedberg 2008-03-05 11:09:52 -08:00
ted.mielczarek@gmail.com
974bed2b16 bug 405523 - add dynamicbase flag (build with ASLR when available). r=bsmedberg 2008-03-05 07:10:26 -08:00
reed@reedloden.com
fedafe097c Back out Ventron's patch from bug 418131 due to build failures on debug machines. 2008-03-05 03:36:37 -08:00
reed@reedloden.com
c2e92975c2 Bustage fix for bug 418131 (try #3). 2008-03-05 03:26:06 -08:00
reed@reedloden.com
040d0c6c77 Bustage fix for bug 418131 (try #2). 2008-03-05 03:10:35 -08:00
reed@reedloden.com
6e3cd5813f Bustage fix for bug 418131. 2008-03-05 02:56:33 -08:00
reed@reedloden.com
2b979f3e50 Bug 419654 - "Importing bookmark file corrupts heap (reproducible)" (Fix heap corruption and increase initial capacity) [p=ondrej@allpeers.com (Ondrej Brablc) r=dietrich a=blocking-firefox3+] 2008-03-05 02:31:55 -08:00