tor@cs.brown.edu
|
34808a27d2
|
Bug 380072 - switch svg mask from cairo to thebes. r=jwatt, sr=roc
|
2007-05-22 12:31:04 -07:00 |
|
tor@cs.brown.edu
|
a2218414c6
|
Bug 380071 - add cairo_clip_extents() functionality to thebes. r=vlad
|
2007-05-22 12:30:03 -07:00 |
|
sayrer@gmail.com
|
9c74aa0b23
|
comment out dm tests until we can make them pass in opt builds
|
2007-05-21 21:47:50 -07:00 |
|
sayrer@gmail.com
|
df65c20924
|
try some more tests
|
2007-05-21 21:23:38 -07:00 |
|
sdwilsh@shawnwilsher.com
|
9d9544bb41
|
Trying to figure out why this test is failing silently. Commenting out listener and observer.
|
2007-05-21 20:39:03 -07:00 |
|
sdwilsh@shawnwilsher.com
|
09df39f431
|
Trying to figure out why this test is failing silently.
|
2007-05-21 20:09:26 -07:00 |
|
sdwilsh@shawnwilsher.com
|
d573634069
|
Trying to figure out why this test is failing silently. r=sayrer
|
2007-05-21 19:26:12 -07:00 |
|
sdwilsh@shawnwilsher.com
|
22bce36455
|
Trying to figure out why this test is failing silently. r=sayrer
|
2007-05-21 18:47:34 -07:00 |
|
sdwilsh@shawnwilsher.com
|
97ddc03f15
|
Trying to figure out why this test is failing silently. r=sayrer
|
2007-05-21 18:23:39 -07:00 |
|
sdwilsh@shawnwilsher.com
|
c7971df290
|
Bug 380250 bustage fix for xpfe
|
2007-05-21 18:11:37 -07:00 |
|
sdwilsh@shawnwilsher.com
|
75c9c538f6
|
More bustage fix for Bug 380250 - passing pointer instead of just the variable
|
2007-05-21 17:59:50 -07:00 |
|
sdwilsh@shawnwilsher.com
|
8780b9403b
|
More bustage fix for Bug 380250 - third time is the charm (getter_Addrefs != getter_AddRefs)
|
2007-05-21 17:57:26 -07:00 |
|
mrbkap@gmail.com
|
2d5947e7ae
|
Mark the overwritten scope property in the space between where we remove it and re-add it in its changed form. bug 381374, r=igor
|
2007-05-21 17:55:04 -07:00 |
|
sdwilsh@shawnwilsher.com
|
6812ee6ef3
|
More bustage fix for Bug 380250 (declaring rv)
|
2007-05-21 17:41:11 -07:00 |
|
sdwilsh@shawnwilsher.com
|
222758b9ee
|
Bustage fix for Bug 380250.
|
2007-05-21 17:34:53 -07:00 |
|
jonas@sicking.cc
|
d8633e02b4
|
Bug 380872: Forgot to address bzs review comment to remove this assertion. r/sr=bz
|
2007-05-21 17:08:05 -07:00 |
|
sdwilsh@shawnwilsher.com
|
e75178083f
|
Bug 380250 - Convert Download Manager's RDF backend to mozStorage. r=cbiesinger,r=mconnor
|
2007-05-21 17:03:33 -07:00 |
|
mrbkap@gmail.com
|
ed953e9af2
|
Protect the number from GC, even if it was originally a number. bug 375976, r=crowder
|
2007-05-21 16:45:42 -07:00 |
|
benjamin@smedbergs.us
|
89a8a681bb
|
Marking this reftest random until we can figure out the scrollbar issue.
|
2007-05-21 16:03:49 -07:00 |
|
masayuki@d-toybox.com
|
e06ebc1983
|
Bug 381426 Can't be activated Input Method in the Bookmark Properties. r+sr=roc
|
2007-05-21 15:58:17 -07:00 |
|
crowder@fiverocks.com
|
1fdf29bf46
|
Bug 380998: StackGrowthDirection is not reliable with Sun Studio 11, patch by Ginn Chen <ginn.chen@sun.com>, r=brendan
|
2007-05-21 15:55:48 -07:00 |
|
mrbkap@gmail.com
|
6a241398b2
|
Don't assume that the parser is still enabled after we've returned to the event loop. bug 380590, r+sr=sicking
|
2007-05-21 15:40:59 -07:00 |
|
jonas@sicking.cc
|
0b6e5dff7a
|
Bug 380872: Call BindToTree on anonymous children too when BindToTree is called on an element. r/sr=bz
|
2007-05-21 15:26:48 -07:00 |
|
jonas@sicking.cc
|
941dc3b4c4
|
Bug 53901: Make sure to also release controllers when unbinding xul elements from the DOM. r/sr=bz
|
2007-05-21 15:22:51 -07:00 |
|
tor@cs.brown.edu
|
734eed5f0c
|
Build bustage fix (380757).
|
2007-05-21 15:13:56 -07:00 |
|
tor@cs.brown.edu
|
c3f20a0396
|
Bug 380757 - switch svg filters to thebes. r=jwatt, sr=roc
|
2007-05-21 14:41:53 -07:00 |
|
benjamin@smedbergs.us
|
91803a7b6f
|
Attempt to fix unit-test orange: the two tests differ only by the width of a scrollbar, so attempt to make the ref the same height as the test, r=dbaron
|
2007-05-21 13:45:43 -07:00 |
|
crowder@fiverocks.com
|
41450ddc97
|
Bug 379482: Crash [@ js_IsIdentifier] decompiling float setter, r=mrbkap
|
2007-05-21 12:33:33 -07:00 |
|
mozilla@weilbacher.org
|
37dfcb7724
|
Bug 359716: followup for OS/2 to fix build break with MOZ_LDAP_XPCOM, r=bsmedberg
|
2007-05-21 12:28:20 -07:00 |
|
mrbkap@gmail.com
|
e523fca1ab
|
Don't call DidBuildModel twice if Terminate is called twice since consumers aren't expecting it. bug 378982, r+sr=bzbarsky
|
2007-05-21 11:09:54 -07:00 |
|
mrbkap@gmail.com
|
fae1dec6be
|
Count both the getter and setter for a given property. bug 381303, r=crowder
|
2007-05-21 11:02:33 -07:00 |
|
mrbkap@gmail.com
|
9c08aa4311
|
Handle Function.prototype.toString not returning what we expect it to return (a function expression). bug 380933, r=crowder
|
2007-05-21 11:01:08 -07:00 |
|
bugzilla@standard8.demon.co.uk
|
fc65f03107
|
Bug 380795 Unify Palm Sync build component locations r=benjamin,sr=bienvenu
|
2007-05-21 10:17:51 -07:00 |
|
benjamin@smedbergs.us
|
b6bb5bc12c
|
Bug 377347 - Disable the obsolete string API (from the Mozilla 1.4 SDK), r=darin sr=dbaron
|
2007-05-21 07:32:35 -07:00 |
|
kairo@kairo.at
|
64d1e1992f
|
bug 335387 - remove remnants of content packs, r=bsmedberg
|
2007-05-21 07:19:21 -07:00 |
|
aaronleventhal@moonset.net
|
46838f7c75
|
Bug 380976. Tree view accessible hierarchy regression. r=ginn.chen
|
2007-05-21 06:57:54 -07:00 |
|
aaronleventhal@moonset.net
|
8ff97541e2
|
Bug 381229. Incorrect accessible role and events for XUL autocomplete and combobox (menulist) popup lists. r=ginn.chen
|
2007-05-21 06:53:57 -07:00 |
|
kairo@kairo.at
|
3d1e0bbb2a
|
bug 377953 - build suiterunner package/installer via suite/installer (a real installer for suiterunner will be added there soon in 351917), r=luser
|
2007-05-21 06:40:29 -07:00 |
|
sharparrow1@yahoo.com
|
e121bf78ce
|
Bug 377391: Parts of a rectangle with CSS outline remains, when changing rectangle size. r+sr=roc
|
2007-05-21 03:06:08 -07:00 |
|
sharparrow1@yahoo.com
|
197f518480
|
Bug 45631: text-indent: n% doesn't incrementally reflow correctly. r+sr=roc.
|
2007-05-21 02:55:27 -07:00 |
|
Olli.Pettay@helsinki.fi
|
3abcfaa5a3
|
Bug 378961, r+sr=roc
|
2007-05-21 00:33:32 -07:00 |
|
Olli.Pettay@helsinki.fi
|
5b6a10c55d
|
Bug 381167, r+sr=roc
|
2007-05-21 00:27:47 -07:00 |
|
sspitzer@mozilla.org
|
13e7c6f6c6
|
fix for bug #377281: Changing bookmark properties sets incorrect keyword_id value in databaser=dietrich
|
2007-05-20 21:51:46 -07:00 |
|
roc+@cs.cmu.edu
|
b7f3dc0143
|
Bug 381130. Small changes to layout to fix an inline reflow bug and add a new API to nsLineLayout to support tab stops. r+sr=dbaron
|
2007-05-20 20:44:26 -07:00 |
|
jminta@gmail.com
|
75c45c5414
|
Bug 377717 again, if this doesn't go green i'll back out
|
2007-05-20 19:57:10 -07:00 |
|
jminta@gmail.com
|
6bcd70a458
|
try again
|
2007-05-20 19:45:45 -07:00 |
|
jminta@gmail.com
|
a9a3cf07ce
|
bustage fix from Bug 377717
|
2007-05-20 19:42:02 -07:00 |
|
jminta@gmail.com
|
1fb0dc7c7f
|
Bug 377717 Remove 'decorations' and 'variant' from gfxFontStyle, r=pavlov
|
2007-05-20 19:18:04 -07:00 |
|
jminta@gmail.com
|
b81d8c2457
|
Relanding bug 381280 (respect browser.bookmarks.file pref), this time with Ts fixes, r=mano
|
2007-05-20 19:13:25 -07:00 |
|
roc+@cs.cmu.edu
|
d6ff0ee073
|
Bug 377232. Align font boundaries with cluster boundaries to avoid ATSUI weirdness where it chooses different fonts fo characters in the same cluster...
|
2007-05-20 19:02:16 -07:00 |
|