Граф коммитов

5088 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 47e22f078a Better comment to describe the NORMAL_DRAG_HANDLING #define. 1999-06-21 23:24:33 +00:00
mcafee%netscape.com bd158627db Fixing drag test case, this is #if 0 by default. 1999-06-21 23:19:54 +00:00
sspitzer%netscape.com 6b0190f2ca fix build bustage 1999-06-21 21:24:05 +00:00
kmcclusk%netscape.com 8584722a29 Removed commented out code to perform system mouse capture. 1999-06-21 20:46:47 +00:00
kmcclusk%netscape.com 70c83e0548 Numerous changes to support gfx-rendered form elements. 1999-06-21 20:41:56 +00:00
mjudge%netscape.com 667fc51569 commenting out errant printf! 1999-06-21 20:31:30 +00:00
jfrancis%netscape.com 393b6f7f02 don't consume mouse down events if no link handler (allows text selection to work in links when link clicking is disabled). 1999-06-21 07:56:49 +00:00
jfrancis%netscape.com a49b921177 making the world safe for null linkHandlers 1999-06-21 07:47:29 +00:00
jfrancis%netscape.com 365a0ec07e care and feeding of the compiler... 1999-06-20 23:32:22 +00:00
jfrancis%netscape.com 99b76dc78a spring cleaning of interfaces 1999-06-20 23:02:48 +00:00
sfraser%netscape.com 60d1827643 Add a null check to avoid crashing when typing in the profile window text fields. 1999-06-20 00:15:40 +00:00
jfrancis%netscape.com ef5c78809a fixing bug that broke selection in docs with generated content 1999-06-20 00:12:59 +00:00
sfraser%netscape.com fecd3f3980 Comment out nsTraceRefCnt lines, which should really be debug only. 1999-06-19 21:51:14 +00:00
sfraser%netscape.com 5c9bc5e8e1 stdlib.h should come from system includes 1999-06-19 21:50:41 +00:00
sspitzer%netscape.com b1ffc95e12 safety checks to prevent dereferencing null 1999-06-19 21:18:13 +00:00
sspitzer%netscape.com e744366a53 fix tree bustage. 1999-06-19 21:13:48 +00:00
mjudge%netscape.com 5594373348 oops forgot one 1999-06-19 20:50:20 +00:00
mjudge%netscape.com 9eccad5750 up/down selection BRFrames dont allow selecting upon them for now. horizontal bars are now drawn selected. ect. 1999-06-19 20:36:44 +00:00
valeski%netscape.com 487d9ea921 NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
peterl%netscape.com 457dea0ee6 force display type of viewport frame to BLOCK 1999-06-18 05:36:58 +00:00
saari%netscape.com d11469e740 Fixing Bug #8328, keybinding fix 1999-06-17 01:48:22 +00:00
beard%netscape.com c253d1fa92 Bug #5677: Reenabled drawing images referenced by <OBJECT> tags, fixed a crashing bug on the Mac as a result. a=chofmann, r=pierre 1999-06-17 00:58:07 +00:00
sfraser%netscape.com fef071e32e Fix for bug 8317 -- leaked caret causes crash. r mjudge, a leaf. 1999-06-16 23:55:48 +00:00
joki%netscape.com e66208d1da Fix for bug 8270. A:chofmann Reenable key events to control tabbing/scrolling 1999-06-16 22:52:16 +00:00
jfrancis%netscape.com 2642d186aa bug 8287; rvd sfraser; aprvd buster; aprvd chofmann 1999-06-16 21:38:51 +00:00
peterl%netscape.com 7eabb8ee51 fixed re-resolve style contexts to handle local pseudo elements
and capture style change information
1999-06-16 06:17:21 +00:00
peterl%netscape.com a5e9725c84 dont emit error messages when sheets canceled after doc disconnect 1999-06-16 06:16:53 +00:00
peterl%netscape.com d074a095d6 changed initialization of basefont so as not to override font style on HTML elements 1999-06-16 06:15:01 +00:00
pollmann%netscape.com f836ed0cde Bug 2195: select[n] == select.options[n], new implementation for nonstandard DOM interface 1999-06-16 05:19:08 +00:00
joki%netscape.com 89aba0400e Fixing event clientx/y coords to have the right value even in subviews 1999-06-16 04:39:51 +00:00
nisheeth%netscape.com 47260c98ab Fixed a crash that resulted from trying to access freed memory in CSSLoaderImpl::DidLoadStyle(). I was trying to access aLoadData to print out an error message after aLoadData had been freed. Moved the error printing code to where aLoadData still has valid content. 1999-06-16 01:29:27 +00:00
vidur%netscape.com cbef600091 sink now creates content for BASE element 1999-06-16 00:44:50 +00:00
sfraser%netscape.com 2d9d17ae7b Don't release the selection that you didn't addref, mister document encoder. 1999-06-15 23:58:41 +00:00
nisheeth%netscape.com 0c583eeb3d Fix for bug 4196. Clicking on anchors now targets frames properly. We were being too eager in truncating the target in nsGenericHTMLElement::GetBaseTarget(). 1999-06-15 23:58:07 +00:00
sfraser%netscape.com 919be71caa Fix GetViewForRendering() in the window coordinates case. 1999-06-15 23:54:26 +00:00
jdunn%netscape.com 14e97b1be4 HP requires a Newline at end of file 1999-06-15 23:32:44 +00:00
ftang%netscape.com cf229a093c fix 7973. Do correct conversion for non ASCII for multipart posting 1999-06-15 23:31:05 +00:00
pinkerton%netscape.com eee20fe0fe fix memory leaks (bug# 8221) 1999-06-15 23:26:32 +00:00
sfraser%netscape.com 76010513cc Fix the multiple reflow problem which makes page rendering very slow. r hyatt, a leaf. 1999-06-15 21:30:14 +00:00
hyatt%netscape.com c5d02c8bd2 Fixing a bug in the distribution of excess space to multiple row groups. 1999-06-15 07:06:55 +00:00
peterl%netscape.com f582acdf29 sync to css loader api change (default namespace) 1999-06-15 06:22:46 +00:00
peterl%netscape.com 8b1d165d2e better medium testing api 1999-06-15 06:22:07 +00:00
peterl%netscape.com 02bfa76334 added better medium testing api 1999-06-15 06:21:47 +00:00
peterl%netscape.com d0dbdef184 added faster medium testing support
added default namespace support
WIP for faster cascade
1999-06-15 06:20:46 +00:00
peterl%netscape.com d77f12e759 changed medium testing API 1999-06-15 06:19:57 +00:00
peterl%netscape.com 47c181c060 added default namespace id
added safety checks when loading is aborted
1999-06-15 06:19:21 +00:00
peterl%netscape.com 3691ea9a91 added default namespace id 1999-06-15 06:18:37 +00:00
peterl%netscape.com 3e2badcc1a added default namespace ID to loading 1999-06-15 06:18:23 +00:00
peterl%netscape.com f2ee666962 added namespace definitions 1999-06-15 06:17:17 +00:00
peterl%netscape.com 3354b81596 delete floaters before regular children 1999-06-15 06:16:29 +00:00