Граф коммитов

2074 Коммитов

Автор SHA1 Сообщение Дата
reed%reedloden.com c706a7c8e3 Bug 394525 - "malware check non-http URIs" (treat Suspend() failures as nonfatal) [p=dcamp r=bzbarsky sr=biesi a=blocking1.9+] 2007-11-13 08:23:32 +00:00
peterv%propagandism.org 66ebcf3896 Fix for bug 390446 (Javascript is still disabled after leaving a page that had designMode on). r/sr=jst. 2007-11-12 14:47:04 +00:00
jst%mozilla.org 9b0528aa4e Fixing bug 392532. Infinite recursion crash when getting scroll chrome flags off of a window at the wrong point in time. r+sr=bzbarsky@mit.edu, a=vladimir@pobox.com 2007-11-12 05:48:25 +00:00
smontagu%smontagu.org abb425b294 Testcase for bug 134911 2007-11-11 20:03:33 +00:00
smontagu%smontagu.org c3a273c48c Preserve history on charset reload. Bug 134911, r+sr=bz, a=roc 2007-11-11 19:48:09 +00:00
reed%reedloden.com 792fec58e0 Bug 392873 ��� "crash in nsExpirationTracker<nsSHEntry,3>::RemoveObject" (add more debugging code) [p=roc r+sr=bzbarsky a1.9=damons] 2007-11-09 06:47:00 +00:00
bzbarsky%mit.edu 7b4229a442 Fix leak bug 391978. r=biesi, sr=dmose, a=sayrer 2007-11-09 06:13:26 +00:00
reed%reedloden.com 89902f4fdb Bug 401575 - "Support cert overriding from SSL error pages" [p=johnath r=kaie r=gavin r+sr=bzbarsky ui-r=beltzner a=blocking1.9+ for M9] 2007-11-03 18:49:51 +00:00
reed%reedloden.com df38f10810 Bug 398718 - "Better explanatory text for SSL error pages" [p=kaie/johnath r=rrelyea r=biesi a=blocking1.9+ for M9] 2007-10-30 20:26:28 +00:00
reed%reedloden.com d5dd8f7720 Bug 399233 - "Phishing UI hidden by content, inconsistent with malware" [p=johnath r=tony r=biesi ui-r=beltzner a=blocking-firefox3+ for M9] 2007-10-29 18:29:18 +00:00
bzbarsky%mit.edu 71b276e4b9 Make the "href" property of stylesheets reflect the original URI that was
reflected to load the sheet.  Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
2007-10-23 21:56:43 +00:00
reed%reedloden.com 6159c3d106 Bustage fix for bug 394974. 2007-10-23 02:34:02 +00:00
bzbarsky%mit.edu a48170baab Adding test 2007-10-12 18:59:46 +00:00
bzbarsky%mit.edu 43886449f2 Give the about:blank document we create when loading a javascript: URI from
history the principal of the history entry so the JS will actually execute
against that about:blank, not in a sandbox.  Bug 384014, r+sr+a=jst
2007-10-07 18:26:02 +00:00
bzbarsky%mit.edu 3edb2a0604 Fix a few issues in bfcache and XBL when javascript is being toggled on and
off.  Bug 398668, r+sr+a=jst
2007-10-06 00:35:01 +00:00
bzbarsky%mit.edu f985f06f12 Remove trunk instances of MOZILLA_1_8_BRANCH interfaces. Bug 347910, r+sr+a=jst 2007-10-05 23:37:27 +00:00
dmose%mozilla.org c930b4f459 First part of fix for web-based protocol handlers failing in certain situations (bug 394483); r=biesi, sr=sicking 2007-10-04 06:10:48 +00:00
smontagu%smontagu.org 7a0773ef40 Regression test for bug 92473 2007-10-01 14:14:58 +00:00
roc+%cs.cmu.edu d17df5167a Bug 392873. Add debugging code to help track down a crash in the bfcache-expiry code. r+sr=bzbarsky,a=damon 2007-09-30 21:34:56 +00:00
martijn.martijn%gmail.com c08dfecb82 Bug 299555 � F5 reloads Print Preview after right clicking several times on this specific testcase, r=bzbarsky, sr+a=jst 2007-09-28 23:40:02 +00:00
ajschult%verizon.net 3e7b96180d Bug 396649: Content viewers not evicted when going back. r+sr+a=bzbarsky 2007-09-28 02:56:08 +00:00
roc+%cs.cmu.edu 1b1d080855 Bug 395045. Expire cached content-viewers after they've been unused for 20-30 minutes. r+sr+a=bz 2007-09-21 09:20:00 +00:00
bzbarsky%mit.edu 69dd308b44 Relanding bug 396587. Maybe it'll stick now. r+sr+a=roc 2007-09-20 23:28:26 +00:00
bzbarsky%mit.edu 78cb77e8f1 Backing out bug 396587 to hopefully fix orange. 2007-09-20 03:41:29 +00:00
bzbarsky%mit.edu 3a1ec82b89 Resize the subdocument off a post-reflow callback so that we don't run script
during reflow, and a few related checks to make sure we can deal with script in
reflow callbacks better.  Bug 396587, r+sr+a=roc.
2007-09-20 02:46:28 +00:00
bzbarsky%mit.edu 54c52de6c3 Fix session restore to save and restore principals, so that about:blank,
javascript:, data: stuff gets restored correctly.  Bug 389274, r+sr=jst for the
docshell changes, r=zeniko@gmail.com for the session restore changes, a=mconnor
2007-09-17 22:27:18 +00:00
bzbarsky%mit.edu 1776f51ef6 Add a flag to nsIWebNavigation to disable popup-blocking for loads as needed.
Bug 278357, r=biesi, sr=jst, a=bsmedberg
2007-09-14 19:21:45 +00:00
surkov.alexander%gmail.com ab1f5513b7 390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore 2007-09-05 08:22:19 +00:00
bzbarsky%mit.edu ad80cf9af9 Adding tests. 2007-09-03 04:58:05 +00:00
dmose%mozilla.org 248439c2b4 Fix for protocol handling dialog throwing exception when a web handler is selected (bug 392957), r=biesi, sr=mconnor, a=bz 2007-09-03 04:44:26 +00:00
bzbarsky%mit.edu 22a1f66f94 Revoke presentation restore events even if we just get a network stop. Bug
306283, r+sr=biesi
2007-09-01 03:21:22 +00:00
dcamp%mozilla.com 8126a136e6 only malware check nsHttpChannel for now, should fix orange. b=384941, r+sr=biesi 2007-09-01 00:48:30 +00:00
dcamp%mozilla.com cfd739c89f another bustage fix, fix up the PR_LOG ifdefs from the last commit. b=384941 rs=biesi 2007-08-31 23:48:39 +00:00
dcamp%mozilla.com e4aff1757e fix bustage from bug 384941 2007-08-31 23:29:45 +00:00
dcamp%mozilla.com 1241413f11 block document loads for URIs tagged as malware by the url-classifier service. b=384941, r=bzbarsky, r=tony, sr=biesi, ui-r=johnath, a=bzbarsky 2007-08-31 23:18:48 +00:00
sharparrow1%yahoo.com bb6300cb40 Bug 390180: Full page zoom interacts badly with bfcache. r+sr+a=roc 2007-08-28 01:20:18 +00:00
bzbarsky%mit.edu e6981f04a4 Add comment for bug 388579 2007-08-24 01:50:14 +00:00
bzbarsky%mit.edu 4d6475620e Make sure to not think we're in the middle of firing unload just because we
created an about:blank content viewer.  Bug 388579, r=biesi, sr=jst
2007-08-23 19:03:08 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
sdwilsh%shawnwilsher.com 56156f50fa Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose 2007-08-14 16:47:44 +00:00
bzbarsky%mit.edu 685d329d8a Make NS_CheckContent(Load|Process)Policy only take a principal, not a principal
and a uri.  Get the URI from the principal.  Bug 391438, r+sr+a=sicking
2007-08-10 05:35:09 +00:00
jst%mozilla.org 4dc0247b0b Fixing bug 389911. Removing nsIScriptGlobalObject::Get/SetGlobalObjectOwner() as it's not needed any more. r+sr=peterv@propagandism.org 2007-08-09 22:30:30 +00:00
jst%mozilla.org 0c37acd02f Fixing bug 389634. Remove dependency on XUL windows from modal content dialog opening code (window.showModalDialog()). r=bzbarksy@mit.edu, sr=jonas@sicking.cc 2007-08-09 22:03:02 +00:00
bzbarsky%mit.edu 7b4500d354 Use the principal doing the load to decide on the URI to pass to content
policies.  This will help do the right thing for data:/javascript:/about:blank,
as well as allow us to skip content policies altogether if the caller is
system.  Bug 388597, r+sr=sicking
2007-08-08 01:16:12 +00:00
ginn.chen%sun.com fd8e29fa39 Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest
r=benjamin a=dsicore
2007-08-06 03:22:43 +00:00
sharparrow1%yahoo.com 3bcee5da48 Update UUID after checkin for bug 4821 2007-07-26 20:28:00 +00:00
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
sharparrow1%yahoo.com 6ddd341252 Bug 4821: Implement page zoom (backend). r+sr=roc. 2007-07-26 03:34:16 +00:00
dcamp%mozilla.com 07547d4351 move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst 2007-07-25 05:35:40 +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 aeb33b46a6 Adding test. 2007-07-15 22:33:21 +00:00
bzbarsky%mit.edu c7dfbacb4c Adding test. 2007-07-14 05:02:22 +00:00
bzbarsky%mit.edu 144f50137d Hold a strong ref to the URI while we're using it. Bug 387968, r+sr=jst 2007-07-14 04:27:08 +00:00
bzbarsky%mit.edu ee3679d650 Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute.  Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 20:05:49 +00:00
bzbarsky%mit.edu a7a8dbd300 Add test. Patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r=smaug 2007-07-11 17:33:46 +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
peterv%propagandism.org 4168c1dcd1 Fix for bug 386496 (Clicking on link in designMode document does follow that link now). r/sr=bz. 2007-07-11 13:05:06 +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
sdwilsh%shawnwilsher.com f1511670b9 Bug 380932 - Handle malware URIs with error page. Patch by D��o Gottwald <dao@design-noir.de>. r=cbiesinger 2007-07-05 22:26:06 +00:00
dmose%mozilla.org 8e09a05e8f Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking 2007-07-05 19:31:46 +00:00
gavin%gavinsharp.com 8e1a892dd1 Bug 380932: land netError page for malware URIs, patch by Johnathan Nightingale <johnath@mozilla.com>, r=biesi, ui+r=beltzner 2007-07-03 16:49:07 +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
peterv%propagandism.org b188226d8f Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-28 02:48:22 +00:00
peterv%propagandism.org 3aef5b4f41 Backing out to fix orange. 2007-06-27 23:21:09 +00:00
peterv%propagandism.org c08e0c73cb Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 22:29:54 +00:00
kaie%kuix.de 8e69bba5ef Bug 107491, Follow up checkin, one more place where nssFailure needs to be renamed
r=benjamin
2007-06-27 18:25:12 +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
kherron%fmailbox.com ce1bfc8975 Bug 375314 - discriminate ping and xmlhttprequests in content policy check. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=jst, sr=peterv. 2007-06-17 13:50:53 +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
timeless%mozdev.org b6969c2e0e Bug 378692 warning C4099: 'OnLinkClickEvent' : type name first seen using 'struct' now seen using 'class'
r=bz sr=bz
2007-04-25 03:13:57 +00:00
benjamin%smedbergs.us 3fb4912f5d Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
sayrer%gmail.com fda804eb1c Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky 2007-04-16 15:18:50 +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
tor%cs.brown.edu fe44ffe2d9 Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
r+sr=sicking
2007-03-10 13:49:43 +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
gavin%gavinsharp.com d009a58630 Bug 364903: Error page 'Try Again' button doesn't dim once pressed, r=neil, sr=bzbarksy 2007-01-04 18:53:28 +00:00
jwatt%jwatt.org 688f763168 Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc 2007-01-04 10:53:59 +00:00
neil%parkwaycc.co.uk 49e16d01c4 Bug 363725 Make about:logo work in (some) toolkit apps r+sr=darin 2006-12-18 10:51:10 +00:00
gavin%gavinsharp.com f2421e2294 Bug 212852: Browser assumes ftp protocol for URL's beginning with 'ftp' and written without protocol in address field, patch by Magnus Melin <mkmelin+mozilla@iki.fi>, r=biesi, sr=darin 2006-12-16 14:32:19 +00:00
cvshook%sicking.cc cdf5bf4c06 Bug 323924, Call CheckLoadURIWithPrincipal before issuing pings and on redirects. r/sr=jst 2006-11-29 03:08:49 +00:00
cvshook%sicking.cc 3afb04e235 Bug 323924, Call CheckLoadURIWithPrincipal before issuing pings. r/sr=jst 2006-11-28 20:47:10 +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
cvshook%sicking.cc e2aa94302c Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst 2006-11-03 21:51:01 +00:00
bzbarsky%mit.edu 6f12b98f3f Make javascript: URI execution asynchronous. Bug 351633, r=jst, sr=biesi 2006-10-17 00:55:14 +00:00