enndeakin@sympatico.ca
|
459d7aae66
|
Bug 402548, 402551, popups positioned wrong when document is zoomed. Affects anchored popups anchored in a different document, and popups opened at a given screen position, r+sr=roc
|
2007-11-22 06:12:03 -08:00 |
|
ginn.chen@sun.com
|
7173fecc79
|
Bug 396799 Menus on the Application menu bar sometimes claim to be menuitems r=enndeakin, aaronleventhal sr=neil a=dsicore
|
2007-11-21 22:14:39 -08:00 |
|
enndeakin@sympatico.ca
|
6d51723764
|
Bug 393721, don't propagate events when a menubar is open, with changes to handle alt, tab and f10 to close menus, r+sr=neil
|
2007-11-21 12:47:11 -08:00 |
|
dholbert@cs.stanford.edu
|
fe797e43b7
|
Bug 391178 - Avoid walking frame tree when destroying nsTreeColFrame. r+sr=roc, a=blocking1.9+
|
2007-11-19 18:01:19 -08:00 |
|
reed@reedloden.com
|
3d566060be
|
Back out Enn's patch for bug 393721, as it turned all unit test machines orange except for Mac.
|
2007-11-19 15:12:03 -08:00 |
|
jonas@sicking.cc
|
136308d144
|
bug 384612: Remove script from scrollbar XBL binding. r/sr=dbaron
|
2007-11-19 12:08:20 -08:00 |
|
enndeakin@sympatico.ca
|
a7b0ec4d29
|
Bug 393721, cancel keypress when a menubar is active, r+sr=neil
|
2007-11-19 11:18:52 -08:00 |
|
masayuki@d-toybox.com
|
f32b16c6fe
|
Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc
|
2007-11-19 02:17:17 -08:00 |
|
enndeakin@sympatico.ca
|
f3dee7a7ae
|
Bug 394600, address bz's additional popup reworking comments, add tests for removing popups, r+sr=bz,a=beltzner
|
2007-11-17 07:47:38 -08:00 |
|
neil@parkwaycc.co.uk
|
edba8c946c
|
Bug 399961 GetCellAt returning invalid element for partially visible cells r=enn sr=roc a=schrep
|
2007-11-15 14:04:10 -08:00 |
|
neil@parkwaycc.co.uk
|
9f8e160b9c
|
bad pref, min, max size assertion with equalsize b=402912 r=enn sr=roc a=schrep
|
2007-11-15 13:49:08 -08:00 |
|
dbaron@dbaron.org
|
110c7b7856
|
Ignore whitespace-only children of XUL boxes (like the XUL content sink does in the content tree, when in XUL documents). b=403505 r+sr=roc a=blocking1.9+
|
2007-11-15 10:06:33 -08:00 |
|
masayuki@d-toybox.com
|
547601300c
|
b=403484 backing-out the previous patch, caused by testing failure.
|
2007-11-15 03:02:47 -08:00 |
|
masayuki@d-toybox.com
|
b666c60c33
|
Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc, blocking1.9=mtschrep
|
2007-11-15 02:43:16 -08:00 |
|
jonas@sicking.cc
|
1a15d13e25
|
relanding bug 400327 since it doesn't look to be the source of the regression
|
2007-11-14 19:38:16 -08:00 |
|
jonas@sicking.cc
|
271bb97cf4
|
Backing out bug 400327 too see if that helps Ts
|
2007-11-14 11:11:59 -08:00 |
|
enndeakin@sympatico.ca
|
e9884990d0
|
Bug 400327, use a different mechanism for the spliiter, insert it when the url and search fields are adjacent, r=mano,neil,sr=neil,a=schrep
|
2007-11-13 10:53:56 -08:00 |
|
enndeakin@sympatico.ca
|
eae9e57952
|
Bug 400999, gap in tree lines, fix by including the border and padding for primary cells in the clip area, r+sr=neil,a=beltzner
|
2007-11-13 04:37:01 -08:00 |
|
enndeakin@sympatico.ca
|
d29c264f13
|
Bug 400893, escape should close panels, r+sr=neil,a=beltzner
|
2007-11-12 13:52:13 -08:00 |
|
Olli.Pettay@helsinki.fi
|
64d4fd2698
|
Bug 397954, r+sr=roc, a=beltzner
|
2007-11-09 01:25:05 -08:00 |
|
reed@reedloden.com
|
0cdda9d22a
|
Bug 399468 - Can open multiple bookmark popups on clicking folders after right-click context menu (check context menu state) [p=enndeakin r+sr=bzbarsky a1.9=beltzner]
|
2007-11-09 00:00:23 -08:00 |
|
enndeakin@sympatico.ca
|
3f4ed92185
|
Bug 396863, check the menu to ensure that the timer is for the right one, prevents multiple submenus from appearing, r+sr=roc,a=beltzner
|
2007-10-29 10:26:19 -07:00 |
|
enndeakin@sympatico.ca
|
012cfc4144
|
Bug 399350, clicking menu doesn't work after selecting a command, r=bz,mano,sr=bz,a=beltzner
|
2007-10-26 10:24:35 -07:00 |
|
dbaron@dbaron.org
|
30ac4ad5bf
|
Make boxes that have non-box non-block children wrap all their children in a block. b=321402 r+sr=roc, a=blocking1.9+/M9
|
2007-10-25 16:30:49 -07:00 |
|
mats.palmgren@bredband.net
|
895714e955
|
Call WillDestroyFrameTree() before destroying the frame tree in ReconstructDocElementHierarchyInternal() because we have cleared the placeholder map etc at this point and we don't want RemoveMappingsForFrameSubtree() to mess with it. Also, remove the RemoveMappingsForFrameSubtree() call that was added in bug 372685 which was wrong since all the frames on a popupset's ::popupList are out-of-flows that are reachable (directly or indirectly) from a normal flow placeholder. b=398982 r+sr=bzbarsky a=dsicore
|
2007-10-23 17:02:26 -07:00 |
|
mats.palmgren@bredband.net
|
b850b776d1
|
Discard aPrevFrame if it's the mPopupFrame since it's on a different lists. b=394800 r=enndeakin sr=bzbarsky a=dbaron
|
2007-10-19 22:43:38 -07:00 |
|
joshmoz@gmail.com
|
64ac19e5f3
|
clicking scrollbutton in listbox should only scroll by one option. b=382205 r=cbarrett sr=roc
|
2007-10-15 08:37:40 -07:00 |
|
neil@parkwaycc.co.uk
|
1507d5687b
|
Bug 399692 Restore null-check accidentally removed by bug 399376 r+sr+a=roc
|
2007-10-15 04:21:25 -07:00 |
|
reed@reedloden.com
|
7e8456e8f3
|
Completely backout patch from Jonathan Steele in bug 399753 due to bustage.
|
2007-10-14 20:42:27 -07:00 |
|
reed@reedloden.com
|
a7a2219d2b
|
Backout change from Jonathan Steele in bug 399753 for nsTreeBodyFrame.cpp in order to fix bustage.
|
2007-10-14 20:25:07 -07:00 |
|
reed@reedloden.com
|
2d9ccdb82c
|
Bug 399753 - "Remove "nsISupportsArray" in the layout directory" [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=dbaron]
|
2007-10-14 20:09:59 -07:00 |
|
bzbarsky@mit.edu
|
d6ddf5aec3
|
Fix bug 345609. r+sr+a=roc
|
2007-10-12 11:37:51 -07:00 |
|
neil@parkwaycc.co.uk
|
4dbf1e5dc1
|
Bug 399376 Fix edge case overlooked by bug 306990 r=Enn sr+a=roc
|
2007-10-11 01:18:52 -07:00 |
|
roc+@cs.cmu.edu
|
bd6f1fc294
|
Backing out fix for bug 345339 because of test failures
|
2007-10-09 20:39:16 -07:00 |
|
roc+@cs.cmu.edu
|
a92c012e1a
|
Bug 345339. Stop using a generic hashtable to store element session history state in nsPresState. patch by Karthik Sarma, r+sr=roc,a=sicking
|
2007-10-09 19:15:23 -07:00 |
|
tglek@mozilla.com
|
fdf793303e
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-09 17:00:05 -07:00 |
|
enndeakin@sympatico.ca
|
662fd96d0a
|
Bug 397012, add null check otherwise tests crash
|
2007-10-09 10:48:30 -07:00 |
|
enndeakin@sympatico.ca
|
f1f8f5b6ab
|
Bug 397012, menus don't close on second click, r+sr=bz
|
2007-10-09 10:21:36 -07:00 |
|
enndeakin@sympatico.ca
|
f36f47ebaa
|
bug 396983, missed this file
|
2007-10-09 05:43:15 -07:00 |
|
enndeakin@sympatico.ca
|
917ec8c785
|
Bug 396983, flush frames before opening a popup, r+sr=bz, a=dbaron
|
2007-10-09 05:11:14 -07:00 |
|
bzbarsky@mit.edu
|
4aad5f643f
|
Fix bug 398326. Make sure to let the frame constructor know before constructing frames. r+sr+a=dbaron.
|
2007-10-08 19:34:58 -07:00 |
|
mats.palmgren@bredband.net
|
c1ec42f835
|
Make the GetListBoxBody() call from the frame constructor not Flush_Frames. b=392285 r+sr=bzbarsky a=dsicore
|
2007-10-06 08:03:35 -07:00 |
|
mats.palmgren@bredband.net
|
b1ecdb8588
|
Call RemoveMappingsForFrameSubtree() before destroying an "internal" popup frame. b=372685 r+sr=bzbarsky blocking1.9=dsicore
|
2007-10-06 06:53:05 -07:00 |
|
Olli.Pettay@helsinki.fi
|
3fe7414781
|
Bug 397955, r+sr=roc
|
2007-10-05 12:06:54 -07:00 |
|
bzbarsky@mit.edu
|
2e2b88acf4
|
Make sure we always resolve style contexts with the right parent. Bug 390689, r+sr+a=dbaron
|
2007-10-03 19:58:48 -07:00 |
|
enndeakin@sympatico.ca
|
fd7d18e733
|
Bug 397606, don't deactivate menubar when switching menus, r+sr=bz, a=damon
|
2007-10-03 15:00:41 -07:00 |
|
ginn.chen@sun.com
|
62a821b7cc
|
Bug 387990 [a11y] mouse pointer position can prevent keyboard access to submenus r=enndeakin sr=roc
|
2007-10-02 02:41:29 -07:00 |
|
joshmoz@gmail.com
|
7c16a06018
|
remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc
|
2007-10-01 16:20:37 -07:00 |
|
enndeakin@sympatico.ca
|
37aa9fc448
|
Bug 396517, enableKeyboardNavigator is backwards, also add test, r+sr=bz, a=roc
|
2007-10-01 08:20:32 -07:00 |
|
Olli.Pettay@helsinki.fi
|
85880d8ce4
|
Bug 393762, Bug 393761 and Bug 382636, r=jst, sr=peterv
|
2007-10-01 03:02:32 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7dcd7f1e43
|
Bug 397304, [@ nsListBoxBodyFrame::GetAvailableHeight], r+sr=bz, a=roc
|
2007-09-25 00:12:36 -07:00 |
|
enndeakin@sympatico.ca
|
7e86fa7e56
|
Bug 392652, nsXULPopupManager::Rollup should hide popups synchronously, r+sr=bz, a=mconnor
|
2007-09-18 08:00:43 -07:00 |
|
enndeakin@sympatico.ca
|
2ef1ffff5a
|
Bug 394301, bookmark menu shown too short, r+sr=bz, a=mconnor
|
2007-09-18 07:35:17 -07:00 |
|
enndeakin@sympatico.ca
|
dbd41f890e
|
Bug 396412, crash setting left/top attributes on a popup that hasn't been opened, r+sr=bz,a=dbaron
|
2007-09-18 07:32:22 -07:00 |
|
reed@reedloden.com
|
78e4dd1c04
|
Backout patch from Wladimir Palant from bug 393970 due to test failures in the new test from the patch.
|
2007-09-17 16:10:23 -07:00 |
|
reed@reedloden.com
|
a3137565aa
|
Bug 393970 - "Grid columns don't line up if one <rows> block is scrollable" (patch #3) [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr+a1.9=roc]
|
2007-09-17 15:31:20 -07:00 |
|
enndeakin@sympatico.ca
|
e9b412bdc7
|
Bug 394887, create widgets for popups lazily, second attempt with a slight change to see if performance is ok
|
2007-09-16 08:51:27 -07:00 |
|
enndeakin@sympatico.ca
|
821fddb88c
|
Backed out as it made performance worse for some reason
|
2007-09-14 13:31:37 -07:00 |
|
enndeakin@sympatico.ca
|
68d9a132b5
|
Bug 394887, lazily create popup content and widgets, r+sr=bz, a=roc
|
2007-09-14 12:45:17 -07:00 |
|
reed@reedloden.com
|
e199803bf7
|
Bug 393970 - "Grid columns don't line up if one <rows> block is scrollable" (patch #1) [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr+a1.9=roc]
|
2007-09-05 21:35:42 -07:00 |
|
enndeakin@sympatico.ca
|
f661cd1541
|
Bug 389996, menubar menus flicker when switching between them, r+sr=bz, a=dbaron
|
2007-09-04 10:42:38 -07:00 |
|
neil@parkwaycc.co.uk
|
52b0080297
|
Followup to fix the test for the rightmost column b=306990 r=Enn sr=roc a=dbaron
|
2007-09-04 02:08:15 -07:00 |
|
Olli.Pettay@helsinki.fi
|
b611d9a6b0
|
Bug 394120, 'ASSERTION: post-reflow queues not empty' with xul:listboxbody and xul:text, r+sr+a=roc
|
2007-09-04 01:46:50 -07:00 |
|
masayuki@d-toybox.com
|
5a84442569
|
Bug 394109 Inconsistent text-decoration positioning. r+sr+a=roc
|
2007-09-03 08:27:26 -07:00 |
|
masayuki@d-toybox.com
|
bfe2436be6
|
Oops, backing-out previous checked-in, because tinderbox has RED.
|
2007-09-03 04:03:49 -07:00 |
|
masayuki@d-toybox.com
|
8541f8f7f0
|
Bug 394109 Inconsistent text-decoration positioning. r+sr+a=roc
|
2007-09-03 04:01:48 -07:00 |
|
enndeakin@sympatico.ca
|
a0b52957c1
|
Bug 195031, support sticky bookmarks menus, r=mano,sr=bz, blocking bug
|
2007-08-30 08:43:10 -07:00 |
|
enndeakin@sympatico.ca
|
d6dd5b99e5
|
Bug 392160, improve popup positioning to not use widget calculations, r=sharparrow, sr=bz, a=dbaron
|
2007-08-27 09:23:52 -07:00 |
|
neil@parkwaycc.co.uk
|
a57ab3e7dc
|
Bug 393665 Fix crash regression from bug 306990 r=Enn sr+a=roc
|
2007-08-27 02:51:23 -07:00 |
|
neil@parkwaycc.co.uk
|
b606318829
|
Bug 393459 Can't use <splitter resizeafter="grow"> without a next subling r=Enn sr=bz a=dbaron
|
2007-08-24 03:39:08 -07:00 |
|
enndeakin@sympatico.ca
|
f8b0f171e5
|
Bug 392512, panel doesn't open when opened from a menu, r+sr=bz,a=dbaron
|
2007-08-23 15:13:42 -07:00 |
|
enndeakin@sympatico.ca
|
12081cd434
|
Bug 392314, alt key should close menu, add some key closing menus tests, r+sr=bz,a=dbaron
|
2007-08-23 14:21:27 -07:00 |
|
enndeakin@sympatico.ca
|
7050414f86
|
Bug 145320, support hover in xul trees, r+sr=neil
|
2007-08-23 08:57:54 -07:00 |
|
neil@parkwaycc.co.uk
|
bde67a7afe
|
Bustage fix b=306990
|
2007-08-23 05:48:51 -07:00 |
|
neil@parkwaycc.co.uk
|
37ed46bd22
|
Turn an assertion into a warning so we don't have to change behaviour in debug builds to avoid getting too many assertions b=326033 r=smaug sr=bz bl=dbaron
|
2007-08-23 05:30:41 -07:00 |
|
neil@parkwaycc.co.uk
|
368491dcf8
|
Really fix the right-most column of trees b=306990 r=Enn sr+a=roc
|
2007-08-23 05:27:50 -07:00 |
|
masayuki@d-toybox.com
|
a17a03f2ea
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |
|
bzbarsky@mit.edu
|
295ac223f1
|
Make sure to process style updates before reflow, and both before painting. Bug 375436, r+sr=roc, a=dbaron
|
2007-08-21 19:57:06 -07:00 |
|
neil@parkwaycc.co.uk
|
1b7e62bf5b
|
Bug 392397 Fix grids containing listboxes r=Enn sr=bz a=dbaron
|
2007-08-21 13:08:58 -07:00 |
|
enndeakin@sympatico.ca
|
7184c14bb0
|
Bug 387131, tooltip extends offscreen, r+sr+a=bz
|
2007-08-21 12:28:58 -07:00 |
|
enndeakin@sympatico.ca
|
44e941510f
|
Bug 391960, null check document of anchor node, r+sr=bz,a=damon
|
2007-08-19 09:55:18 -07:00 |
|
Olli.Pettay@helsinki.fi
|
15aaa6063b
|
Bug 391708, [nsIDOMXULLabelElement::accessKey] errors in console at yahoo.com, r+sr+a=jst
|
2007-08-17 17:13:14 -07:00 |
|
mats.palmgren@bredband.net
|
11174cd361
|
Ignore 'ordinal' attribute for out-of-flow and popup frames. r=enndeakin sr=bzbarsky a=dbaron
|
2007-08-16 08:39:22 -07:00 |
|
enndeakin@sympatico.ca
|
aef0ee7c4d
|
Bug 385275, handle tab navigation in popups properly, r+sr=roc
|
2007-08-15 18:09:58 -07:00 |
|
enndeakin@sympatico.ca
|
0cc1ad3811
|
Bug 386917, choose application in feeds page not working, add popup state retrieving api, r=mano,sr=bz,a=dbaron
|
2007-08-15 16:52:47 -07:00 |
|
enndeakin@sympatico.ca
|
841bf02591
|
Bug 389112, pressing tab or escape doesn't deactivate menubar, r+sr=neil,a=dbaron
|
2007-08-15 07:35:02 -07:00 |
|
enndeakin@sympatico.ca
|
c655665c6a
|
Bug 390589, capture not being released in some cases when popup is closed, fixes some focus issues, r+sr=bz,a=dbaron
|
2007-08-15 07:03:21 -07:00 |
|
neil@parkwaycc.co.uk
|
23534d6705
|
Bug 391763 Tree column splitters are difficult to use r=elif sr=roc a=dbaron
|
2007-08-15 01:20:12 -07:00 |
|
enndeakin@sympatico.ca
|
e26cc5a699
|
Bug 390610, clicking on scale doesn't work when a minimum value is used, r+sr=roc,a=dbaron
|
2007-08-10 05:45:20 -07:00 |
|
Olli.Pettay@helsinki.fi
|
3f27b01d9e
|
Bug 387033, r+sr=roc, (a=blocking1.9)
|
2007-08-10 00:06:13 -07:00 |
|
sayrer@gmail.com
|
fc8b65c21b
|
reland changes that didn't cause orange.
|
2007-08-09 01:53:19 -07:00 |
|
sayrer@gmail.com
|
54f72cc04a
|
backout changes that landed near the beginning of the unit test orange, as a test.
|
2007-08-09 01:01:59 -07:00 |
|
enndeakin@sympatico.ca
|
a6fb02c8f1
|
Bug 385616, close menus when clicking on an enclosing panel, r+sr=bz
|
2007-08-08 07:32:27 -07:00 |
|
enndeakin@sympatico.ca
|
0b89ed2d8b
|
Bug 388112, oversize menu no longer has scrolling mechanism, r+sr=bz
|
2007-08-08 07:11:11 -07:00 |
|
sharparrow1@yahoo.com
|
1eb555233b
|
Bug 390740: Pass lang-group into GetMetricsFor more consistently (general patch). r+sr=roc, a=dbaron
|
2007-08-07 12:07:43 -07:00 |
|
mats.palmgren@bredband.net
|
07a2d5f8f3
|
Use NS_IMPL_ISUPPPORTS macros where possible. b=387211 r=neil sr=dbaron a19=pavlov
|
2007-08-07 08:18:36 -07:00 |
|
mcsmurf@mcsmurf.de
|
ce9047c662
|
Bug 390282: xul labels should be cropped with unicode ellipsis (\u2026) instead of three dots, Patch by Dão Gottwald, r+sr=bz, a1.9=dbaron
|
2007-08-06 02:50:45 -07:00 |
|
masayuki@d-toybox.com
|
6c98d90d68
|
Bug 365336 text-decoration width should be rounded to the device pixels r+sr=roc
|
2007-08-06 01:15:00 -07:00 |
|
enndeakin@sympatico.ca
|
34f05d991b
|
Bug 388995, remove popups from open chain after the popuphiding event, r+sr=bz, a=dbaron
|
2007-08-03 07:05:07 -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 |
|