Commit Graph

2606 Commits

Author SHA1 Message Date
L. David Baron
9cc2e9ec05 Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Antti Jarvelin
ce34e772be Bug 582912 - Extend copy paste support of Fennec Qt port. r=dougt
--HG--
extra : rebase_source : cc841f301338cc66b2382a398627a96373c3406a
2010-07-30 12:46:30 -07:00
Jan Arne Petersen
f78a041233 Bug 583070 - Crash in [@ nsDragService::~nsDragService()] because mDrag is deleted twice. r=dougt
--HG--
extra : rebase_source : f913da27aabc3ee03bcb2cb0e7ce73f6c9ec7d28
2010-07-30 12:10:08 -07:00
Bill Gianopoulos
b04972f83a Bug 575245 - Fix for fx window z-Level issue with windows taskbar set to auto-hide. r=neil, sr=jimm. 2010-07-30 14:24:36 -05:00
Matt Brubeck
42bf6c49ea Bug 582269 - don't handle onKeyUp for KEYCODE_BACK when keydown is in another activity [r=mwu] 2010-07-29 14:44:33 -07:00
Mark Finkle
38c0de5a67 Bug 582769 - Disable Hildon predictive dictionary action in editboxes. r=dougt 2010-07-28 18:09:36 -07:00
Oleg Romashin
d112c4ed2f Bug 582359 - Fix NS_ACTIVATE and NS_DEACTIVATE in Qt Port r=dougt 2010-07-28 18:05:56 -07:00
Masayuki Nakano
c48befbd87 Bug 581764 [IMM32] Sometimes AOK failed to initialize Kana-Nyuryoku mode r=jmathies, a2.0=joe 2010-07-29 00:55:33 +09:00
Markus Stange
ee29bfdfeb Bug 577773 - Don't read progress cursor images on startup. r=josh 2010-07-28 15:12:12 +02:00
Ian Spence ext:(%2C%20Michael%20Monreal%20%3Cmichael.monreal%2Bmoz%40gmail.com%3E)
fefa76bb2b Bug 412773 - Implement -moz-appearance: button-arrow-up/down/next/previous and use them in the find bar and for expander buttons. r=roc, r=dao, ui-r=faaborg 2010-07-27 16:57:47 +02:00
Neil Deakin
577d80fba3 Bug 552982, Part 9, support close buttons on popups with titlebars, r=neil 2010-07-27 09:38:04 -04:00
Neil Deakin
9f91e71df4 Bug 552982, Part 7, fix the way widget bounds are computed on gtk, r=karlt 2010-07-27 09:38:04 -04:00
Neil Deakin
aaccbbc61c Bug 552982, Part 6, fix the way widget bounds are computed, r=josh 2010-07-27 09:38:04 -04:00
Neil Deakin
87921c3c7d Bug 552982, Part 5: support for titlebars on panels, r=mats,sr=roc 2010-07-27 09:38:03 -04:00
Neil Deakin
904a84dffc Bug 552982, Part 3: support panel levels, r=mats 2010-07-27 09:38:03 -04:00
Neil Deakin
dba0fd9313 Bug 552982, Part 1: change nsXULPopupManager::AdjustPopupsOnWindowChange so that it only adjusts popups associated with the same window, r=mats 2010-07-27 09:38:02 -04:00
Masayuki Nakano
36304105a6 Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.5 fix some nits r=jmatheis, a2=joe 2010-07-27 21:50:21 +09:00
Masayuki Nakano
69841553a5 Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.4 Use early return style r=jmatheis, a2=joe 2010-07-27 21:50:03 +09:00
Masayuki Nakano
8ad57f5b44 Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.3 Use our control structure coding style r=jmatheis, a2=joe 2010-07-27 21:49:37 +09:00
Masayuki Nakano
4e4998c0f7 Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.2 Remove unnecessary white spaces and wrap long lines r=jmatheis, a2=joe 2010-07-27 21:48:59 +09:00
Masayuki Nakano
b1bedc1a76 Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style. Part.1 Use C++ name space r=tellrob+a2=joe
--HG--
rename : widget/src/windows/nsKeyboardLayout.cpp => widget/src/windows/KeyboardLayout.cpp
rename : widget/src/windows/nsKeyboardLayout.h => widget/src/windows/KeyboardLayout.h
2010-07-27 21:47:42 +09:00
Oleg Romashin
be08cc4561 Bug 581754 - GetLayerManager call in child-process crashes browser. r=dougt 2010-07-27 07:38:35 +03:00
Bobby Holley
3b9b8747c5 Bug 580669 - Mac Menu icon crash with enabled image discarding.r=joe 2010-07-26 16:45:15 -04:00
Robert O'Callahan
5eaac34d84 Bug 579250. Revamp unified-titlebar interface so that we can tell nsNativeThemeCocoa about toolbars even if they're not actually painted. r=mstange 2010-07-24 21:35:29 +12:00
Karl Tomlinson
fb689d79eb b=580440 use native-rendering temp surfaces only as large as necessary r=roc a2.0=beltzner
--HG--
extra : rebase_source : 53788fe162ea7ef0c8b4190a08801cbd276e702b
2010-07-23 10:25:19 +12:00
Felipe Gomes
66b6cd924f Bug 575243 - Top left re-sizer is masked by the Minefield Button. r=jimm 2010-07-22 08:58:06 +02:00
Masayuki Nakano
d7540e477b backout the previous my check-ins 2010-07-22 11:11:34 +09:00
Masayuki Nakano
a31e3d39a5 Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style, part.5 fix some nits r=jmathies 2010-07-22 08:52:52 +09:00
Masayuki Nakano
c425c2b609 Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style, part.4 Use early return style r=jmathies 2010-07-22 08:52:27 +09:00
Masayuki Nakano
c4d075ef80 Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style, part.3 Changing control structure and remove "else" after "if" block which returns always r=jmathies 2010-07-22 08:51:49 +09:00
Masayuki Nakano
ce76f1732a Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style, part.2 Remove unnecessary white spaces and wrap long lines r=jmathies 2010-07-22 08:50:41 +09:00
Masayuki Nakano
9312f682aa Bug 574340 Cleaning up nsKeyboardLayout which doesn't use our coding style, part.1 Add "ns" prefix to the classes in nsKeyboardLayout.h r=jmathies 2010-07-22 08:49:54 +09:00
Craig Topper
b9673b8709 Bug 577438 Part 1: Add previous sibling to nsIMutationObserver::ContentRemoved. r=sicking 2010-07-21 15:05:17 -07:00
Boris Zbarsky
93922db9e1 Bug 578696 part 11. Stop holding strong refs when calling ContentRemoved and remove the now-unused IMPL_STRONGREF_MUTATION_NOTIFICATION macro. r=sicking 2010-07-21 11:37:41 -04:00
Boris Zbarsky
998b474e42 Bug 578696 part 9. Stop holding strong refs when calling ContentAppended. r=sicking 2010-07-21 11:33:32 -04:00
Boris Zbarsky
8cfe0849e3 Bug 578696 part 8. Stop holding strong refs when calling AttributeChanged. r=sicking 2010-07-21 11:33:32 -04:00
Wolfgang Rosenauer
aaaeb3b741 Bug 579877 - sound output via libesd broken if no esound daemon running. r=karlt 2010-07-21 08:07:17 +02:00
Alexander Surkov
150acf503e Bug 575693 - Download Manager and Page Info no longer have an accessible tree, r=davidb, marcoz, sr=roc 2010-07-21 08:12:08 +04:00
Jim Mathies
35429e8359 Bug 574778 - Fix win widget's ConstrainPosition so that it supports full screen windows properly. r=robarnold. 2010-07-19 23:19:48 -05:00
Steven Michaud
deea4194f8 Fix crash in nsMenuGroupOwnerX::ContentRemoved, add null check. b=576593 r=josh 2010-07-19 23:24:29 -04:00
Walter Meinl
4183c3cdef Bug 576606 - [OS/2] Fix registration follow-up to bug568691 r=dragtext
--HG--
extra : rebase_source : ff548f598f1e3e7c7b3b70e1f7d683011b238dd2
2010-07-18 11:22:01 +02:00
Michael Ventnor ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
d512b62fb4 Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao 2010-07-17 10:11:54 +02:00
Mounir Lamouri
c2a6183ea7 Bug 565272: Implement the accept attribute for audio/*, video/*. r=sicking 2010-07-17 00:00:28 -07:00
Michael Wu
e8d246b4e0 Bug 579206 - Fix leak in draw coalescing code, r=vlad
--HG--
extra : rebase_source : 75b34a703cd94db6b1779658c123acf97fcb7670
2010-07-16 11:25:38 -07:00
Michael Wu
9cda0e7a38 Bug 576381 - Avoid accessing AndroidBridge in child process, r=vlad
--HG--
extra : rebase_source : 83584ed9a829b43976d05c15e860cef88141716c
2010-07-16 11:24:42 -07:00
Brad Lassey
1e830d8e3a bug 578493 - Set env vars before loading libraries r=mwu 2010-07-16 11:52:01 -04:00
Markus Stange
be1233b846 Bug 392188 - Tests for click-through. 2010-07-16 15:01:44 +02:00
Markus Stange
b6e28d863a Bug 392188 - For mouse events on background windows, send a mouseactivate event into that window to determine whether it wants the mouse event. This turns on click-through. ui-r=limi, r=josh 2010-07-16 14:48:02 +02:00
Markus Stange
7e91c409de Bug 557449 - Send mouse move events that are targeted to popup windows but not over the window to the popup window's contentView which will redirect it appropriately. r=josh 2010-07-16 14:55:39 +02:00
Jim Mathies
9d782b5480 Bug 575005 - Trigger reflow when the client area changes due to fx button being hidden/shown. r=roc. 2010-07-16 01:20:02 -05:00