bzbarsky@mit.edu
|
5d7a1e0522
|
Fixing build bustage
|
2008-01-27 12:16:29 -08:00 |
bzbarsky@mit.edu
|
147ee0e4ae
|
Tighten up the named-target navigation policy to better match the HTML5 spec and Safari. Bug 408052, patch by Adam Barth <hk9565@gmail.com> and Collin Jackson <mozilla@collinjackson.com>, r=jst, sr=bzbarsky.
|
2008-01-27 11:39:10 -08:00 |
bzbarsky@mit.edu
|
d7d706efba
|
Allow certain restricted loads in unload events. Bug 409888, r+sr=jst
|
2008-01-25 12:31:44 -08:00 |
dtownsend@oxymoronical.com
|
8d1bfcdda9
|
Bug 411490: Add about:crashes for easier access to crash reports. r=mano, a=beltzner
|
2008-01-24 08:11:09 -08:00 |
roc+@cs.cmu.edu
|
0e9e236c9e
|
Bug 403565. Give each contentviewer it's own device context. r+sr=bzbarsky
|
2008-01-20 18:05:38 -08:00 |
mkmelin+mozilla@iki.fi
|
cef35e2882
|
Bug 392407: appstrings.properties should not be using branded strings r+sr=bzbarsky, ui-r=beltzner, a=blocking1.9
|
2008-01-05 05:40:46 -08:00 |
reed@reedloden.com
|
2b71c35cd0
|
Bug 404634 - "http urls don't render in TestGtkEmbed" [p=asac@jwsdot.com (Alexander Sack) r=bsmedberg r=bzbarsky a=blocking1.9+]
|
2008-01-04 22:38:30 -08:00 |
jruderman@hmc.edu
|
c5bda6fea1
|
Add crashtest.
|
2007-12-14 21:36:59 -08:00 |
reed@reedloden.com
|
8de0eb075e
|
Bug 393002 - ""Server not found" message for view-source window doesn't display server name" [p=anant@kix.in (Anant Narayanan) r=bsmedberg sr=bzbarsky a1.9=damons]
|
2007-12-11 01:55:35 -08:00 |
peterv@propagandism.org
|
7063ca8796
|
Fix for bug 403501 (Rich text editing broken after back, forward in history). r/sr=jst.
|
2007-12-04 16:28:24 -08:00 |
bzbarsky@mit.edu
|
ca8e765bfe
|
Propagate the node's principal as the owner to <object> loads as needed, and allow <object data="javascript:"> to work. Bug 353334 and bug 300263, r=biesi, sr=jst, a=dsicore
|
2007-12-03 13:57:17 -08:00 |
bzbarsky@mit.edu
|
8cd5fb6cd8
|
Fix bug 400556 by tearing down editor a little earlier. r+sr=peterv
|
2007-12-02 18:07:16 -08:00 |
reed@reedloden.com
|
610badae6c
|
Fix typo.
|
2007-11-30 23:20:58 -08:00 |
reed@reedloden.com
|
e1e7a813fa
|
Bug 405241 - "Don't register nsDownloadHistory if it's not needed" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=biesi sr=bzbarsky a1.9=damons]
|
2007-11-30 23:18:43 -08:00 |
dcamp@mozilla.com
|
850a10efdb
|
Bug 394525: malware check non-http channels. r=bz, sr=biesi
|
2007-11-27 12:42:33 -08:00 |
dcamp@mozilla.com
|
1b9adf5c62
|
Bug 369814: don't open jar: content unless served from a safe mime type. r=bz, sr=dveditz, ui-r=beltzner
|
2007-11-26 21:32:23 -08:00 |
neil@parkwaycc.co.uk
|
9ff8d79e8e
|
Fix SeaMonkey tinderbox test bustage b=401174 r=sdwilsh
|
2007-11-24 14:11:31 -08:00 |
sdwilsh@shawnwilsher.com
|
babafd75f6
|
Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor
|
2007-11-23 12:20:41 -08:00 |
bzbarsky@mit.edu
|
2ea8702452
|
Fix bug 404548. r+sr=jst, a=schrep
|
2007-11-21 11:59:42 -08:00 |
ajschult@verizon.net
|
bfbb9f4dde
|
Bug 396649: Assert that content viewers aren't where they shouldn't be (debug-only), r+sr=bzbarsky, a=mtschrep
|
2007-11-16 22:28:56 -08:00 |
roc+@cs.cmu.edu
|
4d69f5a10c
|
Bug 392873. Make some code debug-only and add mitigation code to try to not crash when we're getting into the bad state, setting a viewer on a session history item that already has one. r+sr=bzbarsky
|
2007-11-15 17:35:41 -08:00 |
reed@reedloden.com
|
dd0d254232
|
Backed out dcamp's patch from bug 394525, as it caused a unit test failure for bug 377539.
|
2007-11-13 02:00:59 -08:00 |
reed@reedloden.com
|
404a9e9a8b
|
Bug 394525 - "malware check non-http URIs" (treat Suspend() failures as nonfatal) [p=dcamp r=bzbarsky sr=biesi a=blocking1.9+]
|
2007-11-13 00:23:32 -08:00 |
peterv@propagandism.org
|
5ba21b5fff
|
Fix for bug 390446 (Javascript is still disabled after leaving a page that had designMode on). r/sr=jst.
|
2007-11-12 06:47:03 -08:00 |
jst@mozilla.org
|
dc71994164
|
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-11 21:48:24 -08:00 |
smontagu@smontagu.org
|
72efa0c82d
|
Testcase for bug 134911
|
2007-11-11 12:03:33 -08:00 |
smontagu@smontagu.org
|
0b73a0cc1c
|
Preserve history on charset reload. Bug 134911, r+sr=bz, a=roc
|
2007-11-11 11:48:09 -08:00 |
reed@reedloden.com
|
9db9a73399
|
Bug 392873 - "crash in nsExpirationTracker<nsSHEntry,3>::RemoveObject" (add more debugging code) [p=roc r+sr=bzbarsky a1.9=damons]
|
2007-11-08 22:47:00 -08:00 |
bzbarsky@mit.edu
|
502c4c7607
|
Fix leak bug 391978. r=biesi, sr=dmose, a=sayrer
|
2007-11-08 22:13:26 -08:00 |
reed@reedloden.com
|
f5f27fd7da
|
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 11:49:47 -07:00 |
reed@reedloden.com
|
f453d049c0
|
Bug 398718 - "Better explanatory text for SSL error pages" [p=kaie/johnath r=rrelyea r=biesi a=blocking1.9+ for M9]
|
2007-10-30 13:26:25 -07:00 |
reed@reedloden.com
|
4894cad90d
|
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 11:29:14 -07:00 |
bzbarsky@mit.edu
|
26d7ccd742
|
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 14:56:41 -07:00 |
reed@reedloden.com
|
790741a5d7
|
Bustage fix for bug 394974.
|
2007-10-22 19:34:02 -07:00 |
bzbarsky@mit.edu
|
db5f5d91fc
|
Adding test
|
2007-10-12 11:59:46 -07:00 |
bzbarsky@mit.edu
|
54801aae2f
|
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 11:26:02 -07:00 |
bzbarsky@mit.edu
|
48541412c1
|
Fix a few issues in bfcache and XBL when javascript is being toggled on and off. Bug 398668, r+sr+a=jst
|
2007-10-05 17:35:00 -07:00 |
bzbarsky@mit.edu
|
5f7d419364
|
Remove trunk instances of MOZILLA_1_8_BRANCH interfaces. Bug 347910, r+sr+a=jst
|
2007-10-05 16:37:25 -07:00 |
dmose@mozilla.org
|
7e25c58d74
|
First part of fix for web-based protocol handlers failing in certain situations (bug 394483); r=biesi, sr=sicking
|
2007-10-03 23:10:47 -07:00 |
smontagu@smontagu.org
|
b17709fa08
|
Regression test for bug 92473
|
2007-10-01 07:14:57 -07:00 |
roc+@cs.cmu.edu
|
672e66c2d2
|
Bug 392873. Add debugging code to help track down a crash in the bfcache-expiry code. r+sr=bzbarsky,a=damon
|
2007-09-30 14:34:56 -07:00 |
martijn.martijn@gmail.com
|
3a77d6db44
|
Bug 299555 - F5 reloads Print Preview after right clicking several times on this specific testcase, r=bzbarsky, sr+a=jst
|
2007-09-28 16:40:02 -07:00 |
ajschult@verizon.net
|
6f0a4654c2
|
Bug 396649: Content viewers not evicted when going back. r+sr+a=bzbarsky
|
2007-09-27 19:56:08 -07:00 |
roc+@cs.cmu.edu
|
438effcc42
|
Bug 395045. Expire cached content-viewers after they've been unused for 20-30 minutes. r+sr+a=bz
|
2007-09-21 02:19:59 -07:00 |
bzbarsky@mit.edu
|
05de4fdee3
|
Relanding bug 396587. Maybe it'll stick now. r+sr+a=roc
|
2007-09-20 16:28:26 -07:00 |
bzbarsky@mit.edu
|
f17ce63d07
|
Backing out bug 396587 to hopefully fix orange.
|
2007-09-19 20:41:29 -07:00 |
bzbarsky@mit.edu
|
acc3123915
|
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-19 19:46:28 -07:00 |
bzbarsky@mit.edu
|
d70bc17ca5
|
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 15:27:17 -07:00 |
bzbarsky@mit.edu
|
81e60268e2
|
Add a flag to nsIWebNavigation to disable popup-blocking for loads as needed. Bug 278357, r=biesi, sr=jst, a=bsmedberg
|
2007-09-14 12:21:45 -07:00 |
surkov.alexander@gmail.com
|
5ef16448a2
|
390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore
|
2007-09-05 01:22:17 -07:00 |
bzbarsky@mit.edu
|
8be43399c4
|
Adding tests.
|
2007-09-02 21:58:05 -07:00 |
dmose@mozilla.org
|
4ad19860ce
|
Fix for protocol handling dialog throwing exception when a web handler is selected (bug 392957), r=biesi, sr=mconnor, a=bz
|
2007-09-02 21:44:25 -07:00 |
bzbarsky@mit.edu
|
58deed6b52
|
Revoke presentation restore events even if we just get a network stop. Bug 306283, r+sr=biesi
|
2007-08-31 20:21:22 -07:00 |
dcamp@mozilla.com
|
db481fa960
|
only malware check nsHttpChannel for now, should fix orange. b=384941, r+sr=biesi
|
2007-08-31 17:48:30 -07:00 |
dcamp@mozilla.com
|
95baf6ccee
|
another bustage fix, fix up the PR_LOG ifdefs from the last commit. b=384941 rs=biesi
|
2007-08-31 16:48:39 -07:00 |
dcamp@mozilla.com
|
2003424352
|
fix bustage from bug 384941
|
2007-08-31 16:29:45 -07:00 |
dcamp@mozilla.com
|
2b3259d83f
|
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 16:18:46 -07:00 |
sharparrow1@yahoo.com
|
0b1b6c64d9
|
Bug 390180: Full page zoom interacts badly with bfcache. r+sr+a=roc
|
2007-08-27 18:20:17 -07:00 |
bzbarsky@mit.edu
|
9448321b0b
|
Add comment for bug 388579
|
2007-08-23 18:50:14 -07:00 |
bzbarsky@mit.edu
|
e5d97611d6
|
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 12:03:08 -07:00 |
masayuki@d-toybox.com
|
a20d56bd8d
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |
sdwilsh@shawnwilsher.com
|
7d5925b0fb
|
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
|
2007-08-14 09:47:41 -07:00 |
bzbarsky@mit.edu
|
bd826c03d9
|
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-09 22:35:08 -07:00 |
jst@mozilla.org
|
5f96a07bac
|
Fixing bug 389911. Removing nsIScriptGlobalObject::Get/SetGlobalObjectOwner() as it's not needed any more. r+sr=peterv@propagandism.org
|
2007-08-09 15:30:30 -07:00 |
jst@mozilla.org
|
3b2512803a
|
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 15:03:01 -07:00 |
bzbarsky@mit.edu
|
16e6040261
|
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-07 18:16:09 -07:00 |
ginn.chen@sun.com
|
d0ed3cca65
|
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
|
2007-08-05 20:22:32 -07:00 |
sharparrow1@yahoo.com
|
82680e3be3
|
Update UUID after checkin for bug 4821
|
2007-07-26 13:27:21 -07:00 |
jst@mozilla.org
|
c1b1b4d758
|
Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc
|
2007-07-26 10:52:26 -07:00 |
sharparrow1@yahoo.com
|
0881e734d3
|
Bug 4821: Implement page zoom (backend). r+sr=roc.
|
2007-07-25 20:34:16 -07:00 |
dcamp@mozilla.com
|
5e7a58ed01
|
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-24 22:35:39 -07:00 |
bzbarsky@mit.edu
|
d8a5bd6455
|
More consistent handling of principals for loads across docshell type
boundaries. Bug 388121, r+sr=jst
|
2007-07-17 18:47:07 -07:00 |
bzbarsky@mit.edu
|
1bd1d3484f
|
Adding test.
|
2007-07-15 15:33:21 -07:00 |
bzbarsky@mit.edu
|
177208f7d9
|
Adding test.
|
2007-07-13 22:02:22 -07:00 |
bzbarsky@mit.edu
|
d936fb370d
|
Hold a strong ref to the URI while we're using it. Bug 387968, r+sr=jst
|
2007-07-13 21:27:08 -07:00 |
bzbarsky@mit.edu
|
4d53ccf996
|
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 13:05:45 -07:00 |
bzbarsky@mit.edu
|
66fab0864e
|
Add test. Patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r=smaug
|
2007-07-11 10:33:46 -07:00 |
bzbarsky@mit.edu
|
31a5a381e7
|
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 10:15:16 -07:00 |
peterv@propagandism.org
|
f7ff5666a6
|
Fix for bug 386496 (Clicking on link in designMode document does follow that link now). r/sr=bz.
|
2007-07-11 06:05:05 -07:00 |
bzbarsky@mit.edu
|
4d46bda6dc
|
Eliminate more callers of CheckSameOriginPrincipal in favor of
Equals/Subsumes. Bug 387212, r=mrbkap, sr=jst
|
2007-07-09 21:22:55 -07:00 |
jwalden@mit.edu
|
6d7584839a
|
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 00:08:04 -07:00 |
sdwilsh@shawnwilsher.com
|
1212763a51
|
Bug 380932 - Handle malware URIs with error page. Patch by Dão Gottwald <dao@design-noir.de>. r=cbiesinger
|
2007-07-05 15:26:06 -07:00 |
dmose@mozilla.org
|
ec036ba262
|
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
|
2007-07-05 12:31:44 -07:00 |
gavin@gavinsharp.com
|
09ed0dcd8f
|
Bug 380932: land netError page for malware URIs, patch by Johnathan Nightingale <johnath@mozilla.com>, r=biesi, ui+r=beltzner
|
2007-07-03 09:49:06 -07:00 |
jwalden@mit.edu
|
6aaac3b438
|
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 16:46:19 -07:00 |
peterv@propagandism.org
|
6662efd338
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 19:48:16 -07:00 |
peterv@propagandism.org
|
90c374d7c3
|
Backing out to fix orange.
|
2007-06-27 16:21:05 -07:00 |
peterv@propagandism.org
|
7bf2741259
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 15:29:45 -07:00 |
kaie@kuix.de
|
46a7394eca
|
Bug 107491, Follow up checkin, one more place where nssFailure needs to be renamed
r=benjamin
|
2007-06-27 11:25:12 -07:00 |
kaie@kuix.de
|
ef7c98eca8
|
Bug 107491, follow up check in, Rename string ID nssFailure to nssFailure2
rs=Pike
|
2007-06-20 07:10:30 -07:00 |
kherron@fmailbox.com
|
4f3b4ab01c
|
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 06:50:50 -07:00 |
bzbarsky@mit.edu
|
ac7d66789b
|
Don't allow loads to start in a docshell that's firing the unload event. Alsodon't allow document.open of the document in that docshell. Bug 371360,r=biesi, sr=jst
|
2007-06-14 11:18:05 -07:00 |
sdwilsh@shawnwilsher.com
|
772f0fdbf4
|
Bug 382383 - nsDocShell::LoadURI discards LOAD_FLAGS_FIRST_LOAD. r=bzbarsky, sr=cbiesinger
|
2007-06-10 16:28:27 -07:00 |
mats.palmgren@bredband.net
|
039f630bca
|
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-17 20:49:14 -07:00 |
bzbarsky@mit.edu
|
7e3d62ddea
|
Make nsIDocShellTreeItem inherit from nsIDocShellTreeNode. Bug 377303,r=bsmedberg, sr=biesi
|
2007-05-06 14:06:28 -07:00 |
bzbarsky@mit.edu
|
b2bf331b94
|
Don't make embedding of a content viewer in a child frame force a layout flushon the parent. The child doesn't really care that much about up-to-date layoutinfo at this point; if its size changes it will deal. Bug 379485, r+sr=jst
|
2007-05-02 13:34:41 -07:00 |
bzbarsky@mit.edu
|
bb11c49afb
|
Be a little more careul with inheriting principals. Bug 304690, r=dveditz,sr=jst
|
2007-04-26 21:01:17 -07:00 |
timeless@mozdev.org
|
19fe340b2b
|
Bug 378692 warning C4099: 'OnLinkClickEvent' : type name first seen using 'struct' now seen using 'class'r=bz sr=bz
|
2007-04-24 20:13:57 -07:00 |
benjamin@smedbergs.us
|
baab01ada6
|
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 07:21:53 -07:00 |
sayrer@gmail.com
|
b80cfd9871
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |