cbiesinger%web.de
8bf9e9afce
bug 316416 patch by neil@parkwaycc.co.uk r=bryner
...
make activity legal even if a load fails
2006-02-14 14:45:32 +00:00
sergei_d%fi.tartu.ee
cac3a766d9
[BeOS]Bug 327046. Moving printing to widget
2006-02-14 14:10:48 +00:00
sergei_d%fi.tartu.ee
9417c254b1
[BeOS]Bug 327046. Moving printing to widget
2006-02-14 14:01:48 +00:00
axel%pike.org
07fb3a9133
bug 323296, add rule to check out l10n-files only, r=gandalf, preed
2006-02-14 09:45:58 +00:00
allan%beaufour.dk
8cc13f3afc
... bug 323845. Note to self: do remember to add new files before checking in :|
2006-02-14 09:34:49 +00:00
igor%mir2.org
6997c32ab1
BUG 321985: During xdr decoding of atoms avoid creation of JSString for
...
the already existing atoms. r=brendan
2006-02-14 09:33:45 +00:00
allan%beaufour.dk
ba9071ed84
[XForms] Reorganize XBL implementations, to expose pure (non-XHTML) widgets in xforms.xml. Bug 323845, patch by surkov@dc.baikal.ru, r=smaug+me
2006-02-14 09:33:34 +00:00
masayuki%d-toybox.com
494b3a0ab2
Bug 170854 Roman script of UI should be rendered with Lucida Grande on all system locales. patch by YAMASHITA Makoto <makotoy@ms.u-tokyo.ac.jp> r=jshin+me, sr=sfraser
2006-02-14 09:27:36 +00:00
leon.sha%sun.com
196ef90fe9
Bug 293987 Mozilla cannot open PDF document via proxy and It crash after close the tab when it loaded.
...
Patch by leon.sha@sun.com
darin: review+
shaver: superreview+
2006-02-14 08:13:51 +00:00
mgalli%geckonnection.com
d6221cf8c7
Updates sync with branch.
2006-02-14 06:54:09 +00:00
mgalli%geckonnection.com
4ef56d9327
Textbox is back.
2006-02-14 06:18:49 +00:00
mgalli%geckonnection.com
24a727619a
downloadChooseFolder now sets the string path to the pref store item.
2006-02-14 06:16:45 +00:00
mark%moxienet.com
d2dbd89701
backout 322578 asdecode and resources (again) due to jaguar fire (again)
2006-02-14 06:15:27 +00:00
mgalli%geckonnection.com
fa398428b5
Update to download item. Has to be not a textfield, because the value is being used to store a complex type. This is workaround. In the future the pref store has to be with the XBL prefitem elements.
2006-02-14 05:11:21 +00:00
mgalli%geckonnection.com
e90fe41832
Pref.xul with right "file"-type registration for the browser.download.dir
2006-02-14 05:07:46 +00:00
mgalli%geckonnection.com
ab13959db5
Pref supportin write for "file" types.
2006-02-14 05:03:57 +00:00
mark%moxienet.com
969400b8c5
322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink. This will break the build on Mac OS X 10.2 ("Jaguar"), and it's not going to be fixed. See bug 299214.
2006-02-14 03:42:42 +00:00
wtchang%redhat.com
c0887f9e1d
Bugzilla Bug 326754: fixed two minor bugs related to the h parameter in
...
PQG parameter generation. r=nelsonb,glen.beasley.
2006-02-14 03:04:57 +00:00
wtchang%redhat.com
b19b5965a5
Bugzilla Bug 326144: need to zeroize a SECItem that contains a copy of the
...
secret key. r=relyea,jpierre.
2006-02-14 02:55:09 +00:00
bclary%bclary.com
d4bb17e77b
Regression test for bug 259935, by Steve Chapel
2006-02-14 02:54:28 +00:00
bclary%bclary.com
a964b51428
Regression test for bug 317476, by Seno Aiko
2006-02-14 02:20:14 +00:00
bzbarsky%mit.edu
1ee861335f
Use nsContentUtils helpers for some localizing in nsGlobalWindow. Bug 326972,
...
r+sr=jst
2006-02-14 02:06:48 +00:00
bzbarsky%mit.edu
41bdb2e1d6
Improve function naming and documentation. Bug 327071, r+sr=jst
2006-02-14 02:04:20 +00:00
bclary%bclary.com
16db3f592e
Regression test for bug 314401, by moz_bug_r_a4
2006-02-14 02:03:56 +00:00
bzbarsky%mit.edu
0974549363
Fix bug 327073. r+sr=jst
2006-02-14 02:03:14 +00:00
bclary%bclary.com
4a7343bb1d
Regression test for bug 323314, by Brendan Eich
2006-02-14 01:34:48 +00:00
timeless%mozdev.org
f0863494a2
Bug 326985 jsinterp.c(975) : warning C4013: 'OBJECT_IS_XML' undefined; assuming extern returning int
...
r=mrbkap
2006-02-14 00:20:44 +00:00
bryner%brianryner.com
954754c11a
fixing bustage r=brettw
2006-02-14 00:00:31 +00:00
mgalli%geckonnection.com
8eca06d2ea
downloadChooseFolder file picker stuff.
2006-02-13 23:57:59 +00:00
mrbkap%gmail.com
6392ef0b7c
Use the right non-null event variable and clean up an indentation violation. r+sr=jst
2006-02-13 23:33:45 +00:00
mgalli%geckonnection.com
7e8e7a6300
Fix to prefID name.
2006-02-13 23:19:23 +00:00
pavlov%pavlov.net
cdace0f519
fixing up linux printing
2006-02-13 23:18:26 +00:00
mgalli%geckonnection.com
f111da56d4
Fix to prefname
2006-02-13 23:17:11 +00:00
wtchang%redhat.com
feb02f1212
Bugzilla Bug 124695: the implementation of _PR_MD_GET_INTERVAL for MinGW
...
was wrong. Thanks to Stefan Sitter <ssitter@googlemail.com> for reporting
the bug and verifying the fix.
2006-02-13 23:16:53 +00:00
ccooper%deadsquid.com
3457807d7c
b=321120
...
- mark completed testcases with a checkmark, and shade the background in the same manner as the testgroup/subgroup selection page.
- change is_completed to return a list of results (if they exist)
Misc.
- some CSS standarization
2006-02-13 23:10:42 +00:00
mgalli%geckonnection.com
79e4643aec
Pref checkbox changed to [ Dont Ask ] approach instead.
2006-02-13 23:10:24 +00:00
bugzilla%arlen.demon.co.uk
f6480bf58c
Bug 326082 Get phishing detection to cope with tags within link text
...
p=me r=neil sr=bienvenu
2006-02-13 23:01:06 +00:00
mozilla%colinogilvie.co.uk
6e81dc3f47
Bug 325593: [BUGZILLA] Misses bug references in a sentence with dots or commas
...
Patch by: Teemu Mannermaa <wicked@etlicon.fi>; r=colin.ogilvie, mkanat
2006-02-13 22:56:15 +00:00
mozilla%colinogilvie.co.uk
3f26a34d3b
Bug 326117: [BUGZILLA] Requesting "foo bar" twice in a too short time interval causes the first word to be ignored.
...
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=mkanat
2006-02-13 22:53:00 +00:00
mgalli%geckonnection.com
7b46a99eea
new string.
2006-02-13 22:52:02 +00:00
pavlov%pavlov.net
4c74730634
cleaning up thebes PDF and PS surfaces
2006-02-13 22:37:13 +00:00
pavlov%pavlov.net
d2035a097a
fixing link problem in cairo builds
2006-02-13 22:36:16 +00:00
mkaply%us.ibm.com
7d6a78f63f
OS/2 build bustage as a result of 326149 - once files are moved, this should build
2006-02-13 22:32:53 +00:00
mkaply%us.ibm.com
c8694d1c4e
OS/2 build bustage as a result of 32649 - once files are moved, this should build
2006-02-13 22:32:23 +00:00
roc+%cs.cmu.edu
a78451e5eb
Bug 285631. Fix build bustage
2006-02-13 21:55:50 +00:00
bclary%bclary.com
d837f008a7
Regression test for bug 324422, by Doug Wright
2006-02-13 21:32:20 +00:00
roc+%cs.cmu.edu
6b01fa9794
Bug 306990. Simplify adjustment of cell right edges to avoid the scrollbar in all cases. r=jan.varga, sr=dbaron
2006-02-13 21:27:14 +00:00
tor%cs.brown.edu
705d1f8fce
Bug 326725 - clean up GetOuterSVGFrame. r+sr=roc
2006-02-13 21:22:41 +00:00
mgalli%geckonnection.com
616723d3ad
UseDownloadDir pref
2006-02-13 21:15:51 +00:00
mgalli%geckonnection.com
48de71cc26
useDownloadDir pref and dependency UI.
2006-02-13 21:14:30 +00:00