bzbarsky%mit.edu
28af3c043b
Bail out of loads if were going away. Bug 369126, r+sr=jst
2007-02-09 04:40:56 +00:00
mozilla.mano%sent.com
d9df0f2a4f
Bug 83265 - Add a way to disable HTTP-EQUIV=refresh. patch from Mark Pilgrim <pilgrim@gmail.com>, r=biesi,mano,mento. sr=bz.
2007-02-08 13:15:50 +00:00
sharparrow1%yahoo.com
c78720aa24
Bug 177805: Fix the use of units in Gecko. r+sr=roc
2007-02-07 07:46:44 +00:00
bzbarsky%mit.edu
57394f5408
Use the right URI when restoring a page from history. Bug 360511, r=jst, sr=sicking
2007-01-17 18:55:35 +00:00
bzbarsky%mit.edu
81cfa9db1e
Make the redirect check get principals the same way we get them elsewhere.
...
Clean up some code to use the new security manager method. Bug 354693,
r=dveditz, sr=sicking
2006-11-22 18:27:54 +00:00
bzbarsky%mit.edu
142a417a31
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
bzbarsky%mit.edu
95d9844a64
Improve wording of the postdata dialog. Bug 112848, patch by Magnus Melin
...
<mkmelin+mozilla@iki.fi>, r=darin, sr=bzbarsky
2006-11-07 03:28:50 +00:00
bzbarsky%mit.edu
3f465a0212
Nuke SameOrSubdomainOfTarget. Bug 327109, r=dveditz, sr=jst
2006-10-08 15:54:28 +00:00
gavin%gavinsharp.com
e2c023be13
Bug 351777: domain fixup/guessing broken, r=biesi, sr=bzbarsky
2006-09-24 02:45:23 +00:00
gavin%gavinsharp.com
605045e462
Bug 349419: add nsIDocShellLoadInfo type for fixup, to silence an assertion that occurs any time a URI is fixed up, r=biesi, sr=bzbarsky
2006-09-01 15:58:18 +00:00
bzbarsky%mit.edu
d2a926c908
Retarget key events to the parent presshell if we have no root content. Bug
...
303260, r=mats, sr=roc
2006-08-28 02:04:16 +00:00
cbiesinger%web.de
71105206f8
Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
...
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
bzbarsky%mit.edu
797b78dfb7
Use a better way of detecting a newly-opened window. Bug 346404, r=biesi, sr=jst
2006-08-23 04:10:05 +00:00
enndeakin%sympatico.ca
8769e463a9
Bug 341524, DOM storage should follow cookie prefs
2006-08-19 01:21:58 +00:00
bzbarsky%mit.edu
e4c80b6420
Remove special-casing of about:blank for security purposes; give about:blank
...
pages the principal of whoever is responsible for loading them, when possible.
Bug 332182, r=mrbkap, sr=jst
2006-08-15 17:31:16 +00:00
jwalden%mit.edu
ebbf63598a
Bug 26496 - Jar protocol fails silently on file-not-found. r=darin, sr=bz
2006-08-11 18:36:32 +00:00
marria%gmail.com
cf52f239bb
Bug 346851 (LOAD_FLAGS_NEW_WINDOW naming doesn't make much sense) Changed variable name and updated comment. r=cbiesinger, sr=bzbarsky
2006-08-06 18:17:29 +00:00
marria%gmail.com
9310160bd4
Bug 344808 (Canceling a [download whose link tries to open a new window] causes current tab to close, when browser.link.open_newwindow is 1) This fix does not mark the window returned by Open as new, if it is the same as the original window. r=cbiesinger,sr=darin
2006-08-03 06:22:49 +00:00
marria%gmail.com
2a0252993a
Bug 346586 (Non-PRBool values passed as PRBool in bug 241972)
2006-08-02 03:05:17 +00:00
bzbarsky%mit.edu
83851dc432
Back out the additional patch for bug 305181 to fix bug 346259. r+sr=bryner
2006-07-31 04:04:16 +00:00
bzbarsky%mit.edu
a4f066ff7b
Flush out layout when someone asks how big we are. Bug 344861, r+sr=jst
2006-07-21 00:46:17 +00:00
sharparrow1%yahoo.com
daf26752ad
Bug 344696: Remove nsIDeviceContext::Get/SetZoom. r+sr=roc.
2006-07-21 00:16:07 +00:00
gavin%gavinsharp.com
5a74b67fdf
Bug 341112: LOAD_FLAGS_BYPASS_CACHE flag of nsIWebNavigation::loadURI doesn't work, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=biesi, sr=darin
2006-07-08 21:25:08 +00:00
marria%gmail.com
eaafa1a039
Bug 241972 (new window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins). Fix stores state on the channel indicating whether a window was opened specifically for the download. The external helper app service then closes the window if there is no refresh header and if the window was opened specifically for the download. r=cbiesinger, sr=darin
2006-07-04 20:48:33 +00:00
beng%bengoodger.com
c031ffaf91
336903 - feeds should not run with chrome privileges. Expose a currentDocumentChannel attribute on nsIDocShell to look at the channel of the currently loaded page (so that we can find out its actual real URI, etc vs. what webNavigation thinks it is (originalURI). r=bz sr=darin
2006-06-27 19:54:47 +00:00
bzbarsky%mit.edu
66d9ce92e5
Save the principal in the session history entry so that reloading a data: URL
...
will do the right thing. Also, change CheckLoadURI to allow null
principals to load things that anyone can load (e.g. http:// URIs). Bug
337260, r=dveditz, sr=jst
2006-06-19 21:08:45 +00:00
timeless%mozdev.org
64a760c3c0
Bug 337917 Make consumers stop using cids from other modules
2006-06-18 21:18:22 +00:00
mhammond%skippinet.com.au
d5ad1dc2b9
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
timeless%mozdev.org
9391198a55
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
bzbarsky%mit.edu
7197f4d213
Make the documentURI of a document and the currentURI of a docshell immutable objects.
...
Bug 336699, r=darin, sr=jst
2006-05-31 17:57:14 +00:00
Olli.Pettay%helsinki.fi
2517be444e
Bug 336978, Crash when window gets destroyed on pagehide event, r+sr=bryner
2006-05-24 20:31:59 +00:00
jst%mozilla.jstenback.com
2fa424d56e
Fixing bug 335540. Implement whatwg webapps storage. Patch by neil@mozilla.com and jst@mozilla.com, r/sr=neil/vlad/jst.
2006-05-19 05:57:36 +00:00
darin%meer.net
7d3e7d7acd
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
bzbarsky%mit.edu
2ed405537b
Make documents be consistent with docshell wrt what the actual document URI
...
is. Bug 335457, r=dveditz, sr=jst
2006-05-04 15:21:50 +00:00
roc+%cs.cmu.edu
8cbb7632ce
Bug 336359. Fire WHATWG online/offline events when the browser offline status changes. r+sr=darin
2006-05-03 21:53:08 +00:00
bzbarsky%mit.edu
fca88cd9e1
Add an interface for nested URIs (like jar:, view-source:, etc) to implement
...
and use it in various places. Create null principals if asked for a codebase
principal for a codebase that doesn't have an inherent security context (eg
data: or javascript:). Bug 334407, r=biesi,dveditz, sr=darin
2006-05-02 18:54:19 +00:00
bzbarsky%mit.edu
533eb3c678
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
bzbarsky%mit.edu
f6db5fab12
Prevent loads starting after docshell destruction. Bug 332901, r=biesi, sr=darin
2006-04-11 22:37:59 +00:00
bzbarsky%mit.edu
dbabc943d0
Don't do third-party keyword lookup if the string we started with looked like a
...
URI (had a scheme, eg). Bug 263213, r=biesi, sr=darin
2006-04-11 22:33:19 +00:00
martijn.martijn%gmail.com
6b33aa83dd
Bug 331040 - Crash when removing parent iframe in onbeforunload handler. Patch by Feng Qian, r=bryner, sr=bzbarsky
2006-04-05 23:57:30 +00:00
roc+%cs.cmu.edu
8af5b23e55
Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor
2006-04-03 23:17:51 +00:00
darin%meer.net
5521781301
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
2006-03-30 18:40:56 +00:00
bzbarsky%mit.edu
0d5aab774b
Make _main and _content target the right things when tabs are involved. Bug 277971 and bug 273984, r=bsmedberg, sr=jst, branch181=jst
2006-03-24 19:38:17 +00:00
bryner%brianryner.com
c28e6a9665
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
2006-03-22 18:36:36 +00:00
benjamin%smedbergs.us
5f483e27f3
Bug 326491 - leaked observer service leaks things on shutdown - r=darin
2006-03-21 14:43:56 +00:00
darin%meer.net
74dd53a91f
backing out bsmedberg's patch for bug 326491 to fix bug 329505.
2006-03-09 03:14:32 +00:00
benjamin%smedbergs.us
05825942c6
Bug 326491 - cleanup observers on shutdown even if the observer service is leaked, r=darin
2006-03-04 14:04:05 +00:00
cbiesinger%web.de
c511357df7
bug 324985 Allow components to register in a category to get told about all page
...
loads and allow sniffing the content type. Only works for docshell-initiated
loads.
r=darin sr=bz
2006-03-03 21:06:53 +00:00
bryner%brianryner.com
57c5bea761
Revert the checkin for bug 326742, the notifications are fairly useless. r+a=bzbarsky
2006-03-03 20:18:07 +00:00
bzbarsky%mit.edu
d56b07bf96
Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff
...
to nsIGlobalHistory3. Bug 328928, r=brettw and smfr, sr=darin
2006-03-03 03:34:48 +00:00