brendan%mozilla.org
67f306e61b
Followup fix for jst's patch (292691).
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_1_20050124_BRANCH@173260 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:13:34 +00:00
jst%mozilla.jstenback.com
6fc4dcc1c3
Fixing bug 292691. Make javascript: URLs loaded from session history execute in the context of a temporary about:blank page. r=bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=brendan@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_1_20050124_BRANCH@173201 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 07:01:22 +00:00
dbaron%dbaron.org
bc06325d20
Land 283992 for jshin: keyword search for exactly one word with non-ASCII characters doesn't work (r=darin, sr=bz, a=dbaron)
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_1_20050124_BRANCH@171675 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 20:28:27 +00:00
darin%meer.net
ee9e9de436
fixes bug 283201 "regression: Entering/leaving security warnings when staying on https" r+sr=jst a=asa
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_1_20050124_BRANCH@169625 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-23 01:04:56 +00:00
jst%mozilla.jstenback.com
9fd7f6548f
Fixing bug 277574. Focus the requesting tab when opening http auth dialogs. r=dveditz@cruzio.com, sr=darin@meer.net, a=dveditz@cruzio.com
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_1_20050124_BRANCH@169332 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-17 21:32:46 +00:00
jst%mozilla.jstenback.com
ce564f869e
Fixing bug 103638 (and bug 278143, bug 278143,270414, and bug 279495). Targets with the same name in different windows can open in the wrong window, and frames reachable by name across domains. r=bzbarsky@mit.edu, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_1_20050124_BRANCH@169202 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-15 16:51:52 +00:00
darin%meer.net
3223deda98
fixes bug 277564 "update lock icon state in OnLocationChange for wyciwyg URLs" patch by jst, r=dveditz, sr=brendan, a=dveditz
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_1_20050124_BRANCH@169146 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-12 01:01:02 +00:00
scott%scott-macgregor.org
116644eb3e
Bug #267665 , Bug #260836 --> TB0.9 does not do proxy authentication for RSS feeds
...
RSS feeds which require HTTP authentication are rejected as invalid
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@165620 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 05:43:47 +00:00
dbaron%dbaron.org
a120b7f292
Null-check for unreproducable topcrash. b=267804 r+sr=jst a=dbaron
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@165056 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 07:58:49 +00:00
jst%mozilla.jstenback.com
703d6f3b42
Fixing bug 267249. Don't null out mPrefs in nsDocShell::Destroy() to prevent a crash when it is dereferenced later on as the dieing window is handling a link click that was scheduled before the window was closed. r=dbaron@mozilla.org, sr=brendan@mozilla.org, a=brendan@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@165051 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 01:58:49 +00:00
darin%meer.net
50f12d4722
backing out non-critical part of my patch for bug 267367 to fix thunderbird blocker, a=mscott
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164873 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 19:49:50 +00:00
darin%meer.net
41084e41a3
fixes bug 267367 "image loading from chrome results in auth prompts if src is protected" r=biesi sr=jst a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164840 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 07:51:01 +00:00
jst%mozilla.jstenback.com
2b028e40be
Oops, forgot to rename INTERNAL_LOAD_NO_REFERRER to INTERNAL_LOAD_DONT_SEND_REFERRER.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164824 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 01:17:42 +00:00
jst%mozilla.jstenback.com
3e48e80dc1
Fixing bug 266554 (well, bug 264560, really). Make sure the internal referrer is set for meta refresh loads. Original patch by dveditz@cruzio.com, r=dveditz@cruzio.com, sr=daron@meer.net, a=ben@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164823 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 01:03:12 +00:00
jst%mozilla.jstenback.com
5aa437ec44
Fixing bug 263844. Landing danm's original fix (with minor mods) and fixing crash caused due to a bug in tabbrowser.xml where it wouldn't properly prevent closing of already closed tabs. r+sr=bryner@brianryner.com, a=brendan@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164545 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 05:59:33 +00:00
bryner%brianryner.com
8f6cd01c13
Backing out bug 263844 due to crasher bug 265790. a=chofmann.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164421 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 09:22:14 +00:00
dveditz%cruzio.com
f498d91a7a
bug 265135: reenable whitelisting for https sites (update.mozilla.org). r=darin,sr=jst,a=asa
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164271 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 06:45:57 +00:00
danm-moz%comcast.net
6c8d69a602
match parameter change to nsIBrowserDOMWindow::OpenURI. bug 263689 r=bryner,a=asa
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164211 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 21:26:20 +00:00
dveditz%cruzio.com
0c42c7fe61
bug 263546: move external protocol warning from channel to service to
...
catch Thunderbird link clicks and a few other minor cases. r=jst,sr=darin,a=asa
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164086 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 13:32:39 +00:00
danm-moz%comcast.net
1bbf4ef930
SetOpenerWindow on new windows diverted into tabs. bug 263844 r=bzbarsky,a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@163900 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 20:33:00 +00:00
danm-moz%comcast.net
766d9e38df
abort tab opening if window is a disallowed popup. bug 263960 r=jst a=brendan
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@163870 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 23:51:56 +00:00
jst%mozilla.jstenback.com
fa88ccf8a8
Fixing bug 69070. Don't allow loading of images from file: URIs from web content. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@163711 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 03:41:13 +00:00
jst%mozilla.jstenback.com
147cc1ed3c
Fixing bug 261998. Don't fire beforeunload events when loading links to anchors in the current document. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@163657 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 16:50:34 +00:00
danm-moz%comcast.net
0966aaf2d0
implement pref to open links targeted for new windows in tabs. bug 172962 r=jst,peterv a=brendan
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@163020 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 16:03:21 +00:00
jst%mozilla.jstenback.com
349f611d02
Fixing bug 260385 (and backing out part of the fix for bug 259117 since it's not needed any more). Prevent popups from being opened from unload and beforeunload events. r=danm.moz@gmail.com, sr=bzbarsky@mit.edu, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@162780 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 23:53:23 +00:00
jst%mozilla.jstenback.com
152238ff67
Fixing bug 259117. Prevent popups when closing a window, even if closed from an user action that would normally enable popups. r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@162333 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 20:46:55 +00:00
dveditz%cruzio.com
baecc2dd78
bug 157354 hide user:pass in location bar, r=caillon/ben,sr=bz,a=asa/ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@162042 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 02:06:22 +00:00
darin%meer.net
2a7c2823af
fixes bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz a=mkaply
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161994 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:43:48 +00:00
jst%mozilla.jstenback.com
403366efee
Landing fix for bug 252326. Popup blocker backend improvments. Patch by Wladimir Palant <trev@gtchat.de> and jst@mozilla.org, r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=chofmann@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161886 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-07 22:57:48 +00:00
vladimir%pobox.com
7aa36227ba
b=205947, proxy: mailnews does not display proxy auth dialog; r=darin, sr=shaver, a=shaver/mscott
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161641 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-02 05:05:39 +00:00
cbiesinger%web.de
b21a3676ff
changing uuid of nsIMarkupDocumentViewer after bug 32372 changed this interface
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161488 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-30 19:00:54 +00:00
vladimir%pobox.com
b0d04b44fc
b=253332, Implement Page Style > None; patch from fantasai, r=dbaron,a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161354 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 21:48:39 +00:00
dbaron%dbaron.org
8233ab0e76
Merging changes between MOZILLA_1_7_RELEASE and AVIARY_20040809_MERGEPOINT, a=ben: bug 172077
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160565 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-09 23:09:06 +00:00
rlk%trfenv.com
c09e2632fc
bug 252027 - [FIXr]Change content policy context back to nsISupports. Patch by Boris Zbarsky <bzbarsky@mit.edu>. r=mvl@exedo.nl, sr=shaver@mozilla.org, aviary=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160087 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-29 22:44:20 +00:00
rlk%trfenv.com
a03f1f7df7
bug 174266 - links opening blank new window but content showing in current window if browser.block.target_new_window. Patch by Boris Zbarsky <bzbarsky@mit.edu>. r=danm-moz@comcast.net sr=jst@mozilla.jstenback.com, aviary=asa@mozilla.org.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160083 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-29 22:20:07 +00:00
bsmedberg%covad.net
c45f039bba
Centralize locale files in the chrome://global/locale/ package. This does not include some files dragged in kicking and screaming by thunderbird... there is a very-temporary hack to keep these files in the correct place.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@159361 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-16 19:58:10 +00:00
scott%scott-macgregor.org
a13387237b
Bug #245280 --> First cut at porting the nsIContentPolicy changes from the trunk to the branch
...
to support Thunderbird's new privacy mode.
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158615 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-30 20:12:34 +00:00
jst%mozilla.jstenback.com
d5c7e6eff7
Fixing regression bug 248753. Always permit loads that are targeted at other top-level windows. r=dveditz@cruzio.com, sr=darin@meer.net
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158597 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-29 23:33:38 +00:00
jst%mozilla.jstenback.com
145271d594
Fixing regression bug 246923. Bring back to life the fix for bug 13871, and improve on the fix for bug 246448. r=dveditz@cruzio.com, sr=darin@meer.net
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158378 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-23 19:52:50 +00:00
dbaron%dbaron.org
39336992fe
Merging changes on MOZILLA_1_7_BRANCH between AVIARY_1_0_20040515_BASE and MOZILLA_1_7_RELEASE: differences in patch to bug 246448, r=jst
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158132 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 20:43:52 +00:00
dbaron%dbaron.org
6badbd50e1
Merging changes on MOZILLA_1_7_BRANCH between AVIARY_1_0_20040515_BASE and MOZILLA_1_7_RELEASE: fix whitespace difference from merge of bug 246448.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158094 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 02:50:11 +00:00
dbaron%dbaron.org
5cb173a957
Merging changes on MOZILLA_1_7_BRANCH between AVIARY_1_0_20040515_BASE and MOZILLA_1_7_RELEASE: bug 197375.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158079 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 01:37:04 +00:00
ben%bengoodger.com
7cd14a8f2b
246448 - can spoof framed sites by changing frame contnets
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157885 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-15 01:55:51 +00:00
(no author)
b4b70055bb
This commit was manufactured by cvs2svn to create branch
...
'AVIARY_1_0_20040515_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@156431 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-15 19:32:54 +00:00
(no author)
6c06bfad8c
This commit was manufactured by cvs2svn to create branch
...
'AVIARY_1_0_20040515_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@155145 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-19 19:34:57 +00:00
darin%meer.net
6ce8a1efb9
fixes bug 239038 "rev IIDs for all interfaces modified since mozilla 1.6" r=bsmedberg sr=jst a=brendan
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@154965 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-16 01:09:36 +00:00
(no author)
e847ebc758
This commit was manufactured by cvs2svn to create branch
...
'MOZILLA_1_7_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@154703 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-12 07:25:22 +00:00
roc+%cs.cmu.edu
7c28614d74
Bug 235335. Make nsFrameManager a direct member of nsIPresShell. r+sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@153603 18797224-902f-48f8-a5cc-f745e15eee43
2004-03-06 04:46:11 +00:00
bryner%brianryner.com
62dee43850
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
...
git-svn-id: svn://10.0.0.236/trunk@153335 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-27 17:17:37 +00:00
bzbarsky%mit.edu
c8c1c85ab5
Make sure to init mValidateOrigin in the constructor. Bug 234030, patch by
...
Malcolm Rowe <malcolm-bmo@farside.org.uk >, r=peterv, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@153165 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-24 19:23:20 +00:00