Ginn Chen
ef98dccc8f
Bug 472635 Do nothing if im contexts don't match r=masayuki,masaki.katakai sr=roc
2009-01-14 15:10:52 +08:00
Markus Stange
396efce821
Bug 473183 - Some controls don't accurately hit their drawRect on 10.4, r=josh
2009-01-12 20:25:43 +01:00
Markus Stange
c7c13f5352
Bug 472734 - Don't round the top left corner of submenus that open to the right, r=josh sr=roc
2009-01-12 20:23:51 +01:00
Markus Stange
6b326adb85
Bug 468507 - Use DrawCellWithSnapping when drawing push buttons, r=josh sr=dbaron
2009-01-12 20:22:59 +01:00
Benjamin Smedberg
c0b8dd79be
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
...
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted
Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.
r+sr=roc
nsITextControlFrame didn't have an IID the first time around, but this wasn't a compile error because nsITextControlFrame::kFrameIID inherited from nsIFormControlFrame::kFrameIID. I've added a static analysis pass to verify the correct behavior, since I can't figure out a way to make the compiler do it.
--HG--
extra : rebase_source : 4894a2ca0278e2ab92f27459db77165f8348cf41
2009-01-12 14:20:59 -05:00
Honza Bambas
80c3044c6e
Bug 400568 - Keyboard Back/Forward keys sending VK_BROWSER_BACK/FORWARD go back/forward twice, r=emaijala, sr=ocallahan
2009-01-12 20:17:52 +01:00
Boris Zbarsky
4b848806e8
Bug 472487. Use the default filename in modeOpen in the Mac filepicker (e.g. so that file inputs prefill the currently-selected file in the filepicker). r=josh, sr=roc
2009-01-12 10:43:27 -05:00
Phil Ringnalda
3aa3463445
Fix spelling of uncommited since we remain committed to builds, even with a CLOSED TREE
2009-01-11 15:51:40 -08:00
Phil Ringnalda
09b153d3da
Fix spelling of accomodate since we can accommodate more builds in the CLOSED TREE
2009-01-11 11:13:26 -08:00
Peter Weilbacher
3a7735a2da
[OS/2] Bug 443112: sync README files of all three apps with information for Gecko 1.9.1; add Java version requirements and update web links
...
(OS/2 only, so does not affect a CLOSED TREE)
2009-01-10 13:31:01 +01:00
Benjamin Smedberg
b0f322f21c
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
...
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted
Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.
r+sr=roc
This patch locally causes two REFTEST-UNEXPECTED-PASS for Bidi stuff. It's possible that I accidentally fixed a bug, but I'm not sure, so I'm going to wait for the tinderboxes to confirm my local results.
2008-11-05 14:25:30 -05:00
Dão Gottwald
52ad6d1743
Bug 471921 - use proper CSS instead of first-tab, last-tab and afterselected attributes. r=gavin
2009-01-09 10:57:57 +01:00
Michael Ventnor
f91d268ecc
Bug 472488. Need to pass correct directory as part of filename in gtk_file_chooser_set_filename. r+sr=roc
2009-01-09 13:30:57 +13:00
Michael Ventnor
3d25173fa9
Bug 427488. Enable use of provided default filename for file open dialogs in GTK. r+sr=roc
...
--HG--
extra : rebase_source : ff4f6363e52c4dbda82d81bfbbbef43e5311e772
2009-01-08 21:16:13 +13:00
Steven Michaud
6a9b130b93
Delete event tap correctly. b=436897 r=josh sr=roc
2009-01-07 17:03:56 -06:00
timeless@mozdev.org
e4fcfd9302
Bug 421229 - nsIFilePicker.fileURL comment is wrong, r=neil
2009-01-06 21:33:04 -08:00
Doug Turner
c9038393a9
Bug 464091 - Modify windows widget to work for windows ce. This should have been removed when I merged to the tip. Thanks :emk for pointing this out
2009-01-06 19:19:38 -08:00
Markus Stange
0b1010b73b
Bug 449442 - Change -moz-appearance: statusbar on Mac OS X to draw a dark chrome statusbar with a gradient. ui-r=faaborg r=josh sr=roc
2009-01-06 16:46:59 +01:00
Masayuki Nakano
a85bcd844b
Bug 469164 Implement nsSound::PlaySystemSound of Cocoa r=josh, sr=roc
2009-01-06 23:57:22 +09:00
Doug Turner
c3b49a4e2a
Bug 464091 - Modify windows widget to work for windows ce. r=emaijala / sr=pavlov
2009-01-05 10:17:44 -08:00
Dão Gottwald
de19ee8a7e
Bug 471923 - kill tab-left-edge and tab-right-edge -moz-appearance values. r+sr=roc
2009-01-04 15:01:48 +01:00
Olli Pettay
89b7cee249
Bug 471883 - Gesture events should be dispatched to the element under mouse, not to document. r+sr=roc
2009-01-03 14:40:26 +02:00
Serge Gautherie
c083ed85b1
Bug 471877 - Cleanup GTK includes; bustage fix (= revert nsPrintDialogGTK.cpp and nsPrintSettingsGTK.h too) for
...
changeset 043671bf5dfc
Bug 471877 - Cleanup GTK includes; r+sr=roc
2009-01-03 09:43:24 +01:00
Serge Gautherie
f7b5ba3416
Bug 471877 - Cleanup GTK includes; bustage fix (= revert nsDeviceContextSpecG.h) for
...
changeset 043671bf5dfc
Bug 471877 - Cleanup GTK includes; r+sr=roc
2009-01-03 09:25:40 +01:00
Arpad Borsos
545b33f3af
Bug 471877 - Cleanup GTK includes; r+sr=roc
2009-01-03 08:37:52 +01:00
Vladimir Vukicevic
b29bda7fc1
b=459648, crash in DragLeave while hovering over marquee and using ondragenter display none; r=enndeakin
2009-01-02 14:06:40 -08:00
Markus Stange
7e7fec38f0
Bug 470711 - Newly modernized tabs look cut off if the last one is hidden, r=josh r+sr=roc
2009-01-02 22:02:50 +01:00
Jonathan Kew
5da560a3b6
Bug 466599 - wrap HTML on system pasteboard to provide charset metadata, fixes paste/drag into rich-text NSTextView destinations; r=(joshmoz + roc) sr=roc
2009-01-01 15:26:16 +01:00
Masatoshi Kimura
92fbd980f1
Bug 471471 - Narrow window class name is no longer used; r+sr=roc
2008-12-30 06:39:24 +01:00
Masayuki Nakano
fae6e0bf60
Bug 466408 [OSX] First use of dead keys always shows incorrect behavior r=smichaud, sr=roc
2008-12-27 13:41:35 +09:00
L. David Baron
dd8e693640
Make the Windows widget code report 24-bit color depth when the display driver reports 32, since it's the same number of bits per pixel. (Bug 466669) r=vlad
2008-12-23 09:06:56 -05:00
Michael Ventnor
619aafba66
Bug 470165 - Cleanup the GTK nsFilePicker code; r+sr=roc
2008-12-21 02:33:04 +01:00
Joe Drew
213e7503f9
Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad
2008-12-19 17:35:50 -05:00
Steven Michaud
7772a1ad90
Let the OS manage repaints on its own. b=459319 r=vlad,roc sr=roc
2008-12-18 15:37:16 -06:00
Peter Van der Beken
53746baf9b
Backed out changeset bdef726fb656 (Txul/Twinopen regression on Linux)
2008-12-18 10:58:18 +01:00
Oleg Romashin
ce8867af72
Bug 469756 - GDK_EXTENSION_EVENTS_CURSOR option is not enabled for gdk window. r=roc.
2008-12-18 09:51:18 -05:00
Michael Ventnor
c315ea23fc
Bug 469635. Try to find the right Alsa library to quieten. r+sr=roc
2008-12-18 16:47:41 +13:00
Michael Ventnor
df41cedfd4
Bug 469635. Hold a reference to the Alsa library while we tell it to shut up, so that it doesn't get unloaded and forget about our request. r+sr=roc
2008-12-18 14:22:22 +13:00
Masayuki Nakano
dda7039b4e
Bug 226784 Caret display problems with Korean input methods in Windows r=VYV03354+ere, sr=roc
2008-12-17 17:05:44 +09:00
Michael Ventnor
15c62c2f00
Bug 469635. Silence ALSA warnings when there is no sound device. r+sr=roc
...
--HG--
extra : rebase_source : 81cb6c89ffffd534a478151a7aa450c42b36a469
2008-12-17 15:16:01 +13:00
Joe Drew
94ad80e45c
Merge backout of bug 469756 for bug 469809.
2008-12-16 14:53:42 -05:00
Joe Drew
f3f3d232bb
Backed out changeset 0c0bf7bd8e7b for bug 469809
2008-12-16 14:52:42 -05:00
Steven Michaud
0c449d3f05
Avoid dropped control-key events by making LastModifierState global. b=463802 r=masayuki,josh sr=roc
2008-12-16 10:50:19 -06:00
Oleg Romashin
77b8def5a4
Bug 469756 - GDK_EXTENSION_EVENTS_ALL option is not enabled for gdk window. r=roc.
2008-12-16 10:46:01 -05:00
Tom Dyas
06622e85df
Support Mac OS X services. b=135268 r=josh sr=roc
2008-12-15 15:56:29 -05:00
Markus Stange
c3b3515aed
Bug 469683 - Wrong context menu transparency, r=josh sr=roc
2008-12-15 21:27:30 +01:00
Markus Stange
8584106ec7
Bug 469137 - Initialize topLevelWidget in nsBaseWidget::GetTopLevelWidget, r=roc.
2008-12-15 14:43:48 +01:00
Markus Stange
243ef9dddf
Crashtest for bug 460349, r=roc
2008-12-15 14:43:40 +01:00
Mats Palmgren
65f4d85534
Remove consecutive pending duplicate KeyPress events to the same window. b=301029 r=karlt sr=roc
2008-12-15 12:34:05 +01:00
Michael Ventnor
749c72a1c9
Bug 419275 - "support for gnome's sounds" (Followup) [r+sr=roc]
2008-12-14 22:48:52 -08:00
Antonio Gomes
f3cdcb4cfa
Bug 460128 - "autocomplete suggestions will dynamically use form input, including password fields" [r+sr=roc]
2008-12-14 22:43:25 -08:00
Masayuki Nakano
cf031b59f1
Bug 272847 Text input via IME does not work in windowless Flash movie r=ere+josh, sr=roc
2008-12-15 12:54:54 +09:00
Chris Pearce
6e385694e2
Bug462570 - Change Network state and Ready state names in HTMLMediaElement to match spec - r=doublec sr=roc
2008-12-15 16:38:16 +13:00
Michael Ventnor
4837e65563
Bug 419275 - "support for gnome's sounds" [r+sr=roc]
2008-12-12 15:39:02 -08:00
Oleg Romashin
97998e63cc
Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc.
2008-12-11 18:55:15 -05:00
Markus Stange
a376c848de
Bug 462233 - Checkboxes and radio buttons being squashed / stretched horizontally on Mac, r=josh r=bzbarsky sr=dbaron
2008-12-11 15:48:30 +01:00
Markus Stange
58b8637d6c
Bug 460899 - Change -moz-appearance: toolbar on Mac OS X to draw dark chrome toolbars, r=roc
2008-12-11 15:48:13 +01:00
Markus Stange
b7499a79eb
Bug 391984 - [10.5] Add roundness to context menus, r=josh sr=roc
2008-12-11 15:37:38 +01:00
Robert Sayre
aed1c9b1c7
Merge
2008-12-11 02:43:25 -08:00
Robert Sayre
a3d0543b52
backout bug 428988, checked in on persistent orange.
2008-12-11 02:43:04 -08:00
Robert Sayre
f7012f30f5
Backout JOEDREW! patches for bug 89419 and bug 393936. Looks like they make mochitest leak.
2008-12-11 01:27:58 -08:00
Oleg Romashin
cdc0cc485e
Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc.
2008-12-11 03:04:46 -05:00
Joe Drew
58af4dd1ae
Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad
2008-12-10 16:25:34 -08:00
Steven Michaud
460fad9c68
Avoid crashing on non-fatal Objective-C exceptions caused by a 10.4-only Apple bug. b=461381 r=josh sr=roc
2008-12-10 15:42:00 -06:00
Masayuki Nakano
24876a0e75
Bug 83056 Add support for windows sounds to Menus r=enndeakin, sr=roc, ui=jboriss
2008-12-11 02:23:20 +09:00
Wolfgang Rosenauer
1904170050
Bug 468804 - casting to pointer explicitely in g_object_set_data() calls; r+sr=roc
2008-12-10 16:53:28 +01:00
Markus Stange
e8e9b2a147
Bug 468498 - Add color -moz-mac-disabledtoolbartext for disabled text in toolbars. r=roc
2008-12-09 17:48:51 +01:00
Masatoshi Kimura
b18251f3ae
Bug 468419. Fix loading of the application window icons on Windows. r+sr=roc
2008-12-09 13:36:13 +13:00
Masatoshi Kimura
a24304e08b
Bug 467038 - Get rid of nsWindow::DefaultWindowProc; r+sr=roc
2008-12-08 02:26:59 +01:00
Peter van Hardenberg
11574d5aea
Bug 463493 - path of x-moz-file flavour on linux is url-encoded; r+sr=roc
2008-12-06 17:27:53 +01:00
Rob Arnold
a54bcea691
Bug 457997 - autohiding glass panels don't display properly. r=vlad
2008-12-06 13:21:26 +01:00
Markus Stange
a715224d9b
Bug 450800 - Add -moz-appearance: searchfield on Mac OS X; general NSCell drawing cleanup. r=smichaud sr=roc
2008-12-06 12:40:58 +01:00
Masayuki Nakano
890442a108
Bug 424663 crashes [@ CalcCharacterPoisitionAtoW][@ imm32.dll@0x3e24] involving Chinese IME r=VYV03354+ere, sr=roc
2008-12-06 18:27:30 +09:00
Masayuki Nakano
a4824a0737
Bug 465461 esc key input does not restore IME state r=josh,sr=roc
2008-12-06 18:23:55 +09:00
Peter Weilbacher
b65ee23e18
[OS/2] Bug 460247: move the OS/2 README.txt files out of the locale directories (mozilla-central part), r=ted
...
--HG--
rename : browser/locales/en-US/os2/README.txt => widget/src/os2/README.firefox
2008-12-05 22:11:22 +01:00
Peter Weilbacher
f10ce4fde5
Bug 448512: fix crash on quit on Linux (and Solaris) with active Xinerama, r=dbaron, sr=roc
2008-12-05 10:16:16 +01:00
Masayuki Nakano
e3e2bd2e60
Bug 463209 No sound when message box is opened (alert/confirm) r=roc+neil, sr=roc, ui=jboriss
2008-12-05 16:29:17 +09:00
Steven Michaud
1ac7742bc5
Crashtest for bug 464589. b=464589 r=josh sr=roc
2008-12-04 11:12:19 -06:00
L. David Baron
12a5dbd339
Make FindBestWindow faster when there are a lot of windows (many of which may be Firefox windows). (Bug 467635) r+sr=roc
2008-12-04 08:09:53 -08:00
Steven Michaud
74a1dd1aa7
Crash with bitmap buffer that's too large. b=464589 r=mstange,josh sr=roc
2008-12-03 10:38:59 -06:00
Neil Rashbrook
31163ea913
Bug 462683 Better fix for invalid PRUint16* -> PRUnichar* conversion r=ere sr=roc
2008-12-03 12:22:14 +00:00
Michael Ventnor
5bfa5aac90
Bug 344023. Clamp offscreen buffer size to avoid crashes on huge windows. r+sr=roc
2008-12-03 14:18:58 +13:00
Josh Aas
c573136f00
don't use method selectors unnecessarily in cursor code. b=464313 r=smichaud sr=roc a=beltzner
2008-11-28 17:43:29 -05:00
Gavin Sharp
a1bc82e9c2
Bug 462887: document ignoreScrollFrame argument in nsLayoutUtils, rename it to ignoreRootScrollFrame, r=roc, sr=bzbarsky, a=beltzner
2008-11-28 14:53:33 -05:00
Michael Ventnor
67a9018fe5
Bug 136941 - Filters from filepicker.properties should should have case insensitive test
...
r+sr=roc a1.9.1=beltzner
2008-11-27 20:09:50 -08:00
Markus Stange
25585af194
Bug 458297 - Form widgets and scrollbar should not be grayed when clicking on menus or dock stacks. r=smichaud, sr=roc, a191=beltzner
2008-11-27 23:38:24 +01:00
Markus Stange
23c386bd1c
Bug 465348 - GrayText color is too dark on 10.5. r=josh, sr=roc, a191=beltzner
2008-11-27 23:30:12 +01:00
Markus Stange
5587c1628e
Bug 231313 - Change -moz-appearance: tab on Mac OS X to draw new-style tabs. r=roc, a191=beltzner
2008-11-27 23:16:13 +01:00
Markus Stange
7a424bea98
Bug 465402 - Tree header cells shouldn't draw borders around them, only between each other. r+sr=roc, a191=beltzner
2008-11-27 23:14:54 +01:00
Masayuki Nakano
5ccb7c4313
Bug 294688 clicking on applet or flash after context menu opens, does not close context menu r=ere+roc, sr=roc, a=beltzner
2008-11-27 14:42:18 +09:00
Masayuki Nakano
8f601f6e6c
backout the latest landing b=463209
2008-11-27 12:29:44 +09:00
Masayuki Nakano
3b75800590
Bug 463209 No sound when message box is opened (alert/confirm/prompt/etc...) r+sr=roc, ui-jboriss, a=beltzner
2008-11-27 11:50:35 +09:00
Oleg Romashin
588d9fb6c7
Bug 459780 - X11 event compression isn't handling extension events on maemo. r=roc, a=approval1.9.1+
2008-11-26 15:43:36 +02:00
Masayuki Nakano
fb8d4cfe90
Bug 462658 Folder drop down in Bookmarks contextual dialog cannot be closed r=ere, sr=roc, a=beltzner
2008-11-18 15:15:24 +09:00
Jim Mathies
892d6df1f2
bug 440911: Add CF_HDROP support back into Windows drag and drop data object (dragging images to some applications, e.g. PhotoShop, fails); r=emaijala, approval1.9.1b2=beltzner
2008-11-14 14:23:02 -08:00
Stuart Morgan
4f93bbbe69
Bug 156583: Stray QuickTime, Real, or Java plugin frame can appear after switching to another tab. r=smichaud, sr=roc, a1.9.1b2=beltzner
2008-11-14 10:24:16 +00:00
Josh Aas
9b47518430
Fix for bug 420363 (Scrollbars missing due to <meta http-equiv="MSThemeCompatible" content="no">). r=mstange, sr=bzbarsky, a=beltzner.
2008-11-13 17:52:32 +01:00
Steven Michaud
558fc70651
Extremely slow scrolling on OS X with CSS "overflow: auto" and large HTML page. b=428070 r=josh sr=roc a=beltzner.
2008-11-12 09:14:59 -06:00
Markus Stange
8ac0c55e32
Bug 462245 - Remove override of +[NSGrayFrame drawBevel:...] because it's unnecessary and causes a crash with ShapeShifter on 10.4, r=josh sr=roc a=beltzner
2008-11-12 14:18:18 +01:00
Oleg Romashin
a69d2db7f8
Backed out changeset 23ac0ea522e8 due to old Gtk used on boxes and makes it burn
2008-11-12 10:10:55 -05:00
Oleg Romashin
62747013f7
Bug 459780 - X11 event compression isn't handling extension events on maemo. r=roc, a=beltzner
2008-11-12 09:58:06 -05:00
Masayuki Nakano
d53927fa93
Bug 462995 Cannot type 2 or more characters from software keyboard r=josh+smichaud, sr=roc, a=beltzner
2008-11-12 15:35:00 +09:00
Graeme McCutcheon
f994c7fe02
b=451204 new highlight color r+sr=roc r+a1.9.1b2=mconner
2008-11-11 11:10:25 +13:00
Rob Arnold
cf7fca4074
Bug 457997 - Autohiding glass panels don't display properly r=vlad,dao
2008-11-10 16:53:32 +01:00
Jesse Ruderman
4e70aa7274
Add crashtest for bug 460387
2008-11-09 19:20:29 -08:00
Vladimir Vukicevic
a93b615c31
b=454473, win32 bookmarks toolbar repopulates after resize; r=robarnold, sr=dbaron
2008-11-06 18:32:28 -08:00
Steven Michaud
c0a29b5c2a
10.4-only top crash at [@ nsNativeThemeCocoa::DrawCellWithScaling]. b=458961 r=mstange,stuart.morgan sr=vlad a=vlad
2008-11-09 16:30:46 -06:00
Joe Drew
ff25e6d5b4
Merge backout
2008-11-07 15:02:36 -05:00
Joe Drew
2cfff3b2ca
Backed out changeset 6bedb1e92dd0 due to refcount leaks
2008-11-07 15:01:35 -05:00
Steven Michaud
af9f27d783
Infinite loop (and stack overflow) on mouse-moved with ctrl-tab panel. b=463285 r=josh sr=vlad
2008-11-07 13:58:52 -06:00
Joe Drew
eeb6de683a
Bug 393936 - Cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call CancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). r=bz, sr=pavlov, a=blocking1.9.1+
2008-11-07 14:35:22 -05:00
Atul Varma
978c4f7a85
Bug 428096. Make clipboard and drag-and-drop import and export HTML on Mac. r=josh,sr=roc
2008-11-07 14:08:35 +13:00
Robert O'Callahan
bdeeace995
Bug 458487 - 'Rework image snapping logic'. r=vlad+joedrew, sr=dbaron
2008-11-04 14:01:21 -08:00
Markus Stange
bbeaacb82b
Bug 462793 - Changing listbox selection with keyboard no longer scrolls to make the newly selected item visible, r+sr=roc
2008-11-04 15:38:16 +01:00
Phil Ringnalda
5ac69655c0
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
2008-11-03 19:46:28 -08:00
Alexander Surkov
d480b595f3
Bug 386978 - get rid FireToolkitEvent, r=aaronlev, sr=benjamin
2008-11-04 11:36:36 +08:00
Markus Stange
1c443cb9a9
Bug 459708 - Remove -moz-appearance values "radio-small" and "checkbox-small", r=roc
2008-11-03 14:12:59 +01:00
Alexander Surkov
7cd576d036
Bug 461920 - remove nsPIAccessNode, r=marcoz, aaronlev, sr=neil
2008-11-01 11:58:07 +08:00
Dave Townsend
85b01aaa4a
Bug 461594: Interfaces changed without iid updates. r=josh, r=jst
2008-10-31 10:31:43 +00:00
Mook (sb)
4034ab9663
Bug 442419 - allow custom max for progressmeter; r=enndeakin, sr=roc
2008-10-30 13:04:23 +03:30
Robert O'Callahan
79fe3a25fc
Fixing bustage
2008-10-29 22:48:16 -07:00
Josh Aas
d2b0928e98
support testing of lazy update behavior in native menu tests. b=446352 r=mstange sr=roc
2008-10-29 22:36:01 -07:00
Robert O'Callahan
f17bef65a3
Bug 458928. Render windowed Windows plugins using PrintWindow when necessary, and use gfxWindowsNativeDrawing for windowless plugins so we can draw them correctly under all circumstances. r=vlad,sr=jst
2008-10-29 22:28:25 -07:00
Zack Weinberg
59442236e8
Bug 168117 - Need to implement nsIWidget::SetParent on the Mac; v4; r=(joshmoz + smichaud) sr=roc
2008-10-29 06:19:42 +01:00
Serge Gautherie
9bdc331184
Bug 78388 - Fix uses of |new nsAutoString / nsCAutoString|; (Ev1c) <nsWindow.*>; r=emaijala sr=mats.palmgren
2008-10-29 03:02:59 +01:00
Gavin Sharp
01ceb9b6f0
Fix warning introduced by bug 459604
2008-10-28 18:47:37 -04:00
Honza Bambas
22f6be3909
Bug 455871 - [mac] Regression: drag & drop is not working at all after some-time of browser usage; fix, v2 + colorpicker test update; r+sr=roc
2008-10-28 05:44:29 +01:00
Jonathan Steele
33e968c521
Bug 460310 - Remove Dead Code in nsWidgetSupport.cpp/h; r+sr=roc
2008-10-28 04:16:13 +01:00
Gavin Sharp
cdb24f48bb
Bug 459604: add an optional parameter to SendMouseEvent to ignore the scroll frame, r+sr=roc
2008-10-27 16:16:23 -04:00
Peter Weilbacher
4b53e3a4d6
[OS/2] Bug 454956: fix OS/2 build break with GCC 3.4.6 or newer, part 4: add prototype for nsDragWindowProc helper in nsDragService.cpp, r=wuno
2008-10-26 23:02:42 +01:00
Brad Lassey
06611e4c3a
Bug 461283 - Crash [@ fastcopy_I ] - printing broken r=vlad
2008-10-24 01:21:15 -04:00
tdyas@zecador.org
d7aca1d1b8
Bug 412486 - widget/event-detection support for multi-touch trackpad gestures, r=smaug,josh, sr=roc
2008-10-23 23:15:20 +03:00
Olli Pettay
c339c926c2
backout Bug 455871
2008-10-23 18:51:15 +03:00
Honza Bambas
3af0e872d2
fix: drag & drop not working at all after some-time of browser usage. b=455871 r=josh sr=bz
2008-10-23 01:36:37 -04:00
Markus Stange
8f79c09f7a
Bug 460349, r+sr=roc
2008-10-22 18:39:08 +02:00
Neil Rashbrook
d1313b77df
Bug 456374 disabled attribute doesn't update native submenu r=josh sr=roc
2008-10-22 17:07:45 +01:00
Joshua Cranmer
df3442cd30
Bug 460979 - nsIdleServiceGTK.cpp crashes if no X display. r/sr=roc
2008-10-21 23:35:30 -04:00
Brad Lassey
a26de85f53
Bug 459674: widget printing wide char fixes r=stuart sr=roc
2008-10-21 20:54:26 -04:00
Steven Michaud
c3f38cb3f6
Typing focus lost when using any Midas buttons. b=314160 r=josh sr=vlad
2008-10-21 17:15:08 -05:00
Josh Aas
65d6422c7d
Back out 168117, outdated reviews and patch.
2008-10-21 10:56:35 -04:00
Simon Fraser
d7431daa4d
Bug 168117 - "Need to implement nsIWidget::SetParent on the Mac" [r=pink sr=bryner]
2008-10-20 21:23:22 -05:00
Kathleen Brade
004b0a7965
Add support for retrieving PNG images from Windows clipboard. Bug 444800 (r=jmathies, mcs; sr=roc)
2008-10-20 11:21:02 -04:00
Reed Loden
c5ae4b8fb0
Branch merge for the backout of bug 459780.
2008-10-19 20:26:35 -05:00
Reed Loden
d770cb4148
Backed out changeset f678aac23eae from bug 459780 because it caused the regression in bug 460643.
2008-10-19 20:25:26 -05:00
Reed Loden
938dc7c55c
Possible fix to bustage from bug 459075.
2008-10-18 20:34:18 -05:00
John Daniels
fe0ee0cc17
Bug 459075 - "Unnecessary nsCommonWidget class in GTK code" [r+sr=roc]
2008-10-18 20:13:27 -05:00
Masayuki Nakano
e2bca84fc5
Bug 460556 tests for bug 460500 r+sr=roc
2008-10-18 17:37:59 +09:00
Masayuki Nakano
bfbe456722
Bug 460500 Ctrl-Tab panel doesn't close when releasing the ctrl key r+sr=roc
2008-10-18 12:48:09 +09:00
Chris Toshok
524f11cbbd
Bug 459780 - X11 event compression isn't handling extension events on maemo; r+sr=roc
2008-10-18 00:38:49 +02:00
Steven Michaud
7bedd8ee82
Firefox hangs if Gecko-modal dialog opens under Cocoa-app-modal dialog. b=436473 r=josh sr=roc
2008-10-17 16:58:47 -05:00
Masayuki Nakano
d8816660bc
Bug 459820 Need automated tests for Caps Lock key events r+sr=roc
2008-10-16 12:04:39 +09:00
Markus Stange
d71fce24e4
Bug 456430 - Fix compiler warnings in widget/src/cocoa/ introduced by bug 439354, r=josh sr=roc
2008-10-15 15:01:10 +02:00
Markus Stange
65b474ab91
Bug 450944 - Implement -moz-window-shadow functionality on Mac OS X, r=hwaara sr=roc.
...
This patch turns on window shadows for transparent windows by default, so the identity popup and the "edit bookmarks" popup will get a shadow, too. ui-r=faaborg
2008-10-14 17:33:40 +02:00
Kathleen Brade
2558b03b0f
Backing out bug 444800
2008-10-14 10:14:30 -04:00
Kathleen Brade
b5407d3410
Backing out bug 444800
2008-10-14 10:06:35 -04:00
Markus Stange
76962c580a
Bug 377439 - Make scrollbars live to scrollbar style changes in the system prefs, r=roc
2008-10-14 15:31:09 +02:00
Masayuki Nakano
ae0b7de20c
Bug 440457 AltGr+9 and AltGr+0 don't type 9 and 0 respectively in Lithuanian keyboard r=ere, sr=roc
2008-10-14 15:01:51 +09:00
Masayuki Nakano
9999aed974
Bug 457523 Caps Lock key events are never fired from cocoa widgets r=josh, sr=roc
2008-10-14 03:07:27 +09:00
Markus Stange
143598cc8e
Bug 394892 - Draw checkboxes and radiobuttons with NSButtonCell, r=josh sr=dbaron
2008-10-13 18:58:40 +02:00
Chris Toshok
746dcadd5b
Bug 459532 - Faulty event compression in gtk2 widget implementation; r+sr=roc
2008-10-13 04:32:56 +02:00
Serge Gautherie
d7448cfc45
Bug 459154 - test_bug343416.xul TEST-UNEXPECTED-FAIL on my Windows 2000; (Av1) text nits; r=roc
2008-10-13 02:03:27 +02:00
Serge Gautherie
8db395583e
Bug 455557 - <nsDataObj*.*>: update some variables which don't need to be pointers; Av1a2; r=emaijala sr=mats.palmgren
2008-10-12 18:34:26 +02:00
Arpad Borsos
4460c617be
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Kathleen Brade
127124a0cf
Add support for retrieving PNG images from Windows clipboard.
...
bug 444800 (r=jmathis, mcs; sr=roc)
2008-09-29 14:23:25 -04:00
Josh Aas
b164f1a048
comment change to kick off new builds
2008-10-08 01:18:07 -04:00
Rob Arnold
ee66532be4
Fix Aero-Glass on panels (round 2) for bug 451300 r=vlad
2008-10-01 02:05:27 -04:00
Vladimir Vukicevic
ba7b59ca12
Fix crash with transparent windows caused by bug 418454 r=robarnold
2008-10-01 02:03:32 -04:00
Steven Michaud
21ff5785d9
Crashes in objc_msgSend in nsChildView::StartDrawPlugin(). b=457337 r=josh sr=vlad
2008-09-30 16:39:09 -05:00
Arpad Borsos
efea680165
bug 445321 - remove --enable-glitz and related defines. r=vlad,ted
2008-09-30 13:53:38 -04:00
Jim Mathies
6c95c0a009
Bug 455884 - nsIDOMDataTransfer's dropEffect not updated after drag operation completes; r=enndeakin sr=roc
2008-09-28 22:57:33 +02:00
Robert O'Callahan
9617ccbc59
Backing out bug 448830
2008-09-28 23:13:58 +13:00
Jeremy Lea
b971d67ca6
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint their own types so that we can catch errors by distinguishing pixels from appunits. r+sr=roc
2008-09-28 20:38:34 +13:00
Doug Turner
80d3ef61c4
Bug 457032 - Windows Mobile compile fixes to widget. r=emaijala@kolumbus.fi
2008-09-27 15:40:34 -07:00
Robert O'Callahan
933a4085b6
Backing out bug 448830
2008-09-26 13:10:26 +12:00
Jeremy Lea
9848d4cb07
Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc
2008-09-26 10:42:19 +12:00
Josh Aas
1d44026ad5
Remove a lot of dead Mac code. Part of bug 456662. sr=pinkerton
2008-09-25 12:23:33 -04:00
Steven Michaud
4c09a4f386
[10.4] Esc key doesn't cancel out Ctrl+Tab panel (work around Apple bug). b=445531 r=josh sr=roc
2008-09-25 09:54:01 -05:00
Neil Deakin
756ecfd5e7
Bug 455287, Mac implementation of nsDragService::IsDataFlavorSupported doesn't check urls [r=joshmoz,sr=roc]
2008-09-25 15:30:20 +01:00
Josh Aas
a04e2e37a1
formatting cleanup for Cocoa printing impl. no bug. rs=roc
2008-09-24 22:26:58 -04:00
Doug Turner
ea3a25b0aa
Bug 455378 - WinCE missing APIs and Windows Messages (plus compiler warning), patch by wolfe, r=me, sr=pavlov
2008-09-23 16:16:11 -07:00
Peter Weilbacher
3e3e6dac32
[OS/2] Bug 253955: directly use MMOS2 for sounds, r=mkaply
...
version 4: with threading, safe copying of the sound buffer and support for
WAV,OGG,MP3,FLAC. General IOProc support was deactivated again. playSystemSound
is now properly tested.
2008-09-07 00:49:16 +02:00
Josh Aas
a16d6a9b7e
Fix assertion when creating a widget with null parent and null native data. b=455698 r=smichaud sr=bz
2008-09-22 16:44:46 -04:00
Steven Michaud
2c40412767
Crashtests for bugs 444260, 444864 and 449111. b=444864 r=josh sr=roc
2008-09-22 10:58:43 -05:00
Markus Stange
4fe204fc23
Bug 122000 - "Moz apps require restart to pick up highlight color changes in System Preferences" [r+sr=roc]
2008-09-22 11:09:32 +02:00
Markus Stange
b4e83b8cde
Bug 54488 - "[Mac] Non-draggable widgets in background windows should look disabled" [r=josh sr=roc]
2008-09-22 10:57:42 +02:00
Markus Stange
20443c7b3b
Backed out changeset 84bbd1f88fac (bug 403174)
2008-09-22 10:21:48 +02:00
Markus Stange
a4458a5627
Bug 403174 - [10.5] Make sheets attach to the toolbar, not to the titlebar. r=josh sr=roc
2008-09-19 19:17:57 +02:00
Oleg Romashin
75b3a9e410
Bug 455836 - Native theme for menulist widget (ff toolbar). r=vladimir.
2008-09-20 04:05:36 -04:00
Shawn Wilsher
bba511bcd5
Backed out changeset b3783fc5a9c9 (bug 455836) - TREE IS CLOSED!
2008-09-18 10:54:14 -04:00
Oleg Romashin
bf35ffc9cc
Bug 455836 - Native theme for menulist widget (ff toolbar). r=vladimir.
2008-09-18 12:45:04 -05:00
Robert O'Callahan
9c1776c82c
Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron
2008-09-18 21:47:21 +12:00
Vladimir Vukicevic
34f67149e8
Add -lXrender to non-libxul EXTRA_DSO_LDOPTS; bustage fix.
2008-09-17 14:32:43 -07:00
Vladimir Vukicevic
83d00e10df
b=450916; mobile gtk2 optimizations -- prefs for: force 24bpp everywhere; use a single pixmap for double-buffer backing store (bounded by screen dimensions); disable native theme; r=jeff,sr=stuart
2008-09-17 14:15:52 -07:00
Markus Stange
3f5e944b02
Bug 448767 - Make -moz-system-metric(mac-graphite-theme) live, r+sr=roc
2008-09-17 18:26:57 +02:00
Markus Stange
b8dab54f03
Bug 448767 - Add -moz-system-metric(mac-graphite-theme), r=vlad sr=dbaron
2008-09-17 18:23:58 +02:00
Steven Michaud
f45e7b1e54
Avoid crashes and performance problems with large cells (relanded). b=444864,444260,449111 r=josh sr=roc
2008-09-17 10:17:08 -05:00
Oleg Romashin
5d18b471fe
Bug 454269 - Popup menus drawn without borders. r=vladimir.
2008-09-17 17:40:06 +03:00
Markus Stange
e8033f14fa
Bug 449833 - Add platform colors -moz-mac-chrome-active and -moz-mac-chrome-inactive, r=josh sr=roc
2008-09-17 13:45:30 +02:00
Markus Stange
d6977e6d83
Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc
2008-09-17 13:27:19 +02:00
Arpad Borsos
0f7bad88af
Bug 454477 - Fix "unhandled enumeration value" warnings in widget/; r+sr=roc
2008-09-16 13:32:03 +02:00
Markus Stange
a35d35df1c
Bug 439354 - OS X toolbar background doesn't have a good gradient, part 2 / 3, r=hwaara sr=roc
2008-09-16 12:10:21 +02:00
Markus Stange
5a3b67e6d9
Bug 439354 - OS X toolbar background doesn't have a good gradient, part 1 / 3, r=hwaara sr=roc
2008-09-16 10:21:06 +02:00
Taras Glek
3340b34b3f
bug 454426: prbool fixes for widget/. r+sr=roc
2008-09-15 17:00:09 -07:00
Steven Michaud
43288ea6f7
Backing out f82532e1b6b5 due to reftest failures. b=444864,444260,449111
2008-09-15 12:32:18 -05:00
Steven Michaud
705f6d0c2c
Backed out changeset f82532e1b6b5 due to reftest failures (b=444864,444260,449111)
2008-09-15 12:30:43 -05:00
Antonio Gomes
83a04bdfc5
Bug 435885 - EntryCompletion popup not working properly; v3; r+sr=roc
2008-09-15 17:58:57 +02:00
Steven Michaud
81f107a8ef
Avoid crashes and performance problems with large cells. b=444864,444260,449111 r=josh,sr=roc
2008-09-15 09:46:46 -05:00
Shane Caraveo
eb0e28fef3
ctrl+mouseup should set mouse button to right button the same way mouse down does. b=451870 r=josh sr=roc
2008-09-15 08:50:59 -04:00
Jesse Ruderman
653d0284e7
Add crashtest
2008-09-14 00:37:23 -07:00
Rob Arnold
886fb4e4cc
Allow Aero Glass on popups r=vlad
2008-09-13 17:52:17 -04:00
Peter Weilbacher
feba708647
[OS/2] Bug 454956: remove superfluous semicolons to get OS/2 working with GCC 3.4.6, r=wuno@lsvw
2008-09-12 23:13:39 +03:00
Bobby Holley
a22f71377e
Fixing some endian-ness bugs for color management - bug 439704. r=vlad
2008-09-10 19:21:03 -07:00
Neil Deakin
a527bcd6ed
Bug 454224, Drag feedback should handle canvases not in a document, r+sr=roc
2008-09-10 12:57:58 -04:00
Neil Deakin
7db8870055
Bug 435848, don't allow xul popups in minimized windows, fix window.windowState property and window.restore() on Mac, r=josh,sr=roc
2008-09-10 12:57:57 -04:00
Brad Lassey
ce572f08cc
Bug 406837 - clicking on text input box or address bar doesn't raise virtual keyboard on n800 r=roc sr=roc
2008-09-10 12:12:58 -04:00
Honza Bambas
ce76425b64
Bug 296528 - Dragging file from Windows Explorer FTP into Firefox deletes the file. r=emaijala
2008-09-10 10:15:54 +02:00
Ted Mielczarek
f4576958c6
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
2008-09-09 13:59:11 -04:00
Masayuki Nakano
bfdfb7624f
Bug 452385 Bookmark This Page panel hangs Firefox when -moz-border-radius is used r=ere, sr=vlad
2008-09-10 02:22:12 +09:00
Ben Turner
af4ad79bb2
Bug 435848 - Backed out changeset 9b9968a7c755 due to failing unit tests.
2008-09-08 13:50:45 -07:00
Neil Deakin
dae6fe0b33
Bug 435848, don't allow xul popups in minimized windows, fix window.windowState property and window.restore() on Mac, r=josh,sr=roc
2008-09-08 12:09:35 -04:00
Serge Gautherie
2c2734e433
Bug 78388 - Fix uses of |new nsAutoString / nsCAutoString|; (Cv1a) <nsDataObj.cpp>; r=emaijala sr=mats.palmgren
2008-09-06 18:24:45 +02:00
Graeme McCutcheon
9d4bf7736b
Bug 451232 - Setting ui.* color pref to empty string or removing pref doesn't immediately reset color to default. r+sr=roc
2008-09-05 11:57:52 +02:00
Kai Liu
49b39b5574
Bug 433109 - Menu items suffer from vertical alignment problems on Windows, r=gavin,vlad
2008-09-04 20:20:18 -07:00
Steven Michaud
64c2ba5b69
Don't crash on Objective-C exceptions in hooked [NSWindow sendEvent:] method. b=442245 r=josh sr=roc
2008-09-04 11:08:30 -05:00
Mats Palmgren
cee1eb818f
Clamp window size to 32767px. b=451636 r+sr=vlad
2008-09-03 17:39:08 +02:00
Graeme McCutcheon
a812d2388d
Bug 451204 - Highlighted text is white on white text on a yellow background, difficult to read. r+sr=roc
2008-09-02 08:28:44 +02:00
Neil Deakin
9bf9bbd422
Bug 452083, drag and drop not working on Windows if effectAllowed isn't set, don't reuse the event for drops on Linux, causes the cancel flag to still be set from the previous event, r=smaug,sr=roc
2008-09-01 15:51:12 -04:00
Jason Orendorff
979242fda9
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
...
* * *
* * *
* * *
2008-08-19 21:38:24 -05:00
Ere Maijala
2d78d7a03d
Bug 212316 - Mozilla must handle WM_ENDSESSION message to cleanly unload in case of exiting or restarting windows, r=neil, sr=bsmedberg
2008-08-30 11:57:48 +03:00
Brian Crowder
d0e3b90beb
Bug 422792 - reduce narrow Windows API calls in widget, original patch by Brad Lassey <blassey@mozilla.com>, r=roc
2008-08-29 14:26:56 -07:00
Brian Crowder
6b9e4880ec
Backed out changeset 6b496b906af4, bug 422792
2008-08-29 13:37:23 -07:00
Brian Crowder
0cd62b63b9
Bug 422792 - reduce narrow Windows API calls in widget/, original patch by Brad Lassey <blassey@mozilla.com>, r=roc
2008-08-29 11:29:35 -07:00
Daniel Holbert
7ee9f18094
Bug 452438 - Null-check stored printer-name string before passing it to nsTSubstring::Equals(), to avoid triggering an assertion. r+sr=roc
2008-08-28 12:01:26 -07:00
Oleg Romashin
824e3963a4
Bug 452414 – Building of qtport drag service is broken after landing 356295. r+sr=roc
2008-08-28 20:55:40 +10:00
Peter Weilbacher
a0d81fe551
[OS/2] Bug 451346: implement nativehyperlinktext to get readable URLs in the location bar autocomplete, r=wuno@lsvw
...
Simply use blue color as OS/2 doesn't have a system property to query this kind of color.
2008-08-22 01:09:28 +03:00
Karl Tomlinson
d3afdf711b
remove dangling references from GdkWindows and add asserts, b=451341 r=roc
2008-08-28 14:04:06 +12:00
stefanh@inbox.com
28cb6d0dc9
Backing out bug 439354 (changesets a2709097171f and b54001303198) and the dependent bug 449833 (changeset 2b246e03252b) due to perf regressions on Leopard talos boxen.
2008-08-27 21:40:25 +02:00
Markus Stange
92af5a6689
Bug 449833 - Need a platform color for chrome background on Mac OS X. r=josh, sr=roc.
2008-08-27 18:07:36 +02:00
Markus Stange
7b14b4be8b
Bug 439354 - OS X toolbar background doesn't have a good gradient. Part 1 (widget). r=hwaara, sr=roc.
2008-08-27 17:45:24 +02:00
Neil Deakin
3bc01da920
Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc
2008-08-27 08:07:27 -04:00
Steven Michaud
2c8134bca7
Chrome test for bug 428405. b=428405 r=josh sr=roc
2008-08-26 12:08:34 -05:00
Markus Stange
df0d255fa3
Bug 432131: [10.4] Slight delay / flash / lag when window loses focus. r=josh, sr=roc
2008-08-26 13:41:23 +01:00
Josh Aas
7f8d4edd1f
Fix more comments and some whitespace issues.
2008-08-26 02:53:00 -04:00
Josh Aas
9b4bf37ea0
Fix more incorrect/outdated event handling comments.
2008-08-26 01:36:17 -04:00
Josh Aas
b6044c9223
remove nsIMouseListener interface. b=452118 r=smaug sr=roc
2008-08-25 20:02:26 -04:00
Boris Zbarsky
c0d734f153
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
2008-08-25 11:08:28 -04:00
Neil Deakin
92b66a1337
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
2008-08-25 21:56:29 +12:00
Vladimir Vukicevic
ad2790300b
Backed out bug 313403. (merge)
2008-08-20 13:28:49 -07:00
Vladimir Vukicevic
38e4acb069
Backed out bug 313403. (changeset 4460de8869d8)
2008-08-20 13:28:15 -07:00
Dave Townsend
43645ba179
Backout of bug 52352 due to increased leaks on the unit testers
2008-08-20 13:59:41 +01:00