Commit Graph

1971 Commits

Author SHA1 Message Date
rob_strong%exchangecode.com
0a11a7a5c9 Bah - followup to Bug 354005: Setting the app as the OS default is broken on Vista (command line handler changes). r=bsmedberg, r=dougt, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@219696 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-08 09:37:04 +00:00
rob_strong%exchangecode.com
a9076af299 Landing of interdependent bugs for Vista support and DDE improvements. Bug 354005: Setting the app as the OS default is broken on Vista. Bug 351949: Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. Bug 354226: nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. Also fixes the following: Bug 369314, Bug 369048, Bug 369125, Bug 367540, Bug 364483, Bug 355650, Bug 353944, Bug 353089, Bug 352424, Bug 336469, and Bug 369451. patch=rstrong, Masatoshi Kimura, sspitzer. r=sspitzer, r=dougt, sr=bsmedberg, r=rstrong, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@219569 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-06 07:13:21 +00:00
gavin%gavinsharp.com
f82516e5ce Bug 369151: Restored blank tabs can't be reopened once they're closed, patch by Simon Bünzli <zeniko@gmail.com>, r=dietrich, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@219514 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-05 19:08:16 +00:00
gavin%gavinsharp.com
133d0bb457 Bug 364297: Change default homepage, selected search engine, keyword URL, and feed readers to Google for Firefox 2.0.0.x CJKT builds, without affecting existing users. This involves adding a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading. r=mconnor, sr=bsmedberg, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@219481 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-05 01:38:32 +00:00
gavin%gavinsharp.com
d5041a6ac6 Bug 359107: suspected forgery Google TOS refusal renders other choices un-reachable (can't change anti-phishing providers without agreeing to a EULA), patch by Ryan Flint <ryan@ryanflint.com>, r=me, ui-r=beltzner, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218897 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-25 14:58:30 +00:00
sspitzer%mozilla.org
c29d6e009d fix for bug #364599: some newly created profile files are write protected.
For Firefox 2.0.0.1-de, the default bookmarks.html, localstore.rdf, and mimeTypes.rdf (as well as search.rdf, but that is unused) files had the wrong permissions, which caused several problems.

Going forward, bsmedberg has made it so the build system will fix this problem if it happens again. But for those 2.0.0.1-de users who were affected, this change will fix the permissions on these files.

r=bsmedberg, dveditz, a=dveditz


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218661 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-19 05:54:37 +00:00
gavin%gavinsharp.com
c03d43109d Bug 366302: only one text element/text area is saved per page, patch by Simon Bünzli <zeniko@gmail.com>, r=dietrich, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218588 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-18 07:01:53 +00:00
gavin%gavinsharp.com
381e4d1f6b Bug 298960: improve -remote openURL() support for URLs that contain commas, r=bsmedberg, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218461 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-16 22:42:24 +00:00
sayrer%gmail.com
00a2744175 Bug 361030. Bookmarks refresh problem due to JS error code. r=sspizer/jminta, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218182 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-11 00:56:56 +00:00
sayrer%gmail.com
f78b402157 Bug 350273. registerContentHandler should throw an exception for malformed URIs. r=mano, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218177 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-10 23:35:43 +00:00
dietrich%mozilla.com
2775b2139f Bug 364972 [SessionStore] allow SessionStore to work without writing data to disk (for zeniko, r=dietrich, a=jay)
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218065 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-09 19:00:55 +00:00
tony%ponderer.org
f1b4846e23 Bug 354634: Failed to load XPCOM component: globalstore.js
patch: remove globalstore.js from components
r=sspitzer,a1812=jay


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218017 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-08 21:45:54 +00:00
mozilla.mano%sent.com
b19df63433 Bug 365570 - FeedWriter doesn't work with handlers with chrome:// URI (throws exception when downloading favicon). r=gavin, a=jay.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@217911 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-07 00:53:49 +00:00
gavin%gavinsharp.com
02d1644066 Bug 363318: speed up the feed preview page by using the built-in btoa() instead of a slow JavaScript implementation, r=mano, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@217748 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-04 19:05:58 +00:00
gavin%gavinsharp.com
c8f187d2e9 Bug 360572: deleting a previous search entry does not work if a search suggestion is shown, r=mconnor, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@217747 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-04 19:02:28 +00:00
jst%mozilla.org
8ecb17af3d Landing fix for bug 354199. a=jay@mozilla.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@217548 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-29 22:51:50 +00:00
gavin%gavinsharp.com
f7bba09a5a Bug 358570: OpenSearch plugins should default to encoding search queries in UTF-8 (fix garbled text for certain Japanese plugins that omit the InputEncoding element), patch by KUROSAWA, Takeshi(taken) <taken.spc@gmail.com>, r=me, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@216090 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-29 20:09:48 +00:00
gavin%gavinsharp.com
758c091824 Bug 357853: if no browser window exists, '-new-tab <url>' commandline argument does not open <url>, r=bsmedberg, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@216086 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-29 19:47:52 +00:00
sayrer%gmail.com
d1c5c7edba Bug 361230. Add a way to tell the parser the feed has been sniffed. r=mano, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@216049 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-29 04:55:56 +00:00
sayrer%gmail.com
9012f62f63 Bug 355332. Feed sniffing ignores content-disposition, displays 'attachment' in the browser. r=vlad, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@215888 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-27 19:29:24 +00:00
sayrer%gmail.com
ffbe624325 Bug 347897. view source on feeds preview shows contents of wrong page. r=mano, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@215886 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-27 19:20:48 +00:00
mozilla.mano%sent.com
e1f71eba3c Bug 358878 - Feed preview's request for favicon.ico should not send Referer. r=gavin, a=jay.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@215751 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-23 12:24:57 +00:00
gavin%gavinsharp.com
43189fe053 Bug 358891: Firefox doesn't remember the search engine with non-ascii characters as its selected engine, patch by Kohei Yoshino <kohei.yoshino.bugs@gmail.com>, r=me, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@215575 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-21 21:03:07 +00:00
myk%mozilla.org
e7c7a306ef bug 356017: make sure folder item is selected before retrieving selected resource in bookmarks tree to avoid exception which prevents the Add Bookmarks dialog from properly creating the bookmark and closing when the user presses the Add button
r=gavin
a=jay for 1.8 branch (1.8.1.1 release)


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@215573 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-21 20:59:39 +00:00
gavin%gavinsharp.com
9cecc15b57 Bug 357109: Invalid search engine update URLs may cause an assertion dialog each time an update check occurs, r=mconnor, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@215572 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-21 20:56:20 +00:00
gavin%gavinsharp.com
121410788d Bug 356463: add X-Moz: livebookmark to live bookmark request headers, r=vlad, sr=biesi, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@215570 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-21 20:54:37 +00:00
gavin%gavinsharp.com
7f392a3b7c Bug 355652: simplify search suggestion result code, r=brendan, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@213333 18797224-902f-48f8-a5cc-f745e15eee43
2006-10-09 04:56:23 +00:00
mozilla.mano%sent.com
fffbf46c46 Bug 354828 - regression: forced feed preview is broken, r=mconnor, a=schrep.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@212875 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-29 18:41:12 +00:00
sayrer%gmail.com
6553a51538 Bug 354670. RSS feed with corrupted links (new bug since Firefox 1.5). r=mconnor, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@212855 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-29 05:53:59 +00:00
mozilla.mano%sent.com
2cc64d4f8d Bug 354316, r=mconnor, a=schrep.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@212443 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-27 04:53:10 +00:00
mozilla.mano%sent.com
049e29eade Bug 353266, r=mconnor, sr=sicking, a=schrep.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@212417 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-26 22:22:27 +00:00
rob_strong%exchangecode.com
90bed5392b Bug 354099 - Not Enough Arguments exception when using 'Search the Internet' on Vista. r=gavin.sharp, a1.8.1=beltzner on behalf of drivers
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@212391 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-26 18:23:06 +00:00
mozilla.mano%sent.com
b720b41e3b Bug 353533 - Clicking Help in Change Action dialog doesn't bring up its help topic. patch from Steffen Wilberg <steffen.wilberg@web.de>, r+a=mconnor.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@212224 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-23 23:37:25 +00:00
enndeakin%sympatico.ca
9c546ca7c3 Bug 352704, missed the browser changes, always enable deleting cookies, r+a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211945 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-18 19:20:41 +00:00
mozilla.mano%sent.com
a1e09ada29 Bug 353117, r=mconnor, sr=jst, a=mconnor.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211934 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-18 18:08:03 +00:00
gavin%gavinsharp.com
747c7acffe Bug 353115: missing argument in restoreTextData, patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r=me, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211910 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-18 06:54:30 +00:00
gavin%gavinsharp.com
5130a2e7a3 Bug 353025: clear the useNow flag for update engines (so that the current engine isn't changed when an engine update occurs), r+a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211905 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-18 00:42:10 +00:00
mozilla.mano%sent.com
1b1268f84d Bug 352689 - [mac] regression: autodiscovery of search engines is not announced by color change in search bar. patch from Pam Greene (Google) <pamg.bugs@gmail.com>, r+a=mconnor.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211896 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-17 22:14:35 +00:00
myk%mozilla.org
34cf75b124 bug 352681: make the Go and Search buttons highlight when you hover over them in text-only buttons mode by turning off all the special styling we apply in iconic buttons
mode
r=mconnor
a=mconnor


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211822 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-15 18:27:09 +00:00
jst%mozilla.jstenback.com
d2bbdb8ad4 Fixing bug 352124. Make XPCNativeWrapper refuse to wrap a double-wrapped JS object, and add some explicit wrapping to the feed writer. r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=mtschrep@gmail.com.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211820 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-15 18:03:14 +00:00
dietrich%mozilla.com
94e6f332e3 Bug 350718 No way to programmatically access about:config's textbox value - for zeniko (r=mano/a=mconnor)
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211770 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-15 02:39:24 +00:00
gavin%gavinsharp.com
3dbc41a1ab Bug 352768: don't forget to parse searchForm on Sherlock plugins, r+a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211767 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-15 02:37:00 +00:00
tony%ponderer.org
e7ba3b6f2e Bug 352743: JS exception when trying to load privacy policy
patch: Cc['@mozilla.org/browser/URLFormatterService;1'] ->
Cc['@mozilla.org/toolkit/URLFormatterService;1']
r,a181=mconnor


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211756 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-15 01:01:30 +00:00
mozilla.mano%sent.com
1dba2cd0c5 Bug 352124, r=mconnor, sr=bz, a=schrep.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211742 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 23:54:45 +00:00
pamg.bugs%gmail.com
bd1687af6e Bugs 348138 and 351618: Go and Search button endcaps do not scale with location/search bars. r=myk, r+sr+a181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211646 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:59:44 +00:00
benjamin%smedbergs.us
f9d464b754 Bug 352952 - Allow overriding distribution ID from a partner extension, r=gavin a=mconnor
S: ----------------------------------------------------------------------


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@210095 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 01:00:00 +00:00
mconnor%steelgryphon.com
e666e7ea95 bug 349068 - add first run EULA display option for redistributions, r=gavin, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@210078 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-13 23:10:11 +00:00
mconnor%steelgryphon.com
f581cba575 bug 349225 - added content handlers are not retained by feeds pane, r=gavin, a=schrep for drivers
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@210075 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-13 23:02:03 +00:00
myk%mozilla.org
268daa4ced bug 345016: correctly generate microsummary for page with non-UTF-8 charset specified via meta tags or other mechanisms not detectable by XMLHttpRequest
r=bzbarsky
sr=mconnor
a=schrep


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@210038 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-13 18:04:56 +00:00
gavin%gavinsharp.com
408ca00764 Bug 352447: move "Show Passwords" button to RHS, add "Clear Now" for cache, patch by Mike Beltzner <beltzner@mozilla.com>, r=me, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@210037 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-13 18:04:35 +00:00