racham%netscape.com
0e7a7349e0
Fixing bug 140183. Adding an attribute to the PrintSettings which allows silent printing i.e., without a progress window. Patch by Rod Spears. r=samir,bhuvan sr=sspitzer
2006-02-07 01:13:49 +00:00
rods%netscape.com
691d9fc777
This patch is actually part of Bug 115136, but I think its best to get this part
...
of it in now before the API freeze.
It adds several new attrs to the nsIWebBrowserPrint API and implments them in DocumentViewer.
It also adds a new platform specific interface for PrintSettings that will be
used when the "pluggable" dialog work gets checked in. Although these have been
tested via BUg 115136, these little nto no risk now because no one is using them yet.
Bug 132827 r=dcone sr=attinasi a=asa
2006-02-07 01:13:47 +00:00
dcone%netscape.com
062144d293
118890 r=rods sr=attinasi a=asa. Fixed printing in print preview
2006-02-07 01:13:41 +00:00
rods%netscape.com
cfa7c28255
1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
...
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2006-02-07 01:13:37 +00:00
rods%netscape.com
702f55bf7e
Backing out changes - just as well, I forgot to but the bug # and r/sr/a anyway
2006-02-07 01:13:36 +00:00
rods%netscape.com
237d6ca34c
1) Removes most all the unneeded data from nsPrintOptions service. All data
...
should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings
object. The items not saved are those used during the printing process and
it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings.
If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS.
Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific
set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define
"back stop" prefs for picking up first. Then the printer specific prefs
can override those settings.
For example, we may define in prefs that the default paper size 8.5x11,
then if if the "save PS prefs" is turned on, for a given printer it might
save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read
or written.
2006-02-07 01:13:35 +00:00
rods%netscape.com
141af8f1bc
1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
...
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
It now has a single GetDevMode method that must be paired with a UnlockDevMode method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
2006-02-07 01:13:32 +00:00
dcone%netscape.com
0f7f264d52
b=118889 r=rods sr=sfraser Fixed app. so printSettings dialogs will work
2006-02-07 01:13:25 +00:00
rods%netscape.com
e063e69185
Added GlobalPrintSettings
...
Bug 120622 r=dcone sr=waterson
2006-02-07 01:13:23 +00:00
rods%netscape.com
0408b8294c
This does the following:
...
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2006-02-07 01:13:21 +00:00
rods%netscape.com
704e213dc4
1) In DocumentViewer: I did rearrange some of the data members for PrintData
...
and PrintObject and their initialization order
2) In DocumentViewer: Implemented the shrink to fit feature by calc'ing the
ratios in the first reflow and then reflowing a second time to shrink them
3) In nsPageFrame: This is somewhat unrelated to this bug, but I found where
continuing frame content was being parented to the PageFrame instead of the
PageContentFrame.
4) Although at this time I am not using DumpFrames for debugging I may want to
switch back to it while debugging at anytime.
Bug 100967 r=dcone sr=attinasi
2006-02-07 01:13:20 +00:00
rods%netscape.com
8b88de2a4f
Switch public interfaces from nsIPrintOptions to nsIPrintSettings
...
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2006-02-07 01:13:12 +00:00
rods%netscape.com
68091e2bfe
Add PrintBGColors, PRINBGImages and Scaling
...
Bug 108345 r=dcone sr=attinasi
2006-02-07 01:13:10 +00:00
kaie%netscape.com
9c528240f3
b=84947 New print dialog for Unix and OS/2
...
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2006-02-07 01:13:09 +00:00
rods%netscape.com
0b78a419e6
Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions (only
...
the setter is implemented at this time) Bug 107399 r=kmcclusk sr=alexf/attinasi
2006-02-07 01:13:05 +00:00
rods%netscape.com
81a223e76c
Backing out checkin, I can't believe you have to edit a mcp to checkin
...
an IDL file
2006-02-07 01:13:04 +00:00
rods%netscape.com
00d032bdba
Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions
...
(only the setter is implemented at this time)
Bug 107399 r=kmcclusk sr=alexf/attinasi
2006-02-07 01:13:03 +00:00
sfraser%netscape.com
699719f7b7
Fix for bug 36796 - implement page setup on Mac and Mac OS X. r=sdagley, sr=alecf.
2006-02-07 01:13:01 +00:00
rods%netscape.com
c92d0f7405
Enables the configuration of headers and footers, via 6 string in the nsIPrintOptions
...
3 for the header and 3 for the footer.
The new codes are &T,&U,&D,&P,&PT (see bug for explanation)
Bug 99415 r=kmcclusk, sr=attinasi a=pdt
2006-02-07 01:12:58 +00:00
gerv%gerv.net
8595abed11
License changes, take 2. Bug 98089. mozilla/gfx/.
2006-02-07 01:12:56 +00:00
ccarlen%netscape.com
6951a3e5c1
Adding new files for bug 154883 - using session printing APIs on OSX. r=pinkerton/sr=sfraser/a=asa
2006-02-07 01:12:54 +00:00
kaie%netscape.com
c6598d550c
b=24847 r=dcone sr=attinasi
...
Implement printing of Landscape in Unix.
Contact me at kai.engert@gmx.de
2006-02-07 01:12:51 +00:00
bbaetz%cs.mcgill.ca
faa433ceb1
bug 76059, fixes A4 printing regression. Patch by atontti@cc.hut.fi.
...
r=kmcclusk@netscape.com sr=attinasi a=asa
2006-02-07 01:12:50 +00:00
rods%netscape.com
3fb61b36b0
Implements Print FrameAsIs and other frame printing options
...
Bug 7201 r=dcone sr=attinasi
2006-02-07 01:12:37 +00:00
dcone%netscape.com
c40afcffdb
Added silent parameter. r=mclusky sr=attinasi
2006-02-07 01:12:32 +00:00
dcone%netscape.com
b382de3b07
back out change..
2006-02-07 01:12:31 +00:00
dcone%netscape.com
582623ece2
added a silent member. sr=attinasi r=kmmclusk.
2006-02-07 01:12:30 +00:00
rods%netscape.com
46e8962793
This now enables print listeners, print progress and the cancelling of printing
...
Bug 70946 & Bug 70949 r=dcone,chak sr=attinasi
2006-02-07 01:12:29 +00:00
valeski%netscape.com
c055f94c63
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2006-02-07 01:12:28 +00:00
rods%netscape.com
64effe2458
Printing of selected frameset frames and Iframes
...
Bug 66783 r=dcone sr=buster,attinasi
2006-02-07 01:12:27 +00:00
rods%netscape.com
801dc5544d
Added UI for printing selectd frame
...
Bug 66783 r=kmcclusk,ben,dcone sr=buster
2006-02-07 01:12:20 +00:00
dcone%netscape.com
4024aa1319
r=karnaze sr=buster. Updated the API for a nsIDeviceContextSpecFactory to pass in a nsIWidget.
2006-02-07 01:12:19 +00:00
rods%netscape.com
faa0188b6f
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
...
the printing of headers and footers.
Printing of selection is implemented by the frames figuring out if they are in the selection and painting
if they or not they they don't paint. This also only allows the printing of the first page of
selections, alothough it is well documented where this is implemeted so it can be removed.
Bugs 63426, 31218, 61075 r=dcone,kmcclusk,erik,buster sr=waterson
2006-02-07 01:12:18 +00:00
dcone%netscape.com
ff9f83c9a4
New interface definition for printer options. a=KMcCluskey
2006-02-07 01:12:08 +00:00
dcone%netscape.com
cd42dcef78
Created new nsIPrintSettings object for embedding
2006-02-07 01:11:45 +00:00
joshmoz%gmail.com
09d9ae05a9
General cleanup for menus on Mac OS X. b=325700 r=mento sr=pinkerton
2006-02-06 22:19:52 +00:00
pavlov%pavlov.net
23089fdbc2
moving nsIScreen and implementations to widget. (files copied on cvs server already). bug 322942 r=vlad sr=roc
2006-01-11 21:56:25 +00:00
gerv%gerv.net
abcc65914a
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-01-11 21:28:40 +00:00
tor%cs.brown.edu
26afd9bcd7
Bug 53597: gamma correction backout. r=dbaron, sr=brendan
2006-01-11 21:28:31 +00:00
tor%cs.brown.edu
70067ca8d5
Bug 53597 - consistent gamma correction. r=dbaron, sr=brendan
2006-01-11 21:28:29 +00:00
pinkerton%netscape.com
8f3d450145
Moving Screen API away from individual attributes for performance reasons (stage 1). Fixes bugs on win32 with xul popups where taskbar is not at bottom of screen.
2006-01-11 21:28:07 +00:00
pinkerton%netscape.com
cf20678975
adding numberOfScreens to interface. minor cleanup.
2006-01-11 21:27:52 +00:00
pinkerton%netscape.com
16a92f65f4
First Checked In.
2006-01-11 21:27:48 +00:00
gerv%gerv.net
5956d34127
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-13 13:25:40 +00:00
vladimir%pobox.com
9027bac0fe
merge from org.mozilla.cvs.cairo branch:
...
- moved platform-specific thebes code to gfxPlatform
- added widget getters for gfxASurface creation in platform-specific widget code
- added first pass at gfxTextRun
2005-11-29 20:12:29 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
roc+%cs.cmu.edu
749e27e930
Bug 312921. The window pixels for translucent windows are already premultiplied, don't premultiply them again in Windows. r+sr=roc, patch by Dainis Jonitis
2005-11-01 20:46:52 +00:00
gavin%gavinsharp.com
afefaa24b3
Bug 314427: nsIDOMPopupBlockedEvent should expose the blocked window's target name, r+sr=jst
2005-11-01 01:41:00 +00:00
cbiesinger%web.de
2ebec4cc95
bug 104729 adding beos-specific drag&drop interfaces
...
patch by tqh <thesuckiestemail@yahoo.se> r=sergei_d
2005-10-16 11:50:45 +00:00
timeless%mozdev.org
5b937cede8
Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars
...
patch by silver@warwickcompsoc.co.uk r=dougt sr=neil
2005-10-07 00:31:36 +00:00
masayuki%d-toybox.com
ccc10dd215
Bug 307396 Add IME selection colors and Underline height (nsILookAndFeel) r+sr=roc
2005-09-17 11:34:27 +00:00
masayuki%d-toybox.com
977c7b7eeb
Bug 207102 Sound preview doesn't work if its path contains non-ASCII string r=amardare+jshin, sr=roc
2005-09-17 10:11:38 +00:00
dbaron%dbaron.org
4bfbc0e688
Back out most of the rest of bug 304462.
2005-08-28 16:45:39 +00:00
dbaron%dbaron.org
51f5f4e843
Give popup blocked events a message constant. b=304462 r+sr=bryner
2005-08-26 21:38:38 +00:00
jwatt%jwatt.org
597ff4f826
Fixing bug 302103. Implement SVG events. r=tor@acm.org, sr=jst@mozilla.org
2005-08-25 21:31:09 +00:00
masayuki%d-toybox.com
56f86eaf22
Bug 276727 Implement disable/enable IME API r=roc, timeless, pinkerton, amardare and katakai, sr=roc
2005-08-23 14:32:09 +00:00
roc+%cs.cmu.edu
31124c236b
Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman
2005-08-23 03:57:07 +00:00
masayuki%d-toybox.com
3c5e230de4
backing out previous my check-in b=276727
2005-08-18 14:53:14 +00:00
masayuki%d-toybox.com
896b1d1496
Bug 276727 Implement disable/enable IME API r=roc, timeless, pinkerton, amardare and katakai, sr=roc
2005-08-18 04:09:13 +00:00
aaronleventhal%moonset.net
ee230b78cc
Bug 303841. When screen reader running, prefer external viewer applications over full page plugins because they are more accessible. r=biesi, sr=jst, a=cbeard
2005-08-10 01:45:31 +00:00
dbaron%dbaron.org
42df54824e
Implement css3 syntax for url() values of cursor with optional hotspot coordinates. b=286303 r=biesi sr=bzbarsky a=asa
2005-07-01 04:29:42 +00:00
jst%mozilla.jstenback.com
e602283b72
Fixing bug 296704. Make re-dispatching of events work as expected. r=dveditz@cruzio.com, sr=bryner@brianryner.com, a=dveditz@cruzio.com
2005-06-22 01:53:58 +00:00
bryner%brianryner.com
37e80e76f5
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
2005-06-15 23:52:46 +00:00
bryner%brianryner.com
592dbdc176
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-05-04 20:22:32 +00:00
pedemont%us.ibm.com
950dbb684d
Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
2005-05-02 16:30:03 +00:00
jst%mozilla.jstenback.com
c4b8dd4f16
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
2005-04-28 23:48:28 +00:00
bsmedberg%covad.net
2d9f9646a3
Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner
2005-04-04 19:08:55 +00:00
timeless%mozdev.org
ef0a8f4e8e
Bug 285974 Crash when we use ATOK on the other of editor[@ nsWindow::OnIMEQueryCharPosition]
...
patch by masayuki@d-toybox.com r=timeless sr=roc
2005-03-18 06:17:59 +00:00
jst%mozilla.jstenback.com
b7bbeee847
Additional changes needed to fix bug 280947 (dragging of images whose extension doesn't map to the right mimetype on the client is broken). r=bzbarsky@mit.edu, sr=dveditz@cruzio.com
2005-02-18 19:18:20 +00:00
aaronleventhal%moonset.net
7b4facebc5
Bug 282588. MozillaContentWindowClass on frames and iframes confuses screen readers. r=ere, sr=neil
2005-02-18 14:24:43 +00:00
cbiesinger%web.de
2921f451df
forward-declare nsIDocShell rather than including the header. 277329 r=roc sr=bz
2005-02-05 18:17:10 +00:00
bzbarsky%mit.edu
95acd8f9c5
Add a way for IME to query the caret position. Bug 278061, patch by
...
Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com>, r=smontagu,glazou,
sr=bzbarsky
2005-02-01 19:24:59 +00:00
timeless%mozdev.org
b87373b71f
Bug 187508 Follow "full keyboard access" setting in System Preferences for tabbing navigation
...
patch by bugs.mano@mail-central.com r=aaronl sr=neil a=asa
2005-01-06 23:41:52 +00:00
bzbarsky%mit.edu
3203d0d58e
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
cbiesinger%web.de
e42c2d976d
38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
...
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
2004-12-30 21:56:11 +00:00
ere%atp.fi
6b18610044
Fix for bug 264708: Single-bit transparency not supported on Win98
...
Patch by Dainis Jonitis
r=emaijala
sr=roc
2004-12-09 17:56:46 +00:00
pedemont%us.ibm.com
c6f2de7c1e
Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner
2004-12-01 17:33:16 +00:00
jshin%mailaps.org
ffd7ee363f
bug 163572 : converted string is inserted every time space key is pressed patch by masayuki@d-toybox.com (r=pinkerton,bryner,amardare,emaijala,sfraser,roc, sr=bryner,sfraser,roc)
2004-11-13 11:27:09 +00:00
pedemont%us.ibm.com
f2456ad426
Bug 257546 - sheet support implemented incorrectly. r=peterv, sr=sfraser.
2004-11-12 16:42:58 +00:00
timeless%mozdev.org
ea2f3df3b9
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
ginn.chen%sun.com
3eeb159f47
bug 251492 [gnome]selected item text wrong color in high-contrast themes
...
ginn.chen%sun.com r=bryner sr=dbaron
also fix bug 244955 [GNOME] incorrect system colors for the menu item text
2004-10-26 01:45:28 +00:00
darin%meer.net
fb3826168b
landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
2004-10-25 19:34:45 +00:00
roc+%cs.cmu.edu
e49889c2ca
Bug 264245. Document requirement that popups have no nsIWidget parent. r+sr=bzbarsky
2004-10-21 18:36:57 +00:00
aaronleventhal%moonset.net
24eabf40af
Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
2004-10-13 01:12:14 +00:00
bugzilla%arlen.demon.co.uk
4f07f9ef40
Bug 262899 nsITransferableOverride instead of nsIClipboardDragDropHooks in comments
...
p=CTho r=blizzard sr=roc
2004-10-06 16:59:03 +00:00
mats.palmgren%bredband.net
09260d852e
Remove -moz-count-* and (unused) eCursor_arrow_* cursors. b=259639 r+sr=dbaron
2004-09-19 19:49:29 +00:00
jshin%mailaps.org
b7c3780729
bug 16940: need an XP API to disable input methods for password fields (r/sr : various people : see bugzilla), patch by Masayuki Nakano <masayuki@d-toybox.com>
2004-09-12 05:00:57 +00:00
mats.palmgren%bredband.net
1d868ad59c
Add CSS3 cursors, bug 163174, r=lordpixel@mac.com r=pinkerton@aol.net sr=dbaron@dbaron.org
2004-09-11 23:24:30 +00:00
smontagu%smontagu.org
1c12093ecd
Backout last checkin because of build bustage
2004-09-11 07:48:29 +00:00
smontagu%smontagu.org
406b333cb0
Bug 16940, XP API to disable input methods for password fields. Patch by Masayuki Nakano, masayuki@d-toybox.com; see bug for reviewers.
2004-09-11 07:13:12 +00:00
bryner%brianryner.com
d342e8f7b4
Add support for native keybindings for input and textarea for gtk2. This allows us to respect the GTK keybinding preferences. Bug 257405, r=blizzard, sr=roc.
2004-09-07 21:21:48 +00:00
cbiesinger%web.de
7e2e948d2e
Bug 257948 remove #endif w/o matching #ifdef from idl files
...
r=dveditz sr=neil
2004-09-05 13:29:58 +00:00
jst%mozilla.jstenback.com
63c881aeb2
Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com
2004-09-04 19:28:46 +00:00
ere%atp.fi
8200b4e17c
Bug 254191: Cleanup Win32 nsWindow.cpp / nsWindow.h
...
Patch by Dainis Jonitis
r=ere
sr=roc
2004-09-03 08:44:23 +00:00
dbaron%dbaron.org
d0c0785232
Make NS_MUTATION_EVENT and NS_ACCESSIBLE_EVENT not be the same value. b=256469 r+sr=bryner
2004-08-25 22:26:15 +00:00
timeless%mozdev.org
758a700395
Bug 238773 Separating nsDOMEvent into separate classes
...
patch by mozilla-bugzilla@future.shiny.co.il r=bryner sr=jst
2004-08-20 18:09:19 +00:00
kyle.yuan%sun.com
1e6644bbd6
Backout the patch for 251492. Need a better solution for that.
2004-08-19 06:33:20 +00:00
kyle.yuan%sun.com
e198615489
Bug 251492 [gnome]selected item text wrong color in high-contrast themes
...
r=bryner, sr=roc, patch by ginn.chen@sun.com
2004-08-19 02:23:15 +00:00
bryner%brianryner.com
cc807b07b1
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
caillon%redhat.com
aea7fb58c1
Start using the GTK 2.4 file chooser when available.
...
r+sr=blizzard
2004-07-21 15:44:00 +00:00
dbaron%dbaron.org
0ec49fbb44
Update :hover state and mouse cursor and send mouse events when the position of the pointer changes due to scrolling or reflow. b=20022 r+sr=roc
2004-06-22 04:32:52 +00:00
bryner%brianryner.com
55d74e870b
oops, this wasn't supposed to go on the trunk. backing out.
2004-06-21 23:41:30 +00:00
bryner%brianryner.com
8cfeadc0a0
bringing branch changes forward
2004-06-21 23:35:56 +00:00
bryner%brianryner.com
86de6958fb
Have clipboard implementations that care about flushing data to the OS clipboard register for xpcom-shutdown notification, rather than being notified by nsAppRunner directly. Bug 239390, r=bsmedberg, sr=blizzard.
2004-06-10 20:39:11 +00:00
aaronleventhal%moonset.net
b129a05b0f
Bug 239914. When OS high contrast or another accessible theme is used, automatically follow it in chrome and content. r=bsmedberg, sr=bryner
2004-06-08 19:34:55 +00:00
kyle.yuan%sun.com
bbf295c519
Bug 237535 prelight text invisible in high-contrast inverse themes
...
r=bryner, sr=roc, patch by ginn.chen@sun.com
2004-06-01 01:58:10 +00:00
roc+%cs.cmu.edu
27375e9b38
Bug 232913. Let nsIScrollbarMediator support multiple scrollbars. Patch by Nate Nielsen, r+sr=roc.
2004-05-29 00:09:05 +00:00
bzbarsky%mit.edu
6dbdd04b40
Making desperate attempt to reland with a couple crash-proofing changes. Bug
...
243724, r+sr=roc
2004-05-22 20:54:40 +00:00
bzbarsky%mit.edu
8d3347a058
Backing out to try and fix mac orange. Bug 243724
2004-05-22 20:04:59 +00:00
bzbarsky%mit.edu
b2a508557a
deCOMtaminate nsIWidget::GetChildren. Bug 243724, r+sr=roc (with sr=blizzard
...
on a previous-but-similar iteration of the patch).
2004-05-22 16:47:13 +00:00
caillon%redhat.com
e55198520c
Kill off nsComObsolete.h
...
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00
bryner%brianryner.com
7927c18306
Implement basic support for DOM level 2 UIEvents, and implement DOMActivate for HTML form control elements. Also minor usage cleanup for nsIDOMUIEvent. Bug 60212, r+sr=jst.
2004-04-30 23:55:16 +00:00
jst%mozilla.jstenback.com
34a10f2f1c
Fixing bug 240723. Cleaning up nsIFilePicker a bit, no more nsIDOMWindowInternal, and use our string classes and not raw strings. r=caillon@gmail.com, sr=bzbarsky@mit.edu
2004-04-21 23:38:22 +00:00
timeless%mozdev.org
69fa383e1f
Bug 239132 nsIWidget::SetTitle should use nsAString, not nsString
...
patch by marco@gnome.org r=bsmedberg sr=darin
2004-04-18 23:18:23 +00:00
gerv%gerv.net
c40f4f93a2
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
blizzard%redhat.com
14061147ac
Bug #237283 . Make x-remote aware of program names as well as profiles. This should make it possible to finally be able to tell the difference between firefox and thunderbird on linux. r+sr=bryner, a=asa
2004-04-08 14:01:17 +00:00
neil%parkwaycc.co.uk
23a67de0db
Bug 205648 Support "context menu" key under gtk/gtk2 p=crispin@flowerday.cx r=blizzard sr=bryner
2004-03-06 15:00:38 +00:00
bzbarsky%mit.edu
595fdbcc4a
MousMove events should not be cancelable. Bug 76929, r+sr=bryner
2004-03-05 01:34:34 +00:00
darin%meer.net
1d2d419885
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2004-02-28 22:34:07 +00:00
dbaron%dbaron.org
d78e8a45b5
Back out bug 20022. a=chofmann
2004-02-14 20:29:19 +00:00
jst%mozilla.jstenback.com
6ca4c1a78e
Fixing bug 68215. Adding support for the onbeforeunload event. r=peterv@propagandism.org, sr=brendan@mozilla.org
2004-02-11 06:09:51 +00:00
ben%bengoodger.com
1f7e70b795
227796 - XPInstall InstallTrigger API changes - add a parameter to the install js object that supports an icon, also make the install FE parameterizable via a pref. r=bsmedberg, dveditz.
...
230768 - add the ability to make a window flash only a certain number of times in the taskbar. dom stuff r/sr=jst, widget changes r=danm, sr=bryner
2004-02-11 03:46:30 +00:00
mvl%exedo.nl
f008ef89d7
Add a way to manually show a single blocked pop-up window. Pass the features of the window.open() call in DOMPopupBlockedEvent.
...
Bug 198846, r=danm, sr=jag
2004-02-10 18:22:23 +00:00
dbaron%dbaron.org
b506c7e4d8
Update :hover state and mouse cursor and send mouse events when the position of the pointer changes due to scrolling or reflow. b=20022 r=roc sr=bryner
2004-02-04 00:11:59 +00:00
bryner%brianryner.com
a38464576c
fix uninitialized rangeArray. r+sr=dbaron
2004-01-13 23:16:06 +00:00
bryner%brianryner.com
a135ce4d60
Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard.
2004-01-12 08:25:18 +00:00
mkaply%us.ibm.com
ea6963b695
#221651
...
r=mkaply,pedemonte, sr=blizzard (platform specific)
Code from Rich Walsh to make our drag drop rock!
2003-11-18 22:39:46 +00:00
sicking%bigfoot.com
6cb479ba61
Fix lineendings. r=pedemonte
2003-11-14 16:54:34 +00:00
mkaply%us.ibm.com
fe1dc3fe0a
a=me - I completely horked this file when I checked it in' nsIDragSessionOS2.h
2003-10-23 13:49:12 +00:00
mkaply%us.ibm.com
8fafc27966
#221651 - r=mkaply - new OS/2 drag drop code
2003-10-21 22:21:33 +00:00
danm-moz%comcast.net
d99d8ce53a
new |placement| parameter to PlaceBehind. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:19:51 +00:00
hyatt%mozilla.org
5a2b50472c
Fix for 204672, Mac OS X menus don't respect autocheck, r/sr=bryner, a=asa
2003-08-10 07:46:55 +00:00
bryner%netscape.com
0470db5deb
Remove some unused interfaces and files from widget. Bug 210169, r/sr=dbaron.
2003-06-21 02:16:53 +00:00
mkaply%us.ibm.com
6cf1103b93
Forgot header
2003-06-18 21:32:42 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
jaggernaut%netscape.com
4002381d41
Bug 198333: Get rid of nsDispatchListener. r=darin, sr=bryner, a=Asa
2003-05-13 04:25:01 +00:00
brade%netscape.com
a90acc180c
api change to include event (similar to paste/drop hook); r=cmanske, sr=sfraser, a=asa
2003-05-09 18:26:47 +00:00
varga%netscape.com
05096034d5
Fix for bug 189719. Automatic image sizing: Use a custom magnifying glass cursor.
...
r=dbaron, sr=roc, a=sspitzer
2003-05-02 22:23:55 +00:00
bryner%netscape.com
30a4978da7
Use system metrics when available, and observed platform behavior otherwise, for determining the threshold to begin a drag. Bug 201342, r=blizzard, sr=sfraser, a=sspitzer.
2003-05-02 18:20:38 +00:00
bzbarsky%mit.edu
ecbdbacf80
Init the member vars to prevent access to uninitialized memory. Bug 203505,
...
r=bryner, sr=jst, a=sspitzer
2003-05-01 01:01:03 +00:00
brade%netscape.com
20f92c9ee7
clarifications in comments (bug 203062; r=kaie,kin; sr=smfr)
2003-04-25 21:09:03 +00:00
bryner%netscape.com
4e18cb33f7
Remove now-unused nsScrollingView and nsIScrollbar implementations. Removed unused widget/public/nsWidgetSupport.h. Bug 201624, r+sr=roc.
2003-04-21 23:01:36 +00:00
sfraser%netscape.com
f3456b4697
Bug 193053: drag and drop-related changes to allow for the dragging and copying of image bits, and to allow dragging into the file system. r=pinkerton/brade, sr=bryner/bz.
2003-04-18 20:20:04 +00:00
brade%netscape.com
e4571f3d13
new api for drag/drop/copy/paste hooks (bug 197121) r=cmanske sr=smfr
2003-04-17 13:25:15 +00:00
danm%netscape.com
443851a97a
new popupblocked domevent. bug 199705 r=jaggernaut,jst
2003-04-15 23:34:08 +00:00
alecf%netscape.com
b168ec1a3c
another part of the fix for bug 199170 - converting mac widget stuff over to static atoms
...
r=pinkerton, sr=sfraser
2003-04-14 14:09:37 +00:00
roc+%cs.cmu.edu
513d28330f
Bug 113232. Support translucent chrome. Relanding, fingers crossed. r+sr=bzbarsky
2003-04-06 02:49:40 +00:00
darin%netscape.com
fbab8a3edd
backing out roc+%cs.cmu.edu check-in for bug 113232
2003-03-25 00:07:00 +00:00
roc+%cs.cmu.edu
fe7dc57407
Bug 113232. Make 'background:transparent' work on top-level XUL windows. r=pavlov,kmcclusk,bzbarsky,sr=bzbarsky
2003-03-24 04:54:48 +00:00
timeless%mozdev.org
965ba28bb1
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
varga%netscape.com
6dc71b4a35
Fix for bug 117954. Auto-close springloaded folders except the destination
...
folder.
r=bryner, sr=dmose
- added a value array to store indexes of rows, currently only used for auto
closing of spring loaded folders
- added several tree related settings to nsILookAndFeel service
- made all timers use this service
2003-03-16 23:26:31 +00:00
aaronl%netscape.com
c616086a0c
Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz
2003-03-06 23:07:00 +00:00
sfraser%netscape.com
fd468b617d
Bug 191821: implement nsIPluginWidget in the mac carbon widget code, to handle mac-specific plugin placement issues. r=peterl, sr=bryner
2003-02-27 23:31:54 +00:00
danm%netscape.com
f3cd5bae53
add new property blurSuppression. bug 68454 r=bryner,jst
2003-02-24 20:15:19 +00:00
danm%netscape.com
11f47fd718
back out last revision; waiting for more opportune time
2003-02-24 16:00:08 +00:00
danm%netscape.com
3917395896
add new property blurSuppression. bug 68454 r=bryner,jst
2003-02-24 15:57:07 +00:00
bryner%netscape.com
a9cf839a2e
Prevent right and middle click from triggering onclick handlers by making sure NS_EVENT_FLAG_NO_CONTENT_DISPATCH doesn't get inadvertently cleared during dispatch (don't put it into aFlags). r=saari, sr=jst.
2003-01-08 03:08:46 +00:00
seawood%netscape.com
4588fb970a
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
aaronl%netscape.com
3d30bce1f1
Bug 182451. Beep when first key pressed in win95/98. r=biesi, sr=blizzard
2002-12-14 00:27:33 +00:00
bryner%netscape.com
6ba8b6b6d8
Add nsIPluginWidget.h from CHIMERA_M1_0_1_BRANCH. Code by sfraser, r=pinkerton, sr=bryner.
2002-12-13 08:42:16 +00:00
dean_tessman%hotmail.com
0bb1cb85f4
bug 30431 - Intellimouse Explorer Backwards and Forwards button support.
...
r=rods on widget, timeless on content
sr=bryner
a=asa
2002-12-06 03:41:43 +00:00
yokoyama%netscape.com
347e9cb1bc
179822: Flash4 / Flash5 / Shockwave and other plugins crash.
...
Give an unicode option when SubClassing the widget window. /r=peterl, /sr=kin
2002-12-04 01:49:29 +00:00
peterv%netscape.com
23b10864c8
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
bryner%netscape.com
7b5407b246
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
bryner%netscape.com
2ced8da4a6
Fix fullscreen mode on Linux to use the fullscreen hint, rather than manually sizing the window (bug 176640). Move the existing implementation of fullscreen mode from nsGlobalWindow to nsBaseWidget, so that it can be overridden in the gtk widget implementation. r=blizzard, sr=hewitt.
2002-11-06 09:35:13 +00:00
aaronl%netscape.com
aa54b70658
Bug 28583. Select text field contents when focused, except by mouse click, on certain platforms. r=brade, sr=sfraser
2002-10-05 15:39:33 +00:00
kmcclusk%netscape.com
8b47e32e0b
improve user interactivity during long page loads by doing better detection of user-input and interrupting the parser more frequently. Also moved the WIN32 specific logic for determining when the user is moving a top-level window from plevent.c to the widget module. b=165039 r=rods@netscape.com sr=kin@netscape.com
2002-10-01 03:04:22 +00:00
kmcclusk%netscape.com
1ae7c611f8
reparent the view's descendant widgets when a view is re-inserted into a new view hierarchy position by paginated reflow. b=129034 r=roc+moz sr=kin
2002-09-12 03:59:15 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
sspitzer%netscape.com
de53ec3309
fix for #121122 (nsIFilePicker should allow picking multiple files) and #43015 (Cannot add multiple attachment in Attach File dialog).
...
right now, only supported on windows. bugs logged for mac, beos, cocoa, os/2, qnx
and the xpfilepicker (linux).
r=bz, sr=bienvenu, a=asa
2002-09-07 05:23:45 +00:00
seawood%netscape.com
97fd6e4aed
Removing unused defines:
...
_IMPL_NS_BASE (bug #162142 )
_IMPL_NS_GFXONXP (bug #162145 )
_IMPL_NS_UI (bug #162183 )
B_ONE_M (bug #162196 )
XP_NEW_SELECTION (bug #162230 )
r=cls
Thanks to Stephen Walker <walk84@yahoo.com> for the patches.
2002-08-12 13:35:18 +00:00
aaronl%netscape.com
44112f97df
Bug 158754. Allow type ahead find to change selection color, and show caret with selection. r=akkana, sr=jst
2002-08-10 08:15:30 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
timeless%mac.com
aba863efa1
Bug 29856 *nix only : Window Class the same for all mozilla windows
...
original patch from arik devens / rob ginda
r=akkana sr=alecf
2002-08-07 01:59:22 +00:00
glazman%netscape.com
84869edbfb
Introduce 2 CSS values for color property and 1 for text-decoration retrieving the pref for anchors' color, visited anchors' color, and underline or not the anchors; b=57757, r=brade, sr=bzbarsky
2002-08-06 14:39:55 +00:00
alecf%netscape.com
3703f3c61b
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
jdunn%netscape.com
9c4b09c06b
removing "," from end of enum (this is a porting no-no)
...
to fix hp10.20 tbox.
2002-08-02 14:28:02 +00:00
aaronl%netscape.com
17e7f506d1
Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt
2002-08-01 23:12:38 +00:00
bryner%netscape.com
bbdcbcc7d5
Add the ability to filter on applications to nsIFilePicker (bug 97321). r=law, sr=blake.
2002-07-07 07:21:45 +00:00
mkaply%us.ibm.com
c64d6b7b3d
#128127
...
r=peterl, sr=beard
Add framework for plugin and java windowtypes
2002-06-17 22:52:48 +00:00
roc+%cs.cmu.edu
5fdacceb4e
Bug 124685. Change damage propagation algorithm to traverse the widget tree instead of the view tree; speeds up certain testcases. r=kmcclusk,rs=waterson
2002-06-12 03:22:35 +00:00
kmcclusk%netscape.com
2d6ba0cfd1
Dispatch (WIN32 only) and handle a new cross platform message NS_SYSCOLORCHANGE. bug 143174. r=rods sr=roc
2002-06-04 17:47:54 +00:00
pinkerton%netscape.com
28ae57bd62
Make CF_HTML a different flavor and return it to editor w/out any
...
modification. Bulletproof the data we get from the OS by always null
terminating it. r=brade/sr=kin bug# 69566.
2002-05-07 19:45:58 +00:00
dbaron%fas.harvard.edu
814b3d3030
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
2002-05-01 00:17:04 +00:00
pinkerton%netscape.com
46cb7f97ed
add first stage of dragging images. advertise os-native image format to other applications. r=ccarlen/sr=alecf. bug# 138049
2002-04-23 14:24:48 +00:00
jaggernaut%netscape.com
43c849a706
Backing out joki's checkin for bug 124990 (at his request) since this breaks some stuff on linux.
2002-04-20 01:48:32 +00:00
joki%netscape.com
ab75e3f4ce
Fix for bug 124990, Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
...
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface). These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:52:01 +00:00
joki%netscape.com
e385f718ea
Fix for bug 78989, force focus events to go their corresponding view as opposed to using coordinate targeting which can be incorrect. r:roc+moz, sr:jst
2002-04-14 21:45:04 +00:00
pinkerton%netscape.com
b1103b7d30
rewrite to use a view instead of tracking frame resize/moves ourselves. when the view moves, the attached widget is moved automatically. r=ben/sr=hyatt/a=asa. bug# 135436
2002-04-09 14:11:52 +00:00
pinkerton%netscape.com
62629a2630
ooops typo.
2002-03-31 19:07:37 +00:00
pinkerton%netscape.com
8dc8f7a248
turn on building of native scrollbars from xbl, on for mac classic skin. r=sdagley/sr=beard/a=valeski. bug# 121440
2002-03-31 18:36:55 +00:00
pinkerton%netscape.com
d5c8ae230f
new atoms needed for native scrollbars r=sdagley/sr=beard/a=valeski. bug# 121440
2002-03-31 18:35:28 +00:00
pinkerton%netscape.com
6e2f357142
new files for a native scrollbar frame via xbl. r=sdagley/sr=beard/a=valeski. bug#121440
2002-03-31 18:32:35 +00:00
joki%netscape.com
a6c615f325
Fix for bug 114366, fix UMR in nsEvent struct by adding constructor. r:saari, sr:jst, a:roc+moz
2002-03-27 06:24:55 +00:00
hewitt%netscape.com
5439ff09b8
133426 - can't get coordinates from popup events, r=jgaunt, sr=jst, a=asa
2002-03-27 02:59:39 +00:00
dbaron%fas.harvard.edu
95771efc1f
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:26:36 +00:00
danm%netscape.com
be620580a5
add new attribute "enabled". bug 126786 r=hyatt,rginda a=asa
2002-02-28 23:19:04 +00:00
danm%netscape.com
6092ff252b
add new method IsEnabled. bug 126786 r=hyatt,rginda,rods a=asa
2002-02-28 23:09:34 +00:00
jst%netscape.com
8fd2822bf1
Checking in Boris Zbarsky's <bzbarsky@mit.edu> fix for bug 117269. Making mozilla not invent silly file extensions when saving files. r=law@netscape.com, rs=jaggernaut@netscape.com, jst@netscape.com
2002-02-20 07:50:52 +00:00
dbaron%fas.harvard.edu
744d3904ec
No newline at end of file could be dangerous -- I'm not sure. So preventing potential bustage.
2002-02-20 03:53:30 +00:00
hewitt%netscape.com
c094bb8636
68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag
2002-02-20 03:50:48 +00:00
dbaron%fas.harvard.edu
b37a70ce74
Fix bustage from hewitt's checkin by exporting nsIFullScreen.idl. b=68136
2002-02-20 03:42:42 +00:00
hewitt%netscape.com
2e2dac20fe
68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag
2002-02-20 03:33:52 +00:00
jaggernaut%netscape.com
101d65ef75
Bug 90221: Click() needs to act like a real click. r=jst, sr=hyatt
2002-02-01 23:55:49 +00:00
pinkerton%netscape.com
30c642c36e
allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496
2002-01-24 15:11:18 +00:00
rjc%netscape.com
d5671a60f8
Fix bug # 83643: Mac OS X sheets. r=pinkerton sr=ben
2002-01-24 01:17:48 +00:00
danm%netscape.com
585e6c0fe4
adding parameter to nsIWidget::ConstrainPosition. bug 113283r=hyatt,pavlov
2002-01-09 01:29:18 +00:00
hyatt%netscape.com
3a6dcba1fe
Fix for 118368, support for drop shadows under menus and tooltips on WinXP, r=bryner, sr=blake
2002-01-05 23:50:52 +00:00
pinkerton%netscape.com
b6b8432a32
separate out drag code into a helper so embedding apps can make use of it. Also add live-resize support to resizable dialogs. Don't add things like drag handlers or carbon event handlers to windows we don't own (read: embedding). bug 102529, 112197. r=ccarlen/sr=sfraser.
2002-01-02 21:18:38 +00:00
hyatt%netscape.com
d4065d8e54
Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson
2001-12-17 22:51:39 +00:00
pavlov%netscape.com
5cd1b8e131
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:13:17 +00:00
ben%netscape.com
796f574cf4
bug 11632 - save page with images, stylesheets, objects and applets.
...
r=hewitt, brade, sr=hyatt
2001-12-12 04:17:26 +00:00
dean_tessman%hotmail.com
fa7c61945e
Bug 86606 - <SELECT>s disappear when using X-Mouse
...
r=timeless, sr=hewitt
2001-12-11 06:16:07 +00:00
bryner%netscape.com
10b0a23015
Fixing comments, bug 113038. Patch from diego@biurrun.de, r=bryner, rs=brendan.
2001-12-09 01:36:47 +00:00
pinkerton%netscape.com
5aee4bfa62
removing nsMacMessageSink for standalone and embedding. Replacing with nsIEventSink and a couple of internal interfaces. r=ccarlen/sr=sfraser. bug#110851
2001-11-29 14:38:56 +00:00
rjc%netscape.com
e5077bf2e5
Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt
2001-11-27 01:47:41 +00:00
joki%netscape.com
b4efb85460
Fix for 71705, stop right click from triggering onclick handlers in base html content, though not in xml/xul/chrome. reviewed a while ago, lost in tree. r:saari,sr:hyatt
2001-11-07 06:29:29 +00:00
pinkerton%netscape.com
45fc9dc2ed
unix linefeeds this time
2001-11-06 16:03:52 +00:00
pinkerton%netscape.com
0b0afdb215
oops, backing out inclusion of nsIEventSink.idl
2001-11-06 16:03:02 +00:00
pinkerton%netscape.com
9b732c3bb3
New EventSink api. [not part of build]
2001-11-06 15:59:32 +00:00
bryner%netscape.com
1ea421e971
Reorganize nsLookAndFeel so that all of the platform implementations
...
derive from nsXPLookAndFeel. Implement a color cache for
nsXPLookAndFeel::GetColor calls. bug 77941, r=akkana, rs=waterson.
2001-11-06 02:41:04 +00:00
jst%netscape.com
62d3955034
Fixing bug 52120. Make mozilla pass the expected arguments to window.onerror. r=jkeiser@iname.com, sr=jband@netscape.com
2001-11-02 04:49:07 +00:00
bryner%netscape.com
803343ffeb
Removing dead/obsolete file. r=pavlov, not part of the build.
2001-10-29 04:43:12 +00:00
pinkerton%netscape.com
f3bdb9eca0
rewrite osx menus to use carbon command events to work around all MenuSelect problems on carbon on 9. r=beard/sr=sfraser, bug#58227
2001-10-25 13:58:13 +00:00
bryner%netscape.com
bbbbd6f9e3
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
2001-10-22 22:43:52 +00:00
dbaron%fas.harvard.edu
34fc404be7
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
sspitzer%netscape.com
9751d70f08
fix for #64462 . play OS specified sound when new mail arrives.
...
r=pavlov, sr=bienvenu. right now, this only works on windows.
mac is next. for linux (and the other platforms), we currently beep.
if there isn't an OS specified sound, we'll play the pre-packaged
sound that mailnews will eventually ship with.
2001-10-10 08:08:22 +00:00
dbaron%fas.harvard.edu
4021e7798d
Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson
2001-10-02 03:10:56 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
alecf%netscape.com
898cb5872f
add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls
2001-09-10 20:46:52 +00:00
bryner%netscape.com
4c9852276a
Bug 98420 - nsIFontRetrieverService, nsIFontNameIterator, and nsIFontSizeIterator are obsolete. Also, some cleanup to nsWidgetsCID.h. r=pavlov, sr=blizzard.
2001-09-06 23:50:02 +00:00
bryner%netscape.com
10634ca9ba
Removing obsolete/unused file. Not part of the build.
2001-09-06 00:08:42 +00:00
bryner%netscape.com
9aabbe314d
Removing unused/obsolete file. r=pavlov.
2001-09-05 08:19:53 +00:00
bryner%netscape.com
c1367ec509
Removing obsolete/unused file. Not part of the build.
2001-09-05 01:04:31 +00:00
blizzard%redhat.com
14a75d62b4
Ongoing WIP for new X Remote code. Not part of the build.
2001-09-04 22:59:39 +00:00
bryner%netscape.com
ce50e7630f
Bug 47551 -- removing obsolete nsIFileSpecWithUI and nsIFileWidget. r=pavlov, sr=ben.
2001-09-04 22:56:38 +00:00
bryner%netscape.com
530641777d
Bug 95556 - removing obsolete native textarea widget. r=jag, sr=blizzard, a=blizzard.
2001-08-31 23:10:11 +00:00
bryner%netscape.com
db2a4e9803
Bug 94627 - removing unused native listbox widget (plus some cleanup from already-removed native widgets). r=shaver, sr=blizzard.
2001-08-16 06:58:03 +00:00
bryner%netscape.com
654db06f37
Bug 94345 -- remove unused native context menu. r=pavlov, sr=blizzard.
2001-08-10 00:58:52 +00:00
bryner%netscape.com
28713918ec
part of 93467 - remove old native radiobutton code. r=blizzard, sr=hyatt.
2001-08-08 04:01:11 +00:00
hyatt%netscape.com
079c95cba2
Fix for 71106. r=jag, sr=jst
2001-08-06 21:49:35 +00:00
bryner%netscape.com
c2f7822cfa
Bug 93467 - removing remaining references to native combobox and nsIComboBox interface. r=pavlov, sr=blizzard.
2001-08-06 21:19:11 +00:00
dbaron%fas.harvard.edu
8cdad9df2e
Header include dependency cleanup. b=64023
2001-07-16 03:42:59 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
dbaron%fas.harvard.edu
835d578950
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-15 22:57:29 +00:00
pinkerton%netscape.com
78dc7cf21d
create a new window type for the hidden window so that we can recognize it from Widget. On MacOSX, override the carbon event that repositions windows on-screen for the hidden window only. Let normal windows pass-through. r=danm/sr=sfraser/a=asa. bug 84023.
2001-06-09 00:16:13 +00:00
pchen%netscape.com
7a9b693ed9
bug 78409, r=pinkerton, sr=hyatt, a=asa, apply patch for bug 66848 which fixes submenus not knowing that its parent menu popped up in the opposite direction (usually because of hitting a screen boundary)
2001-06-04 23:03:24 +00:00
hewitt%netscape.com
587010f273
78882 - Dragging a bookmark into the personal toolbar causes all items to be deleted, r=ben, sr=alecf
2001-05-20 05:58:25 +00:00
vidur%netscape.com
438cf14e23
Continuing fix for bug 18843. Added onload and onerror events for loaded scripts. r=nisheeth, sr=jst
2001-05-19 01:21:57 +00:00
saari%netscape.com
c480cdcd10
fix for 78514, r=pink, sr=hyatt. Windows only temporary (until focus gets totally overhauled) hack to support embedding applications better. This causes our app to relinquish focus to native chrome in the embeddor's app. To do this, we check if the window that is about to get focus is a mozilla window. If not, we obey wm_killfocus like a normal app, and don't wait for the following focus to send the blur event.
2001-05-18 12:07:42 +00:00