longsonr%gmail.com
|
a40fd1bcfc
|
Bug 387908 - Clean up nsSVGImageFrame.cpp: Remove an unused member variable, make constructor protected and report bad construction as an error. r+sr=tor
|
2007-07-13 09:32:37 +00:00 |
longsonr%gmail.com
|
6d0a97f8e0
|
Bug 384409 - Create a common GetContextForContent method in nsContentUtils and use it in nsScriptElement and svg. r=tor,r+sr=jonas
|
2007-07-13 08:49:10 +00:00 |
neil%parkwaycc.co.uk
|
780f70b3b0
|
nsTextFrameThebes ClusterIterator misuses memset plus cleanup b=387964 r+sr=roc
|
2007-07-13 08:22:00 +00:00 |
roc+%cs.cmu.edu
|
57913dde6c
|
Bug 387867. Rename DISABLE_LIGATURES to DISABLE_OPTIONAL_LIGATURES and make the ATSUI code only disable optional ligatures. r=pavlov
|
2007-07-13 08:09:28 +00:00 |
igor%mir2.org
|
810e12aaae
|
Bug 380469: Calling close on unreachable generators from GC is no longer supported. r=brendan
|
2007-07-13 07:28:47 +00:00 |
kaie%kuix.de
|
2e8e11b09f
|
Bug 229335, Remove certificates that expired in August 2004 from tree
r=nelsonb
|
2007-07-13 06:49:00 +00:00 |
preed%mozilla.com
|
03c193bf0a
|
Bug 384035: Switch nightly linux tinderbox to fxnewref-linux-tbox. r=rhelmer
|
2007-07-13 06:18:36 +00:00 |
philringnalda%gmail.com
|
8565a1d480
|
Bug 272525 - UI inconsistancy for 'Check new messages every X minutes' textfield, patch by Christian Eyrich <ch.ey@gmx.net>, r=iann, sr=neil
|
2007-07-13 03:50:27 +00:00 |
philringnalda%gmail.com
|
e485155b62
|
Bug 387300 - About dialog has no accesskey, patch by C��dric Corazza <cedric.corazza@wanadoo.fr>, r+sr=mscott
|
2007-07-13 03:39:18 +00:00 |
jwalden%mit.edu
|
ff3a736684
|
I think I figured out the problem with bug 384192; the code added to quit.js is also used in the browser tests, but it triggers an undefined-variable exception there, and I think the tests are getting killed by test timeout code that doesn't print a helpful 'tests timed out' message to give a little help determining the cause of the failure. We shall see...
|
2007-07-13 03:38:32 +00:00 |
philringnalda%gmail.com
|
bd65552bfb
|
Bug 362502 - Don't create an RSS folder when the feed is invalid, patch by Boying Lu <brian.lu@sun.com>, r=me, sr=mscott
|
2007-07-13 03:30:30 +00:00 |
philringnalda%gmail.com
|
3d09e0c2d6
|
Bug 386686 - Clean up xpcom_obsolete packaging, r=bsmedberg
|
2007-07-13 03:24:04 +00:00 |
bclary%bclary.com
|
358b8d25b0
|
JavaScript Test - regression test for bug 384680, by Jesse Ruderman
|
2007-07-13 02:26:26 +00:00 |
bclary%bclary.com
|
5a6070746f
|
JavaScript Test - regression test for bug 385134, by Jesse Ruderman
|
2007-07-13 02:08:24 +00:00 |
jwalden%mit.edu
|
0766f6f3de
|
Fix syntax error; I have no idea why this test actually passed or did anything.
|
2007-07-13 02:01:34 +00:00 |
bclary%bclary.com
|
ad28223b08
|
JavaScript Test - regression test for bug 385729, by Jesse Ruderman
|
2007-07-13 01:49:58 +00:00 |
bclary%bclary.com
|
4c4a1d43a8
|
JavaScript Test - regression test for bug 386030, by Blake Kaplan
|
2007-07-13 01:13:41 +00:00 |
jwalden%mit.edu
|
94ef1bc0a7
|
Sigh; try to fix orange, bug 384192.
|
2007-07-13 01:00:31 +00:00 |
bienvenu%nventure.com
|
0d0dbce718
|
follow on fix to 387712, fix crash saving messages due to null listner, patch by kreeger, r/sr=bienvenu
|
2007-07-13 00:36:49 +00:00 |
flamingice%sourmilk.net
|
c65d008da2
|
Bug 376519, Empty href js exception in this case when right-clicking, Patch by Florian Qu��ze, r=mano
|
2007-07-13 00:32:37 +00:00 |
jwalden%mit.edu
|
cc22c63254
|
Fix line endings.
|
2007-07-13 00:26:04 +00:00 |
jwalden%mit.edu
|
14311260a2
|
Fix line endings.
|
2007-07-13 00:17:38 +00:00 |
dveditz%cruzio.com
|
5fd947d903
|
bug 374810 pick up crash fix from libpng 1.2.17, patch=glennrp, r=tor, sr=dveditz
|
2007-07-13 00:06:24 +00:00 |
crowder%fiverocks.com
|
69a8456e56
|
Bug 357016: follow-up to fix another void* nit, patch by Edward Lee edilee@mozilla.com, r=crowder
|
2007-07-13 00:04:23 +00:00 |
dbaron%dbaron.org
|
2d86c23669
|
Add test that the nsRuleNode::Compute*Data functions don't touch aStartStruct when they shouldn't.
|
2007-07-12 23:50:47 +00:00 |
sspitzer%mozilla.org
|
be7f234206
|
fix for bug #386956: Simplify nsNavHistory::RemoveDuplicateURLs
patch=Marcho Bonardo <mak77@supereva.it>
r=sspitzer
|
2007-07-12 23:49:58 +00:00 |
dbaron%dbaron.org
|
1422f935b7
|
Make ScrollContentIntoView consider continuations so that tabbing to a multi-line link makes the whole thing visible. b=66619 r=sharparrow1@yahoo.com sr=roc@ocallahan.org
|
2007-07-12 23:48:37 +00:00 |
jwalden%mit.edu
|
b8e6d7a53f
|
Attempt to recommit part of the patch for bug 384192, in the hopes that this makes it easier to figure out what part of it is wrong. This part enables proxying for the added domains but doesn't actually use it.
|
2007-07-12 23:33:51 +00:00 |
sharparrow1%yahoo.com
|
44a02ee020
|
Bug 347743 related fix: make SetParent actually change the parent of the widget. r+sr=roc.
|
2007-07-12 23:19:47 +00:00 |
rhelmer%mozilla.com
|
bbfd349ae0
|
add json output mode b=382406 r=cls r=bear
|
2007-07-12 23:06:23 +00:00 |
dveditz%cruzio.com
|
5a9496d7e5
|
bug 383478 deal with %00 in file urls, r=bz,darin
|
2007-07-12 23:04:24 +00:00 |
roc+%cs.cmu.edu
|
39564c075e
|
Bug 387358. Don't go into an infinite loop searching for end-of-first-letter-cluster; also translate from DOM to textrun offsets. r=smontagu
|
2007-07-12 23:00:20 +00:00 |
enndeakin%sympatico.ca
|
00f87a72e8
|
Bug 323805, tab switching not working when for non-html and non-xul elements are focused, r=neil,sr=bz
|
2007-07-12 22:57:18 +00:00 |
julien.pierre.bugs%sun.com
|
b95435a8eb
|
Remove unnecessary file. Fix for bug 325805 . r=rrelyea
|
2007-07-12 22:01:50 +00:00 |
preed%mozilla.com
|
6a24908f33
|
Bug 387766: Version/config bumps for Fx 2005; r=rhelmer,cf
|
2007-07-12 21:57:43 +00:00 |
bzbarsky%mit.edu
|
24eea7483b
|
Minor tweak to test
|
2007-07-12 21:48:43 +00:00 |
bclary%bclary.com
|
97af6a67d1
|
JavaScript Test - regression test for bug 387501
|
2007-07-12 20:56:00 +00:00 |
bzbarsky%mit.edu
|
baf912fed6
|
Fix regression in sizing of tables with scrollable rowgroups. Bug 387344,
r=bernd, sr=roc
|
2007-07-12 20:54:19 +00:00 |
jst%mozilla.org
|
2ae9a7619b
|
Attempting to fix Solaris build bustage (bug 386773). Patch by ginn.chen@sun.com, r+sr=jst@mozilla.org
|
2007-07-12 20:38:11 +00:00 |
aaronr%us.ibm.com
|
d4a898492c
|
[XForms] Upping xforms version number to coincide with next FF release
|
2007-07-12 20:35:03 +00:00 |
aaronr%us.ibm.com
|
2267d64a4e
|
[XForms] Using repeat index for 1.1 delete does not work. Bug 387738, p=msterlin r=doronr+aaronr
|
2007-07-12 20:32:49 +00:00 |
bzbarsky%mit.edu
|
ee3679d650
|
Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
|
2007-07-12 20:05:49 +00:00 |
sdwilsh%shawnwilsher.com
|
25263859b1
|
Bug 384744 - Download manager should enforce a singleton, not just fail on createInstance. r=gavin.sharp
|
2007-07-12 20:01:58 +00:00 |
sdwilsh%shawnwilsher.com
|
2046645ee4
|
Bug 387907 - [ru] Update for Russian DOM Inspector localization. Patch by Alexander L. Slovesnik <unghost@mozilla-russia.org>. rs=sdwilsh
|
2007-07-12 20:01:05 +00:00 |
jwalden%mit.edu
|
a3fce23391
|
Force a clobber so nightlies get an update with sessionstore again for the bug 386635 backout.
|
2007-07-12 19:20:42 +00:00 |
jwalden%mit.edu
|
cd2e5c90ef
|
Back out bug 386635; it broke restoring sessions in the browser.
|
2007-07-12 19:11:45 +00:00 |
ccooper%deadsquid.com
|
e2752cd616
|
- check that both product and branch are enabled
|
2007-07-12 18:25:45 +00:00 |
pavlov%pavlov.net
|
01e3955d34
|
speed up setting of code points. bug 386375. r=vlad
|
2007-07-12 18:14:59 +00:00 |
sdwilsh%shawnwilsher.com
|
8d4d4783aa
|
Bug 387907 - [ru] Update for Russian DOM Inspector localization. Patch by Alexander L. Slovesnik <unghost@mozilla-russia.org>. rs=sdwilsh
|
2007-07-12 18:11:51 +00:00 |
zach%zachlipton.com
|
cb809ff87f
|
Remove outdated mod_perl compat code that was causing problems
|
2007-07-12 18:09:56 +00:00 |