Commit Graph

170117 Commits

Author SHA1 Message Date
bclary%bclary.com
4edfe3f05c JavaScript Test - regression test for bug 353120, by Jesse Ruderman 2006-09-19 09:49:23 +00:00
hwaara%gmail.com
233d8cfc48 Make mozAccessible use mac-native (UA) roles. Remove mozDocAccessible as it's not needed. Implement new |isRoot| method to tell whether an accessible is the root accessible. b=352327, r=surkov
Remove some unused cross-platform roles. b=352357, r=aaronlev
2006-09-19 08:48:33 +00:00
hwaara%gmail.com
8bd6cd94b4 Make ChildView use the new |isRoot| method to see if its associated mozAccessible is the root accessible. b=352327, r=josh 2006-09-19 08:44:03 +00:00
Olli.Pettay%helsinki.fi
14a81e4dd4 Bug 344473, xforms message should be resizeable and showed inside dialog, p=surkov, r=me+aaronr 2006-09-19 07:54:58 +00:00
igor.bukanov%gmail.com
f552a2ffd3 making sure thta TryMethod deals xml objects properly. bug=352846 r=brendan 2006-09-19 06:48:25 +00:00
timeless%mozdev.org
1e256fb19b Bug 352523 Warning: String literal converted to char* in formal argument aAttr in call to nsFrameUtil::Tag::GetAttr(char*).
r=roc sr=roc
2006-09-19 06:41:07 +00:00
dbaron%dbaron.org
db64706c1e Call FreeInnerObjects for all inner windows in SetDocShell(null), and for all languages (assuming live outer) in ~WindowStateHolder. b=353022 r=mhammond sr=jst 2006-09-19 04:48:07 +00:00
dbaron%dbaron.org
dd0e416282 Remove caching of screen size that interferes with picking up screen size changes. r+sr=roc b=256646 2006-09-19 04:43:39 +00:00
rbs%maths.uq.edu.au
218c696ae2 Dynamic changes to MathML table attributes don't work, b=347496, r+sr=roc 2006-09-19 04:43:14 +00:00
bzbarsky%mit.edu
feea3a45cc Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc 2006-09-19 04:26:20 +00:00
bzbarsky%mit.edu
04a85f4b78 Fix allocator mismatch bug 353109. r+sr=jst 2006-09-19 04:04:46 +00:00
bzbarsky%mit.edu
d2bf3432ae If we have to do a second pass because we found clearance on the first pass,
invalidate the entire area we're being moved to.  Otherwise invalidates from
the first pass will be lost.  Bug 352417, r+sr=roc
2006-09-19 00:15:15 +00:00
dbaron%dbaron.org
af1c0a6a6b Pick up dynamic changes in screen size (although some other things still cache them per-window). b=256646 r+sr=roc 2006-09-18 23:37:21 +00:00
bugzilla%arlen.demon.co.uk
eee0484446 Bug 132257 Inserting a link to a [network][image] file into a message inserts the physical file! (help patch)
p=me r=neil
2006-09-18 22:37:57 +00:00
mkanat%bugzilla.org
15039b3b4a Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from Bugzilla::Config
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-18 22:16:44 +00:00
cbiesinger%web.de
941c438e69 Bug 351492 Make Camino implement
@mozilla.org/passwordmanager/authpromptfactory;1 so that its password manager
works again
r=hwaara sr=mento
2006-09-18 22:00:43 +00:00
Olli.Pettay%helsinki.fi
3be921f2d7 Bug 350030, Change insertion point lists from nsVoidArray to something which is not manually refcounted, r=jst, sr=bz 2006-09-18 21:35:21 +00:00
mvl%exedo.nl
a4b5da6c25 bug 322827: store names of x- properties, and use that name when serializing. r=daniel.boelze, dmose 2006-09-18 20:47:39 +00:00
lpsolit%gmail.com
4001b0411f Bug 333040: Cannot search based on "Attachment Creator" - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-09-18 20:20:11 +00:00
tor%cs.brown.edu
09a526959b Bug 341564 - Consolidate repeated code in nsSVGFilters.cpp.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-09-18 20:19:56 +00:00
flamingice%sourmilk.net
245ca7db2e Bug 353157, Extension descriptions aren't restored after dismissing notification, r=mconnor 2006-09-18 19:53:38 +00:00
mozilla.mano%sent.com
ba7a409fa8 Bug 352947 - regression: click-and-hold on the label of either the back or the forward toolbar-button doesn't open the button's drop-down. r=mconnor. 2006-09-18 19:51:24 +00:00
mvl%exedo.nl
19c7c698e6 bug 351902: tweak vertical size for day view to make short events better readable. r=dmose 2006-09-18 19:49:42 +00:00
mozilla.mano%sent.com
61d7d6c7d7 Bug 353033 - regression: Edit->Delete and Edit->Switch Text Direction are always enabled. r=mconnor. 2006-09-18 19:47:49 +00:00
mozilla.mano%sent.com
dece182e1d Bug 353117, r=mconnor, sr=jst. 2006-09-18 19:45:30 +00:00
mozilla.mano%sent.com
eae0985a60 Bug 352935 - Port over some FeedWriter improvements from bug 350615 to trunk. r=gavin. 2006-09-18 19:40:55 +00:00
mattwillis%gmail.com
3790f41f80 bug 348245 - Fixes regression where datepicker no longer works after using date/year dropdown. patch by Michael B��ttner <michael.buettner@sun.com>, r=lilmatt,mvl 2006-09-18 19:40:53 +00:00
mattwillis%gmail.com
afcdab601e bug 353060 - Time changes lost if editing immediately after creation. Patch by <gekacheka@yahoo.com>, r1=lilmatt, r2=jminta 2006-09-18 19:30:47 +00:00
mike.morgan%oregonstate.edu
8d7b1714da Checking in minor fix for install.js to remove console errors for people who browse with their console open. :) See bug 348421. 2006-09-18 19:14:23 +00:00
cvshook%sicking.cc
75e13e1fcc Bug 352583: Unregress XSLT from previous checkin. r/sr=jst 2006-09-18 19:07:34 +00:00
mkanat%bugzilla.org
0fc1bb5f2e Bug 223880: "marked a duplicate" messages cannot be localized
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-18 18:56:38 +00:00
mattwillis%gmail.com
cc0559016e bug 353051 - Changes Dismiss All to loop in reverse so as to not miss any alarms. Patch by Stefan Sitter <ssitter@googlemail.com>, r1=lilmatt, r2=jminta 2006-09-18 18:52:45 +00:00
mconnor%steelgryphon.com
7aa264ff01 bug 331660 - last batch of credit additions from cbeard/lilly 2006-09-18 18:42:55 +00:00
mark%moxienet.com
1312fdc434 341504 try fixing Camino bustage again 2006-09-18 18:31:14 +00:00
enndeakin%sympatico.ca
cba93551a6 Bug 352704, build error when storage is disabled, r=enn 2006-09-18 18:22:03 +00:00
axel%pike.org
2d3290accc bug 349713, get boolean logic right to not ignore errors in region.properties, r=bsmedberg,a=schrep 2006-09-18 17:55:02 +00:00
aaronleventhal%moonset.net
66c8957aa5 Bug 349860. Magnifier doesn't follow input or caret navigation. r=evan.yan 2006-09-18 17:50:33 +00:00
darin%meer.net
65db450837 fixes bug 352853 "64k update chunks are maxing out mirrors connection limits before they use up their bandwidth" r=robstrong a=mtschrep 2006-09-18 17:49:55 +00:00
aaronleventhal%moonset.net
24ee03911a Bug 352150. getText, characterCount missing text content. r=evan.yan 2006-09-18 17:47:52 +00:00
Olli.Pettay%helsinki.fi
c8ed206dcd Bug 351879, crash calling refresh() during a refresh, r=aaronr+doronr 2006-09-18 17:44:00 +00:00
timeless%mozdev.org
97dc149f88 Bug 352971: using_firebird.xhtml: wrong size of images urlbar.png and searchbar.png
patch by Reed Loden <reed@reedloden.com>, r=steffen, a=mconnor
2006-09-18 17:40:57 +00:00
timeless%mozdev.org
9a4ec506da Bug 341504 Make global history work with toolkit autocomplete
camino now needs to build this
2006-09-18 16:56:46 +00:00
kairo%kairo.at
b1ee62849a bug 348720 followup: correct name of icon PNG file so that send, address and attach icons show up in mailcompose, r+sr=Neil 2006-09-18 16:47:30 +00:00
neil%parkwaycc.co.uk
298042b3a1 Bug 341504 global history toolkit autocomplete interface r=IanN,biesi sr=jag 2006-09-18 13:52:11 +00:00
lpsolit%gmail.com
437cb983e4 Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on PostgreSQL 8.1 - Patch by R�mi Zara <remi_zara@mac.com> r=mkanat a=myk 2006-09-18 13:49:04 +00:00
brendan%mozilla.org
2e0d57d2af Prep patch for 'plan A' (346642, r=mrbkap). 2006-09-18 11:04:30 +00:00
Olli.Pettay%helsinki.fi
4b1c4393e9 Bug 349931, crashes during drag-and-drop, r+sr=roc 2006-09-18 08:47:06 +00:00
Olli.Pettay%helsinki.fi
811918cca3 Bug 340969, crash at [@ nsFormFillController::GetTextValue], r=dbaron 2006-09-18 08:23:32 +00:00
gavin%gavinsharp.com
fc0dc90701 Bug 353115: missing argument in restoreTextData, patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r=me 2006-09-18 06:55:42 +00:00
bzbarsky%mit.edu
3070ad4f2c Create a faster, less COMy internal method for accessing the sorted list of
form control elements.  Bug 347165, patch by jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-09-18 04:53:54 +00:00