dbaron@dbaron.org
1dfc2637bf
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
28dbc79075
disabling the tests from bug 371260, causing red on qm-winxp01
2007-08-02 16:54:27 -07:00
mrbkap@gmail.com
9e31657307
Remove an unused variable. no bug, r=sparky sr=lumpy
2007-08-02 16:42:33 -07:00
mrbkap@gmail.com
cc9667a9a4
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
d407d9b035
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
4f1c626bec
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
290a984bcd
Bug 390712 - reloading a live bookmark generates warnings. r=dietirch.
2007-08-02 15:52:21 -07:00
bzbarsky@mit.edu
8fd955912f
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
96470d6e9b
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
9110d0e552
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
1773021091
Backing out the fix to bug 390706, caused increased leakage
2007-08-02 15:38:37 -07:00
mozilla.mano@sent.com
cc5d68d75b
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
1f5823aa2f
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
36546d2784
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
e27b046432
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
3f182aeeb1
Don't optimize away necessary reflows. Bug 388374, r+sr+a=dbaron
2007-08-02 15:02:25 -07:00
bzbarsky@mit.edu
5f46a12fc6
Remove bogus assertion. Bug 314307, r+sr=roc, a=dbaron
2007-08-02 14:54:39 -07:00
bzbarsky@mit.edu
ed733059c6
Add the tests too.
2007-08-02 14:36:59 -07:00
bzbarsky@mit.edu
ebcca4dbd4
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
590e445e10
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
787adb62da
[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
2b334a8c3b
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
21fd3a72bb
Fix EOF handling after an !important. Bug 390318, r+sr+a=dbaron
2007-08-02 14:20:11 -07:00
mozilla@weilbacher.org
8423fbf163
[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
9b77299b29
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
90fb49c39b
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
37164c6b8c
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
1c6b34731f
Bug 114171: Leak nsNativeDragTarget. r+sr=biesi,a19=dbaron
2007-08-02 13:55:25 -07:00
smichaud@pobox.com
39a11988c6
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
2d75476cd2
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
4e81312166
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
a5b934bb87
Restore lost ECMA compatibility for length delegating/shadowing (390598, r=igor).
2007-08-02 13:36:53 -07:00
benjamin@smedbergs.us
62ca2e9875
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
b1f8252768
Bug 371260, tests for <radio> element, r=mano
2007-08-02 13:31:30 -07:00
mozilla.mano@sent.com
3f958cc2b2
Bug 382877 - dynamic containers implementation, part 1. r=dietrich.
2007-08-02 13:19:44 -07:00
cbiesinger@gmx.at
15ca9d3c96
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
a2a8af3d62
Bug 389085 Move xpfe/components/urlwidget to suite/browser. r=KaiRo,sr=Neil
2007-08-02 12:28:51 -07:00
joshmoz@gmail.com
9dcc5b0f73
remove unused font APIs from nsIWidget. b=388369 r/sr=pav a=pav
2007-08-02 12:16:27 -07:00
joshmoz@gmail.com
c0c82168ce
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
e21b126363
Bug 385269, no caret in textboxes inside a popup,r=josh,sr=vlad
2007-08-02 11:48:28 -07:00
enndeakin@sympatico.ca
a1a290dafa
Bug 385535, mac only, views in popups not painted properly, r=mark,sr=roc
2007-08-02 11:43:31 -07:00
benjamin@smedbergs.us
b781252802
Bug 389671 - CVS remove old suite-style multi-profile code which is not used anymore, r=luser (NPOB except for removing build-system references to files/options)
2007-08-02 11:43:30 -07:00
brendan@mozilla.org
920458529b
Fix array_pop default return value (390684, r=igor).
2007-08-02 11:40:47 -07:00
bzbarsky@mit.edu
a6cb8ce553
Get the right style context for the blockframe containing an mtable. Bug
...
384649, r+sr=dbaron
2007-08-02 11:30:43 -07:00
dtownsend@oxymoronical.com
b12f8c053e
Bug 389641: RDFItemUpdater shouldn't check for updates for items with
...
pending optypes. r=robstrong
2007-08-02 11:16:49 -07:00
dtownsend@oxymoronical.com
ebfa6d5d6b
Bug 390143: NS_IMPL macros are broken for implementing 11 interfaces.
...
r=bsmedberg, a=wanted-1.9
2007-08-02 11:14:28 -07:00
bzbarsky@mit.edu
d56f30c35a
Remove bogus assert. Bug 350128, r+sr=roc, a=dbaron
2007-08-02 11:11:44 -07:00
bzbarsky@mit.edu
21e0d65a42
Introduce a setter for nsHTMLReflowState::mComputedHeight so that we're sure to
...
update the resize flags properly. Bug 388084, r+sr+a=dbaron
2007-08-02 11:08:05 -07:00
zach@zachlipton.com
e87a4463aa
Add dummy help tab
2007-08-02 10:58:57 -07:00
bzbarsky@mit.edu
40f1f36bf8
Flush layout before starting to pump data into plug-ins if we started the data
...
load ourselves. Fixes various issues with a number of plug-ins that expect
NPP_SetWindow() to have been called before NPP_WriteReady or NPP_Write. Bug
381512, r=biesi, sr=jst
2007-08-02 10:54:36 -07:00