aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
Commit message (Expand)AuthorAgeFilesLines
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-0/+137
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-1/+15
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-171-5/+3
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+1
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+2
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-121-18/+14
* Remove unused ge_content_changed.Xan Lopez2007-11-121-1/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-121-2/+0
* Remove unused ge-location signal.Xan Lopez2007-11-121-1/+0
* ge-search-key-press is in EphyEmbed, not GtkMozEmbed.Xan Lopez2007-11-101-1/+2
* Add a space to the reload page alertCyril Brulebois2007-11-081-1/+1
* Fix invalid cast and make the find toolbar work again after EphyBaseEmbedCosimo Cecchi2007-11-081-1/+1
* Enable a --with-distributor-name configure option, defaulting to Epiphany.Cyril Brulebois2007-11-071-3/+4
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-061-1/+3
* Put size_allocate hack in MozillaEmbed now.Xan Lopez2007-11-061-0/+23
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-061-1509/+22
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-063-50/+68
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-051-0/+40
* Fix the build with --enable-debug.Christian Persch2007-10-281-1/+1
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-271-3/+348
* Tabify modified files.Xan Lopez2007-10-261-129/+129
* Fix more issues left with the refactoring.Xan Lopez2007-10-261-51/+18
* Fix the remaining breakage.Xan Lopez2007-10-261-3/+24
* Move file_monitor_cancel on dispose from EphyTab to EphyEmbed.Xan Lopez2007-10-261-0/+11
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-261-0/+44
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-261-12/+133
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-261-6/+316
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-2/+2
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-261-17/+329
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-261-8/+102
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-0/+45
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-0/+37
* Use correct property enum.Xan Lopez2007-10-221-1/+1
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-0/+31
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-211-1/+111
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-5/+42
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-211-147/+102
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-211-2/+67
* Take the page orientation from the page setup, not from the print settings.Christian Persch2007-10-111-1/+2
* EphyContentPolicy::ShouldLoad: use the same content policy forJosselin Mouette2007-09-271-4/+4
* Fix the build of the custom GTK+ filepicker so we can add nice previewsDiego Escalante Urrelo2007-09-271-47/+8
* Fix the icon name to use EPHY_STOCK_EPHYChristian Persch2007-09-251-1/+2
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-1338-38/+38
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-1328-28/+28
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-1328-28/+28
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-1338-38/+38
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-272-5/+32
* Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed.Christian Persch2007-08-231-2/+2
* Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-151-6/+5
* Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 yearsDiego Escalante Urrelo2007-08-153-4/+9
* Do not use #ifdef inside macros, ancient compilers don't like itXan Lopez2007-07-311-2/+15
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-90/+13
* Don't mention 'Epiphany' in the message introduced in the patch for bugReinout van Schouwen2007-07-271-1/+1
* Improve the restricted ports message, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-07-261-9/+7
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-171-3/+3
* Use C++ casts. Script from bmo#348748.Christian Persch2007-07-159-10/+10
* Make sure postscript printing is enabled, and the printer list empty (soChristian Persch2007-07-151-0/+3
* It's yet another API change!Christian Persch2007-07-153-1/+9
* Fixes bug #452707Nguyen Thai Ngoc Duy2007-07-111-7/+12
* Remove gtk version check since we now depend on 2.11.Christian Persch2007-07-101-9/+0
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-1/+1
* Remove empty filesRELEASE_2_19_5Christian Persch2007-07-102-0/+0
* === Release 2.19.5 ===Christian Persch2007-07-102-0/+0
* Modified first-time dialog when visiting a secure page, to mention theDiego Escalante Urrelo2007-06-171-1/+4
* Set the print as cancelled in the print settings too, seeChristian Persch2007-06-143-4/+14
* Last commit reverted.Diego Escalante Urrelo2007-06-061-4/+4
* Change the "The page was not fully loaded when the crash ocurred" messageDiego Escalante Urrelo2007-06-061-4/+4
* nsIPasswordManager doesn't exist on trunk anymore.Christian Persch2007-05-271-3/+12
* Take the printer's capabilities into account.Christian Persch2007-05-271-9/+40
* Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefsChristian Persch2007-05-201-3/+121
* Just use ngettext here, no need for dngettext.Christian Persch2007-05-201-4/+3
* Store http-only flag too.Christian Persch2007-05-201-0/+6
* Fix printing of frames.Christian Persch2007-04-093-13/+39
* Fix Epiphany not finding some Gecko plugins when running in a multilibBastien Nocera2007-03-162-12/+68
* Add translator's comment for 'token'.Christian Persch2007-03-121-0/+4
* Implement nsICookiePromptService. Bug #337826.Christian Persch2007-03-124-1/+214
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-1268-68/+68
* Move ephy-adblock.* to embed. Change the API to pass EphyEmbed toBenjamin Berg2007-03-031-9/+10
* What's this? Another mozilla API change!Christian Persch2007-02-232-7/+1
* === Release 2.17.91 ===RELEASE_2_17_91Christian Persch2007-02-132-1/+2
* Fix a g_free on static string. Also fix a leak.Jean-François Rameau2007-02-091-23/+24
* Guess what? Another mozilla API change!Christian Persch2007-02-091-0/+14
* Check for a potential veto. Fix #342951.Jean-François Rameau2007-01-291-0/+12
* Fixes the menu path of Gnome control center when displaying the servicePriit Laes2007-01-271-1/+1
* Changed the "redirected too many times" error page to be more friendly.Diego Escalante Urrelo2007-01-241-3/+4
* Clear some print settings in the settings we hand to the print job, soChristian Persch2007-01-244-13/+62
* Fixes the escaping in the error message "The page %s was not fully loadedDiego Escalante Urrelo2007-01-091-2/+2
* Fixes the menu path of the service unavailable error message.Diego Escalante Urrelo2007-01-091-1/+1
* .cvsignore files are obsoleteChristian Persch2006-12-301-6/+0
* Add search_link entry to _EphyEmbedIfaceEric Butler2006-12-181-0/+33
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-7/+4
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-156-14/+20
* Try to work with trunkChristian Persch2006-12-091-2/+1
* Version 2.17.3.Christian Persch2006-12-052-2/+2
* Another mozilla API change.Christian Persch2006-12-023-5/+8
* Fix printing of page ranges.Christian Persch2006-11-051-2/+3
* Fix previous commit for gecko 1.8.0.x.Jean-François Rameau2006-10-251-1/+2
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-233-0/+95
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-152-1/+35
* Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bugWouter Bolsterlee2006-10-151-1/+29
* Revert part of the last change, we don't need the top window here.Christian Persch2006-10-071-6/+1
* Use the top DOM window here, and adapt to gecko 1.8.1.Christian Persch2006-10-061-5/+28
* Fix build with gecko 1.8.1.Christian Persch2006-10-051-0/+4
* R embed/mozilla/AutoEventQueue.cpp: R embed/mozilla/AutoEventQueue.h:Christian Persch2006-09-302-181/+0
* Add smb: to recognised web schemes. Bug #352733.Christian Persch2006-09-301-0/+3
* These header files were GPL v2-only while the implementation .cpp filesChristian Persch2006-09-242-8/+32
* Fix find direction.Christian Persch2006-09-181-1/+1
* Remove ill-conceived attempt at uninstalling the XPInstall handler, andChristian Persch2006-09-175-79/+143
* Use UTF-8 copyright symbolChristian Persch2006-09-1376-115/+115
* Remove some unnecessary static data.Christian Persch2006-09-078-28/+28
* Make this LGPL.Christian Persch2006-08-221-4/+4
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-221-1/+1
* Don't show the empty window that the print options tab isChristian Persch2006-08-221-0/+1
* YAMAC.Christian Persch2006-08-191-7/+3
* nsIPassword.h is always available. Fixes bug #350997.Christian Persch2006-08-121-7/+1
* Fix the build.Christian Persch2006-08-081-2/+0
* Simply CallGetService to get the pref branch.Christian Persch2006-08-081-12/+8
* Use AutoJSContextStack on window open. Disable XPrint.Christian Persch2006-08-081-1/+12
* R embed/mozilla/MozillaPrivate.cpp: R embed/mozilla/MozillaPrivate.h:Christian Persch2006-08-083-58/+0
* Don't start search on <embed> and <object> elements.Christian Persch2006-08-081-1/+6
* Decrease maximum progress update to 0.5sChristian Persch2006-08-081-1/+4
* Fix default activation.Christian Persch2006-07-251-1/+2
* Missing GeckoFormSigningDialog entries.Jean-François Rameau2006-07-241-0/+2
* Implement nsIDOMCryptoDialogs, nsITokenDialogs andChristian Persch2006-07-244-19/+211
* Implement nsIFormSigningDialog. Bug #312869.Christian Persch2006-07-233-1/+208
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-221-0/+3
* Add our options in a custom tab in the print dialogue.Christian Persch2006-07-222-66/+219
* Force label wrapping.Christian Persch2006-07-191-0/+2
* === Release 2.15.4 ===RELEASE_2_15_4Christian Persch2006-07-111-1/+1
* Don't hammer the cpu when downloading file with an unknown size. Fix bugJean-François Rameau2006-07-071-2/+1
* Guess what? Another mozilla API change!Christian Persch2006-07-072-10/+37
* Fix the build.Christian Persch2006-07-072-5/+2
* A embed/mozilla/AutoWindowModalState.cpp: AChristian Persch2006-07-0611-25/+150
* Fix a warning from gecko "Bad contract id registed with the scriptJean-François Rameau2006-06-241-0/+2
* A lib/ephy-password-dialog.c: A lib/ephy-password-dialog.h:Christian Persch2006-06-224-362/+392
* Fix build with latest gtk printing changes.Christian Persch2006-06-223-25/+30
* Look! Yet Another Mozilla API Change!Christian Persch2006-06-201-0/+11
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-1912-563/+1420
* Fix header guard nameChristian Persch2006-06-121-2/+2
* Check for enchant, and output an overview of the configured options onChristian Persch2006-06-094-0/+276
* The API change was reverted on 1.8 branch. Fixes bug #343592.Christian Persch2006-06-051-4/+0
* The API change was reverted on 1.8 branch. Fixes bug #343592.Christian Persch2006-06-051-2/+6
* Don't set cookies from favicon downloads. Bug #337835.Jean-François Rameau2006-06-023-4/+71
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-1612-33/+33
* Use nsAString::Equals.Christian Persch2006-05-153-16/+1
* The API is also changed on 1.8 branch, adapt the #ifdef accordingly.Christian Persch2006-05-121-2/+2
* Drop non-toolkit gecko support too.Christian Persch2006-05-112-12/+3
* Another API change! Thank you, mozilla!Christian Persch2006-05-111-0/+11
* Drop support for gecko 1.7.Christian Persch2006-05-1158-2469/+1043
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-242-3/+3
* Check for nsIMutableArray.h and include it if found. Fixes build withChristian Persch2006-04-171-1/+5
* Emit document-change event on fastback restore. Fixes bug #312785.Christian Persch2006-04-111-1/+14
* 2006-04-03 Christian Persch <chpe@cvs.gnome.org>Christian Persch2006-04-031-2/+5
* Oops, this is a string pref!Christian Persch2006-04-031-13/+4
* Fix crash when cancelling the prompt before the timeout has run.Christian Persch2006-04-011-3/+2
* Use g_object_ref_sink().Christian Persch2006-03-291-23/+19
* .Jean-François Rameau2006-03-291-9/+48
* Sync Epiphany with Gecko trunk according toJean-François Rameau2006-03-202-0/+8
* Don't throw when cancelling the dialogue with ESC. Fixes bug #333780,Christian Persch2006-03-081-1/+1
* Build fix to build with 1.8 branch. No code changes, only #ifdef code thatChristian Persch2006-03-081-0/+5
* Back the xpinstall change out; it breaks on gecko 1.8.Christian Persch2006-03-061-55/+30
* Don't use g_return_if_fail here.Christian Persch2006-03-066-8/+5
* Use the right category.Christian Persch2006-03-051-1/+1
* Mark application/x-xpinstall as unsafe.Christian Persch2006-03-051-30/+55
* Fix buildChristian Persch2006-03-041-1/+1
* Sync Epiphany with new nsIGlobalHistory3 stuff.Jean-François Rameau2006-03-033-4/+34
* Don't block stylesheets (for now).Christian Persch2006-03-031-6/+17
* Make these implement threadsafe isupports.Christian Persch2006-03-033-9/+7
* Don't activate typeaheadfind on XUL documents.Christian Persch2006-03-021-0/+3
* Do return on failure.Christian Persch2006-02-211-1/+1
* Guard against nsDocument::GetDefaultView returning NULL. Bug #327764.Christian Persch2006-02-161-6/+11
* Also use exthandler for snews and nntp.Christian Persch2006-02-141-1/+1
* Use NS_LogInit()/NS_LogTerm().Christian Persch2006-02-111-0/+8
* Block popup with NULL url (javascript:window.open() for instance). butJean-François Rameau2006-02-091-6/+9
* Remove workaround for broken profile now thatChristian Persch2006-02-081-6/+3
* Changes to support xulrunner trunk (gecko 1.9).Christian Persch2006-02-062-20/+11
* Only use the major version in the user agent string.Christian Persch2006-02-062-3/+4
* Don't make the nonblocking alert modal!Christian Persch2006-02-031-16/+10
* Fix compilation against trunk + some typos.Jean-François Rameau2006-02-033-3/+2
* Helper class that pushes a null JS context on the stack, and pops it inChristian Persch2006-02-0311-5/+167
* Add GECKO_CHECK_HEADERS, wrapping AC_CHECK_HEADERS.Christian Persch2006-02-033-2/+76
* Use GTK_STOCK_DIALOG_AUTHENTICATION. Bug #329438.Christian Persch2006-02-011-2/+2
* Remove unused var.Jean-François Rameau2006-01-311-1/+0
* Special error text for localhost URIs. Bug #323261, patch byChristian Persch2006-01-311-5/+52
* Truncate URI and title strings. Bug #329160.Christian Persch2006-01-311-7/+34
* If GetPassword failed, break instead of continue. That way we don'tChristian Persch2006-01-301-1/+9
* Add a function (ephy_embed_single_get_backend_name) to get the backendCrispin Flowerday2006-01-301-0/+17
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-262-89/+0
* Set the "browser.display.use_system_colors" pref on gecko 1.8, instead ofChristian Persch2006-01-251-2/+11
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-241-1/+1
* Invert button order. Bug #327381.Christian Persch2006-01-241-4/+24
* Decouple embed single instantiation and initialisation. PreventsChristian Persch2006-01-183-22/+6
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-181-4/+3
* Fix leaks, minor cleanups.Christian Persch2006-01-171-31/+23
* Add event type to the callback.Christian Persch2006-01-174-25/+76
* Fix number of /'s in URI.Christian Persch2006-01-174-88/+664
* When looking at modified text areas and forms, don't look at disabled orCrispin Flowerday2006-01-171-0/+95
* Add NetworkManager magic for connection status autodetection. Defaults toChristian Persch2006-01-162-7/+102
* Only use the directory service provider on gecko 1.8; gecko 1.7 uses aChrhristian Persch2006-01-152-9/+10
* Simplify creation and reference counting of the EphyDirectoryProviderCrispin Flowerday2006-01-151-7/+1
* Add defines and automake conditional for toolkit flavour.Christian Persch2006-01-154-0/+163
* Don't require a HTML document to activate typeaheadfind. Bug #326813.Christian Persch2006-01-131-18/+22
* A embed/mozilla/EphyPromptService.cpp: AChristian Persch2006-01-134-0/+857
* EphyContentPolicy now emits a signal when a content is blocked.Jean-François Rameau2006-01-092-2/+62
* Make ESC cancel the content handler dialogue. Bug #325811.Christian Persch2006-01-081-5/+8
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-031-1/+3
* Add some code so ad blocking should be more easy. Based on the fact thatJean-François Rameau2005-12-201-6/+22
* Fix a compile warning.Jean-François Rameau2005-12-151-1/+1
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-114-0/+488
* Minor code cleanup.Christian Persch2005-12-081-5/+5
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-083-14/+47
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-073-0/+50
* Fix spacings to be HIG compliant. Set window roles.Christian Persch2005-12-062-6/+4
* While in find mode, set the selection colour to "attention".Christian Persch2005-12-053-1/+73
* Add a comment for translators.Christian Persch2005-12-051-2/+3
* Fix build with moz 1.7Christian Persch2005-11-191-1/+1
* Add chrome: and resource: to the safe list; otherwise forms and scrollbarsChristian Persch2005-11-191-77/+36
* Prettify CRL import dialogue. Fixes bug #321590.Christian Persch2005-11-161-19/+34
* Fix for mozilla API change.Christian Persch2005-11-142-30/+36
* Make "network-status" property readwrite.Christian Persch2005-11-081-3/+19
* Mark strings in param specs as static.Christian Persch2005-11-081-1/+1
* Scroll the view so the selected cert is visible. Fixes bug #320758.Christian Persch2005-11-061-1/+2
* More detailed result code from find backend.Christian Persch2005-11-033-14/+17
* Add titles with title capitalisation, and chanage the icon on theChristian Persch2005-11-032-8/+56
* Get the window name from the popup-blocked event.Christian Persch2005-11-011-1/+13
* More curly quotes.Christian Persch2005-11-013-14/+16
* Store the redirect and toplevel attributes when adding pages to theChristian Persch2005-10-311-18/+29
* R lib/ephy-glade.c: R lib/ephy-glade.h:Christian Persch2005-10-311-6/+10
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-301-37/+8
* Add a way to view stored password. Fix bug 316821.Jean-François Rameau2005-10-231-1/+8
* Enable favicons for https: sites on gecko 1.8.Christian Persch2005-10-171-1/+1
* Allow favicons for https: sites on gecko 1.9.Christian Persch2005-10-151-0/+6
* Remove debug output.Christian Persch2005-10-151-3/+2
* Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag.Christian Persch2005-10-157-4/+212
* Work around mozilla bugChristian Persch2005-10-151-1/+2
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-133-0/+77
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-133-11/+50
* A embed/mozilla/EphyRedirectChannel.cpp: AChristian Persch2005-10-136-67/+252
* Sync with gnome-2-12.Christian Persch2005-10-071-23/+30
* Add out private plugin directory to MOZ_PLUGIN_PATH too.Christian Persch2005-10-062-2/+6
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-033-13/+67
* Return error on failure.Christian Persch2005-09-301-6/+7
* Hide the filters combo if there's only the "All" filter.Christian Persch2005-09-281-0/+15
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-271-16/+15
* Back out previous change, it doesn't work right when there are *two*Christian Persch2005-09-262-10/+1
* Push a new event queue while showing the dialogue with gtk_dialog_run.Christian Persch2005-09-264-0/+190
* Handle contentEncodingError error.Jean-François Rameau2005-09-251-0/+5
* Remove unused function.Jean-François Rameau2005-09-221-25/+0
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-223-3/+9
* Add EPHY_EMBED_STATE_RESTORING and conversion fromChristian Persch2005-09-201-0/+3