Commit Graph

2783 Commits

Author SHA1 Message Date
Boris Zbarsky
ef3a87c699 Bug 575336 part 4. Change the IME state iframe test to flush layout on the subframe before assuming something about coordinates of objects in that subframe. r=roc 2010-08-05 14:39:39 -04:00
Mike Hommey
8693fca1c8 Bug 580779 - Avoid Gtk warning with non standard "window-dragging" property. r=roc, a=blocking2.0
--HG--
extra : rebase_source : cf0f9780b329333bea6ad8cfa647a7a476605f5b
2010-08-06 13:09:08 +02:00
Brad Lassey
3bcc160167 Bug 575750 - Implement support for OS protocol handlers on Android [r=mwu,bzbarsky]
--HG--
extra : rebase_source : 00c00eff847686211b07798f8d837e7bde02b89d
2010-06-29 22:22:08 -04:00
Brad Lassey
0ac9763118 bug 581535 - remote android ime bridge functions r=cjones,mwu
--HG--
extra : rebase_source : d3ee044a61b614f874f1e5425a58eaf7c7108af1
2010-08-05 13:11:32 -05:00
Neil Rashbrook
85d60c2a2b Bug 583411 Process contextmenu key events correctly on Win64 r=jimm a=joedrew 2010-08-05 13:36:11 +01:00
David Zbarsky
de6582a359 Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst 2010-08-04 22:40:18 -04:00
Jim Chen
2fb8dce3db Bug 576065 - Fix Android IME implementation, r=mwu a=blocking-fennec
--HG--
extra : rebase_source : 0bc165f85b4ee177bfb4fdaa1851ff5014cca04e
2010-08-04 12:47:26 -07:00
Sudarsana Nagineni
8e56419d44 Bug 584235 - Fennec not resized correctly in portrait mode on Meego. r=dougt
--HG--
extra : rebase_source : c8de990692ab09ea8b46fabdd21e1ecbbfbaa5c6
2010-08-04 10:32:09 -07:00
Steffen Imhof
5c71bff2db Bug 583293 - Prevent the VKB from poping up in cases where focus is quickly changed r=dougt
--HG--
extra : rebase_source : 6ead5732413db86d97d041f48e4cf321a757003e
2010-08-03 13:17:44 -07:00
jeremias bosch
b1f1400cf5 Bug 582371 - Enable VKB in Maemo 6 / Meego Qt Version. r=dougt
--HG--
extra : rebase_source : 7b51d79950904c2a124dcf8d9de7c543176cf358
2010-08-03 11:33:12 -07:00
Mike Kristoffersen
7b82550e17 Bug 5612334 - QGraphicsWidget::keyPressEvent has an error that makes us invert case when typing. r=dougt
--HG--
extra : rebase_source : c835cfbbaedcdd8fdf72ebc0f32ded8ac354d549
2010-08-03 11:01:39 -07:00
Tatiana Meshkova
a839ec6f66 Bug 583872 - MozQWidget crashes if touch is received after its nsWindow destroyed. r=romaxa
--HG--
extra : rebase_source : ec735055da570c4336b4f72562ca8702c4c1d5ed
2010-08-03 10:51:51 -07:00
Steffen Imhof
603bce7fc0 Bug 583152 - Improved support for the VKB on MeegoTouch. r=dougt
--HG--
extra : rebase_source : a502dec2eaa9e0324952ef9e5d727e914e576fe0
2010-08-03 10:44:53 -07:00
Steffen Imhof
85b9437837 Bug 583148 - Use MeegoTouch widget instead of basic Qt widgets when MeegoTouch is enabled r=dougt
--HG--
extra : rebase_source : e2d177a4130cbb3935d3ecea9c026a471513f8e7
2010-08-03 10:44:52 -07:00
Markus Stange
f7614ab36f Merge backout of bug 574663. 2010-08-02 17:52:20 +02:00
Markus Stange
65909a7edf Backed out changeset cd5c28912351, bug 574663 (momentum scroll zooming) because the new test fails on Windows. 2010-08-02 17:51:57 +02:00
Markus Stange
d08bf257da Bug 574663 - Mark scroll events that are sent by touchpad momentum scrolling after the finger has left the touchpad with a kIsMomentum flag and prevent these events from changing the zoom factor. r=josh, r=smaug 2010-08-02 15:30:52 +02:00
Markus Stange
6619bbe74e Bug 579259 - Draw -moz-appearance:listbox frames by hand because kHIThemeFrameListBox drawing has bugs on 10.5. r=josh 2010-08-02 15:24:53 +02:00
Kyle Huey
a4829c1d20 Third time is the charm to fix this test. 2010-08-02 01:28:10 -07:00
Kyle Huey
9da867927f Try harder to fix TestWinDND 2010-08-02 01:06:00 -07:00
Kyle Huey
2dd5c7a553 Fix TestWindowsDND bustage (fallout from fakelibs)
--HG--
extra : rebase_source : e64dd9e1ad4e60ad2a1fe8968c309b13726760bd
2010-08-02 00:08:38 -07:00
Matt Woodrow
fdd1be4180 Bug 570314. Don't crash when GetXULWindowWidget doesn't find one. r=roc 2010-08-02 15:06:58 +12:00
Felipe Gomes
8d9b3f1877 Bug 508906. Add experimental MozTouch events. r=smaug,jimm 2010-08-02 15:34:54 +02:00
Markus Stange
089fa3f29b Bug 557986 - Fix intermittent test_native_mouse_mac.xul failures by using a deterministic API instead of +[NSWindow windowNumberAtPoint:belowWindowWithWindowNumber:]. r=josh 2010-08-02 15:33:17 +02:00
Josh Aas
0df7632527 Fix Obj-C protocol issue in Mac OS X menu code. GCC warning, Clang error. b=583283 r=benwa 2010-07-31 15:07:16 -04:00
Bobby Holley
b96028c676 Bug 583205 - Crash at the time of download completion. r=karlt,a=blocker 2010-07-31 13:44:23 -04:00
Brian Birtles
6c35d0694f Bug 527270: Implement SMIL TimeEvents. r=dholbert,smaug; sr=roc; a=blocking-betaN 2010-07-31 16:02:52 +09:00
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
Jim Mathies
e35e53a246 Bug 575222 - Fix for 'exiting out of fullscreen mode always restores the window'. r=roc 2010-07-15 21:07:27 -05:00
Robert O'Callahan
e98a518e3c Bug 564991. Part 34: Make sure that ThebesLayerBuffers are always allocated as similar surfaces to the widget surface, whenever possible. r=cjones 2010-07-16 09:08:10 +12:00
Karl Tomlinson
c5de740fbc b=573626 move GTK double buffering to the layer manager r=vlad 2010-07-16 09:08:09 +12:00
Robert O'Callahan
8ff43c1e7b Bug 564991. Part 29: Sort plugins so they get moved in the best order. r=karl 2010-07-16 09:08:08 +12:00
Robert O'Callahan
1df5a7ec56 Bug 564991. Part 27: Make plugin geometry changes asynchronous and make them happen as close to the final paint as possible. r=matspal,sr=vlad 2010-07-16 09:08:08 +12:00
Matt Woodrow
b9bb858a55 Bug 564991. Part 18: Move double-buffering into the layer manager. r=jrmuizel,sr=vlad 2010-07-16 09:08:04 +12:00
Robert O'Callahan
9ac2bf6f05 Bug 564991. Part 16: Improve performance by putting each scrollbar in its own layer. Also note that Mac scrollbars are opaque. r=mats,sr=dbaron 2010-07-16 09:08:03 +12:00
Robert O'Callahan
63ec5e619c Bug 564991. Part 15: Start retaining the contents of BasicLayers. r=mats 2010-07-16 09:08:03 +12:00
Bas Schouten
a5924b2fb4 Bug 577200. Part 2: When painting a Win32 transparent widget with GDI (Aero Glass), tell gfxWindowsSurface our HDC surface is transparent. r=roc 2010-07-16 09:07:44 +12:00
Karl Tomlinson
a133e3e367 b=444870 correct clip rects for tab widgets r=roc 2010-07-15 10:31:41 +12:00
Karl Tomlinson
7a684b9a42 b=444870 no need to increase the cliprect for scrollbar thumbs because the cliprect already includes the extra size r=roc 2010-07-15 10:29:54 +12:00
Karl Tomlinson
6980b3ff48 b=444870 include overflow in the dirty rect passed to DrawWidgetBackground() r=roc 2010-07-15 10:25:41 +12:00
timeless@mozdev.org
31762e1fb7 Bug 577232 protected functions nsFilePicker::GetLocalFolder/nsFilePicker::PutLocalFile should not try to validate input
r=josh
2010-07-07 12:48:17 +03:00
Neil Rashbrook
a50cec31b6 Follow up to bug 568691 - Fix some of the static windows build bustage that is due to various dependencies in layour widget and chrome. r=roc. 2010-07-08 09:01:28 -07:00
Michael Wu
6f1ad4ef8e Bug 575839 - Simple magnify gesture event support on Android, r=dougt 2010-07-07 14:34:12 -07:00
Saint Wesonga
e7a357dcaf Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-05 11:42:18 +02:00
Dão Gottwald
9b15b69a1b Backed out changeset 59ace8d80ce8 2010-07-04 22:01:13 +02:00
Saint Wesonga
8dd5da1024 Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-04 21:39:17 +02:00
Simon Montagu
a883004a9e Don't drop keypress messages with character codes > U+FFFF. Bug 297943, r=karlt 2010-07-04 15:42:04 +03:00
Mitchell Field
eb1e793da7 Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Timothy Nikkel
976046bf62 Bug 563878. Part 5. Rename nsIFrame::GetWindow(Offset) to GetNearestWidget. r=mats 2010-07-02 14:11:04 -05:00
Vladimir Vukicevic
3024b2c682 b=568591; fix Android widget backend for manifest reg; r=mwu 2010-07-02 11:19:50 -07:00
Oleg Romashin
9aa2d49089 Bug 568691 followup - Fix the Qt remote service and widget registration, r=bsmedberg 2010-07-02 09:51:58 -04:00
Markus Stange
dfe957ea33 Merge backout of changeset ad7f9821597e, bug 573973. 2010-07-02 08:23:34 +02:00
Markus Stange
277a5f67fb Back out changeset ad7f9821597e (bug 573973, calling SetDrawsInTitlebar on nsXULWindow load) because it caused bug 576394. 2010-07-02 08:22:54 +02:00
Karl Tomlinson
2f99c17a8c backing out dacb2bc379ad due to assertions in 419737-1 and 435223-1 reftests 2010-07-02 17:45:17 +12:00
Karl Tomlinson
1b71189884 b=444870 include overflow in the dirty rect passed to DrawWidgetBackground() r=roc 2010-07-02 16:08:06 +12:00
Markus Stange
d08453bb3d Bug 573973 - Handle the drawintitlebar attribute in nsXULWindow, too. r=Neil
--HG--
extra : rebase_source : ba2a3384b23d7f697fbe20cda11ab83b2575ba4d
2010-07-01 18:40:39 +02:00
Karl Tomlinson
a33e5a1d24 b=574220 refactor gfxXlibNativeRenderer and make sure the surface matches the requested visual r=roc
--HG--
rename : gfx/thebes/cairo-xlib-utils.c => gfx/thebes/gfxXlibNativeRenderer.cpp
2010-07-02 16:04:09 +12:00
Karl Tomlinson
efa9fe2155 b=573626 provide an API to create Pixmap gfxXlibSurfaces with a Drawable hint for XCreatePixmap r=vlad sr=roc 2010-07-02 15:55:24 +12:00
Kouhei Sutou
233a6712b5 Bug572385 some special keys (e.g., IME related keys) can't be handled on Linux r=masayuki, sr=smaug 2010-07-02 11:15:15 +09:00
Doug Turner
a8d2b069bc Bug 571166 - merge from e10s to m-c. r=various. sr=bz. CLOSED TREE. 2010-06-30 23:27:52 -07:00
Doug Turner
c92986c46a Merge from mc 2010-06-29 14:39:57 -07:00
Doug Turner
901e02b2de Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp
--HG--
rename : gfx/thebes/src/gfxSharedImageSurface.cpp => gfx/thebes/gfxSharedImageSurface.cpp
rename : gfx/thebes/public/gfxSharedImageSurface.h => gfx/thebes/gfxSharedImageSurface.h
2010-06-28 16:33:19 -07:00
Michael Wu
01a2cef59b Bug 574120 - Add support for IPC on Android to everything else, r=dougt 2010-06-25 13:29:43 -07:00
Oleg Romashin
b8ab8239cd Auto-merge with m-c b51803f3fdef 2010-06-25 08:30:40 -04:00
Doug Turner
4719dd0705 Automerge w mozilla-central 2010-06-24 14:06:13 -07:00
Jim Mathies
3acff8a5ed Bug 575493 - Convert HTTOP to HTCAPTION when window is maximized. r=robarnold. 2010-06-30 17:59:33 -05:00
Masayuki Nakano
61245dcd5e Bug 572385 backout 2e74d29bd943 due to bustage 2010-06-30 13:24:38 +09:00
Kouhei Sutou
8818aab839 Bug 572385 some special keys (e.g., IME related keys) can't be handled on Linux r=masayuki, sr=smaug 2010-06-30 13:07:07 +09:00
Jason Duell
1b0fefc8aa Merged again from m-c to get latest bits and avoid deleted branch issue. 2010-06-22 17:57:09 -07:00
Jason Duell
d194b9d486 Merge from m-c.
Fair amount of merge conflicts.

Biggest item was changes to nsHttpChannel from web sockets changes.

Other likely suspects if things are borken:

nsFrameLoader.cpp:
    - nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
      nsnull (m-c) to local process call to new nsFrameMessageManager(),
      callback arg?  Smaug said null.
    - only calling SetCallBackData for local case.  also +r smaug.

nsPrefBranch.cpp had fairly extensive merge conflicts.

nsChromeRegistry had lots of changes.

Dougt did most of the non-necko changes (thanks).

--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
2010-06-22 17:33:57 -07:00
Michael Wu
b7dd46921f Bug 573799 - Always process IME events, r=vlad 2010-06-22 17:15:29 -07:00
Michael Wu
cd844832b5 Bug 573796 - gFocusedWindow should be cleared on window destruction, r=blassey 2010-06-22 17:14:19 -07:00
Michael Wu
ce1e7d37df Bug 573153 - Opening links from other apps is broken on Android; error in getMostRecentBookmarkForURI, r=blassey 2010-06-22 17:13:23 -07:00
Olli Pettay
41b6035eee Bug 568955 - Optimize nsDOMEvent::SetEventType, r=sicking
--HG--
extra : rebase_source : e98c945ce5e7b494bd2046efd6dc7b8379fabc51
2010-06-22 21:12:12 +03:00
Johnny Stenback
b5ac9ee398 Backed out changeset 82a21d443b5e 2010-06-21 22:39:53 -07:00
Johnny Stenback
6268e31519 Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc 2010-06-21 19:58:50 -07:00
Bas Schouten
b7d3735757 Bug 573507: Make D2D work with transparent (layered) windows by using interop to get a DC from. r=jmathies 2010-06-22 03:10:36 +02:00
Ms2ger
95dbe01a92 Bug 573239 - Shouldn't treat NS_HexToRGB, NS_ColorNameToRGB as nsresult. r=roc 2010-06-22 02:01:43 +02:00
Jacek Caban
bd598c1f03 Bug 573507 - Added missing CAIRO_HAS_D2D_SURFACE ifdefs [r=jimm] 2010-06-22 01:40:00 -05:00
Matt Woodrow
a527dd8f71 Bug 565833: Required changes to the GTK widget to support GL accelerated rendering. r=vlad 2010-06-17 16:23:00 -05:00
Brad Lassey
44be81b353 bug 573669 - Suspend Gecko's event loop when onPause() is called by Android r=vlad 2010-06-22 11:22:31 -04:00
Doug Turner
ded51c1c5f Merging with M-C.
Hand merged the following files:

U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h

--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
rename : netwerk/cookie/src/nsCookieService.cpp => netwerk/cookie/nsCookieService.cpp
rename : netwerk/cookie/src/nsCookieService.h => netwerk/cookie/nsCookieService.h
rename : netwerk/dns/src/nsIDNKitInterface.h => netwerk/dns/nsIDNKitInterface.h
rename : netwerk/protocol/http/src/nsHttp.h => netwerk/protocol/http/nsHttp.h
rename : netwerk/protocol/http/src/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannel.cpp
rename : netwerk/protocol/http/src/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannel.h
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.h => netwerk/protocol/http/nsHttpChunkedDecoder.h
rename : netwerk/protocol/http/src/nsHttpHandler.cpp => netwerk/protocol/http/nsHttpHandler.cpp
rename : netwerk/protocol/http/src/nsHttpHeaderArray.h => netwerk/protocol/http/nsHttpHeaderArray.h
rename : netwerk/protocol/http/src/nsHttpRequestHead.h => netwerk/protocol/http/nsHttpRequestHead.h
rename : netwerk/protocol/http/src/nsHttpResponseHead.h => netwerk/protocol/http/nsHttpResponseHead.h
rename : netwerk/protocol/http/src/nsHttpTransaction.cpp => netwerk/protocol/http/nsHttpTransaction.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.cpp => netwerk/protocol/res/nsResProtocolHandler.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.h => netwerk/protocol/res/nsResProtocolHandler.h
2010-06-07 13:38:02 -07:00
Matt Woodrow
0444dac3c3 Bug 573929: Prevent GLX textures from being released after the window supplying the GLContext from which they were allocated dies. r=vlad 2010-06-23 18:37:00 -05:00
Dão Gottwald
b314909c2e Backed out changeset db6f8068e9a5 2010-06-29 17:49:21 +02:00
Saint Wesonga
c3669d7e9c Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg 2010-06-29 17:14:36 +02:00
Zack Weinberg
cdb43c9602 Bug 571989 part 1: Move the contents of gfx/src/psshared into widget/src/gtk2, which is the sole user.
--HG--
rename : gfx/src/psshared/nsCUPSShim.cpp => widget/src/gtk2/nsCUPSShim.cpp
rename : gfx/src/psshared/nsCUPSShim.h => widget/src/gtk2/nsCUPSShim.h
rename : gfx/src/psshared/nsPSPrinters.cpp => widget/src/gtk2/nsPSPrinters.cpp
rename : gfx/src/psshared/nsPSPrinters.h => widget/src/gtk2/nsPSPrinters.h
rename : gfx/src/psshared/nsPaperPS.cpp => widget/src/gtk2/nsPaperPS.cpp
rename : gfx/src/psshared/nsPaperPS.h => widget/src/gtk2/nsPaperPS.h
2010-06-28 10:36:17 -07:00
Jacek Caban
3470e16e4e Bug 513162 - Fix for MOZ_WINSDK_TARGETVER < MOZ_NTDDI_LONGHORN r=jmathies 2010-06-28 11:41:01 +02:00
Jim Mathies
d7da9f3152 Bug 575044 - Fix busted windows styles and disable chromemargins for fullscreen mode. r=robarnold. 2010-06-28 01:04:20 -05:00
Felipe Gomes
6a58c784dc Bug 555081 - Add support for titlebar mouse interaction and address missing aero features. r=jmathies, smaug, vlad. 2010-06-28 01:04:05 -05:00
Jim Mathies
88975ffbdf Bug 574821 - Fix for incorrect maximized window non-client margins and remove excess xpcom overhead from metric lookups. r=robarnold. 2010-06-28 00:57:07 -05:00
Robert O'Callahan
8bb35355c5 Bug 573946. Move include of prlog.h to the start of files. r=mstange 2010-06-28 12:25:04 +12:00
Geoff Lankow
cc4019ac75 Bug 300992 - implement readystatechange event. r=smaug, sr=jst 2010-06-24 13:12:07 +12:00
Bas Schouten
dc1c6c1729 Bug 574599: Make sure WS_CLIPCHILDREN is set if the windowstyle is reset. r=robarnold 2010-06-26 06:32:13 +02:00
Vladimir Vukicevic
245c95c82b b=573181; clean up render path on Android and prepare for GL layers rendering; r=mwu 2010-06-25 17:52:37 -07:00
Jim Mathies
3f234789d8 Bug 574599 - Parent windows should have the clip children style to avoid parent level paints when children invalidate. r=robarnold. 2010-06-25 17:50:36 -05:00
Timothy Nikkel
23de1bbb81 Bug 572622. Make all content command events sent to the focused element. r=masayuki 2010-06-25 16:51:17 -05:00
Timothy Nikkel
32158fa7f0 Bug 572294. Make sure the refpoint is relative to the widget we use on the drop event. r=roc 2010-06-25 16:51:17 -05:00
Timothy Nikkel
04076faed4 Bug 567702. Walking the sametype parent chain of our docshell is not guaranteed to lead to a widget, so walk the parent chain instead. This fixes printing on Linux and opening a file dialog everywhere with bug 130078. r=roc 2010-06-25 16:51:17 -05:00
Timothy Nikkel
32420a6886 Bug 567702. Factor out duplicated DOMWindowToWidget. r=roc 2010-06-25 16:51:17 -05:00
Jim Mathies
424b735d79 Bug 574635 - Undo changes to HideChromeWindow and SetWindowTranslucencyInner which messed up popup visiblility. Also, don't ignore invalidate requests on a widget in Resize calls when window bounds have not changed. r=tellrob. 2010-06-25 12:56:39 -05:00
Mats Palmgren
2d0555e421 Plug leak in nsTransferable::GetTransferData. b=565392 r=dbaron 2010-06-06 16:25:48 +02:00
Neil Rashbrook
9270d2e6b4 Bug 569490 Don't build D3D9 layer if we can't find d3d9.h r=ted,jmuizelaar 2010-06-06 11:37:44 +01:00
Timothy Nikkel
3cf7abcc45 Bug 563878. Part 1b. Make nsIPresShell::RenderNode and nsIRenderingContext::SetClipRegion take an nsIntRegion. r=mats
(transplanted from d5ca465f42381d777adcc468c8fdf96942f1fcfe)

--HG--
extra : transplant_source : %D5%CAF_B8%1Dwz%DC%C4h%C8%FD%F9iB%F1%FC%FE
2010-06-05 15:29:49 -05:00
Michael Wu
63f56cde6f Bug 575421 - Improve 2D drawing path on Android, r=vlad 2010-06-28 23:42:28 -07:00
Oleg Romashin
b36fb69349 Merge with latest mozilla central r 42802:ffbc3baf03ae 2010-05-25 15:19:33 -04:00
Olli Pettay
58b4f71840 m-c to e10 merge 2010-05-24 17:45:59 +03:00
Mark Banner
2012b9193e Backed out changeset c85016f47efa / incorrect bustage fix
--HG--
extra : rebase_source : 27a6ce185d82841769d8e9a679b28a05d05f03b3
2010-05-24 21:37:53 +01:00
Mark Banner
f178643104 Fix shared build Windows bustage from bug 546515. 2010-05-24 19:44:17 +01:00
Doug Turner
3ad0032930 Merged with MC. Hand merged netwerk/protocol/http/src/nsHttpHandler.cpp
also removed modules/plugin/default*
2010-05-17 08:59:15 -07:00
Oleg Romashin
f3e3f66a11 Bug 566118 - nsAppShell initialized earlier than QApplication. 2010-05-15 17:46:18 -04:00
Oleg Romashin
9ab0d2640e Bug 565893 - With MOZ_QT_GL=1 option Qt port does not render anything. r=dougt 2010-05-15 06:37:51 -04:00
Oleg Romashin
08597bd39e Bug 565898 - Qt Fennec not resized correctly on desktop. r=dougt 2010-05-14 11:13:36 -07:00
Chris Jones
9327ed8dcc Merged m-c 2010-05-13 18:04:53 -05:00
Oleg Romashin
1f6582fa3c Bug 560537 - Qt build bustage due to missing change. r=bas.schouten. 2010-06-24 09:16:27 -04:00
Oleg Romashin
95d0c298e6 Bug 560537 - Implement Top level GL layer manager for Qt widget port. r=vladimir. 2010-06-24 06:07:57 -04:00
Johnny Stenback
841261676e Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc 2010-06-23 14:35:57 -07:00
Felipe Gomes
ccf46b30df Bug 570267 - [OOPP] Firefox 3.6.4 bug: When a flash file has a focus, window.onblur event does not happen as expected.
r=jimm
2010-06-23 10:08:56 -07:00
Masayuki Nakano
8c29c9bf4e Bug 519974 When we use IME, ASSERTION is printed at each key input (ASSERTION: nsEditor doesn't support wide caret: 'selectionStart == selectionEnd', editor/libeditor/base/IMETextTxn.cpp line 322 r=smichaud 2010-06-23 15:05:51 +09:00
Doug Turner
fe405e740c merge with m-c. resolved conflicts in:
U chrome/src/nsChromeRegistry.cpp
U content/base/src/Makefile.in
U dom/base/nsDOMClassInfo.cpp
U toolkit/toolkit-tiers.mk

--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug541420.js => toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js
2010-05-11 11:09:54 -07:00
Karl Tomlinson
f48d8a05cd b=564972 Add NS_IS_MOUSE_EVENT_STRUCT to test event class and use it to correct assert r=smaug 2010-05-13 14:33:16 +12:00
Mike Kristoffersen
86c80047ba Bug 564402 - slots #define in Qt, prevents Qt builds on trunk
--HG--
extra : rebase_source : 0dc2793cb28294addd9781bd9ca76a3e049ec110
2010-05-07 13:20:04 +02:00
Doug Turner
8f97a20153 Merge with m-c. no hand edits 2010-04-29 21:04:50 -07:00
Felipe Gomes
dc65d64e68 Bug 555081 - Fix for mouse capture now that ChildWindow is gone from the main window. r=jmathies. 2010-06-24 21:01:07 -05:00
Jim Mathies
d814f747d4 Bug 513162 - nsAttrValue margin parsing and chromemargin chrome tests. r=smaug, gavin. 2010-06-24 21:01:07 -05:00
Jim Mathies
2b04ded189 Bug 513162 - Win support for custom chrome margins on windows. r=tellrob. 2010-06-24 21:01:07 -05:00
Jim Mathies
d4d35e6f18 Bug 513162 - Widget additions for setting custom chrome margins. r=vlad. 2010-06-24 21:01:07 -05:00
Jim Mathies
1b2fab1b2b Bug 513162 - Widget support for view event mirroring. r=vlad. 2010-06-24 21:01:06 -05:00
Jim Mathies
b895004e45 Bug 513162 - Widget additions for recycling top level widgets as content containers. r=vlad. 2010-06-24 21:01:06 -05:00
Jim Mathies
bd6651b892 Bug 513162 - Cleanup unused widget code and CID statics. r=vlad. 2010-06-24 21:01:06 -05:00
Mats Palmgren
ee279c96dc Backout bug 530070 due to Tinderbox orange. 2010-05-21 18:33:28 +02:00
Mats Palmgren
21ecbae3c1 Bug 530070. r=jmathies 2010-05-21 15:52:07 +02:00
Brandon Sterne
bcab21793a Bug 515460 - enforce CSP during image redirects, r=joe 2010-05-20 13:08:02 -07:00
Mounir Lamouri
869533b09b Bug 377624 - "Implement the accept attribute for the form and file upload controls form "image/*"" [r=enndeakin,roc] 2010-05-19 22:28:01 -04:00
Ehsan Akhgari
a87b134220 Bug 560647 - add startup timeline instrumentation; r=vlad 2010-05-19 19:22:19 -04:00
Michael Wu
3f6dca2086 Bug 568249 - Support geolocation on Android, r=dougt 2010-06-04 14:14:43 -07:00
Michael Wu
f7ea7a8b12 Bug 565142 - Support startup on Android, patch by vlad, blassey, alexp, and me. r=dougt
--HG--
extra : rebase_source : 1153c0a4fb1d73f29d8c9da78c66bf4bf21b8142
2010-06-03 18:16:20 -07:00
Edmund Wong
3f9353b789 Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(). r=jonas 2010-05-18 09:50:14 +02:00
Vladimir Vukicevic
b99bb96c47 b=561168; convert canvas to use layers for rendering; r=roc,bas 2010-05-17 21:04:22 -07:00
Ehsan Akhgari
5c6958b877 Bug 564071 - reftest-print triggers "ASSERTION: nsPrintSettingsX::ReadPageFormatFromPrefs() failed: 'NS_SUCCEEDED(rv)" on mac tinderboxen; r=mstange 2010-05-17 13:01:44 -04:00
Benjamin Smedberg
e39a33522d Bug 564260 - Fix for plugin hangs in [@ hang | KiFastSystemCallRet | NtUserSetFocus]. r=masayuki. 2010-05-17 11:33:34 -05:00
Boris Zbarsky
e98cd67374 Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking 2010-05-10 21:12:34 -04:00
Chris Jones
d53b8a18d0 Merged m-c 2010-04-27 01:53:06 -05:00
Doug Turner
ed6494b616 merge with m-c. 2010-04-26 23:17:51 -07:00
Jim Mathies
2c972dc33b Bug 561495 - [OOPP] Mouse wheel and related windowing event hangs. r=masayuki, a=jrmuizel. 2010-04-26 10:05:29 -05:00
Vladimir Vukicevic
e3731a1e45 b=560647; basic start-to-end startup instrumentation and some fixes; r=bz a=coop 2010-04-26 11:13:03 -07:00
Neil Deakin
f4a7533d50 Bug 554810, use transparent resizer images, also fixes bugs 553752, 553796, 558201, 558203 and 563085, r=roc 2010-06-21 08:37:35 -04:00
Dão Gottwald
4569ca7cb7 Bug 572641 - drop Zune and Royale from the windows-default-theme bucket. r=roc
--HG--
extra : rebase_source : f4773b6fe2219e5daeb9178d7547f63a18ecc8cf
2010-06-19 08:57:35 +02:00
Matt Brubeck
b10155d520 Bug 572605 - Handle intents/links from other apps while Fennec is already running, r=mwu 2010-06-18 10:42:51 -07:00
Robert O'Callahan
a51f36f456 Bug 572283. Part 2: Retain CGLContext for the lifetime of its widget. r=vlad 2010-06-18 21:22:01 +12:00
Karl Tomlinson
3f4514aaf4 b=571104 report opaque GTK themed widgets for known cases r=roc
--HG--
extra : rebase_source : 945276e1a62f8f674e09a01f142c3d9b6f72c747
2010-06-18 13:19:21 +12:00
Karl Tomlinson
47021e2a65 b=526941 don't let (level=parent) popups accept focus but transfer focus to the parent r=enndeakin
--HG--
extra : rebase_source : 6c64e2a0b7ebb7f659f4dc0f0378fdffcc6880db
2010-06-18 13:15:03 +12:00