Commit Graph

181931 Commits

Author SHA1 Message Date
vladimir@pobox.com
005351c710 urg, disable previous commit until I figure out what to do about libxul 2007-08-02 19:44:42 -07:00
vladimir@pobox.com
5f43c8b890 b=387132, speed up reftest running, r=roc,r=dbaron 2007-08-02 19:28:55 -07:00
dietrich@mozilla.com
4812eeecf6 Fully backing out the tests for bug 371260 2007-08-02 18:18:57 -07:00
sharparrow1@yahoo.com
08e9b1075e Bug 389659: Scrollbar dragging broken when using fullZoom != 1.0. r+sr=roc, a19=dbaron 2007-08-02 18:17:24 -07:00
sharparrow1@yahoo.com
89e63cffbe Bug 390161: Make ScreenPixelToMillimeterX/Y return result in CSS pixels. r=jwatt, sr=roc, a19=dbaron 2007-08-02 18:12:19 -07:00
dietrich@mozilla.com
f699e9a1d5 Bug 390706 RLk stats jumped from 4.92 KB to 8.55 KB (r=mano) 2007-08-02 18:04:01 -07:00
mozilla.mano@sent.com
344199cb00 Bug 390716 - toolbar sub-folders are broken. r=dietrich. 2007-08-02 18:01:04 -07:00
dbaron@dbaron.org
a7486445f6 Relanding patch for bug 387884 that I accidentally reverted while relanding bug 66619 (a=DEBUG-only): Patch by jwatt@jwatt.org: Fixing bug 387884. Use of assignment instead of comparison in assertion. r+sr=roc@ocallahan.org 2007-08-02 17:09:18 -07:00
dbaron@dbaron.org
3f87493896 Fix leak of xptiInterfaceInfo in DebugDump. b=389765 r+sr=jst a=DEBUG-only 2007-08-02 17:08:28 -07:00
dbaron@dbaron.org
c5c9d3cb46 Prefer distributing the width of a column-spanning cell to columns without specified widths, and make a specified width on a column-spanning cell not cause the column to be considered to have a specified width. b=379361 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron 2007-08-02 17:07:29 -07:00
dietrich@mozilla.com
425eadbafc disabling the tests from bug 371260, causing red on qm-winxp01 2007-08-02 16:54:27 -07:00
mrbkap@gmail.com
51ce5e88c3 Remove an unused variable. no bug, r=sparky sr=lumpy 2007-08-02 16:42:33 -07:00
mrbkap@gmail.com
15893bcdca Detect cyclic __proto__ values ourselves because the JS engine gets confused by the wrappers. bug 390626, r=brendan sr=jst 2007-08-02 16:38:11 -07:00
mrbkap@gmail.com
f9a815e445 The outerObject hook needs to wrap the outer object in an XOW, to match every other place. bug 390116, r+sr=jst 2007-08-02 16:34:38 -07:00
joshmoz@gmail.com
4be4ddff3e re-factor and focus event code to make it more clear. also don't do work to calculate return values that we ignore anyway when sending focus events. part 1 of bug 354768, r=cbarrett sr=pav 2007-08-02 16:01:32 -07:00
mozilla.mano@sent.com
62240a4dd9 Bug 390712 - reloading a live bookmark generates warnings. r=dietirch. 2007-08-02 15:52:21 -07:00
bzbarsky@mit.edu
55917d8d88 Make debug code not assert when it shouldn't. Bug 388712, r+sr=jst, a=dbaron 2007-08-02 15:46:36 -07:00
jwalden@mit.edu
bf1a450729 Bug 386801 - nsAbsoluteContainingBlock doesn't need to store a child list name; this shaves four bytes off nsViewportFrame, nsBlockFrame, and nsPositionedInlineFrame. r+sr+a=dbaron 2007-08-02 15:44:36 -07:00
jwalden@mit.edu
fd898a1065 Bug 390671 - Finish adding same-linelist iterator comparison assertions, and remove the useless NS_LINELIST_DEBUG_PASS_END #define that's defined only #ifdef DEBUG. rs+a=dbaron 2007-08-02 15:43:14 -07:00
dietrich@mozilla.com
6677a3f3be Backing out the fix to bug 390706, caused increased leakage 2007-08-02 15:38:37 -07:00
mozilla.mano@sent.com
d79b02dd54 Fix history sidebar (need to QI the root to nsINavHistoryResultQueryNode), regressed by bug 382877 2007-08-02 15:27:02 -07:00
dietrich@mozilla.com
49d0218c54 Bug 390706 RLk stats jumped from 4.92 KB to 8.55 KB (r=mano) 2007-08-02 15:11:45 -07:00
bzbarsky@mit.edu
d1e0dfff1b Give bullet frames the right style context parent. Bug 387219, r+sr+a=dbaron 2007-08-02 15:07:52 -07:00
bzbarsky@mit.edu
77efa38741 Account for the padding on our anonymous div when sizing. Bug 388086, r+sr+a=dbaron 2007-08-02 15:06:00 -07:00
bzbarsky@mit.edu
f96769770e Don't optimize away necessary reflows. Bug 388374, r+sr+a=dbaron 2007-08-02 15:02:25 -07:00
bzbarsky@mit.edu
7a48b0d97d Remove bogus assertion. Bug 314307, r+sr=roc, a=dbaron 2007-08-02 14:54:39 -07:00
bzbarsky@mit.edu
040a6bc26a Add the tests too. 2007-08-02 14:36:59 -07:00
bzbarsky@mit.edu
725f9f32fc Make sure to reflow the caption if it gets inserted into our table before another caption. Bug 389924, r=bernd, sr+a=dbaron 2007-08-02 14:34:58 -07:00
bzbarsky@mit.edu
331a767fbd Make ContentInserted for captions more like ContentAppended and normal frame construction. Bug 386014, r=bernd, sr=roc, a=dbaron 2007-08-02 14:29:51 -07:00
mozilla@weilbacher.org
a1e1fa764d [OS/2] Bug 388701: supplemental build fix for OS/2, r=cbiesinger, sr=dmose 2007-08-02 14:27:28 -07:00
bzbarsky@mit.edu
4754770d23 Don't set up counters for the anon cols set up by a <col span="n">. Bug 385866, r+sr+a=dbaron 2007-08-02 14:23:25 -07:00
bzbarsky@mit.edu
2d5d6cf51a Fix EOF handling after an !important. Bug 390318, r+sr+a=dbaron 2007-08-02 14:20:11 -07:00
mozilla@weilbacher.org
a8f95e07e6 [OS/2] Bug 390292: Exports needed for SQLite to fix OS/2 build break, r=bsmedberg 2007-08-02 14:15:33 -07:00
cbiesinger@gmx.at
b29067127d 382378 call NotifyContentObjectWrapper after the plugin has been instantiated so that scriptable plugins work correctly r+sr=bz 2007-08-02 14:15:05 -07:00
sharparrow1@yahoo.com
bae72986cf Bug 389459: lines appear when scrolling page while image loading at >144 dpi. r=vlad, a19=dbaron 2007-08-02 14:03:30 -07:00
brendan@mozilla.org
554a416c3b Remove deadlock hazard when reparenting, single-threaded DOM so don't worry (390551, r+sr=jst). 2007-08-02 13:56:02 -07:00
sharparrow1@yahoo.com
a61c322650 Bug 114171: Leak nsNativeDragTarget. r+sr=biesi,a19=dbaron 2007-08-02 13:55:25 -07:00
smichaud@pobox.com
6c6b9fe691 Stop printing plugin on OS X from causing crash. Bug 388082. r=vladimir, sr=pavlov 2007-08-02 13:54:45 -07:00
martijn.martijn@gmail.com
1b3cf6600a Bug 368972 - Default width/height for plugin placeholders should be 240px/200px, r=cbiesinger, sr=dbaron, a=dbaron 2007-08-02 13:52:55 -07:00
zach@zachlipton.com
28dc481c89 Bug 390687: fix layout and apply new css file. p=ben_h, r=zach. 2007-08-02 13:37:04 -07:00
brendan@mozilla.org
d8eddca351 Restore lost ECMA compatibility for length delegating/shadowing (390598, r=igor). 2007-08-02 13:36:53 -07:00
benjamin@smedbergs.us
db97345e76 From bug 389671 - fix camino bustage by not-building code I'm pretty sure they don't use, r=kairo+mento (NPOFirefoxBuild) 2007-08-02 13:33:42 -07:00
enndeakin@sympatico.ca
2f8014c1a6 Bug 371260, tests for <radio> element, r=mano 2007-08-02 13:31:30 -07:00
mozilla.mano@sent.com
f95814967d Bug 382877 - dynamic containers implementation, part 1. r=dietrich. 2007-08-02 13:19:44 -07:00
cbiesinger@gmx.at
c3c505c04b 322170 ignore errors from OnStartRequest (NPP_NewStream) for Shockwave on the Mac r=jst sr=bz 2007-08-02 13:16:49 -07:00
bugzilla@standard8.demon.co.uk
be79cb97b6 Bug 389085 Move xpfe/components/urlwidget to suite/browser. r=KaiRo,sr=Neil 2007-08-02 12:28:51 -07:00
joshmoz@gmail.com
09bf2cb250 remove unused font APIs from nsIWidget. b=388369 r/sr=pav a=pav 2007-08-02 12:16:27 -07:00
joshmoz@gmail.com
b294a2e73e Favicons not showing up in history menu (most of the time). Patch by Stan Shebs. b=379660 r=josh sr=pav 2007-08-02 12:08:40 -07:00
enndeakin@sympatico.ca
eef7bc4c09 Bug 385269, no caret in textboxes inside a popup,r=josh,sr=vlad 2007-08-02 11:48:28 -07:00
enndeakin@sympatico.ca
4d66192880 Bug 385535, mac only, views in popups not painted properly, r=mark,sr=roc 2007-08-02 11:43:31 -07:00