aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* === Release 1.2.10 ===Release1210Christian Persch2004-11-155-44/+111
* Check favicon urls with script sec manager and content policy.Christian Persch2004-11-143-42/+60
* Fix signed/unsigned int confusion.Christian Persch2004-11-143-3/+31
* Also bring the window to the front.Christian Persch2004-11-042-0/+11
* Updating NEWSChristian Persch2004-10-311-0/+11
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-3111-10/+160
* Fix mozilla 1.7.3 snapshot level, proxy PAC loading and a signal leak.Christian Persch2004-10-284-26/+13
* Fix a mem leak.Christian Persch2004-09-232-1/+9
* 2004-09-22 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-09-232-1/+8
* Seems I've forgotten this fileChristian Persch2004-09-151-0/+24
* *** empty log message ***Christian Persch2004-09-111-1/+1
* === Release 1.2.9 ===Release129Christian Persch2004-09-111-0/+4
* Updated for 1.2.9.Christian Persch2004-09-113-4/+30
* Revert "FileSave" sensitivity setting.Christian Persch2004-09-082-2/+6
* Use rm -f as remove command, not rm -r. Reported by Nikolai Weibull.Christian Persch2004-09-082-1/+7
* Add "ml" to ALL_LINGUAS.Christian Persch2004-09-052-2/+8
* Fix printing to file with a non-absolute path. Fixes bug #148849.Christian Persch2004-08-312-10/+73
* Forgot to re-number MOZILLA_SNAPSHOT here.Christian Persch2004-08-312-1/+7
* Fix system-language string. Fix system-language string.Christian Persch2004-08-313-565/+774
* Disable SSLv2 by default.Christian Persch2004-08-302-0/+10
* Remove support for mozilla 1.8a2 too. Adapt to mozilla API change;Christian Persch2004-08-2810-42/+57
* Bug 151212 fixed.Iñaki Larrañaga2004-08-272-146/+145
* Make "FileSave" action obey lockdown too. Fixes bug #151039.Christian Persch2004-08-262-0/+8
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-235-33/+36
* Add autoconf check for dlopen, and add '-dlopen self' to LDFLAGS. FixesChristian Persch2004-08-213-1/+13
* Set default horizontal wheel action to 'scroll'. Fixes bug #148557.Christian Persch2004-08-212-0/+11
* Updating ChangeLogChristian Persch2004-08-161-0/+3
* Post-release version bump.Christian Persch2004-08-162-1/+7
* === Release 1.2.8 ===Release128Christian Persch2004-08-163-3/+29
* Use GetLocalName instead of GetTagName to get the attribute name. Patch byChristian Persch2004-08-162-2/+9
* Fix typo.Christian Persch2004-08-132-1/+7
* Don't use nsIDOMWindow2 with mozilla 1.8a1.Christian Persch2004-08-122-2/+8
* *** empty log message ***Christian Persch2004-08-121-0/+1
* 2004-08-10 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-08-103-7/+40
* Preempt a mozilla API change.Christian Persch2004-08-103-0/+97
* Confirm before overwriting a file. Fixes bug #143501. Also fixes crashChristian Persch2004-08-092-2/+18
* Fix new tab position (backported from HEAD.)Christian Persch2004-08-062-2/+8
* Fix restoring the history window on resume.Christian Persch2004-08-062-1/+7
* Remove 1.7{a,b,rc*}.Christian Persch2004-08-062-5/+8
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-042-0/+11
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-042-0/+8
* Move g_set_application_name() call after gnome_program_init(),Christian Persch2004-08-022-1/+9
* Mozilla API change; thanks to Crispin for alerting me to it.Christian Persch2004-08-022-0/+14
* Fix compilation with --enable-nautilus-view. Fixes bug #148995.Christian Persch2004-08-012-8/+7
* Post-release version bump.Christian Persch2004-08-012-1/+7
* === Release 1.2.7 ===Release127Christian Persch2004-08-0112-9/+52
* Updated for 1.2.7.Christian Persch2004-08-012-2/+37
* Disconnect from screen's size-changed on finalize too.Christian Persch2004-08-012-27/+38
* UpdateChristian Persch2004-07-311-1/+3
* Use nsIDOMWindow2 to get the event target for mozilla >= 1.7rc3.Christian Persch2004-07-312-1/+22
* Typo fix.Christian Persch2004-07-312-1/+7
* s/nsCString/nsACString/ in a few places. Patch taken from FreeBSD ports.Christian Persch2004-07-313-6/+14
* Mozilla API change.Christian Persch2004-07-292-0/+15
* Fix build with old mozilla versions (<= 1.5).Christian Persch2004-07-282-3/+9
* Add bug referenceChristian Persch2004-07-251-1/+1
* Pass the single to the header sniffer and weak ref it. Fixes bug #141928,Christian Persch2004-07-254-11/+33
* Release the single observer in dispose. Should fix bug #146873.Christian Persch2004-07-253-4/+30
* Stored state is guint not gint.Christian Persch2004-07-242-1/+7
* Handle the case where the downloads dir cannot be created gracefully. FixChristian Persch2004-07-224-26/+41
* Fix ChangeLogChristian Persch2004-07-221-16/+0
* Remove a unused variable.Christian Persch2004-07-222-1/+6
* *** empty log message ***Christian Persch2004-07-221-0/+1
* Mozilla API change (backported from HEAD).Christian Persch2004-07-222-0/+10
* Fix mem leaks (ported from Galeon).Christian Persch2004-07-223-0/+26
* Since the print dialogue is modal the filechooser needs to be modal too.Christian Persch2004-07-172-0/+8
* Make print and print setup go trough nsIPrintingPromptService (backportedChristian Persch2004-07-1121-254/+180
* Depend on libgnomeui >= 2.6.0.Christian Persch2004-07-092-2/+11
* Don't convert filename encoding here, since we use it as UTF-8 inChristian Persch2004-07-072-5/+8
* Unescape the mailto: address, fixes bug #144462 (merged from HEAD).Christian Persch2004-07-075-3/+56
* Updating NEWSChristian Persch2004-07-071-1/+5
* Merged from HEAD.Christian Persch2004-07-073-1/+3518
* Updated Catalan translation.Jordi Mallach2004-07-072-1/+5
* Set sane_state to TRUE from user changes, otherwise broken prefs willChristian Persch2004-06-292-0/+16
* Updating NEWSChristian Persch2004-06-251-1/+2
* update vi.poNguyen Thai Ngoc Duy2004-06-251-533/+462
* Move check for javascript after the http[s] checks.Christian Persch2004-06-232-8/+11
* Check for empty attributes before adding the item when parsing theChristian Persch2004-06-212-7/+17
* Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.Christian Persch2004-06-212-0/+11
* Remove implementation of GlobalHistory2::HidePage, it's really not usedChristian Persch2004-06-202-16/+9
* Implement GlobalHistory[2]::HidePage, fixes bug #142143.Christian Persch2004-06-202-9/+46
* Updating NEWSChristian Persch2004-06-181-0/+6
* Escape strings before using the with markup in labels. Patch by CrispinChristian Persch2004-06-183-9/+17
* Updated Bulgarian translation by Vladimir "Kaladan" PetkovAlexander Shopov2004-06-172-3695/+3746
* Updating NEWSChristian Persch2004-06-151-0/+9
* Work around mozilla bug #246392 which goes back to the original urls whenChristian Persch2004-06-154-7/+81
* Use g_markup_print_escaped().Christian Persch2004-06-152-4/+8
* Escape strings before using them with markup in labels.Christian Persch2004-06-153-6/+12
* Post-release version bump.Christian Persch2004-06-142-1/+7
* === Release 1.2.6 ===Release126Christian Persch2004-06-1422-21/+2745
* Updating NEWSChristian Persch2004-06-141-4/+0
* Make distcheck passChristian Persch2004-06-1410-2737/+1
* Merging from HEADChristian Persch2004-06-134-0/+0
* Add "es" to SUBDIRS.Christian Persch2004-06-132-1/+7
* User GNOME_COMMON_INIT.Christian Persch2004-06-132-3/+8
* Updating NEWSChristian Persch2004-06-131-0/+2
* Do not hide clipboard items for the input context, fixes bug #139040Christian Persch2004-06-132-9/+10
* ==> ChangeLog <==Christian Persch2004-06-112-1/+7
* Updating NEWSChristian Persch2004-06-101-0/+1
* Disable xpinstall by default. Fixes bug #144035.Christian Persch2004-06-102-0/+9
* Fix property IDs.Christian Persch2004-06-092-2/+8
* Check for firefox dot-dir too.Christian Persch2004-06-094-2/+13
* Updating NEWSChristian Persch2004-06-081-0/+2
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-083-12/+17
* Fix setting the default filename in the !modeSave case. (Backported fromChristian Persch2004-06-073-22/+37
* Updated Greek translation:fixesNikos Charonitakis2004-06-062-131/+137
* Merged from HEAD.Christian Persch2004-06-063-411/+492
* Another API change on 1.7 branch.Christian Persch2004-06-022-5/+12
* === Release 1.2.6 ===Christian Persch2004-06-023-1/+10
* Shut upChristian Persch2004-06-021-0/+4
* Merging from HEADChristian Persch2004-06-022-250/+280
* Updating NEWSChristian Persch2004-05-301-0/+1
* Filter unwanted urls (unused protocols, redirects, non-toplevel loads).Christian Persch2004-05-302-1/+55
* Updating NEWSChristian Persch2004-05-301-0/+1
* Fix reload logic not to use forced reload by default. Patch by C. J. N.Christian Persch2004-05-302-2/+9
* Version 1.2.6.Christian Persch2004-05-292-1/+7
* Revert varargs change, it doesn't work for LOG("Message") withoutChristian Persch2004-05-292-11/+7
* Updating NEWSChristian Persch2004-05-291-1/+2
* Use ISO style variable argument macros. Patch by Brian Cameron, part ofChristian Persch2004-05-292-1/+19
* Add check for 'mkdtemp', since solaris doesn't have it.Christian Persch2004-05-293-0/+22
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-292-1/+7
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-292-1/+7
* Fix for mozilla API change, backported from HEAD (ported from galeon).Christian Persch2004-05-292-1/+21
* Depend on glib >= 2.4.1 because of the fix for bug #112222. IncreaseChristian Persch2004-05-292-3/+11
* Updating NEWSChristian Persch2004-05-291-0/+1
* Merged from HEAD.Christian Persch2004-05-293-1/+3502
* Include "config.h".Christian Persch2004-05-292-0/+10
* Updating NEWSChristian Persch2004-05-241-0/+2
* Merged from HEAD.Christian Persch2004-05-243-1/+3336
* forgot to commit it.Alexander Shopov2004-05-241-0/+5
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-05-241-138/+130
* R help/es/Makefile.in:Christian Persch2004-05-232-524/+6
* Updating NEWSChristian Persch2004-05-221-0/+1
* Set the drag icon on realize, otherwise the current icon theme isn't used,Crispin Flowerday2004-05-222-21/+31
* Recognise mozilla 1.8a1 and 1.8a2.Christian Persch2004-05-222-0/+8
* Fix stupid bug.Christian Persch2004-05-212-2/+9
* Remove "es" from build, it's missing the figures. Fixes bug #142846.Christian Persch2004-05-212-1/+7
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-203-6/+11
* Fix overflow.Christian Persch2004-05-202-1/+8
* Updating NEWSChristian Persch2004-05-191-1/+1
* *** empty log message ***Christian Persch2004-05-191-0/+1
* Merging from HEADChristian Persch2004-05-192-185/+351
* Fix compilation with Mozilla 1.7 branch, patch by Carlos Romero.Christian Persch2004-05-195-1/+17
* Updating NEWSChristian Persch2004-05-171-3/+3
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-172-1/+7
* Fix mem leaks.'Christian Persch2004-05-162-0/+9
* Fix refcount leak.Christian Persch2004-05-162-0/+9
* Updated.Christian Persch2004-05-162-0/+34
* Merging from HEADChristian Persch2004-05-167-1/+2994
* Set mEventReceiver to nsnull too in ::Destroy(), fixes a crasher.Christian Persch2004-05-162-7/+17
* Yet another mozilla API change (backported from HEAD).Christian Persch2004-05-152-20/+67
* Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which willChristian Persch2004-05-132-1/+13
* Fix compilation with gcc 2.95.Christian Persch2004-05-122-1/+8
* Destroy browser on destroy, but delete it on finalize. Fix for bugChristian Persch2004-05-113-30/+75
* Fix accelerator for OpenImage action.Christian Persch2004-05-092-1/+7
* Jump to new tabs created from command lines; fixes bug #141168.Christian Persch2004-05-092-4/+10
* Use the single sign-on prompt service.Christian Persch2004-05-073-34/+16
* Adjust some MOZILLA_SNAPSHOT checks.Christian Persch2004-05-072-15/+21
* Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks.Christian Persch2004-05-078-22/+26
* Suppress some warnings for C++ code.Christian Persch2004-05-073-3/+13
* Merged nsIDownload API changes from HEAD.Christian Persch2004-05-0710-45/+260
* Increase snapshot level for mozilla 1.7rc2, they've changed API again.Christian Persch2004-05-072-3/+12
* Eliminate ExternalProtocolHandlers in favor of setting prefs to makeChristian Biesinger2004-05-077-494/+30
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-05-072-204/+229
* Remove duplicate entry for moz 1.4.2.Christian Persch2004-05-062-1/+6
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-05-052-233/+259
* Recognise mozilla 1.7rc too.Christian Persch2004-05-052-4/+8
* Updating NEWSChristian Persch2004-05-041-1/+1
* Post-release version bump.Christian Persch2004-05-042-1/+7
* Committing templatesRelease125Christian Persch2004-05-0410-0/+20
* Don't generate Makefile in help/nlChristian Persch2004-05-041-1/+0
* Updating NEWSChristian Persch2004-05-041-1/+4
* Version 1.2.5.Christian Persch2004-05-044-2/+12
* Updating NEWSChristian Persch2004-05-041-1/+12
* Whenever we have one, pass the cache key to the persist object. That wayChristian Persch2004-05-042-3/+15
* Add new screenshots.Piers Cornwell2004-04-292-0/+0
* Updated Smart Bookmarks help content. Patch by poobar@nycap.rr.com. FixesPiers Cornwell2004-04-292-220/+417
* Update screenshots.Piers Cornwell2004-04-293-0/+7
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-293-2/+11
* Added Basque help pagesPablo Saratxaga2004-04-289-1/+845
* Normalized a translation in Portuguese translation.Duarte Loreto2004-04-272-1/+5
* Updated Maori translation.John C Barstow2004-04-271-6/+6
* Release 1.2.4Release124Christian Persch2004-04-2758-870/+870
* Updating NEWSChristian Persch2004-04-271-0/+2
* Exit print preview mode before closing a window. Fixes a crasher; EpiphanyChristian Persch2004-04-272-0/+20
* Release 1.2.4Christian Persch2004-04-2758-21039/+28249
* Version 1.2.4.Christian Persch2004-04-273-1/+20
* Fix encoding of saved and downloaded content; fixes bug 141050.Christian Persch2004-04-272-32/+27
* Set the close button as data on the tab label.Christian Persch2004-04-252-0/+7
* Document UTF-8 requirement.Christian Persch2004-04-225-7/+24
* Updated Maori translationJohn C Barstow2004-04-212-77/+61
* Replaced %-d with %e. `-' modifier is a GNU extension.Changwoo Ryu2004-04-212-2/+6
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-184-66/+100
* Post-release version bump.Christian Persch2004-04-182-1/+7
* UpdateRelease123Christian Persch2004-04-181-1/+0
* Updated for 1.2.3.Christian Persch2004-04-182-0/+55
* Add 1.7 to the list of supported mozilla versions.Christian Persch2004-04-183-10/+13
* Make warning message selectable (backported from HEAD).Piers Cornwell2004-04-182-0/+7
* Add "eu" to ALL_LINGUAS.Christian Persch2004-04-183-1/+3712
* Version 1.2.3. Default to not to build the nautilus view.Christian Persch2004-04-182-4/+8
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-185-28/+42
* Don't override nsWebBrowserContentPolicy contract ID, just register ourChristian Persch2004-04-183-11/+47
* Don't gunzip downloads (backported from HEAD).Christian Persch2004-04-182-0/+11
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-172-11/+13
* Updated Hungarian translation.Andras Timar2004-04-152-209/+254
* Add $(MOZILLA_INCLUDE_ROOT) to the list.Christian Persch2004-04-142-0/+7
* Set the actions' accel paths; fixes bug #139641 for ephy.Christian Persch2004-04-145-10/+40
* Merging from HEADChristian Persch2004-04-141-3/+2
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-104-28/+46
* Sort the actions in the location entry autocompletion dropdown. Fixes bugChristian Persch2004-04-102-1/+46
* Don't abort on error, just show the message on console. Fixes bug #139247.Christian Persch2004-04-072-1/+8
* updated gujarati translation.Guntupalli Karunakar2004-04-062-508/+458
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-04-062-14/+19
* Make pdm and print setup dialogues destroy with parent, too.Christian Persch2004-04-063-2/+9
* Make prefs, pdm and print setup dialogues transient to their parent. FixesChristian Persch2004-04-066-8/+34
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-04-052-41/+35
* Updated Icelandic translation by Helgi Þormar ÞorbjörnssonSamúel Jón Gunnarsson2004-04-042-1112/+1684
* Merging Crispin's toolbar fixes from HEADChristian Persch2004-04-034-16/+57
* Updated Norwegian translation.Kjartan Maraas2004-04-032-228/+231
* Remove stray semicolon. Fixes bug #138902.Christian Persch2004-04-032-1/+7
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-016-253/+271
* Corrected small mistake in the committed ChangelogAlexander Shopov2004-04-011-1/+5
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.orgAlexander Shopov2004-04-012-1011/+2128
* Make buttons the same size in Industrial theme and make text selectable.Piers Cornwell2004-03-312-3/+10
* Don't allow a font size less than 1.Piers Cornwell2004-03-313-5/+12
* Fix the --with-mozilla-snapshot help string to list all supported mozillaChristian Persch2004-03-312-4/+12
* 2004-03-29 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-03-302-1/+7
* Fixes #138263.Federico Mena Quintero2004-03-3010-24/+45
* Change test to use -d, fixes bug #138088.Christian Persch2004-03-292-1/+7
* Merge fix for bug #138207 from HEAD.Christian Persch2004-03-292-0/+7
* Post-release version bump.Christian Persch2004-03-292-1/+7
* Don't assume every anchor has a href attribute. Fixes bug #138200.Christian Persch2004-03-292-14/+11
* Fix opening in new tabs when there is no existing window. Fixes bugChristian Persch2004-03-292-2/+21
* Merging from release-1-2-1 branchChristian Persch2004-03-295-5/+21
* Merging from release-1-2-1 branchChristian Persch2004-03-291-0/+4
* Make the "Go" button actually work. Thanks to aes for alerting us to thisChristian Persch2004-03-242-0/+31
* completed punjabi translationGuntupalli Karunakar2004-03-232-5/+9
* Added Gujarati translationGuntupalli Karunakar2004-03-234-1/+3879
* Normalized expression in Portuguese translation.Duarte Loreto2004-03-232-219/+222
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-231-115/+117
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-232-262/+280
* Fix "Add" button width in the prefs dialogue for some themes.Christian Persch2004-03-221-0/+1
* Set window icon. Fixes bug #137806.Christian Persch2004-03-222-1/+16
* added Punjabi translationGuntupalli Karunakar2004-03-224-1/+3533
* *** empty log message ***Marco Pesenti Gritti2004-03-221-0/+1
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-2210-328/+414
* The xbel type is now application/x-xbelMarco Pesenti Gritti2004-03-222-1/+7
* Update for 1.2.1Release121Marco Pesenti Gritti2004-03-223-1/+28
* Updated Hungarian translation.Andras Timar2004-03-222-231/+250
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-221-47/+62
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-03-221-106/+117