Граф коммитов

178525 Коммитов

Автор SHA1 Сообщение Дата
bclary@bclary.com d1a5b3317d JavaScript Test - regression test for bug 379442, by Jesse Ruderman 2007-05-02 09:21:55 -07:00
surkov.alexander@gmail.com c2815c00fc Fix for bug 378038 - implement nsIWinAccessNode::queryNativeInterface, r=aaronlev, sr=neil 2007-05-02 08:47:10 -07:00
pedemont@us.ibm.com 4f48ca602a Bug 378236 - Crash when embedding trunk XULRunner in Java. Properly pass XPCOM object ptrs. Also do some restructuring. XULRunner only. 2007-05-02 08:43:41 -07:00
masayuki@d-toybox.com ce5fb69d8c Bug 378752 Mnemonic of Menu doesn't work if an editor has focus and IME is on r+sr=roc 2007-05-02 08:34:35 -07:00
axel@pike.org d4641aa6f5 bug 379002, use an absolute path for including extra-jars.mn, r=bsmedberg 2007-05-02 07:18:20 -07:00
asqueella@gmail.com 70f4eb840f bug 379439 - When closing error console: assertion "XPConnect is being called on a scope without a 'Components' property!"add matching removeController() call to the binding's destructor.r=mano 2007-05-02 05:23:59 -07:00
silver@warwickcompsoc.co.uk f7fb5c2811 Bug 295355 - Play minimize sound when we're hacking the working set. r=emaijala sr=bryner 2007-05-02 02:24:52 -07:00
brendan@mozilla.org 827063336b Followup fix to dumb bug in last checkin (379442, r=me). 2007-05-02 01:12:38 -07:00
asqueella@gmail.com 8f692964b7 Bug 379085 - Build with GCC-4.3 fails due to extra semi-colons and '-pedantic'p=Art Haas <ahaas@airmail.net>r+sr=roc 2007-05-02 01:03:46 -07:00
joshmoz@gmail.com 30d491a760 Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron 2007-05-02 00:46:50 -07:00
brendan@mozilla.org d45ea7124f Skip #n= at front of initialiser on right of destructuring assignment forms (368224, r=igor). 2007-05-02 00:24:20 -07:00
brendan@mozilla.org 70efc15226 Fix model stack management for catch guards in the decompiler; eliminate related SRC_HIDDEN abusage (375794, r=igor). 2007-05-02 00:09:27 -07:00
sspitzer@mozilla.org 60a0ed8c0b fix for bug #376302: unable to drop favicon or link onto personal toolbar folder, favicon drop leaves the cursor behindr=mano 2007-05-02 00:06:34 -07:00
bzbarsky@mit.edu d3c244039d Fix assert to not fire when it shouldn't. Bug 379405, r+sr=dbaron 2007-05-01 19:25:50 -07:00
roc+@cs.cmu.edu 712a5203fc Bug 372703. Position child views whenever we place an abs-pos child; even if the child hasn't moved, this frame itself might have, so view offsets might have changed. r=eli,sr=dbaron 2007-05-01 17:07:51 -07:00
sayrer@gmail.com 8176f127f7 backout patch for bug 378463 due to bustage 2007-05-01 17:03:35 -07:00
roc+@cs.cmu.edu 010e67de84 Backing out patch since it broke 3 mochitests and no-one's around to babysit. 2007-05-01 16:54:55 -07:00
ted.mielczarek@gmail.com ae41f120c1 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:33:00 -07:00
ted.mielczarek@gmail.com 61d1ecdd64 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:31:52 -07:00
sspitzer@mozilla.org 97da9e6bfd fix for bug #378921: unable to bookmark a microsummarized URI.r=mano 2007-05-01 15:30:24 -07:00
bzbarsky@mit.edu 086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
igor@mir2.org 4411f6fc39 Bug 377751: removal of the commit. 2007-05-01 14:54:29 -07:00
joshmoz@gmail.com 0604497a38 allow buttons to render at smaller sizes than Mac OS X itself will draw using HITheme. Also fixes 376695, allow buttons to accept padding. b=379297 r=cbarrett r=mano sr=pinkerton 2007-05-01 14:52:22 -07:00
nrthomas@gmail.com f94ca062b5 Bug 379240, add bootstrap.cfg for Thunderbird 1.5.0.12, r=rhelmer 2007-05-01 14:45:03 -07:00
igor@mir2.org cd0c37d7d7 Bug 377751: More build fixes. 2007-05-01 14:44:15 -07:00
igor@mir2.org db0ad51c67 Bug 377751: Fixing windows compilation problem. 2007-05-01 14:33:00 -07:00
bzbarsky@mit.edu 3f8db51c2b This test passes now that bug 221428 is fixed. 2007-05-01 14:11:19 -07:00
igor@mir2.org 95a992af95 Bug 377751: JSClass instances in xpconnect use the tracing API. r=brendan, sr=jst 2007-05-01 14:06:07 -07:00
bugzilla@standard8.demon.co.uk ca4b3a17d1 Part of bug 322628 Palm Sync Build Changes to automate build and install in profile extensions - change installation directory to match the extension id so that it registers as an addon properly. r/sr=mscott 2007-05-01 12:35:00 -07:00
bzbarsky@mit.edu 63aeadb19b Stylesheets should know what their principal is, and it should be based on theURI the sheet was loaded from, its certificate (if any) and the loaderprincipal, not just on the page the sheet is being applied to. Propagate thisprincipal as the loading principal to @import loads from stylesheets. Changesheet access checks to use this principal instead of the sheet URI. Bug221428, r+sr=peterv 2007-05-01 12:26:15 -07:00
bzbarsky@mit.edu 31e3fee701 Switch order around a bit to be safer. Followup to bug 379093, r+sr=roc 2007-05-01 12:11:28 -07:00
bzbarsky@mit.edu 5d850771bc Don't throw from attribute sets if we can't find a script global to compile anevent handler attribute on. This happens; just don't compile it. Bug 379120,r+sr=peterv 2007-05-01 12:08:08 -07:00
crowder@fiverocks.com a7d35d2bfa Bug 356083: incorrect decompilation for ({this setter: function () {} }) and others, r=igor, r=brendan 2007-05-01 11:07:44 -07:00
crowder@fiverocks.com 2353112c8e Bug 375715: assertion on bogus character ranges in regexps, r=mrbkap 2007-05-01 10:51:34 -07:00
bzbarsky@mit.edu 79c66b8a27 Make InitialReflow just post a reflow event instead of doing a synchronousreflow. Bug 378975, r=dbaron and Eli Friedman, sr=dbaron 2007-05-01 10:15:08 -07:00
surkov.alexander@gmail.com a2b73ec77f Fix for bug 378038 - expose IAccessibleText and IAccessibleEditableText, r=aaronlev, sr=neil 2007-05-01 10:08:26 -07:00
dietrich@mozilla.com 5aaec03df9 Bug 378820 Crash in addVisit (r=mano) 2007-05-01 09:34:33 -07:00
nrthomas@gmail.com daaceff775 Bug 379240, add bootstrap.cfg for Firefox 1.5.0.12 builds (including the lesson learnt from the 2.0.0.4 equivalent), r=rhelmer 2007-05-01 06:37:59 -07:00
peterv@propagandism.org 98f982d5fc Part of bug 377606 (Switch cycle collector to more efficient hashtables - only keep hashtable around while collecting). r=graydon, sr=dbaron. 2007-05-01 05:51:39 -07:00
cltbld ed8ab1ea86 Followup to bug 379241, macosx is the platofrm name, not mac 2007-05-01 05:49:56 -07:00
cltbld bbe7df75ac Follow up to bug 379241 2007-05-01 05:44:00 -07:00
cltbld 4d0cf88951 Follow up to bug 379241 2007-05-01 05:43:21 -07:00
nrthomas@gmail.com 5c29f2a948 Bug 379241, add bootstrap config for Firefox 2.0.0.4, r=rhelmer 2007-05-01 03:56:08 -07:00
igor@mir2.org d3c51f9c70 Bug 379146: New API to register application-specific GC roots. r=brendan 2007-05-01 03:09:46 -07:00
neil@parkwaycc.co.uk 1070824457 Bug 366831 JavaScript strict warning: reference to undefined property r+sr=jag 2007-05-01 02:47:41 -07:00
dveditz@cruzio.com 79bb329675 bug 373228 prevent cookies with long paths from taking too much space, r=dwitte, a=juanb 2007-05-01 01:14:49 -07:00
vladimir@pobox.com 21f21921e5 marking 368020-2 random on gtk2, due to 368517 (drawWindow and DrawTile don't get along on X11) 2007-04-30 23:31:30 -07:00
ginn.chen@sun.com 26ec21bc32 Bug 360578 add-on dialog buttons not spoken by Orcapatch by tiger.zhang r=aaronleventhalalso contains a fix for compiler warning 2007-04-30 23:03:08 -07:00
ginn.chen@sun.com 7b9152e2cb Bug 378709 CheckMaiAtkObject(aAtkObj) failing too oftenr=aaronleventhal 2007-04-30 22:57:51 -07:00
jruderman@hmc.edu fba5702123 Add reftest for bug 379328. r=bz over IRC. 2007-04-30 22:29:06 -07:00