scott%scott-macgregor.org
4e55dac82d
Bug #240819 --> Crash in mail.dll when checking mail - TB073 [@ nsTransform2D::SetToIdentity ]
...
Fix a potential divide by zero floating point operation in the bayesian algorithm to hopefully prevent
a top crash.
git-svn-id: svn://10.0.0.236/trunk@161297 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 03:32:11 +00:00
roc+%cs.cmu.edu
bc82fb52fd
Bug 256937. Use state bits to avoid expensive property lookups in GetOverflowLines/OutOfFlows/Placeholders. r+sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@161296 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 03:07:05 +00:00
dbaron%dbaron.org
4a885a01b3
Attempt to fix test bustage from relicensing changes. b=236613
...
git-svn-id: svn://10.0.0.236/trunk@161294 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 02:06:03 +00:00
roc+%cs.cmu.edu
d82b9d3db0
Bug 133165. Draw the outline outside the frame's normal overflow area. r+sr=dbaron. Also, correct some trivial misuses of nsChangeHint, r+sr=mozbot
...
git-svn-id: svn://10.0.0.236/trunk@161292 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 00:07:56 +00:00
despotdaemon
9cb878db84
Pseudo-automatic update of changes made by bugzilla@arlen.demon.co.uk.
...
git-svn-id: svn://10.0.0.236/trunk@161290 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 23:37:32 +00:00
neil%parkwaycc.co.uk
7c8b6bdbd1
Bug 256618 Some context menus not appearing because UIEvents were being created instead of MouseEvents r=bryner sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@161288 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 23:29:47 +00:00
p_ch%verizon.net
0f9a885f79
Bug 235243 followup: menuseparator should be handled in the menupopup case.
...
git-svn-id: svn://10.0.0.236/trunk@161287 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 23:10:24 +00:00
gerv%gerv.net
872f5cb1ce
Bug 236613: change to MPL/LGPL/GPL tri-license.
...
git-svn-id: svn://10.0.0.236/trunk@161286 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 23:02:50 +00:00
scott%scott-macgregor.org
629af1a923
padding for the quick search text box was effecting the padding on message header text boxes.
...
git-svn-id: svn://10.0.0.236/trunk@161284 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 22:33:53 +00:00
jst%mozilla.jstenback.com
5c1fe97158
Fixing bug 256898. Initialize all NPN callback functions, and correct an error in the prototype for NPN_IdentifierIsString(). r+sr=brendan@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@161282 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 22:32:41 +00:00
dbaron%dbaron.org
1c4905d744
Make NS_MUTATION_EVENT and NS_ACCESSIBLE_EVENT not be the same value. b=256469 r+sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@161280 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 22:26:15 +00:00
despotdaemon
5a45a82965
Pseudo-automatic update of changes made by wchang0222@aol.com.
...
git-svn-id: svn://10.0.0.236/trunk@161279 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 22:13:54 +00:00
despotdaemon
1d8a1a172b
Pseudo-automatic update of changes made by wchang0222@aol.com.
...
git-svn-id: svn://10.0.0.236/trunk@161278 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 22:13:46 +00:00
dbaron%dbaron.org
d0c382cf35
Convert tabs to spaces.
...
git-svn-id: svn://10.0.0.236/trunk@161276 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 22:06:32 +00:00
dbaron%dbaron.org
a3d77dd5aa
Fix regressions of composition events and thus fix IME. b=256464 r=mozilla-bugzilla@future.shiny.co.il sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@161273 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 21:43:19 +00:00
rlk%trfenv.com
b4edce590a
bug 228670 - update helper application pref dialog Help. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com
...
git-svn-id: svn://10.0.0.236/trunk@161272 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 21:27:16 +00:00
p_ch%verizon.net
c30703c9a5
Bug 235243: Need drag and drop feedback for toolbar bookmarks (and menuitem bookmarks for gtk2).
...
In addition to the DND feedback, this patch:
- introduces a new var 'BookmarksInsertion' that 'encapsulates' DND feedback
display.
- rewrite the rtl handling related to DND. BookmarksInsertion deals with this
subtleties and the "public" feedback orientation ("before"|"on"|"after")
returned by BookmarksInsertion.getOrientation refers now to the DOM.
- paste and copy commands on the menus now insert after the rclicked element.
The hack that appended everything at the end of the container has been removed
or more accurately replaced by another one that is at least invisible to the
user and we already used for DND. The problem is due a problem with the content
building of containers with siblings (open in tabs stuff) not generated by the
bookmarks template.
- usual small glitch fixing.
git-svn-id: svn://10.0.0.236/trunk@161271 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 20:24:14 +00:00
mvl%exedo.nl
6f5e6d6c78
drop !important. followup to bug 248399
...
git-svn-id: svn://10.0.0.236/trunk@161270 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 20:21:25 +00:00
timeless%mozdev.org
70464a6236
Moving context menu from treechildren context to tree contextmenu for right panels of dom inspector. This makes them
...
keyboard accessible.
r=caillon sr=neil
git-svn-id: svn://10.0.0.236/trunk@161269 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 20:07:54 +00:00
igor%mir2.org
adfda23c40
Link to E4X example
...
git-svn-id: svn://10.0.0.236/trunk@161268 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 19:26:56 +00:00
mvl%exedo.nl
7907de536f
Hook up new buttons for sunbird.
...
bug 248399, patch by Simon Paquet (bugzilla@babylonsounds.com ), r=mvl
git-svn-id: svn://10.0.0.236/trunk@161267 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 19:00:37 +00:00
bryner%brianryner.com
b007112af6
This change didn't seem to help, backing out.
...
git-svn-id: svn://10.0.0.236/trunk@161262 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 18:19:01 +00:00
bienvenu%nventure.com
ebc220404b
fix 256294 add support for using secure auth if offered by CAPA, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@161261 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 18:11:27 +00:00
glen.beasley%sun.com
36cf5705d2
BugId 251635 jss4.jar needs to load libjss4
...
git-svn-id: svn://10.0.0.236/trunk@161260 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 18:05:04 +00:00
despotdaemon
194c9f7dd7
Pseudo-automatic update of changes made by steffen.wilberg@web.de.
...
git-svn-id: svn://10.0.0.236/trunk@161259 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 17:33:45 +00:00
despotdaemon
540d8a4276
Pseudo-automatic update of changes made by steffen.wilberg@web.de.
...
git-svn-id: svn://10.0.0.236/trunk@161258 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 17:33:41 +00:00
despotdaemon
e8836b2538
Pseudo-automatic update of changes made by steffen.wilberg@web.de.
...
git-svn-id: svn://10.0.0.236/trunk@161257 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 17:31:02 +00:00
igor%mir2.org
df9b3a842d
Fixing bug 256865: changing ByteCode constants to int from byte so switches over them would not crash widely installed versions of GCJ like GCJ 3.3.*.
...
git-svn-id: svn://10.0.0.236/trunk@161256 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 17:22:02 +00:00
despotdaemon
fc7e23b9a5
Pseudo-automatic update of changes made by steffen.wilberg@web.de.
...
git-svn-id: svn://10.0.0.236/trunk@161255 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 17:20:05 +00:00
neil%parkwaycc.co.uk
e844261cbb
Bug 255914 Fix editor not to try to create elements with empty tag names r=brade sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@161252 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 17:03:33 +00:00
despotdaemon
25a5b0373f
Pseudo-automatic update of changes made by steffen.wilberg@web.de.
...
git-svn-id: svn://10.0.0.236/trunk@161250 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 17:00:23 +00:00
despotdaemon
2843556d62
Pseudo-automatic update of changes made by steffen.wilberg@web.de.
...
git-svn-id: svn://10.0.0.236/trunk@161249 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 17:00:07 +00:00
steffen.wilberg%web.de
c1e54e0aa7
Bug 256845: Page Info commandkey is gone on Windows.r=rlk
...
git-svn-id: svn://10.0.0.236/trunk@161248 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 16:51:46 +00:00
bryner%brianryner.com
99dd378a38
Testing whether inlining the Get/SetProperty calls in Get/SetView helps the Tp regression from bug 253888.
...
git-svn-id: svn://10.0.0.236/trunk@161246 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 16:29:47 +00:00
despotdaemon
d12d8aca9f
Pseudo-automatic update of changes made by brendan@mozilla.org.
...
git-svn-id: svn://10.0.0.236/trunk@161244 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:51:57 +00:00
despotdaemon
25b81816dd
Pseudo-automatic update of changes made by brendan@mozilla.org.
...
git-svn-id: svn://10.0.0.236/trunk@161243 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:51:50 +00:00
despotdaemon
b42b5ed000
Pseudo-automatic update of changes made by brendan@mozilla.org.
...
git-svn-id: svn://10.0.0.236/trunk@161242 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:51:20 +00:00
despotdaemon
3ca1efba97
Pseudo-automatic update of changes made by brendan@mozilla.org.
...
git-svn-id: svn://10.0.0.236/trunk@161241 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:51:04 +00:00
igor%mir2.org
ce9cf612fa
Interpreter optimization: use state.resultDbl to store double result accross calls of interpreted functions to avoid creation of Double instance.
...
git-svn-id: svn://10.0.0.236/trunk@161240 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:19:22 +00:00
despotdaemon
15c279140f
Pseudo-automatic update of changes made by rlk@trfenv.com.
...
git-svn-id: svn://10.0.0.236/trunk@161239 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:19:11 +00:00
despotdaemon
2600c5dde6
Pseudo-automatic update of changes made by rlk@trfenv.com.
...
git-svn-id: svn://10.0.0.236/trunk@161238 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:18:58 +00:00
despotdaemon
a3d19653eb
Pseudo-automatic update of changes made by rlk@trfenv.com.
...
git-svn-id: svn://10.0.0.236/trunk@161237 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:18:46 +00:00
despotdaemon
4db4938ef8
Pseudo-automatic update of changes made by rlk@trfenv.com.
...
git-svn-id: svn://10.0.0.236/trunk@161236 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:15:42 +00:00
despotdaemon
6f8110d9a9
Pseudo-automatic update of changes made by rlk@trfenv.com.
...
git-svn-id: svn://10.0.0.236/trunk@161235 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:15:16 +00:00
despotdaemon
3f1bd19192
Pseudo-automatic update of changes made by rlk@trfenv.com.
...
git-svn-id: svn://10.0.0.236/trunk@161234 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:15:06 +00:00
despotdaemon
d993565dac
Pseudo-automatic update of changes made by rlk@trfenv.com.
...
git-svn-id: svn://10.0.0.236/trunk@161233 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:14:42 +00:00
peterv%propagandism.org
5ef4cd4c2d
Fix for bug 256514 (Links don't work in documents created via XSLT). r/sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@161230 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 14:17:40 +00:00
peterv%propagandism.org
eb331b0117
Fix for bug 256734 (Some DOM classes use the wrong macro to define their prototype chain). r/sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@161229 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 14:15:30 +00:00
roc+%cs.cmu.edu
137e8af6e1
Bug 252920. Compute the block overflow area using nsRects instead of some hokey homegrown calculations. Don't advancy mY for empty lines. r+sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@161228 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 13:10:06 +00:00
roc+%cs.cmu.edu
1a4e182410
Bug 252771. Recompute an inline frame's overflow area nearly from scratch in RelativePositionFrames, so we don't try to maintain it (and fail) during inline frame alignment. r+sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@161227 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 13:03:28 +00:00