out of the os-specific widget code and into the more generic command line code
in the toolkit.
This bug implements the corresponding changes for the QNX Neutrino Mozilla
based browser:
1) The xremote related code is removed from widget/src/photon/.
2) The nsPhMozRemoteHelper.* source files removed in step 1 are renamed to
nsPhRemoteService.* and modified to work under toolkit/components/remote/.
3) Finally the photon specific code in widget/src/xremoteclient is modified so
that the mozilla-xremote-client utility works as it did before.
These changes are all Neutrino-only and should not affect any other platform,
and in theory cannot bust any Tinderbox builds.
p=407800 r=bsmedberg a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@241969 18797224-902f-48f8-a5cc-f745e15eee43
by me. r=rmaclean@qnx.com
This change is for the QNX (Photon) platform only. It will not affect the
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. None of the changes will affect non-QNX builds in any way.
You can contact me at: mfeil@qnx.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@238420 18797224-902f-48f8-a5cc-f745e15eee43
offset to the actual contents.
- Initial implementation of SetCanonicalPixelScale() based zoom mechanism.
- Fix kwww stack corruption that seems to be caused by lack of two .so's
- Implement preference "font.antialias_qnx" to turn on text antialiasing.
- Fix bug preventing full width of iframes from being rendered if you had
to scroll right to see them all.
This change is for the QNX (Photon) platform only. It will not affect the
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. None of the changes will affect non-QNX builds in any way.
You can contact me at: mfeil@qnx.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@238407 18797224-902f-48f8-a5cc-f745e15eee43
- Set the Photon draw buffer size to its maximum more consistently
- Fix a seg fault when clicking on the little icon at the left end of the
address bar right after standalone Firefox starts. If you are the least bit
sloppy it goes to initiate a drag, and seg faults in drag code because some
member variables aren't set up yet.
This change is for the QNX (Photon) platform only. It will not affect the
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. None of the changes will affect non-QNX builds in any way.
You can contact me at: mfeil@qnx.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@236845 18797224-902f-48f8-a5cc-f745e15eee43
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. None of the changes will affect non-QNX builds in any way.
You can contact me at: mfeil@qnx.com
- Implement download error callouts
- Update the kwww embedding configuration so that about: shows the image
- Drag panning fixes for cases when we start on top of a combo box, or
on top of a flash plugin region, or where the top level widget has no
scrollable view.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@235475 18797224-902f-48f8-a5cc-f745e15eee43
This change is for the QNX (Photon) platform only. It will not affect the
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. None of the changes will affect non-QNX builds in any way.
You can contact me at: mfeil@qnx.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@233977 18797224-902f-48f8-a5cc-f745e15eee43
Tinderbox, so they cannot cause any bustage.
For embedding, make sure the browser does not try to resize itself bigger
than the PtMozilla widget or else our scroll bars will be clipped.
My QNX email address is mfeil@qnx.com.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@232068 18797224-902f-48f8-a5cc-f745e15eee43
Tinderbox so this cannot cause any bustage.
- Update the embedding package file for QNX non-static builds
- Fix crash in Photon widget code that affected TestPhEmbed and kwww.
See comment in code.
My QNX email address is mfeil@qnx.com.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@230951 18797224-902f-48f8-a5cc-f745e15eee43
Tinderbox so this cannot cause any bustage.
- Get the TestPhEmbed app working again
- Changes needed for voyager plugins (vpi)
- Fix crash when doing a unity drag (null pointer deref)
- Fix to allow non-mozserver embedded apps to make controls get focus
All of these changes are trivial except the vpi stuff. The vpi
change is from amardare%qnx.com and reviewed by me.
My QNX email address is mfeil@qnx.com.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@229438 18797224-902f-48f8-a5cc-f745e15eee43
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. You can contact me at: mfeil@qnx.com
This is a continuation of the previous revision, and fixes another popup menu
offset problem. This time, when running non-embedded firefox, combo boxes on
a web page would appear too low.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@224005 18797224-902f-48f8-a5cc-f745e15eee43
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. You can contact me at: mfeil@qnx.com
This change fixes the following:
1) Seg fault when rollup events were set up to be captured for popup menus
created based on native parents (i.e. mParent will be 0).
2) Popup menu offset wrong.
3) Seg fault on startup when built with gcc 3.x. This same problem was fixed
for linux under bugzilla bug 88397. This fix just turns it on for Neutrino
as well.
Note that items 1 and 3 were fixed by briane@qnx.com and reviewed by me.
None of the changes should affect non-QNX builds in any way. r=briane@qnx.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@222263 18797224-902f-48f8-a5cc-f745e15eee43
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. You can contact me at: mfeil@qnx.com
This change fixes compile errors when building Firefox under QNX Neutrino.
None of the changes should affect non-QNX builds in any way. r=amardare%qnx.com
See bug 283356 for gfx/src/psshared/nsPSPrinters.cpp.
See bug 289940 for widget/src/photon/nsWidget.cpp
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@222154 18797224-902f-48f8-a5cc-f745e15eee43
Starting with gtk 2.10.7, drags are canceled when the toolkit-private drag
widget is grab-shadowed by another gtk_grab_add call in the application. This is a
necessary fix to avoid "stuck drag" situations when a modal dialog pops up
while a drag is in progress.
Unfortunately, the mozilla dnd implementation does just that - it calls
gtk_grab_add in the nsDragService::GetTargetDragData method. This causes
drags of mesages from the message list to the folder tree in thunderbird
to fail with gtk 2.10.7.
Fortunately, the gtk_grab_add in nsDragService::GetTargetDragData doesn't
seem to have any real purpose - at least the nsDragService code doesn't
make any use of the grabbing, and just removing the grab_add/grab_remove
calls in that function makes dnd work again in thunderbird.
Patch by Matthias Clasen <mclasen@redhat.com>
r=caillon@redhat.comsr=roc@ocallahan.orga=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@219225 18797224-902f-48f8-a5cc-f745e15eee43