sspitzer@mozilla.org
|
4e2c4b2708
|
fix for bug #386787: Dragging / dropping multiple items causes the order of items to reverse patch=Christine Yen <christineyen+bugs@gmail.com> r=sspitzer
|
2007-08-02 22:52:05 -07:00 |
|
sspitzer@mozilla.org
|
21de63fb54
|
fix for bug #389782: history sidebar doesn't show the same results as fx 2, dup licate uris when grouped by site, last visited, or most visited r=dietrich
|
2007-08-02 22:41:31 -07:00 |
|
jruderman@hmc.edu
|
434c1f2e9b
|
Add reftests for bug 387201.
|
2007-08-02 21:22:58 -07:00 |
|
vladimir@pobox.com
|
d3f197f4d8
|
urg, disable previous commit until I figure out what to do about libxul
|
2007-08-02 19:44:42 -07:00 |
|
vladimir@pobox.com
|
40d3ad8366
|
b=387132, speed up reftest running, r=roc,r=dbaron
|
2007-08-02 19:28:55 -07:00 |
|
dietrich@mozilla.com
|
9f49d8f4c3
|
Fully backing out the tests for bug 371260
|
2007-08-02 18:18:57 -07:00 |
|
sharparrow1@yahoo.com
|
3c0386076e
|
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
|
aa0edb581a
|
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
|
8b2b2a1f82
|
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
|
f4ad6ec2f8
|
Bug 390716 - toolbar sub-folders are broken. r=dietrich.
|
2007-08-02 18:01:04 -07:00 |
|
dbaron@dbaron.org
|
fc5d9ad4ab
|
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
|
8f2ee90bcb
|
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
|
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 |
|