joshmoz@gmail.com
|
632dd0f367
|
Fix context menus for Mac OS X embedding. Patch written by Stuart Morgan and Josh Aas (yay teamwork). b=425787 r=smichaud sr=vlad
|
2008-04-06 16:52:05 -07:00 |
|
joshmoz@gmail.com
|
ac0732ebd6
|
Don't use carbon events to handle menu commands. Needed for work on bugs 382138 and 418334. b=398514 r=smorgan r=kreeger sr=vlad
|
2008-04-04 16:29:07 -07:00 |
|
joshmoz@gmail.com
|
2afd6163f1
|
fix exit event on leaving the app so it doesn't get turned into a move event and incorrectly put up tooltips. b=425259 r=smichaud sr=vlad
|
2008-04-04 16:17:36 -07:00 |
|
reed@reedloden.com
|
3a05097ca9
|
Bug 426706 - "Gtk-CRITICAL **: gtk_widget_set_name: assertion `GTK_IS_WIDGET (widget)' failed" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=vlad]
|
2008-04-04 01:59:13 -07:00 |
|
roc+@cs.cmu.edu
|
41be70a0d4
|
Bug 382392. Use the full update region on Windows, not just its bounding rect. r=vlad
|
2008-04-03 04:55:14 -07:00 |
|
masayuki@d-toybox.com
|
5fdd5560f9
|
Bug 424524 Unable to enter special characters in html input type=password fields with keyboard shortcuts r=josh, sr=vlad, b1.9=josh
|
2008-04-03 04:41:35 -07:00 |
|
roc+@cs.cmu.edu
|
286468e118
|
Bug 426285. Use kFilePromiseDestFilename from nsDataObj. r+sr=jst
|
2008-04-03 04:33:06 -07:00 |
|
joshmoz@gmail.com
|
6c3bea4abb
|
don't mess with embedding menus when we put up an app modal dialog. b=426011 r=smorgan sr=roc
|
2008-04-02 20:58:45 -07:00 |
|
roc+@cs.cmu.edu
|
6f195369f9
|
Bug 424873. Make GetWidgetOverflow take the new frame size as input instead of using the possibly-stale old frame size. r+sr=dbaron
|
2008-04-01 16:34:20 -07:00 |
|
reed@reedloden.com
|
41212a56b4
|
Back out Robert O'Callahan's patch from bug 382392 due to crashes.
|
2008-04-01 10:31:09 -07:00 |
|
reed@reedloden.com
|
388a50eb98
|
Bug 425877 - "Tell the GTK theme engine that Mozilla is requesting the drawing, so it can fix its quirks" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
|
2008-04-01 01:33:40 -07:00 |
|
reed@reedloden.com
|
95425a6929
|
Bug 382392 - "FF3 20070528: scrolling non-fixed-pos content when fixed-pos content present is extremely sluggish" (Windows fix) [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a1.9=schrep]
|
2008-04-01 01:25:42 -07:00 |
|
masayuki@d-toybox.com
|
c635357e43
|
Bug 422888 Cannot change the inputting mode by shortcut keys of AquaSKK without non-needed char inputting r=josh, sr=vlad, b1.9=josh
|
2008-03-30 02:17:50 -07:00 |
|
stefanh@inbox.com
|
d0fc5ed166
|
Bug 420726 - Use system background color for odd tree rows. ui-r=beltzner, r=josh+Mano, sr=roc, a1.9=beltzner.
|
2008-03-29 04:43:31 -07:00 |
|
smichaud@pobox.com
|
16c2a3627d
|
Fix crash on quit in nsMenuX::RemoveAll() on 10.5.X (work around Apple bug) -- 2nd attempt to check in. b=422827 r=josh sr=vlad
|
2008-03-27 09:30:13 -07:00 |
|
smichaud@pobox.com
|
d44199f7ad
|
Back out patch for bug 422827 because of leak test failure.
|
2008-03-27 09:07:27 -07:00 |
|
smichaud@pobox.com
|
1e9927993d
|
Fix crash on quit in nsMenuX::RemoveAll() on 10.5.X (work around Apple bug). b=422827 r=josh sr=vlad
|
2008-03-27 08:40:48 -07:00 |
|
joshmoz@gmail.com
|
2b63edc0c2
|
Scrollbar thumb is drawn with wrong size for custom scrollbars. b=424074 r=josh sr=vlad
|
2008-03-26 22:36:20 -07:00 |
|
joshmoz@gmail.com
|
0d72fba630
|
When a user holds ctrl and left clicks, Cocoa calls menuForEvent: and then mouseDown:, which causes us to send a context menu event and then a mouse click event into gecko. Fix the ordering so we send the mouse click event and then the context menu event. This is the widget part of the fix for bug 416390. b=416390 r=smichaud sr=vlad
|
2008-03-26 20:47:04 -07:00 |
|
joshmoz@gmail.com
|
2f9f1eb346
|
make keyboard shortcuts work in the native filepicker on Mac OS X. b=372571 r=smichaud sr=vlad
|
2008-03-26 20:42:57 -07:00 |
|
vladimir@pobox.com
|
c3bf671567
|
b=409953; deref of null pointer on cancel of print-to-file (ignoring errors during printing is bad, mmmkay?); r=stuart
|
2008-03-26 18:21:46 -07:00 |
|
masayuki@d-toybox.com
|
41aec91134
|
Bug 425011 Crash @ConvertCocoaKeyEventToMacEvent with egbridge (Japanese IME) r=josh, sr=vlad, a1.9b5=beltzner
|
2008-03-25 13:44:06 -07:00 |
|
mats.palmgren@bredband.net
|
0400be05d0
|
Track event loop nesting level and delay stopping a plugin until it's safe. b=420886 r+sr=jst a1.9b5=beltzner
|
2008-03-25 09:56:04 -07:00 |
|
reed@reedloden.com
|
74d8e48541
|
Bug 424809 - "nsCocoaWindow.mm causes build errors with GCC 4.2 on OS X" [p=darkweaver@gmail.com (Sean Fleming) r=hwaara sr=vlad a1.9b5=beltzner]
|
2008-03-24 22:00:36 -07:00 |
|
dholbert@cs.stanford.edu
|
2de08e5ba8
|
Bug 423599: Make native theming stuff use full padding when in XUL, and reduced padding when in HTML. Patch by _FrnchFrgg_ <frnchfrgg-mozbugs@altern.org>, r=ventron sr=vlad a1.9b5=beltzner. Reftest by me, r=bz a1.9b5=beltzner
|
2008-03-24 17:34:27 -07:00 |
|
joshmoz@gmail.com
|
7339ba0d50
|
fix wonkiness with modal windows resulting from showModalDialog on Mac OS X. b=395465 r=jst r=smichaud sr=vlad a=beltzner
|
2008-03-23 15:30:56 -07:00 |
|
reed@reedloden.com
|
9579808b51
|
Bug 423606 - "Some GTK themes ignore our focus drawing methods" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=vlad a1.9b5=beltzner]
|
2008-03-21 21:23:33 -07:00 |
|
vladimir@pobox.com
|
7e0743d764
|
b=424094, win32 checkboxes and radio buttons don't get hover; r=stuart,a=damon
|
2008-03-21 15:27:41 -07:00 |
|
reed@reedloden.com
|
6bf8814703
|
Bug 423599 - "Misaligned navigation panel on computerworld.com due to tall combobox" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=vlad a=blocking1.9+]
|
2008-03-19 23:08:09 -07:00 |
|
dholbert@cs.stanford.edu
|
0db55d782d
|
Bug 417356 trivial follow-up patch: Convert inches to twips in SetUnwriteableMarginTop/Left/Bottom/Right functions. r+sr=vlad a=blocking1.9+
|
2008-03-19 22:58:48 -07:00 |
|
vladimir@pobox.com
|
9d8726a204
|
b=418294; MacOS X - text in pop-up <select>s is not vertically centered (1px too low); r=josh,sr=stuart
|
2008-03-19 16:01:34 -07:00 |
|
dholbert@cs.stanford.edu
|
203b5735e3
|
Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) Orig Patch: [r=ventron sr=roc] Updates: [r=ventron r+sr=vlad] a=blocking1.9+
|
2008-03-19 13:51:42 -07:00 |
|
Olli.Pettay@helsinki.fi
|
371b713123
|
Bug 329385, additional patch, r+sr=jst
|
2008-03-19 13:18:41 -07:00 |
|
smichaud@pobox.com
|
431b14a35f
|
Stop native events being processed via Gecko (via ProcessNextNativeEvent()) during native app-modal dialog. b=419668 r=josh sr=vlad
|
2008-03-19 12:43:05 -07:00 |
|
Olli.Pettay@helsinki.fi
|
160640b979
|
Bug 329385, r+sr=jst
|
2008-03-18 17:06:22 -07:00 |
|
reed@reedloden.com
|
23c78f2ceb
|
Bug 422366 - "AIX Compilation error for trunk build source nsCOMPtr.h : The base class "nsISelection" is declared but not defined." [p=shailen.n.jain@gmail.com (Shailen) r+sr=roc a1.9=beltzner]
|
2008-03-18 12:43:51 -07:00 |
|
reed@reedloden.com
|
63168c0f1d
|
Bug 423563 - "Map mouse buttons 6-7 to horizontal scrolling on Linux" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner]
|
2008-03-18 12:36:09 -07:00 |
|
reed@reedloden.com
|
084b89255f
|
Bug 423236 - "Tree view headers should correctly tell the GTK engine if its sorted or not" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner]
|
2008-03-18 12:35:23 -07:00 |
|
reed@reedloden.com
|
afebaa5156
|
Bug 422906 - "Change a big toplevel "if(...) { <code> }" introduced by bug 415163 to an "if(!...) return; <code>"" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r+sr=roc a1.9=beltzner]
|
2008-03-18 12:31:50 -07:00 |
|
mozilla@weilbacher.org
|
cc0fe5279f
|
[OS/2] Bug 353011: make bookmark tooltips and popups appear in front of the bookmarks menu, p=mz@scntt.de, r=me
|
2008-03-18 02:35:49 -07:00 |
|
smichaud@pobox.com
|
2e12c6fc09
|
Discard reentrant plugin events for CoreGraphics plugins as well as for QuickDraw plugins. b=409615 r=josh sr=roc
|
2008-03-17 08:37:05 -07:00 |
|
reed@reedloden.com
|
c1a91cd6dd
|
Bug 415830 - "Combobox appearance should match the native ComboBox widget and not OptionMenu" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=twanno r=Ventron sr=roc a1.9=beltzner]
|
2008-03-16 14:05:46 -07:00 |
|
mats.palmgren@bredband.net
|
084a8335cb
|
Block native event processing in the appshell while processing gecko events from a nested native event loop. b=420148 r+sr=roc a=blocking1.9
|
2008-03-14 18:12:13 -07:00 |
|
vladimir@pobox.com
|
b0ab8d9627
|
b=422248, mac buttons look bad since bug 418497, r=josh,sr=stuart
|
2008-03-14 12:29:32 -07:00 |
|
reed@reedloden.com
|
a6939f1ab8
|
Bug 422531 - "Add back code so as to not regress bug 395334 again" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner]
|
2008-03-14 09:26:13 -07:00 |
|
dholbert@cs.stanford.edu
|
dfa358c900
|
Backing out Bug 417356, due to pagination reftest failures.
|
2008-03-14 01:50:13 -07:00 |
|
roc+@cs.cmu.edu
|
44ccce867e
|
Bug 380115. Handle situations where the GTK widget is huge and its associated X drawable is positioned at some offset relative to the GTK widget's origin. r=vlad
|
2008-03-14 01:08:18 -07:00 |
|
dholbert@cs.stanford.edu
|
b847cc90cc
|
Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) r=ventron sr=roc a=blocking1.9+
|
2008-03-14 00:48:04 -07:00 |
|
joshmoz@gmail.com
|
8c00f7efd8
|
Fix cmd-tilde for various keyboard layouts by trusting event handled status for command key events. b=417466 r=masayuki sr=roc
|
2008-03-13 18:08:04 -07:00 |
|
mozilla@weilbacher.org
|
218c153c4b
|
[OS/2] Bug 411578: add headers of the Remote Workplace Server package (RWS08) to the tree to support the build on OS/2, r=mkaply
|
2008-03-13 16:13:10 -07:00 |
|