Commit Graph

5 Commits

Author SHA1 Message Date
edburns%acm.org
dc27d735e6 This checkin fixes both bugs 66430 and 48348.
author=ashuk, edburns
r=edburns

Files relating to 66430

M dom/jni/makefile.win
M dom/src/makefile.win
M webclient/classes_spec/Makefile.win
A webclient/src_moz/install_win32.js
M webclient/src_moz/Makefile.win

Files relating to 48348

M webclient/classes_spec/org/mozilla/webclient/CurrentPage.java
M webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java
M webclient/classes_spec/org/mozilla/webclient/test/EmbeddedMozilla.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/CurrentPageImpl.java
M webclient/src_moz/CurrentPageActionEvents.cpp
M webclient/src_moz/CurrentPageActionEvents.h
M webclient/src_moz/CurrentPageImpl.cpp

68430:

This fix enables the user to produce a .xpi file containing all the
necessary binary elements to run webclient.

48348

This fix provides a pure java implementation of View Source.


git-svn-id: svn://10.0.0.236/branches/JAVADEV_RTM_20001102@87685 18797224-902f-48f8-a5cc-f745e15eee43
2001-02-22 21:43:06 +00:00
ashuk%eng.sun.com
45b3a63725 Bug=48348
author=ashuk
ra=edburns

This Fix comments the Native code for implementing GetSourceBytes. The
new implementation of these functions is in Java.


git-svn-id: svn://10.0.0.236/branches/JAVADEV_RTM_20001102@87175 18797224-902f-48f8-a5cc-f745e15eee43
2001-02-16 03:07:29 +00:00
edburns%acm.org
25061f6ced bug=68729
r=ashuk

This bug fix avoids some thread safety assertions by moving the bulk of
the activity into the action events.

The following files are in this iteration of this bugfix.

M CurrentPageActionEvents.cpp
M CurrentPageActionEvents.h
M CurrentPageImpl.cpp

CurrentPageActionEvents.cpp  CurrentPageActionEvents.h  CurrentPageImpl.cpp


git-svn-id: svn://10.0.0.236/branches/JAVADEV_RTM_20001102@86999 18797224-902f-48f8-a5cc-f745e15eee43
2001-02-14 18:27:16 +00:00
ashuk%eng.sun.com
fabac9731e author=ashuk
Bug=59521
r=a=edburns


git-svn-id: svn://10.0.0.236/branches/JAVADEV_RTM_20001102@82682 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-16 18:29:11 +00:00
edburns%acm.org
232b27e5c3 Files in this fix:
M BookmarksImpl.cpp
A CurrentPageActionEvents.cpp
A CurrentPageActionEvents.h
M CurrentPageImpl.cpp
A HistoryActionEvents.cpp
A HistoryActionEvents.h
M HistoryImpl.cpp
M Makefile.in
M Makefile.win
A NavigationActionEvents.cpp
A NavigationActionEvents.h
M NavigationImpl.cpp
A RDFActionEvents.cpp
A RDFActionEvents.h
M RDFEnumeration.cpp
M RDFTreeNode.cpp
A WindowControlActionEvents.cpp
A WindowControlActionEvents.h
M WindowControlImpl.cpp
M nsActions.cpp
M nsActions.h

This fix breaks nsActions into separate files per usage.

The criterion I use is: if the event class gets instantiated in file
Blah.cpp, then the implementation should be in BlahActionEvents.{h,cpp}.
The only exception so far is Bookmarks, which uses RDFActionEvents since
all the bookmarks stuff is really RDF.


git-svn-id: svn://10.0.0.236/branches/JAVADEV_RTM_20001102@82429 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-08 19:38:14 +00:00