Commit Graph

1487 Commits

Author SHA1 Message Date
Jeremy D. Lea
39f62f1364 Bug 431634 - Part 1 - clean up header pollution; r+sr=roc 2009-04-01 13:59:02 -08:00
Robert O'Callahan
160bdca11d Bug 476062. Instead of turning off -moz-appearance when an element has a box-shadow, just ignore the box-shadow. r+sr=dbaron
--HG--
extra : rebase_source : 68e79ec44afd089b93870a5d87ea549d5f04b9d6
2009-04-01 14:07:18 +13:00
Oleg Romashin
4532c4b76a Bug 483498 - Some nsILookAndFeel colors are not synchronized with nsXPLookAndFeel.cpp. r=roc. 2009-03-31 16:02:55 -04:00
Ginn Chen
8dea478fd9 Bug 484932 Printing Sun Java System Communications Express page caused a crash [@ moz_drawingarea_resize] r=roc 2009-03-31 18:03:43 +08:00
Tom Dyas
b86ed018a1 Bug 479093 - Text sent to services includes body of <script> tags. r=smaug, r=josh, sr=roc 2009-03-17 19:04:01 -07:00
Arpad Borsos
4be856d77c Bug 485958 - remove nsISupportsArray from widget; r+sr=roc 2009-03-30 20:08:06 +02:00
Serge Gautherie
e30ee26edd Bug 431503 - Create infrastructure to test processing of key events with different keyboard layouts; (Bv1) test_keycodes.xul: Fix non supported case, (+ nits); r=roc 2009-03-30 23:42:11 +02:00
Mats Palmgren
dd72b252c2 Initialize members. Return early in EndDocument() if mPrintJob is null - it means the print operation was aborted earlier. b=415327 r+sr=roc 2009-03-30 18:15:56 +02:00
Josh Aas
3a944b14f9 Don't try to get a key code from event character when there are no characters. Eliminates many "GetGeckoKeyCodeFromChar" warnings printed to console. b=485578 sr=roc 2009-03-29 17:38:37 -07:00
timeless@mozdev.org
918f906c4f Bug 245544 - nsBaseFilePicker::AppendFilters does not check for failure of getService, r+sr=neil 2009-03-29 12:51:41 -07:00
Jim Mathies
79314f164d Bug 376408 - XP touchup patch. r=vlad. 2009-03-28 17:39:39 -05:00
Markus Stange
2f5d364501 Bug 485451 - Redraw the titlebar when a *titlebarcolor attribute changes. r=josh, sr=roc 2009-03-28 12:03:50 +01:00
Serge Gautherie
7b04ff1157 Bug 462106 - Clear the data copied to clipboard inside the private browsing mode after leaving it; (Bv1) Add |ok(true, ...);|; r=roc 2009-03-27 18:58:09 +01:00
Marco Bonardo
a320d71605 Bug 237944 - The name of Bookmark dragged from IE is the same as URL, r=enn sr=roc 2009-03-27 15:31:12 +01:00
Asaf Romano
3dd3f44306 Bug 475066 attempt #2 -dragging a tab out of the browser window doesn't detach the tab (i.e. opens a window for that tab). r=enn, sr=jonas. 2009-03-27 09:50:03 +03:00
Ere Maijala
5e323b6f88 Try to fix WinCE bustage by ifndef'ing stuff from bug 313403. 2009-03-27 03:10:52 +02:00
Ere Maijala
7750f8e4e6 Fix for bug 313403: nsWindow::GetAttention should obey the system set FOREGROUNDFLASHCOUNT if aCycleCount = -1. r=neil, sr=roc 2009-03-27 02:15:41 +02:00
Jim Mathies
a6dc7ac184 Vista popup panel corner transparency fix. (r=vlad, sr=roc) 2009-03-24 19:51:57 -05:00
John Wolfe
50c8550d04 bug 475361 - idle service for windows ce r=emaijala 2009-03-23 21:25:56 -04:00
Doug Turner
a264b17617 Bug 482797, 482739. A few fixes for Windows Mobile Software Keyboard handling. r=blassey, sr=vlad 2009-03-23 18:10:36 -07:00
Markus Stange
d2d6ca4e03 Bug 481853 - -moz-mac-focusring color isn't quite right. r=josh, sr=roc 2009-03-23 12:05:46 +01:00
Neil Rashbrook
f31d701b7b Bug 482955 Textbox minimum width wrong on default Windows XP theme r=ere sr=roc 2009-03-21 20:38:24 +00:00
Josh Aas
a017628a07 Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg 2009-03-19 10:41:13 -07:00
Robert O'Callahan
6c5c6bf95d Bug 476062. Author-applied 'box-shadow' should cause elements to drop their native look. r+sr=dbaron
--HG--
extra : rebase_source : 6f5dfac238eb19be1b38cdd612e5dda8ac457e57
2009-03-18 13:32:08 +13:00
Steven Michaud
38ec188c19 File picker dialog sometimes doesn't close when Open/Save/Cancel is clicked. b=473467 r=josh sr=roc 2009-03-18 17:51:40 -05:00
Walter Doekes
ec26ce411b Bug 457147 - Thunderbird/Lightning hangs playing sound when calendar contains a certain event; r+sr=roc 2009-03-18 17:04:27 +01:00
Dão Gottwald
f2c307a6fc Bug 410719 - Windows CE bustage fix 2009-03-14 10:20:38 +01:00
Dão Gottwald
e06981f06c Bug 410719 - Menu buttons, menulists, autocomplete dropdown buttons and toolbarbuttons with menupopups should appear pressed when the menupopup is open. r=neil/vlad 2009-03-13 13:23:26 +01:00
Robert Strong
6cfb2b338a Bug 390734 - groupboxes need native theming on Windows. ui-r=faaborg, r+sr=vlad 2009-03-11 19:11:01 -07:00
Karl Tomlinson
9f0a0b9229 Remove extra closing parenthesis b=481881 2009-03-11 15:58:19 +13:00
Arpad Borsos
95ddb98720 Bug 481881 - use better template arguments for nsTArray<T> after bug 474369, widget part r+sr=roc 2009-03-11 15:26:03 +13:00
Ginn Chen
26cf21ff3c Bug 448512 Crash on quit [@ XCloseDisplay] r=dbaron 2009-03-10 14:27:41 +08:00
Matthew Gregan
9f3a5b2f76 Bug 470662 - Don't set paused to true when playback ends. Fix handling of playing/suspend attrs. r=chris.double, sr=roc
--HG--
extra : rebase_source : f5161f9a699015b41c4947b52624901786adc852
2009-02-27 00:55:30 +13:00
Jim Mathies
6b652e24f9 Bug 463088 - Tab tear off cursor touchup. sr=roc 2009-03-09 19:01:55 -05:00
Steven Michaud
bbb7c11183 Initialize trackInfo.scrollbar.pressState in nsNativeThemeCocoa::GetScrollbarDrawInfo(). b=481945 r=josh sr=roc 2009-03-09 17:03:16 -05:00
Steven Michaud
c6d21f322c Null out weak pointers when they become invalid. b=479749 r=josh sr=roc 2009-03-09 11:59:29 -05:00
Makoto Kato
bf53b76e2d Bug 480689 - DeCOMtamination patch breaks Qt build. r/sr=roc 2009-03-09 21:46:11 +09:00
Vladimir Vukicevic
344cee703e b=480088; use a single cached data block for painting with image surfaces on Windows CE; r=stuart 2009-03-08 22:08:41 -07:00
Vladimir Vukicevic
00248c4ba8 b=480789; fix WinCE focus issues with popups; r=dougt 2009-03-08 22:06:59 -07:00
Vladimir Vukicevic
eebaa00c01 b=479106; enable SetForegroundWindow call for CE, not just mobile; r=dougt 2009-03-08 22:06:59 -07:00
Masayuki Nakano
a405311dd3 Bug 477911 [TSF] crash after committing long IME transaction string at losing focus r=VYV03354, sr=roc 2009-03-09 11:38:12 +09:00
Masatoshi Kimura
40b8f76fb7 Bug 480111 - [TSF]mCompositionStart and mCompositionLength is not updated on WinXP; r=masayuki sr=roc 2009-03-08 10:39:03 +01:00
Mats Palmgren
1a50471aed Cancel a pending mDragLeaveTimer when the window is destroyed, and don't schedule more than one at a time. b=481568 r+sr=roc 2009-03-07 18:08:51 +01:00
Jim Mathies
492b851d97 Bug 463088 - Tab tear off cursor needs to be constant on Windows. r=enndeakin. 2009-03-06 11:54:29 -06:00
Ginn Chen
905f66fc3f Bug 481621 protoLayout should set to NULL in moz_gtk_shutdown() r=roc 2009-03-06 14:43:13 +08:00
Masayuki Nakano
47618640da Bug 113423 Gecko shouldn't draw comosition string at ChangJie (Traditional Chinese IME) r=YV03354+emaijala, sr=roc 2009-03-04 18:09:09 +09:00
Markus Stange
fe4b35ce14 Bug 479716 - Initialize tdi.kind in nsNativeThemeCocoa::DrawTab, r=smichaud 2009-03-02 15:52:17 +01:00
Antonio Gomes (tonikitoo)
a9b2fbfcc4 Bug 455339: Disable word completion widget (software keyboard bar at bottom of screen) for fennec/maemo. r=stuart 2009-02-27 21:47:40 -04:00
Matthew Gregan
404627dddb Bug 479929 - Return value of esd_open_sound not checked correctly. r+sr=roc 2009-02-24 18:06:42 +13:00
Doug Turner
81cc31a925 Bug 472548 - Improves the nsIdleService on Maemo. r=gijskruitbosch, sr=stuart 2009-02-25 10:45:42 -08:00