ted.mielczarek@gmail.com
|
5881505662
|
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
|
75c6efb0af
|
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
|
e8b4e05f30
|
fix for bug #378921: unable to bookmark a microsummarized URI.r=mano
|
2007-05-01 15:30:24 -07:00 |
|
bzbarsky@mit.edu
|
32d3d359f4
|
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
|
1160f3bc2d
|
Bug 377751: removal of the commit.
|
2007-05-01 14:54:29 -07:00 |
|
joshmoz@gmail.com
|
467a689f7f
|
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
|
4474f4e32e
|
Bug 379240, add bootstrap.cfg for Thunderbird 1.5.0.12, r=rhelmer
|
2007-05-01 14:45:03 -07:00 |
|
igor@mir2.org
|
4626b2a66f
|
Bug 377751: More build fixes.
|
2007-05-01 14:44:15 -07:00 |
|
igor@mir2.org
|
1b2ef20671
|
Bug 377751: Fixing windows compilation problem.
|
2007-05-01 14:33:00 -07:00 |
|
bzbarsky@mit.edu
|
df17b534a2
|
This test passes now that bug 221428 is fixed.
|
2007-05-01 14:11:19 -07:00 |
|
igor@mir2.org
|
1ce0c4d485
|
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
|
27aed3e3ba
|
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
|
1414308296
|
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
|
db73e399d0
|
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
|
0677644242
|
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
|
3f29c14a5a
|
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
|
13b4b6a1e1
|
Bug 375715: assertion on bogus character ranges in regexps, r=mrbkap
|
2007-05-01 10:51:34 -07:00 |
|
bzbarsky@mit.edu
|
e83c55e645
|
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
|
44dc756708
|
Fix for bug 378038 - expose IAccessibleText and IAccessibleEditableText, r=aaronlev, sr=neil
|
2007-05-01 10:08:26 -07:00 |
|
dietrich@mozilla.com
|
62feabd61f
|
Bug 378820 Crash in addVisit (r=mano)
|
2007-05-01 09:34:33 -07:00 |
|
nrthomas@gmail.com
|
193fefa2b3
|
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
|
378d89744e
|
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
|
948317ad86
|
Followup to bug 379241, macosx is the platofrm name, not mac
|
2007-05-01 05:49:56 -07:00 |
|
cltbld
|
bbaf835d99
|
Follow up to bug 379241
|
2007-05-01 05:44:00 -07:00 |
|
cltbld
|
90012b6d40
|
Follow up to bug 379241
|
2007-05-01 05:43:21 -07:00 |
|
nrthomas@gmail.com
|
5ea281e4e1
|
Bug 379241, add bootstrap config for Firefox 2.0.0.4, r=rhelmer
|
2007-05-01 03:56:08 -07:00 |
|
igor@mir2.org
|
7f6e92e7d2
|
Bug 379146: New API to register application-specific GC roots. r=brendan
|
2007-05-01 03:09:46 -07:00 |
|
neil@parkwaycc.co.uk
|
51f99edd2b
|
Bug 366831 JavaScript strict warning: reference to undefined property r+sr=jag
|
2007-05-01 02:47:41 -07:00 |
|
dveditz@cruzio.com
|
26ebf9833f
|
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
|
9562fa3e4d
|
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
|
630f4bbe08
|
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
|
3809455592
|
Bug 378709 CheckMaiAtkObject(aAtkObj) failing too oftenr=aaronleventhal
|
2007-04-30 22:57:51 -07:00 |
|
jruderman@hmc.edu
|
9412f89a2a
|
Add reftest for bug 379328. r=bz over IRC.
|
2007-04-30 22:29:06 -07:00 |
|
vladimir@pobox.com
|
78efa3954b
|
b=379328, focus outline rendering regression fix
|
2007-04-30 21:58:44 -07:00 |
|
bzbarsky@mit.edu
|
3e48c43b01
|
This test passes now.
|
2007-04-30 21:31:06 -07:00 |
|
vladimir@pobox.com
|
7a057606e0
|
marking test as passing
|
2007-04-30 20:59:42 -07:00 |
|
bzbarsky@mit.edu
|
a47578fd0a
|
Fixing parsing of opacity components of rgba() and hsla() that are out of the0 <= x <= 1 range. Bug 379316, r+sr=dbaron
|
2007-04-30 20:50:31 -07:00 |
|
vladimir@pobox.com
|
02374fc781
|
b=368247 (and others, see bug), rewrite border rendering for thebes, r=dbaron
|
2007-04-30 20:31:25 -07:00 |
|
joshmoz@gmail.com
|
463084360e
|
remove duplicate line of a CSS rule from forms.css. r/sr=dbaron
|
2007-04-30 18:51:47 -07:00 |
|
mats.palmgren@bredband.net
|
27ce5bc7c9
|
Bustage fix for TestGtkEmbed. b=326152
|
2007-04-30 17:13:44 -07:00 |
|
mats.palmgren@bredband.net
|
dfbd9d77a5
|
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
|
2007-04-30 16:52:44 -07:00 |
|
dveditz@cruzio.com
|
9d4cffa5c2
|
bug 376328 normalize file urls used in moz-icon, r=mscott, sr=vlad, a=juanb
|
2007-04-30 16:25:10 -07:00 |
|
sdwilsh@shawnwilsher.com
|
cff5f02954
|
Backout of Bug 378785.
|
2007-04-30 16:01:56 -07:00 |
|
mats.palmgren@bredband.net
|
1ee276743e
|
Backing out last change to fix bustage. b=326152
|
2007-04-30 14:33:33 -07:00 |
|
mats.palmgren@bredband.net
|
258dfcd705
|
Bye bye gtk1 and xlib (part 1 of 3). b=326152 r+sr=roc
|
2007-04-30 14:13:39 -07:00 |
|
rhelmer@mozilla.com
|
3427f75e60
|
introduce and use CvsCatfile for constructing CVS paths from an array. b=371325 r=preed. While we're in there, pick up a fix in Updates step to get oldVersion, and call Verify right after Execute for Tag substeps.
|
2007-04-30 13:55:21 -07:00 |
|
bclary@bclary.com
|
dd4af99877
|
JavaScript Tests - add missing mode lines, no bug, not part of the build
|
2007-04-30 13:11:28 -07:00 |
|
bclary@bclary.com
|
0397e3963a
|
JavaScript Tests - update automation scripts, no bug, not part of the build
|
2007-04-30 13:03:56 -07:00 |
|
bclary@bclary.com
|
10a98ba7b7
|
JavaScript Tests - update slow-n.tests, remove e4x/Regress/regress-350531.js, add js1_5/GC/regress-319980-01.js, js1_5/GC/regress-338653.js, no bug, not part of the build
|
2007-04-30 12:59:55 -07:00 |
|
joshmoz@gmail.com
|
27d48ce781
|
<input type="button" disabled> not rendered as disabled native widget. sync with forms.css. patch by Stuart Morgan. b=376577 r=josh sr=dbaron
|
2007-04-30 11:20:27 -07:00 |
|