aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
Commit message (Expand)AuthorAgeFilesLines
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-2/+2
* Correctly cancel the download instead of just cancelling the request.Marco Pesenti Gritti2003-12-222-18/+14
* Sync with galeon.Christian Persch2003-12-211-6/+6
* Re-implement Pause/Resume in downloader.Xan Lopez2003-12-213-6/+22
* Get rid of about:options.Christian Persch2003-12-211-1/+0
* In-line the language editor in the prefs dialogue.Christian Persch2003-12-191-19/+43
* Fix permission return types.Christian Persch2003-12-132-13/+23
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-105-181/+176
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-072-12/+30
* Fix a mem leak (ported from galeon).Christian Persch2003-12-061-1/+1
* Remove unused variable.Christian Persch2003-12-061-1/+0
* Remove unneccessary _() call.Christian Persch2003-12-061-1/+1
* Add some missing NULL checks.Christian Persch2003-12-051-3/+3
* Epiphany is now 100% fat-free.... err... free of deprecated widgets. AddChristian Persch2003-12-041-1/+1
* Port from optionmenu to new GtkComboBox.Christian Persch2003-12-041-2/+89
* Fix strftime(3) usage.Christian Persch2003-12-041-2/+5
* Add /system/http_proxy to list of directories to monitor.Christian Persch2003-12-021-0/+5
* Handle case of get_location on an unrealized widgetMarco Pesenti Gritti2003-12-021-0/+2
* Do not blindly overwrite when downloading a file with the same name than aXan Lopez2003-11-284-79/+76
* Implement disabling unsafe protocols for lock-down mode.Christian Persch2003-11-274-1/+186
* Mark parameters "const" where appropriate.Christian Persch2003-11-261-1/+1
* Change signal names to be unique for interfaces on the same object.Christian Persch2003-11-261-13/+15
* Make it compile with mozilla < 1.5.Christian Persch2003-11-251-1/+3
* Implemented cookie and permissions observer used to actually sendChristian Persch2003-11-255-76/+401
* Re-sync with mozilla.Christian Persch2003-11-252-2/+6
* Get rid of NS_INIT_ISUPPORTS() macros in constructors; it's not beenChristian Persch2003-11-259-32/+7
* No need to handle mailto registration separately.Marco Pesenti Gritti2003-11-242-58/+8
* Remove.Marco Pesenti Gritti2003-11-248-306/+210
* Do not build our externla protocol service with mozilla 1.6. It has hisMarco Pesenti Gritti2003-11-242-0/+9
* Make it compile with mozilla 1.4 and 1.4.1 again.Christian Persch2003-11-231-21/+29
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-224-12/+27
* Fix cookie deletion; use do_GetService instead of do_CreateInstance.Christian Persch2003-11-221-11/+11
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-223-159/+420
* Implement an handle_content signal to allow to write plugins to supportMarco Pesenti Gritti2003-11-213-6/+36
* If it's not possible to go up fails do not assert, just fail silently.Marco Pesenti Gritti2003-11-211-4/+5
* Reverting accidentally commited local workaroundChristian Persch2003-11-201-1/+1
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-205-15/+25
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-191-30/+13
* Ported the Crispin's GtkNSSClientAuthDialogs from galeon. Changes: - useChristian Persch2003-11-184-0/+293
* Pass WebPageDescriptor, not CurrentDescriptor. This way we dont refetchMarco Pesenti Gritti2003-11-171-4/+6
* Resync with galeon.Marco Pesenti Gritti2003-11-173-24/+56
* *** empty log message ***Marco Pesenti Gritti2003-11-151-6/+5
* Put back borked mozilla alert.Marco Pesenti Gritti2003-11-142-18/+33
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-0/+6
* Silly typos, thanks crispin.Marco Pesenti Gritti2003-11-132-2/+2
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-114-42/+54
* Deja-vu.Xan Lopez2003-11-111-1/+0
* Remove a decl I forgot.Marco Pesenti Gritti2003-11-101-2/+0
* Do not disable conversion. Some pages was saved as gz compressed.Marco Pesenti Gritti2003-11-101-2/+1
* Do not connect and reemit same signal for nothing. Remove unused/expensiveMarco Pesenti Gritti2003-11-101-44/+0
* Remove decls from the topMarco Pesenti Gritti2003-11-093-266/+163
* Use kB, MB and GB for the total size of the files being downloaded. FixesXan Lopez2003-11-071-2/+0
* Small cleanupsMarco Pesenti Gritti2003-11-072-9/+0
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-066-8/+7
* Correct download dir default.Marco Pesenti Gritti2003-11-061-1/+7
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-063-3/+3
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-051-3/+3
* Migrate font family tooMarco Pesenti Gritti2003-11-051-0/+28
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-054-462/+262
* Resync with eel.Marco Pesenti Gritti2003-11-051-6/+108
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-052-2/+0
* Rework ContentHandler to use the auto_open_downloads key.Xan Lopez2003-11-052-350/+37
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-043-11/+22
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-032-55/+35
* Adjust return value so that mozilla doesn't erreonously put up a failureChristian Persch2003-11-031-1/+1
* Don't unref the print dialogue twice when shown from mozilla.Christian Persch2003-11-031-2/+9
* Unset silent mode after printing, should fix bug #125984.Christian Persch2003-11-021-0/+3
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-011-3/+9
* Correctly set the embed for the print dialogue.Christian Persch2003-10-313-4/+20
* Use gnomevfs helper to open applications, drop our own.Marco Pesenti Gritti2003-10-311-5/+6
* Yet another mozilla API change.Christian Persch2003-10-311-1/+6
* Do not require a parent windowMarco Pesenti Gritti2003-10-311-4/+5
* We cant cache mDOMDocument, it changes for every document loaded. RemoveMarco Pesenti Gritti2003-10-293-16/+5
* Make some vars private, remove an unused one.Marco Pesenti Gritti2003-10-293-8/+9
* Implement smart selection in the downloader view.Xan Lopez2003-10-291-4/+39
* Add sanity check.Christian Persch2003-10-281-2/+5
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-288-64/+26
* Fix page cloning, I was query descriptors interface on webBrowser insteadMarco Pesenti Gritti2003-10-281-8/+8
* We need to force the encoding to be able to unset it.Marco Pesenti Gritti2003-10-281-9/+12
* Implement filechooser for ASK_DESTINATION.Christian Persch2003-10-282-16/+79
* Solving the wrapper mess THE ENDMarco Pesenti Gritti2003-10-283-53/+15
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-288-114/+144
* *** empty log message ***Marco Pesenti Gritti2003-10-283-133/+97
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-275-265/+58
* Port to new gtk+ file chooser.Christian Persch2003-10-269-445/+307
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-254-182/+67
* Resync with galeon.Marco Pesenti Gritti2003-10-256-76/+1774
* Use translatable title for untitled pages.Christian Persch2003-10-241-2/+8
* Add an helper to initialize downloads.Marco Pesenti Gritti2003-10-245-118/+205
* Every time you change API God kills a kitten. Think of the kitten!! (ThatXan Lopez2003-10-234-18/+60
* Update remaning time every two secondsMarco Pesenti Gritti2003-10-193-148/+161
* cleanup. Fix warning when fetching favicons.Marco Pesenti Gritti2003-10-191-27/+32
* Looks like I copied a bug from mozilla js code. Do not show bogusMarco Pesenti Gritti2003-10-181-12/+3
* initialize cur/total sizeMarco Pesenti Gritti2003-10-181-0/+2
* fixup styleMarco Pesenti Gritti2003-10-182-194/+188
* Add nsIAuthPrompt implementation, necessary to make downloads onMarco Pesenti Gritti2003-10-182-2/+48
* Fix string for old mozilla versions.Marco Pesenti Gritti2003-10-181-8/+10
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-185-18/+113
* Fix Save As, we need ever to pass the url now. Now hope chpe stop to bugMarco Pesenti Gritti2003-10-171-13/+19
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-1716-1706/+786
* Include config.h.Christian Persch2003-10-161-1/+7
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-142-247/+18
* Return "en" when in C locale.Christian Persch2003-10-131-1/+1
* Include config.h.Christian Persch2003-10-121-0/+4
* Adapt EphyWrapper::GetEncoding to varying mozilla APIs.Christian Persch2003-10-123-10/+20
* Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, andChristian Persch2003-10-123-4/+49
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-113-59/+3
* Add new files.Xan Lopez2003-10-074-0/+1212
* The file picker dir can be NULL, check before trying to expand tilde.Marco Pesenti Gritti2003-09-281-2/+5
* API sync, from galeon.Xan Lopez2003-09-271-8/+8
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-271-2/+4
* Fix #123176. Use response instead of connecting 210 callbacks.Marco Pesenti Gritti2003-09-251-20/+25
* Use gconf_client_notify. Fixed bug #112882.Christian Persch2003-09-201-10/+1
* Fix directory selection persistence [bug #122780].Christian Persch2003-09-201-3/+3
* Do not fail if prefs.js is corrupted.Marco Pesenti Gritti2003-09-201-1/+0
* embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cppChristian Persch2003-09-194-0/+494
* Re-revert, use new gnome vfs show_url api.Christian Persch2003-09-181-3/+3
* Added in support to allow Mozilla 1.4.1 to be used for Epiphany compile.Patanjali Somayaji2003-09-144-6/+6
* First important step in solving the fonts mess. Allow to select theMarco Pesenti Gritti2003-09-102-12/+3
* *** empty log message ***Marco Pesenti Gritti2003-09-081-53/+26
* Set wrap around prop in mozilla interfaceMarco Pesenti Gritti2003-09-071-0/+1
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-027-81/+58
* Add extra bogosity check, ported from galeon.Christian Persch2003-08-241-0/+1
* Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common.Marco Pesenti Gritti2003-08-241-1/+1
* Overwrite existing files. (We already warn the user about it).Marco Pesenti Gritti2003-08-211-7/+8
* Add activate api.Marco Pesenti Gritti2003-08-191-0/+11
* *** empty log message ***Marco Pesenti Gritti2003-08-172-19/+0
* Fix bug #119818.Christian Persch2003-08-151-1/+14
* Make print preview exit code safer.Marco Pesenti Gritti2003-08-151-1/+1
* Remove an unused progress listener. Looks like galeon 1 code ?!Marco Pesenti Gritti2003-08-144-159/+1
* Respect system pref about no proxy for.Marco Pesenti Gritti2003-08-121-0/+45
* Sync with Moz HEAD.Xan Lopez2003-08-111-2/+5
* When the embed is not initialized return about:blank as address.Marco Pesenti Gritti2003-08-081-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-08-081-0/+4
* *** empty log message ***Marco Pesenti Gritti2003-08-071-61/+55
* Use link text as bookmark title when no title is specified.Marco Pesenti Gritti2003-08-052-1/+85
* 0.8.2. Drop mozilla 1.3 compatibility.Release082Marco Pesenti Gritti2003-08-031-16/+0
* revert last commitMarco Pesenti Gritti2003-08-031-0/+3
* 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