Masayuki Nakano
3f8bbf4336
Bug 669028 part.15 Remove nsILookAndFeel r=roc, sr=matspal
2011-09-09 11:27:13 +09:00
Daniel Holbert
3944352069
Bug 609696 followup: Add missing newline at end of file to fix GCC warning. r+a=whitespace-only
2010-11-10 18:12:01 -08:00
Wes Johnston
e796bcd9e0
Bug 609696 - Create nsIIMEPicker service and implement for android. [r=mwu, sr=roc, a=blocking-fennecb3]
2010-11-10 09:40:00 -05:00
Jeff Muizelaar
31b63faa71
Bug 583857. Add GfxInfo service. r=roc
...
Add a GfxInfo service that will let our reftest framework know
if D2D is enabled or not.
2010-08-13 11:43:35 -04:00
Mike Kristoffersen ext:(%3E)
d8a2881624
Bug 562181 - Add support for MozOrientation on Qt. r=dougt
...
--HG--
rename : widget/src/android/nsAccelerometerAndroid.cpp => dom/system/android/nsAccelerometerSystem.cpp
rename : widget/src/android/nsAccelerometerAndroid.h => dom/system/android/nsAccelerometerSystem.h
rename : widget/src/cocoa/nsAccelerometerX.h => dom/system/cocoa/nsAccelerometerSystem.h
rename : widget/src/cocoa/nsAccelerometerX.mm => dom/system/cocoa/nsAccelerometerSystem.mm
rename : widget/src/xpwidgets/nsAccelerometer.cpp => dom/system/nsAccelerometer.cpp
rename : widget/src/xpwidgets/nsAccelerometer.h => dom/system/nsAccelerometer.h
rename : widget/src/gtk2/nsAccelerometerUnix.cpp => dom/system/unix/nsAccelerometerSystem.cpp
rename : widget/src/gtk2/nsAccelerometerUnix.h => dom/system/unix/nsAccelerometerSystem.h
rename : widget/src/windows/nsAccelerometerWin.cpp => dom/system/windows/nsAccelerometerSystem.cpp
rename : widget/src/windows/nsAccelerometerWin.h => dom/system/windows/nsAccelerometerSystem.h
rename : widget/public/nsIAccelerometer.idl => xpcom/system/nsIAccelerometer.idl
extra : rebase_source : f9c352566a6d4088e8d448587214fb87402a4dc3
2010-06-25 14:25:31 +02:00
Tom Dyas
ae8650422a
Introduce nsIStandaloneNativeMenu and nsIMacDockSupport components. b=415463 r=josh sr=roc
2010-02-07 21:38:14 -06:00
Jim Mathies
d4f2c468aa
Bug 473045 - Win7 jump list platform support. r=robarnold, sr=roc.
2009-10-06 16:42:45 -05:00
Rob Arnold
c10d94d94a
Bug 501490 - Enable Taskbar Previews for Windows 7 r=jimm sr=roc
2009-10-05 22:26:54 -04:00
Doug Turner
af9653cad8
Bug 485943 - Device Orientation Support. r=olli
2009-08-21 07:42:37 -07:00
Josh Aas
9749c3d829
Re-landing. Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc
2008-06-28 03:55:30 -04:00
Josh Aas
aa0023d237
back out 433952
2008-06-27 02:52:18 -04:00
Josh Aas
0d352b4197
Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc
2008-06-27 00:14:45 -04:00
reed@reedloden.com
23bbd145b3
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc]
2008-01-20 19:47:25 -08:00
reed@reedloden.com
ac15e5aa0a
Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest.
2008-01-17 02:11:00 -08:00
reed@reedloden.com
9e6a8820f7
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
2008-01-16 22:27:50 -08:00
joshmoz@gmail.com
30d491a760
Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron
2007-05-02 00:46:50 -07:00
gijskruitbosch%gmail.com
6567e99059
Bug 343416 - implement nsIIdleService - API to get the last time user activity occurred on the system
...
r=roc@ocallahan.org (Robert O'Callahan)
sr=neil@parkwaycc.co.uk (Neil Rashbrook)
2007-01-08 18:13:16 +00:00
kjh-5727%comcast.net
5f49ed61b9
Bug 360485 - Factor out nsIDeviceContextSpecFactory. Part 1: changed files. r=pavlov, sr=roc.
2006-12-09 17:18:56 +00:00
smontagu%smontagu.org
952a1a4a12
Only display a bidirectional caret on platforms that implement nsIBidiKeyboard. Bug 272096, r+sr=roc
2006-07-06 08:29:53 +00:00
pavlov%pavlov.net
6a80da6c47
moving printing from gfx to widget part 1. bug 326149. r=vlad
2006-02-10 20:40:54 +00:00
dbaron%dbaron.org
00eb53b26a
Remove old native widget code that we were only keeping around for viewer. b=326417 r+sr=roc
2006-02-08 20:09:19 +00:00
pavlov%pavlov.net
6b3baceeca
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
aaronleventhal%moonset.net
ca0cd1c767
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
gerv%gerv.net
8b8dde7d95
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
pinkerton%netscape.com
e5bb4fd7b3
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
pavlov%netscape.com
15273ea50a
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:13:17 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
bryner%netscape.com
a2019c378a
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
a6247d9aa1
Bug 47551 -- removing obsolete nsIFileSpecWithUI and nsIFileWidget. r=pavlov, sr=ben.
2001-09-04 22:56:38 +00:00
bryner%netscape.com
dad448eb7f
Bug 95556 - removing obsolete native textarea widget. r=jag, sr=blizzard, a=blizzard.
2001-08-31 23:10:11 +00:00
bryner%netscape.com
1d3e6ec608
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
dr%netscape.com
2d2e67c3fa
fix for 78010 (implement nsIClipboardHelper). r=pavlov, pinkerton, hewitt, sr=hyatt
2001-05-10 02:35:00 +00:00
erik%netscape.com
fdadf0e177
bug 68739; r=kmcclusk; sr=erik; new file nsIBidiKeyboard.idl from IBM bidi
...
project (simon@softel.co.il ) for querying and setting bidi properties of
the keyboard
2001-02-14 22:32:26 +00:00
jst%netscape.com
6ea631e28c
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
...
Contextual information added to HTML copy and intelligence added to HTML paste in the editor (fixes bugs 47014, 50568 and 46554, and partly (at least) fixes bug 53188).
Code written by vidur, jfrancis, jst, akkana. Tested by jfrancis, akkana, vidur, jst, kin. Reviwed (and super reviewed) by waterson, vidur, kin, jfrancis, jst
2000-10-07 10:57:30 +00:00
pavlov%netscape.com
5780c4a523
make it go on windows
2000-03-22 10:26:22 +00:00
michael.lowe%bigfoot.com
6696fa133b
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
2000-01-21 21:56:09 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
dcone%netscape.com
f823974e4a
Fixed the NS_DIALOG_CID problem
1999-09-01 20:33:07 +00:00
dcone%netscape.com
41f921dca9
Added 2 CID's NS_POPUP_CID and NS_DIALOG_CID
1999-09-01 19:57:23 +00:00
pavlov%netscape.com
ebd04ecb57
remove unused tab widget and tooltip widget as they have never been used
1999-08-21 08:41:46 +00:00
pavlov%netscape.com
35c8585197
changing sound implimentation to support playing of local files
1999-07-23 05:15:58 +00:00
pinkerton%netscape.com
72bac56afd
removed obsolete class id's (trees, toolbars).
1999-05-27 23:22:20 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
mcmullen%netscape.com
2a08d5fef4
Removing illegal trailing semicolon
1999-05-15 20:54:38 +00:00
rods%netscape.com
e4ee930f8c
removed reference to nsIDataFlavor and merged nsITransferable and nsIGenericTransferable
1999-05-13 21:53:57 +00:00
saari%netscape.com
e92b2b2d4c
nsIMenuItem changes for context menus
1999-05-11 18:15:48 +00:00
rods%netscape.com
1417ee369f
Added nsIFileListTransferable CID
1999-05-04 22:22:31 +00:00
rods%netscape.com
7a714d4942
Changed over to nsIGenericTransferable for setting transferables
...
Added Drag & Drag Support ifdef'ed out with NEW_DRAG_AND_DROP
1999-04-17 13:49:39 +00:00
mcmullen%netscape.com
bdd941f4a1
Removing illegal trailing semicolon
1999-04-06 21:31:47 +00:00
mcafee%netscape.com
d75981ae77
Adding NS_XIFFORMATCONVERTER_CID define.
1999-04-01 02:08:40 +00:00