jst%mozilla.org
19eb87acec
Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc
2007-07-26 17:52:53 +00:00
bzbarsky%mit.edu
bdae7839e5
More consistent handling of principals for loads across docshell type
...
boundaries. Bug 388121, r+sr=jst
2007-07-18 01:47:07 +00:00
bzbarsky%mit.edu
1a71db94aa
Make sure to properly set subframes loaded from bfcache as not having had
...
unload fired on them. Bug 364461, r=biesi, sr=jst.
2007-07-11 17:15:16 +00:00
bzbarsky%mit.edu
60f1bbc55e
Eliminate more callers of CheckSameOriginPrincipal in favor of
...
Equals/Subsumes. Bug 387212, r=mrbkap, sr=jst
2007-07-10 04:22:56 +00:00
jwalden%mit.edu
ef68fcf595
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
jwalden%mit.edu
d0efe50990
Fix up three uses of NS_STATIC_CAST which can't be automatically converted to static_cast<> due to a deficiency in the fixup script.
2007-07-02 23:46:19 +00:00
kaie%kuix.de
d7971af44c
Bug 107491, follow up check in, Rename string ID nssFailure to nssFailure2
...
rs=Pike
2007-06-20 14:10:32 +00:00
bzbarsky%mit.edu
b0020da849
Don't allow loads to start in a docshell that's firing the unload event. Also
...
don't allow document.open of the document in that docshell. Bug 371360,
r=biesi, sr=jst
2007-06-14 18:18:06 +00:00
sdwilsh%shawnwilsher.com
0ee16707df
Bug 382383 - nsDocShell::LoadURI discards LOAD_FLAGS_FIRST_LOAD. r=bzbarsky, sr=cbiesinger
2007-06-10 23:28:27 +00:00
mats.palmgren%bredband.net
8d3151ef42
Move nsIDocShellTreeItem::childOffset to nsDocShell and remove all uses except internally by nsDocShell (it should be removed eventually). b=376562 r=Olli.Pettay sr=bzbarsky
2007-05-18 03:49:15 +00:00
bzbarsky%mit.edu
e5c3fb78c7
Make nsIDocShellTreeItem inherit from nsIDocShellTreeNode. Bug 377303,
...
r=bsmedberg, sr=biesi
2007-05-06 21:06:28 +00:00
bzbarsky%mit.edu
a2998b0873
Don't make embedding of a content viewer in a child frame force a layout flush
...
on the parent. The child doesn't really care that much about up-to-date layout
info at this point; if its size changes it will deal. Bug 379485, r+sr=jst
2007-05-02 20:34:41 +00:00
bzbarsky%mit.edu
e639b34fbe
Be a little more careul with inheriting principals. Bug 304690, r=dveditz,
...
sr=jst
2007-04-27 04:01:17 +00:00
mats.palmgren%bredband.net
c1d7214844
Fix compile errors and warnings with -DDEBUG_DOCSHELL_FOCUS. b=373985 r+sr=jst
2007-03-24 10:51:44 +00:00
cbiesinger%web.de
c75b05c840
bug 371299 add a way to query if meta refreshes are pending for a docshell
...
r+sr=bz
2007-02-22 22:11:30 +00:00
kaie%kuix.de
a3d8454c22
Bug 107491, improve SSL error messages
...
Patch v9 - docshell and netwerk portions
Second and final checkin of this patch, enabling the new SSL error page
r/sr=biesi
2007-02-18 04:24:05 +00:00
bzbarsky%mit.edu
d0b1178fc7
Decouple the execution of javascript: URIs from the question of whether they
...
have known subject principals. Make it possible for callers to control
execution on a per-channel basis. Bug 369244, r=jst, sr=brendan
2007-02-16 01:01:39 +00:00
Olli.Pettay%helsinki.fi
391f74f48d
Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking
2007-02-15 23:04:33 +00:00
sharparrow1%yahoo.com
2bdae2af37
Bug 370185: clean up view header includes (trivial). rs=bzbarsky.
2007-02-12 19:17:33 +00:00
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