(no author)
a25f799ab5
This commit was manufactured by cvs2svn to create branch
...
'DOM_AGNOSTIC_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/DOM_AGNOSTIC_BRANCH@179603 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-03 00:08:09 +00:00
neil%parkwaycc.co.uk
ac317dee9f
Bug 306686 Make / start FAYT even when it's Shift+7 also make menus and xbl agree on the legal modifier token delimiters p=dainis_jonitis@swh-t.lv r=bz sr=me
...
git-svn-id: svn://10.0.0.236/trunk@179538 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 15:54:27 +00:00
joshmoz%gmail.com
059ea31f27
Fix crash in nsFilePicker.cpp when too many file filters are used. Patch by Shane Caraveo from ActiveState. b=306351 r=josh sr=smfr
...
git-svn-id: svn://10.0.0.236/trunk@179486 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:16:33 +00:00
neil%parkwaycc.co.uk
40ab77790d
Bug 269568 Prevent crash by starting drag session before firing drag enter event patch also seems to fix a couple of my other drag-and-drop issues r+sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@179443 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 22:56:37 +00:00
roc+%cs.cmu.edu
9604080b2a
Bug 297508. Allow native theme drawing to overflow the frame bounds in a reliable way by setting the frame's overflow area. Use this to work around drawing errors in some GTK2 themes. r=bryner,sr=blizzard
...
git-svn-id: svn://10.0.0.236/trunk@179425 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 21:00:52 +00:00
dougt%meer.net
f561f6ddf8
This patch does the following:
...
* Removes #ifndef WINCE around the OleRegisterMgr. I have implemented the
required OLE functions in the windows ce shunt layer.
* In nsWindow::InitEvent, i moved code from outside of the if-statement as it
was only being used within the true block.
* In nsWindow::EventIsInsideWindow, we need to treat Activation events are
non-fatal. That is to say, if a popup window gets an activation event, it
shouldn't cause the popup to go away on windows ce.
* Removing the #ifndef WINCE around the dialog code. Now eWindowType_dialog
really will get you a dialog just like on Windows.
* I have stubbed out MA_* defines in the WinCE shunt layer. This allowed us
to remove the #ifdef in nsWindow::ProcessMessage.
Window CE only. r/sr=dveditz. b=297683
git-svn-id: svn://10.0.0.236/trunk@179419 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 20:23:09 +00:00
ginn.chen%sun.com
f5de1fa1d7
Bug 287523 insensitive check/radio buttons can't be distinguished in some themes r+sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@179370 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 03:26:06 +00:00
pavlov%pavlov.net
0ac5bec348
these files got put here by accident. removing them.
...
git-svn-id: svn://10.0.0.236/trunk@179358 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 23:40:30 +00:00
mats.palmgren%bredband.net
383d074741
Move nsBaseDragService::GetFrameFromNode() to Mac widget code (only consumer); clean it up a bit. b=299084 r+sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@179184 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-29 04:16:48 +00:00
cls%seawood.org
24027fbb55
Fix mingw bustage
...
Thanks to Eli Friedman <sharparrow1@yahoo.com > for the patch.
Bug #305708 r/sr=roc
git-svn-id: svn://10.0.0.236/trunk@179164 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-28 18:42:57 +00:00
dbaron%dbaron.org
874d8e8784
Back out most of the rest of bug 304462.
...
git-svn-id: svn://10.0.0.236/trunk@179160 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-28 16:45:39 +00:00
dbaron%dbaron.org
c0f10d9c21
Give popup blocked events a message constant. b=304462 r+sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@179107 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 21:38:38 +00:00
zack%kde.org
f72b2158f8
style fix and removing useless header
...
git-svn-id: svn://10.0.0.236/trunk@179011 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 23:05:31 +00:00
zack%kde.org
59c7e2b7f2
fixing the toolbar issue. All the credit goes to biesi (he provided
...
the testcase for it)
git-svn-id: svn://10.0.0.236/trunk@179010 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 23:05:30 +00:00
zack%kde.org
341749137c
Qt Mozilla port. For now the best way to start playing with it is the
...
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
git-svn-id: svn://10.0.0.236/trunk@179009 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 23:05:29 +00:00
jwatt%jwatt.org
7240d0e8a8
Fixing bug 302103. Implement SVG events. r=tor@acm.org, sr=jst@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@178992 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 21:31:09 +00:00
roc+%cs.cmu.edu
0faf4209de
Bug 246560. Tweak event masks to get some plugins (acroread5/7, xpdf) working. rubberstamp r+sr=brendan. Still considering whether this is the right thing.
...
git-svn-id: svn://10.0.0.236/trunk@178870 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 21:58:52 +00:00
smfr%smfr.org
179281b891
Followup for bug 168378: make sure it builds.
...
git-svn-id: svn://10.0.0.236/trunk@178769 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 04:38:10 +00:00
smfr%smfr.org
ace5576aa1
Fix bug 168378: make sure that we correctly set up the event coordinates in drop events. Camino only, r/sr=me
...
git-svn-id: svn://10.0.0.236/trunk@178768 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 04:34:14 +00:00
smfr%smfr.org
f3a9559134
Oops, removing unwanted line from previous checkin.
...
git-svn-id: svn://10.0.0.236/trunk@178744 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 22:07:06 +00:00
smfr%smfr.org
6213e3f96c
Fix bug 305662: Camino regressed to non-native form controls because cocoa widget was ignored when moving nsNativeTheme to widget. r/sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@178743 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 22:06:30 +00:00
masayuki%d-toybox.com
0c2ffc505d
Bug 276727 Implement disable/enable IME API r=roc, timeless, pinkerton, amardare and katakai, sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@178687 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 14:32:09 +00:00
roc+%cs.cmu.edu
5525e0f045
Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman
...
git-svn-id: svn://10.0.0.236/trunk@178666 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 03:57:07 +00:00
pavlov%pavlov.net
f45b7acd0e
include nsIDrawingSurfaceMac
...
git-svn-id: svn://10.0.0.236/trunk@178663 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 02:55:10 +00:00
pavlov%pavlov.net
893a1c4773
QI to nsIDrawingSurfaceMac instead of just casting
...
git-svn-id: svn://10.0.0.236/trunk@178662 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 02:54:35 +00:00
pavlov%pavlov.net
3967e8af1a
cry harder, gtk1
...
git-svn-id: svn://10.0.0.236/trunk@178661 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 02:48:17 +00:00
pavlov%pavlov.net
776ab3ada1
fix burning
...
git-svn-id: svn://10.0.0.236/trunk@178660 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 02:36:33 +00:00
pavlov%pavlov.net
78af32406c
moving native theme stuff to widget (bug 305291) and landing the remaining thebes gfx changes (bug 305538). r=vlad sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@178659 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 02:11:54 +00:00
bzbarsky%mit.edu
d1afb179ba
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
...
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl >, r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@178642 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 22:24:29 +00:00
emaijala%kolumbus.fi
8b85bc6720
Fix for bug 297563: Transparency doesn't seem to work in 16bit color depth
...
patch by Dainis Jonitis
r=emaijala
sr=roc
git-svn-id: svn://10.0.0.236/trunk@178601 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 15:17:53 +00:00
emaijala%kolumbus.fi
02dd1da960
Fix for bug 304955: Crash when scrolling through page [@ nsWindow::GetTopLevelWindow]
...
r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@178591 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 04:18:47 +00:00
cbiesinger%web.de
26c9e4921e
bug 302821 correctly match LockLooper/UnlockLooper calls
...
patch by Doug Shelton <doug@sheltonfamily.org > r=tqh a=cbeard
git-svn-id: svn://10.0.0.236/trunk@178558 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-21 19:44:09 +00:00
zack%kde.org
b0e1e2372f
style fix and removing useless header
...
git-svn-id: svn://10.0.0.236/trunk@178508 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:33 +00:00
mozilla.mano%sent.com
ecf7037a68
Bug 301688 - [Mac] Disabled buttons shoud never have a 'default button' look&feel. r=josh, sr=smfr, a=bsmedberg.
...
git-svn-id: svn://10.0.0.236/trunk@178507 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:32 +00:00
zack%kde.org
940ecd5f00
fixing the toolbar issue. All the credit goes to biesi (he provided
...
the testcase for it)
git-svn-id: svn://10.0.0.236/trunk@178506 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:31 +00:00
zack%kde.org
7247946013
Qt Mozilla port. For now the best way to start playing with it is the
...
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
git-svn-id: svn://10.0.0.236/trunk@178505 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:30 +00:00
mconnor%steelgryphon.com
c535db36c6
bug 255947 - missing borders for the progress bar in with native classic widget on windows, patch by Mathieu Pellerin <nirvn.asia@gmail.com>, r+sr=roc, a=shaver
...
git-svn-id: svn://10.0.0.236/trunk@178504 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:29 +00:00
mozilla.mano%sent.com
fe9dd4aec5
Bug 203734 - enable focus ring on push buttons in 10.4 (Tiger) and above. r=jhpedemonte sr=smfr a=asa
...
git-svn-id: svn://10.0.0.236/trunk@178503 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:28 +00:00
dougt%meer.net
f70849cd92
Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@178502 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:27 +00:00
cbiesinger%web.de
c84ce3b03d
Bug 176177 use the correct flag for buttons that are checked
...
patch by Son Le <son.le0@gmail.com > r=emaijala sr=bz
git-svn-id: svn://10.0.0.236/trunk@178501 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:26 +00:00
mozilla.mano%sent.com
63a1346873
Bug 265282 - Unsorted tree columns are drawn as sorted columns. r=jhpedemonte sr=neil
...
git-svn-id: svn://10.0.0.236/trunk@178500 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:25 +00:00
mozilla.mano%sent.com
1b9fdc3831
Bug 118025 - nsITheme menupopup/menuitem implementations (Mac). r=pinkerton sr=smfr (for gfx) r=kmgerich (for pinstripe)
...
git-svn-id: svn://10.0.0.236/trunk@178499 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:24 +00:00
aaronleventhal%moonset.net
4088f563ee
Bug 303404. Crash when hitting escape in context menu for a menu item. r=dbaron, sr=neil
...
git-svn-id: svn://10.0.0.236/trunk@178498 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:23 +00:00
caillon%redhat.com
184ef957ee
Null out static variables after we destroy the widgets to avoid crashing.
...
Bug 244549. GTK2 patch by Pete Zha, GTK1 patch by Ben Bucksch.
r=caillon, sr=blizzard.
git-svn-id: svn://10.0.0.236/trunk@178497 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:22 +00:00
ginn.chen%sun.com
6c9371bad9
Bug 174740 Black checkboxes in menus (e.g. View->Toolbars->Navigation Bar)
...
r=robin.lu sr=bryner
git-svn-id: svn://10.0.0.236/trunk@178496 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:21 +00:00
bzbarsky%mit.edu
253b135a82
Fix horizontal scrollbar rendering with GTK theming when steppers are not
...
square. Bug 258758, patch by Benjamin Leviant <benjamin@ethium.net >,
r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@178495 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:20 +00:00
dougt%meer.net
47f10f2e51
bug 281948. WinCE changes to GFX and Widget. r=ere, sr=darin
...
git-svn-id: svn://10.0.0.236/trunk@178494 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:19 +00:00
smfr%smfr.org
491a5b803e
Fix bug 279510: remove all the pre-Carbon code and TARGET_CARBON #idfefs from gfx. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>, r=pink, sr=me
...
git-svn-id: svn://10.0.0.236/trunk@178493 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:18 +00:00
dbaron%dbaron.org
0f9cd3c017
Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@178492 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:17 +00:00
kyle.yuan%sun.com
88de2309ab
Bug 254241 Do not lookup gtk_style_get_prop_experimental in GTK2 build
...
r=bryner, sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@178491 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 07:14:16 +00:00