Commit Graph

11672 Commits

Author SHA1 Message Date
bclary@bclary.com
b38b6cba2a Sisyphus/JavaScript Tests - update known failures list, no bug, not part of the build 2008-02-14 08:29:37 -08:00
dtownsend@oxymoronical.com
3ba779d357 Bug 417055 - "Remove crashes" prompt is missing a period. r+ui-r+a=beltzner 2008-02-14 08:09:36 -08:00
igor@mir2.org
5a2b665446 Bug 416354: optimizing switch cases in the inetrpreter, r,a1.9=brendan 2008-02-14 07:36:39 -08:00
benjamin@smedbergs.us
81116fc398 Bug 416463 - remove badly-duplicated or unused files from xpcom/obsolete/component to fix errors with gcc4.2+ (hidden visibility), r=luser 2008-02-14 07:07:23 -08:00
reed@reedloden.com
6347e6fc5d Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep] 2008-02-14 03:16:53 -08:00
reed@reedloden.com
a86241db8d Bug 400664 - "Cannot drag folders in Bookmarks menu" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=Mano a=blocking-firefox3+] 2008-02-14 03:15:25 -08:00
reed@reedloden.com
5e9e94d627 Bug 402898 - "JS_YieldRequest doesn't do scope-sharing" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2008-02-14 03:14:25 -08:00
reed@reedloden.com
6c51d64ccd Bug 417279 - "Locationbar autocomplete dropdown background is bright white when it should be gray" (make the richlistbox transparent again) [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=beltzner] 2008-02-14 03:13:36 -08:00
reed@reedloden.com
b52ea5e45c Bug 412207 - nsSocketTransport::OnSocketDetached should null out mCallbacks and mEventSink [p=cbiesinger@gmx.at (Christian :Biesinger) r=Silver sr=sicking a=blocking1.9+] 2008-02-14 03:12:50 -08:00
surkov.alexander@gmail.com
f354efac8e Bug 416553 - option to run accessibility tests, r=rcampbell 2008-02-14 02:32:21 -08:00
roc+@cs.cmu.edu
643d92dcbe Bug 400813, check in the right version of the patch 2008-02-14 02:03:01 -08:00
roc+@cs.cmu.edu
b278a54a54 Bug 400813. Text with font-size:0 should not make a line be treated as empty. r+sr=dbaron 2008-02-14 01:08:33 -08:00
vladimir@pobox.com
77e6542041 Disable some canvas tests, pending investigation 2008-02-13 23:52:05 -08:00
surkov.alexander@gmail.com
e9b16fd1ff Back out bug 416553 2008-02-13 23:33:19 -08:00
vladimir@pobox.com
8f0d8b3d02 b=416018, upgrade cairo to 1.5.8-30-g80e11a8 ; r=me 2008-02-13 22:54:26 -08:00
vladimir@pobox.com
73e275efe0 b=414511, misc canvas code cleanup, r=stuart 2008-02-13 22:53:25 -08:00
vladimir@pobox.com
6f5a262267 b=416181, animated image used as repeated background broken ; r=stuart 2008-02-13 22:51:58 -08:00
vladimir@pobox.com
f71ebdf92a b=406334, crash in canvas drawWindow ; r=roc 2008-02-13 22:51:33 -08:00
vladimir@pobox.com
67731f33de b=417115, animated image causes recursion during shutdown ; r=stuart 2008-02-13 22:51:06 -08:00
vladimir@pobox.com
24545f80da b=415285, win32 plugin printed is overprinted ; r=stuart 2008-02-13 22:27:51 -08:00
surkov.alexander@gmail.com
9b6e8173e6 Bug 416553 - option to run accessibility tests, r=rcampbell 2008-02-13 22:20:01 -08:00
jst@mozilla.org
ed02abd8ee Fixing bug 417266. Don't call IsEventName() with non-string jsvals. r+sr=jonas@sicking.cc 2008-02-13 22:11:36 -08:00
brendan@mozilla.org
dfd7f0a7b4 Optimize wrapper creation via JS_NewObjectWithGivenProto, and avoid cycle-check overhead in JS_Set{Prototype,Parent} (408871, r=mrbkap). 2008-02-13 21:10:42 -08:00
bzbarsky@mit.edu
991e322339 Stop treating _new as a special window target. No other browser does. Bug 417067, r+sr=jst, a=beltzner 2008-02-13 21:05:25 -08:00
brendan@mozilla.org
50b22acab7 Must set initial slot value in js_DefineNativeProperty via write barrier (417012, r=shaver). 2008-02-13 19:12:44 -08:00
bclary@bclary.com
ac9fb0f201 Sisyphus/JavaScript Tests - update public failures, no bug, not part of the build 2008-02-13 18:25:05 -08:00
bent.mozilla@gmail.com
8068ab6f7e Downgrade this non-fatal assertion to a warning. 2008-02-13 17:07:08 -08:00
bent.mozilla@gmail.com
97dba77ef7 Fix mano's nit too... 2008-02-13 16:29:02 -08:00
bent.mozilla@gmail.com
62e73e5ff4 Bug 416856 - "Download status listener keeps windows alive until app shutdown". r=mano, a=blockinf-firefox3+. 2008-02-13 16:27:41 -08:00
bent.mozilla@gmail.com
566b83da67 Bug 416939 - "Broadcast the destruction of DOM windows". r+sr=jst, a=blocking1.9+. 2008-02-13 15:41:17 -08:00
bclary@bclary.com
18f47ac952 JavaScript Tests - update test due to bug 309894 2008-02-13 15:34:49 -08:00
dholbert@cs.stanford.edu
760e179b22 Bug 417351: (Linux only) Initialize nsDeviceContextSpecGTK member data to null, fixing crash in destructor when cancelling printing. r+sr=roc, a=blocking1.9+ 2008-02-13 15:14:52 -08:00
joshmoz@gmail.com
9d606e4131 Infrastructure for catching Obj-C exceptions. Cocoa appshell usage. b=163260 r=shebs sr=roc 2008-02-13 15:11:11 -08:00
brendan@mozilla.org
3fb8d6c553 Fiddle blank lines botched in my last checkin. 2008-02-13 15:07:14 -08:00
crowder@fiverocks.com
024a12d0a9 Bug 417100 - Fixing windows build errors 2008-02-13 14:33:57 -08:00
bzbarsky@mit.edu
8538f20353 Make sure to push a null float containing block for <mtd>. Bug 399676, r+sr=roc 2008-02-13 14:06:59 -08:00
dbaron@dbaron.org
5508a8f51d Add my todo list and make a few other tweaks. Not part of the build. 2008-02-13 13:58:28 -08:00
crowder@fiverocks.com
ac160ed074 Bug 417100 - more aggressive inlining for jsregexp.c, r=brendan, a1.9=mtschrep 2008-02-13 13:52:17 -08:00
crowder@fiverocks.com
52e061dee3 Bug 417077 - more rigorous inlining functionality for JS, r/a1.9=brendan 2008-02-13 13:50:05 -08:00
bzbarsky@mit.edu
147c7b397d Give the prefs stylesheet a .href. Bug 416896, r+sr=dbaron, a=schrep 2008-02-13 13:47:22 -08:00
mozilla@weilbacher.org
7db479b105 [OS/2] Bug 414596: implement nsIdleService on OS/2 (using DSSaver), r=mkaply 2008-02-13 13:46:42 -08:00
bzbarsky@mit.edu
27e6079ec1 Make sure to not call ContentRemoved outside of an update. Bug 415388, r+sr=jst, a=schrep 2008-02-13 13:44:28 -08:00
bclary@bclary.com
f006c8cc8c Sisyphus/JavaScript Tests - improve test timeout handling, bug 417260 2008-02-13 12:18:02 -08:00
bugzilla@standard8.plus.com
dfd8dffd4a Bug 416712 Drop redundant nsISupportsArray include from libpref. r/sr=benjamin,a1.9=mtschrep 2008-02-13 09:56:49 -08:00
longsonr@gmail.com
32d5f7d9e5 Correct reftest bug numbers 2008-02-13 09:38:39 -08:00
longsonr@gmail.com
b4a45de915 Correct reftest titles 2008-02-13 08:18:25 -08:00
kaie@kuix.de
6ce364ef47 Bug 415213, uninitialized variables in PSM r=rrelyea, a1.9=dsicore 2008-02-13 08:14:25 -08:00
smichaud@pobox.com
12da382dc2 Mouse-down doesn't always change focus appropriately. b=413882 r=joshmoz sr=roc 2008-02-13 07:57:12 -08:00
mozilla.mano@sent.com
e3e67a09b1 Bug 415062 - Bookmark this Link - Cancel not working. patch from Michael Schonfeld <dev@schonfeld.org>, r=me. 2008-02-13 07:43:17 -08:00
mkaply@us.ibm.com
ceae36afd0 416197 - r=sayrer, a=schrep - value excerpting only applies to child nodes 2008-02-13 07:39:52 -08:00