summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/Adam Hooper2004-04-171-1/+1
* Do not uncompress when the type is not html.Marco Pesenti Gritti2004-04-171-0/+5
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-161-11/+8
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-092-26/+25
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-093-7/+0
* Make warning message selectable.Piers Cornwell2004-04-081-0/+1
* Eliminate ExternalProtocolHandlers in favor of setting prefs to makeChristian Biesinger2004-04-077-500/+17
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-013-7/+10
* Don't allow a font size less than 1.Piers Cornwell2004-03-301-1/+1
* Documented EphyEmbedFactoryAdam Hooper2004-03-301-8/+2
* Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code.Christian Persch2004-03-291-67/+1
* Removed the nautilus view.Christian Persch2004-03-293-779/+0
* Documented EphyCommandManagerAdam Hooper2004-03-292-3/+28
* Fixes #138263.Federico Mena Quintero2004-03-294-11/+10
* Don't assume every anchor has a href attribute. Fixes bug #138200.Christian Persch2004-03-291-14/+5
* Tiny cleanup.Xan Lopez2004-03-281-4/+1
* EphyEmbedPersist documentationAdam Hooper2004-03-272-7/+196
* Register our stock icons.Christian Persch2004-03-271-1/+1
* Documented EphyEmbedSingleAdam Hooper2004-03-263-34/+47
* Add base dir to mozilla includes since the embed SDK dir structure hasMarco Pesenti Gritti2004-03-261-0/+1
* Use stock icon for open. Fixes bug #135765.Christian Persch2004-03-251-1/+2
* Fix arg type of dom_* signals to match the closure.Christian Persch2004-03-251-2/+2
* Fixed teeny typoAdam Hooper2004-03-251-1/+1
* Fixed gtk-doc commentsAdam Hooper2004-03-251-3/+6
* Documented EphyEmbedAdam Hooper2004-03-255-66/+375
* API documentationAdam Hooper2004-03-232-25/+30
* *** empty log message ***Christian Persch2004-03-211-1/+1
* Don't override nsWebBrowserContentPolicy contract ID, just register ourChristian Persch2004-03-212-5/+39
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-184-36/+49
* Make secure description better (Bug #136443).Piers Cornwell2004-03-181-0/+1
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-1744-491/+158
* *** empty log message ***Release120Marco Pesenti Gritti2004-03-151-0/+2
* Also pop up the context menu with the menu key.Christian Persch2004-03-061-1/+10
* Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5.Christian Persch2004-03-051-0/+8
* Don't return an error when a DOM document isn't a HTML document, it's okChristian Persch2004-03-051-1/+2
* Replace filename validity check, it was making the filename invalidChristian Persch2004-03-051-10/+7
* Change wait interval between updates to 0.2 s.Christian Persch2004-03-031-1/+1
* Unset the GValue after we're done using what it contained.Christian Persch2004-03-033-3/+16
* Keep a ref for downloads in the view.Marco Pesenti Gritti2004-03-016-23/+107
* Correct the label of the action button (Open)Marco Pesenti Gritti2004-02-291-3/+6
* Iterate backwards over the children when removing a host.Christian Persch2004-02-291-1/+1
* Remove cancelled downloads from the downloads hash; and remove partiallyChristian Persch2004-02-292-58/+86
* Add debug output in ctors and dtors.Christian Persch2004-02-296-8/+16
* Add "cancelled" signal to EphyEmbedPersist.Christian Persch2004-02-293-6/+16
* Add debug output.Christian Persch2004-02-291-0/+10
* Decode RFC 2231 and RFC 2047 encoded filenames in content-dispositionChristian Persch2004-02-291-0/+40
* Add debug output.Christian Persch2004-02-291-1/+5
* Fix max size logic, thanks to chpe.Marco Pesenti Gritti2004-02-291-2/+2
* Use getInterface to get the dom window from the docshell, notMarco Pesenti Gritti2004-02-282-21/+12
* Remove an useless check.Marco Pesenti Gritti2004-02-272-12/+1