jruderman@hmc.edu
|
32e8d98aa4
|
Add crashtest
|
2007-12-18 17:00:19 -08:00 |
|
jruderman@hmc.edu
|
76d06a236f
|
Do not taunt Happy Fun Crashtest.
|
2007-12-18 16:58:28 -08:00 |
|
jruderman@hmc.edu
|
c929c53b6a
|
Add crashtest.
|
2007-12-18 16:56:25 -08:00 |
|
jruderman@hmc.edu
|
1ad17e5ea3
|
One crashtest to rule them all, and in the darkness bind them.
|
2007-12-18 16:50:46 -08:00 |
|
jruderman@hmc.edu
|
3e325de8e5
|
Add crashtest.
|
2007-12-18 16:48:24 -08:00 |
|
mrbkap@gmail.com
|
3cffe924e5
|
missing last character when using readline() on files. bug 407844, r=crowder a=brendan
|
2007-12-18 16:44:21 -08:00 |
|
smichaud@pobox.com
|
6d86e37dc1
|
Fix multiple focus bugs. b=403232 r=joshmoz sr=roc
|
2007-12-18 16:35:14 -08:00 |
|
jruderman@hmc.edu
|
05a63a0e24
|
Add a crashtest
|
2007-12-18 16:31:06 -08:00 |
|
jruderman@hmc.edu
|
91a183dd32
|
It's a bird ... it's a plane ... it's a crashtest!
|
2007-12-18 16:29:38 -08:00 |
|
jruderman@hmc.edu
|
12773a0769
|
Add crashtest
|
2007-12-18 16:27:39 -08:00 |
|
jruderman@hmc.edu
|
3fe2bbd97a
|
Really add crashtests
|
2007-12-18 16:27:10 -08:00 |
|
jruderman@hmc.edu
|
c668e5b8db
|
Crashtester!? I hardly *know* 'er!
|
2007-12-18 16:25:01 -08:00 |
|
jruderman@hmc.edu
|
d13daacc32
|
Add crashtest
|
2007-12-18 16:17:04 -08:00 |
|
karlt+@karlt.net
|
5e38d09cf2
|
mark reftest for bug 391045 random on Linux as it depends on whether fonts are installed.
|
2007-12-18 16:13:41 -08:00 |
|
jruderman@hmc.edu
|
d88b12f4ab
|
Power can corrupt. So can freeing objects twice. Adding a crashtest.
|
2007-12-18 15:43:02 -08:00 |
|
mrbkap@gmail.com
|
62ccffd6aa
|
Sync XPCSafeJSObjectWrapper with similar fixes that we took for XPCNativeWrapper. bug 399299, r+sr=jst
|
2007-12-18 15:33:14 -08:00 |
|
bhearsum@mozilla.com
|
3f624418e5
|
bug 407785: Bootstrap::Util::CvsTag should log what it's going to do -- with newlines. r=rhelmer, patch=me
|
2007-12-18 15:25:07 -08:00 |
|
vladimir@pobox.com
|
1f7f3e59ed
|
b=406458; code cleanup: add new ThebesContext() call as opposed to NATIVE_THEBES_CONTEXT hackery, r=stuart
|
2007-12-18 15:01:15 -08:00 |
|
sspitzer@mozilla.org
|
8f6a6ddf24
|
add places test for global history's isVisited(). part of bug #401980 r=dietrich
|
2007-12-18 14:32:07 -08:00 |
|
maxf@magma.ca
|
49eda3bf0d
|
See bugzilla bug 280725. Changes were made to the xremote mechanism to move it out of the os-specific widget code and into the more generic command line code in the toolkit. This bug implements the corresponding changes for the QNX Neutrino Mozilla based browser: 1) The xremote related code is removed from widget/src/photon/. 2) The nsPhMozRemoteHelper.* source files removed in step 1 are renamed to nsPhRemoteService.* and modified to work under toolkit/components/remote/. 3) Finally the photon specific code in widget/src/xremoteclient is modified so that the mozilla-xremote-client utility works as it did before. These changes are all Neutrino-only and should not affect any other platform, and in theory cannot bust any Tinderbox builds. p=407800 r=bsmedberg
|
2007-12-18 14:00:51 -08:00 |
|
mrbkap@gmail.com
|
d3cd1df667
|
Fix mochitest fallout from bug 396849
|
2007-12-18 13:56:14 -08:00 |
|
karlt+@karlt.net
|
d3c32ac10b
|
Bug 405393 - ZWNJ and ZWJ unicode characters are failing to render correctly. r=roc.
|
2007-12-18 13:50:03 -08:00 |
|
vladimir@pobox.com
|
cfd03ce485
|
putting these back too, oops!
|
2007-12-18 13:43:16 -08:00 |
|
vladimir@pobox.com
|
d2487b5d0d
|
accidentally uncommented this
|
2007-12-18 13:41:16 -08:00 |
|
vladimir@pobox.com
|
9451a20809
|
Fix reftest for bug 24998
|
2007-12-18 13:30:13 -08:00 |
|
sspitzer@mozilla.org
|
09b4bc65e3
|
fix for bug #400671: Location bar ignores entered url and uses autocomplete selected url instead r=gavin, a=blocking-firefox-3+
|
2007-12-18 13:25:03 -08:00 |
|
jonas@sicking.cc
|
1f298a2385
|
Bug 403841: nsContentUtils::CreateContextualFragment needs to deal with being passed nodes other than elements. Patch by luser. r/sr=sicking
|
2007-12-18 13:24:54 -08:00 |
|
mrbkap@gmail.com
|
972347941c
|
Make |foo instanceof XOW| work as expected. bug 396849, r+sr=jst
|
2007-12-18 13:06:44 -08:00 |
|
vladimir@pobox.com
|
2f5e433bfb
|
b=24998, background images spill beyond rounded borders; r+sr=roc
|
2007-12-18 12:59:48 -08:00 |
|
edward.lee@engineering.uiuc.edu
|
f221c8b170
|
Bug 408565 - Menu items "Open Containing Folder" / "Show in Finder" shouldn't be grayed out for in-progress/paused downloads. r=sdwilsh, a1.9=beltzner
|
2007-12-18 11:56:09 -08:00 |
|
mrbkap@gmail.com
|
a4484eddc8
|
Work around weird behavior from JS_NewObject when we pass it a parent. bug 407289, r=jst sr=brendan
|
2007-12-18 11:40:46 -08:00 |
|
dholbert@cs.stanford.edu
|
2a01021676
|
Bug 408754: Change assertion to warning for surpassing nscoord_MAX in NSCoordSaturatingAdd/Subtract r+sr=roc, a=mtschrep
|
2007-12-18 11:31:14 -08:00 |
|
dholbert@cs.stanford.edu
|
cc8a4b26d0
|
Bug 408772: Replace nscoord_MAX-unsafe arithmetic with safe call to NSCoordSaturatingSubtract, in nsComboboxControlFrame::GetIntrinsicWidth. r+sr=bzbarsky a=mtschrep
|
2007-12-18 11:26:35 -08:00 |
|
dholbert@cs.stanford.edu
|
0951ed356d
|
Bug 404219: Reinsert (instead of discarding) frameList after failing to remove a frame from it. r=fantasai sr=roc a=blocking1.9
|
2007-12-18 11:22:12 -08:00 |
|
dveditz@cruzio.com
|
6d6fa76015
|
bug 407161 fix garbled-Japanese Tbird subject lines (regression). patch by VYV03354@nifty.ne.jp, r=smontagu, sr=dveditz, a=beltzner
|
2007-12-18 11:08:35 -08:00 |
|
bhearsum@mozilla.com
|
ce1bf11e91
|
bug 407351: add bzip2 support to Bootstrap::Step::Stage - fix double dot error. r=rhelmer, patch=me
|
2007-12-18 10:11:00 -08:00 |
|
nrthomas@gmail.com
|
cc59a74c17
|
Bug 408811, fix perl warning on some unshipped files, r=rhelmer
|
2007-12-18 09:47:03 -08:00 |
|
dougt@meer.net
|
abbc64d336
|
Relanding 398009. Fixes license headers. r/sr=brendan a=vlad
|
2007-12-18 09:42:44 -08:00 |
|
dougt@meer.net
|
c1767184b6
|
Relanding 363089. Renaming of variable. r/sr=brendan. a=vlad.
|
2007-12-18 09:36:32 -08:00 |
|
dougt@meer.net
|
bbb4d0dc41
|
Relanding fix for 326152. removing gtk1 from tree. r/sr=brendan. a=vlad.
|
2007-12-18 09:31:14 -08:00 |
|
dougt@meer.net
|
e03b8b9838
|
relanding fix for 364205. r/sr= brendan. a=vlad.
|
2007-12-18 09:16:25 -08:00 |
|
ted.mielczarek@gmail.com
|
d96ccf14c2
|
backing out bug 408729
|
2007-12-18 08:32:13 -08:00 |
|
bzbarsky@mit.edu
|
a0d404f33a
|
Adding test.
|
2007-12-18 08:23:57 -08:00 |
|
kairo@kairo.at
|
850e8ce097
|
bug 346133 - [seamonkey] pull L10n dictionaries, r=l10n@mozilla.com a=beltzner
|
2007-12-18 08:13:11 -08:00 |
|
kairo@kairo.at
|
b747161ea4
|
bug 405856 - pull the whole l10n/ab-CD/ dir with L10n checkout to solve the problem of pulling of optional L10n directories, r=bsmedberg,l10n@mozilla.com a=beltzner
|
2007-12-18 08:09:06 -08:00 |
|
ted.mielczarek@gmail.com
|
d6c0963d26
|
bug 408729 - annotate crash report with StartupTime. r=mento
|
2007-12-18 08:07:26 -08:00 |
|
axel@pike.org
|
f4a92f3d5d
|
bug 408817, use a generator function rather than a iterator class for FileCollector, r=bhearsum
|
2007-12-18 06:37:00 -08:00 |
|
rflint@ryanflint.com
|
fc8865d059
|
Add reftest
|
2007-12-18 03:22:54 -08:00 |
|
neil@parkwaycc.co.uk
|
f8e41045aa
|
Ctrl+PgDn/PgUp don't work when the focus is in an autocomplete textbox b=290177 r=Enn a=dsicore
|
2007-12-18 01:16:42 -08:00 |
|
edward.lee@engineering.uiuc.edu
|
1f823d75ad
|
Bug 405886 - Remove the "Open File" button at the right of every download row. r=sdwilsh, b-ff3=mconnor
|
2007-12-18 00:51:57 -08:00 |
|