aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
Commit message (Expand)AuthorAgeFilesLines
...
* Do not disable window raising anymore, mozilla seem to behave correctlyMarco Pesenti Gritti2003-08-021-3/+0
* Restore the "ge_dom_mouse_down" signal.Christian Persch2003-08-021-10/+16
* Added one translator's comment, and clarified another.Christian Persch2003-07-241-3/+9
* coughXan Lopez2003-07-241-1/+1
* Add history include dir, needed for Mozilla 1.5bXan Lopez2003-07-231-0/+2
* Do not emit warning when language pack is not installed.Marco Pesenti Gritti2003-07-201-7/+1
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-204-73/+56
* I forgot to commit the Makefile.am changes needed for the previous patch.Christian Persch2003-07-201-0/+2
* Set the chrome locale on startup. That means that if the correct lang packChristian Persch2003-07-191-0/+66
* Do not enable smooth scroll and image autoresize.Marco Pesenti Gritti2003-07-181-8/+0
* Fix compiler warning.Christian Persch2003-07-151-1/+1
* List all mozilla fonts and not only the language specific, otherwise weMarco Pesenti Gritti2003-07-151-37/+17
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-132-1/+4
* Show the doc context menu on ctrl+f10Marco Pesenti Gritti2003-07-111-3/+10
* Merge external protocols in one file (implementation is just one macro).Marco Pesenti Gritti2003-07-079-217/+147
* Api resync and cleanup from galeon.Marco Pesenti Gritti2003-07-062-6/+10
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-047-83/+86
* Sync with Moz Head, small cleanup.Xan Lopez2003-07-042-5/+4
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-021-38/+0
* Use normal google search for keywordsMarco Pesenti Gritti2003-07-021-1/+1
* Remember the directory when saving files. Fixes #115603.James Willcox2003-06-301-22/+30
* removed unused header, fixes compilation with mozilla headChristophe Fergeau2003-06-291-1/+0
* 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-06-281-3/+8
* Add two new encodings, and change access keys to be unique.Christian Persch2003-06-261-3/+7
* Check dom_event, emit warning and return if it is NULL.Christian Persch2003-06-261-1/+19
* Api changeMarco Pesenti Gritti2003-06-241-0/+7
* Remove some unused headers.Marco Pesenti Gritti2003-06-232-7/+1
* Use nsDependentCString instead of NS_LITERAL_CSTRING. Fixes bug 115739.Christian Persch2003-06-231-3/+3
* Fix add bookmark from linkMarco Pesenti Gritti2003-06-231-0/+4
* Drop encodings from our list which are not meant to be used in a browser.Christian Persch2003-06-221-13/+0
* Add two missing font language groups, and reorder encodings list.Christian Persch2003-06-221-20/+18
* *** empty log message ***Marco Pesenti Gritti2003-06-221-1/+1
* Misc i18n fixes: mark default encoding and encoding autodetector in theChristian Persch2003-06-221-1/+15
* Mozilla api change, pfffffMarco Pesenti Gritti2003-06-201-0/+4
* Fix compilation.Xan Lopez2003-06-202-1/+1
* More cleanups, fix memleaks.Xan Lopez2003-06-193-53/+45
* Drop some useless code.Xan Lopez2003-06-181-7/+0
* As first thing when a download stop, report it to the view.Marco Pesenti Gritti2003-06-181-10/+9
* All cleanup and fixes and no play makes Xan a dull boy All cleanup andXan Lopez2003-06-181-29/+20
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-171-6/+6
* Fix use document colorsMarco Pesenti Gritti2003-06-171-2/+4
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-161-36/+10
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-162-29/+57
* Shift+F10 show context menus on the embed. (Less invasive way untilMarco Pesenti Gritti2003-06-163-1/+131
* Remove unneeded includes which mozilla cvs no longer provides.Christian Persch2003-06-151-2/+0
* TypoMarco Pesenti Gritti2003-06-151-1/+1
* Use new INIT macros (from galeon).Marco Pesenti Gritti2003-06-153-75/+57
* Removed it because it's unnecessary.Christian Persch2003-06-151-91/+0
* *** empty log message ***Marco Pesenti Gritti2003-06-152-22/+31
* Convert dialog to metric units and default paper to A4. Fixes #112619Christian Persch2003-06-151-11/+6
* ), (EventContext::SetStringProperty (const char*, const nsACString&)):Christian Persch2003-06-152-3/+6
* Respect the bookmarks bar visibility user choice also for popups.Marco Pesenti Gritti2003-06-141-1/+1
* Add support for string enums.Marco Pesenti Gritti2003-06-132-109/+117
* embed/mozilla/ExternalProtocolService.cpp, embed/mozilla/FilePicker.cpp,Christian Neumair2003-06-132-0/+8
* Dont try to use class members after the class has been deleted.Marco Pesenti Gritti2003-06-132-2/+4
* Do not use c++ new to allocate priv struct of the objectMarco Pesenti Gritti2003-06-131-1/+1
* Sigh. Fix some more mem leaks.Christian Persch2003-06-131-3/+4
* Use functions instead of declaring static vars in .h file, (hopefully)Christian Persch2003-06-121-0/+4
* remove unused stuffMarco Pesenti Gritti2003-06-092-236/+0
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-092-10/+0
* Remove some leftovers.Marco Pesenti Gritti2003-06-081-18/+0
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-072-12/+23
* We used to have two mnemonics for Shift_JS. Fix it and tell translatorsChristian Neumair2003-06-071-1/+3
* Fixup a mistake in my previous patch for encoding accesskeys.Piers Cornwell2003-06-071-1/+1
* Add accels on the encoding menus.Piers Cornwell2003-06-061-102/+102
* Actually add the ask for dest pref, it was using the wrong key.Marco Pesenti Gritti2003-06-052-20/+15
* Move the bookmarks menu after go. There is a slight inconsistency in theDavid Bordoley2003-06-051-3/+83
* Remove custom notifiers, the generic string notifier works just fine forChristian Persch2003-06-011-49/+3
* Sort the lists of encoding autodetectors and of fonts languages.Christian Persch2003-05-291-35/+26
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-285-154/+170
* Make it build with mozilla cvs. Remove only pages on history clear, theMarco Pesenti Gritti2003-05-281-0/+8
* Fix the compiler warning from my previous checkin.Christian Persch2003-05-281-1/+1
* g_list_prepend is faster than g_list_append.Christian Persch2003-05-281-7/+7
* Refactored the charset and language groups strings.Christian Persch2003-05-275-241/+172
* Fix mem leak.Christian Persch2003-05-271-1/+6
* Fix crash on pause.Xan Lopez2003-05-261-0/+2
* Disable Blink and Marquee, cuz they are annoying and non-standard. Don'tDavid Bordoley2003-05-231-0/+21
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-10/+11
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-206-286/+114
* Remove fine grain color settings. Always use the system theme colors inDavid Bordoley2003-05-192-5/+3
* Do not allow to resize the dialog vertically, fixes #112727. Remove unusedXan Lopez2003-05-171-1/+0
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-172-2/+4
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-141-3/+3
* Use new gnome vfs show_url api.Marco Pesenti Gritti2003-05-133-4/+11
* Fix Open, typo.Marco Pesenti Gritti2003-05-111-1/+1
* Use sys language as defaultMarco Pesenti Gritti2003-05-111-27/+47
* Implement security page. Remove some useless hidden prefs in the process.Marco Pesenti Gritti2003-05-101-33/+5
* Share signal emission for all dom mouse events, so they dont go out ofMarco Pesenti Gritti2003-05-101-38/+21
* Check for NULL PresContext.Christian Persch2003-05-061-1/+1
* Remove proxy prefs initialization. Now we call the gconf notifier onMarco Pesenti Gritti2003-05-062-90/+20
* Initialize mozilla prefs on startup every time. That is necessary ifMarco Pesenti Gritti2003-05-053-107/+66
* Workaround to not act on every download, ongoing or finished, when weXan Lopez2003-05-022-45/+15
* s/GALEON/EPIPHANY in the defines.David Bordoley2003-04-283-11/+5
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-281-1/+1
* Always save a page's content if there i content to be saved. Remove theDavid Bordoley2003-04-244-52/+7
* Assume Pause/Resume is available for every channel, "fixes" resume forXan Lopez2003-04-192-19/+2
* from galeon. Don't assume sizeof(gsize) == sizeof(guint) makes epiphanyMarco Pesenti Gritti2003-04-191-4/+4
* Remove some obsolete factory codeMarco Pesenti Gritti2003-04-161-3/+0
* Use home:, have titles.Marco Pesenti Gritti2003-04-152-2/+2
* Fix leaks. Dont truncate utf8 strings.Marco Pesenti Gritti2003-04-141-9/+3
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-131-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-04-1220-526/+311
* Use mozilla-config.h instead of hacks.Marco Pesenti Gritti2003-04-051-4/+1
* Cleanup filepicker api behavior. Put pdm buttons in a size group, to makeMarco Pesenti Gritti2003-03-171-2/+0
* Keep a ref on EmbedPersist while save is in progress.Marco Pesenti Gritti2003-03-163-4/+27
* Remove our custom prompt implementation. Gtkmozembed provides and HIGMarco Pesenti Gritti2003-03-154-821/+0
* Reload embed when changing charsetMarco Pesenti Gritti2003-03-153-8/+7
* revert to revision 1.2 to fix crash, per Marco's advice. Fixes: 108198.Andrew Sobala2003-03-151-21/+11
* weak ref the dialog (from galeon)Marco Pesenti Gritti2003-03-111-11/+21
* Better user agent string (from galeon)Marco Pesenti Gritti2003-03-071-1/+1
* about: world cominationXan Lopez2003-03-073-1/+11
* Translate menusMarco Pesenti Gritti2003-03-054-0/+10
* *** empty log message ***Marco Pesenti Gritti2003-03-042-0/+197
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-042-1/+18
* Adapt to API change in CVS mozilla.James Willcox2003-02-231-9/+0
* fix casting on big-endian, from galeon.Marco Pesenti Gritti2003-02-161-1/+6
* Fix mozilla bookmarks import.Xan Lopez2003-02-091-1/+1
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-061-2/+16
* Fix #105184Marco Pesenti Gritti2003-02-061-11/+16
* Split mozilla related calls out of EmbedShell. Load default mozilla prefsMarco Pesenti Gritti2003-02-061-0/+24
* *** empty log message ***Marco Pesenti Gritti2003-02-0613-256/+208
* Dont crash when going to a not existent page.Marco Pesenti Gritti2003-02-051-0/+1
* *** empty log message ***Marco Pesenti Gritti2003-02-031-1/+0
* Add some icons, thanks to jorn to provide them. last api change seem toMarco Pesenti Gritti2003-02-031-1/+0
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-302-1/+3
* Api changes.Marco Pesenti Gritti2003-01-212-6/+2
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-201-6/+16
* fix incorrect figures on small filesRob Clews2003-01-171-0/+9
* Dont crash when schemas installed incorrectlyMarco Pesenti Gritti2003-01-141-0/+1
* s/Galeon/Epiphany/Alex Duggan2003-01-1410-13/+13
* 0.4.2 Release. Switch configure.in to 0.5.0.Marco Pesenti Gritti2003-01-123-5/+1
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-4/+3
* Reimplement favicons. Now all exit crashes related to connections leftMarco Pesenti Gritti2003-01-121-2/+4
* left this outMarco Pesenti Gritti2003-01-111-2/+4
* Implement a cancel api. Fix refcount to really destroy the WebPersistMarco Pesenti Gritti2003-01-112-6/+35
* Fix schemas build.Marco Pesenti Gritti2003-01-101-1/+1
* Destroy "Invalid path dialog" correctlyLee Willis2003-01-101-0/+1
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-091-1/+1
* More start here page work, importing bookmarks from mozilla now shouldMarco Pesenti Gritti2003-01-091-1/+18
* revertMarco Pesenti Gritti2003-01-081-35/+0
* More work on the start here page.Marco Pesenti Gritti2003-01-082-7/+50
* Architecture for translatable xml/xsl start page.Marco Pesenti Gritti2003-01-071-14/+38
* Make sure event listener is ever attached. Never allow to overrideMarco Pesenti Gritti2003-01-063-34/+29
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-052-10/+13
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-052-4/+2
* Cleanup unused code. Reorder build. In new bookmark dialog enter activateMarco Pesenti Gritti2003-01-025-810/+25
* Resync with galeon.Marco Pesenti Gritti2002-12-313-46/+46
* Initial revisionMarco Pesenti Gritti2002-12-3154-0/+12244