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
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
cbiesinger%web.de
99391a2dc2
Bug 351874 Move nsAboutRedirector out of necko
...
r=darin
2006-09-15 22:17:26 +00:00
bzbarsky%mit.edu
27d1cc0af0
Just store the flags, not various booleans. Bug 342914, r=biesi, sr=darin
2006-09-15 09:52:08 +00:00
bzbarsky%mit.edu
885d3507d8
Allow about: modules to just set a flag to force script execution to be allowed
...
for particular about: URIs, instead of hardcoding checks in the security
manager. Bug 341313, r=darin, sr=jst
2006-09-15 09:52:06 +00:00
bzbarsky%mit.edu
416c10464c
Move the safe vs unsafe about: distinction out of the security manager and into
...
nsIAboutModule implementations. Bug 337746, r=dveditz, sr=darin
2006-09-15 09:52:05 +00:00
gerv%gerv.net
bc9e7d9bbd
Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott.
2006-09-15 09:52:04 +00:00
timeless%mozdev.org
01dca7f748
Bug 320498 Fix NewChannel impls to handle null in argument
...
r=darin sr=darin
2006-09-15 09:52:03 +00:00
dbaron%dbaron.org
5a684d2fb8
Improve consistency of conversion from about URI to about module. b=306261 r=darin sr=bzbarsky
2006-09-15 09:52:02 +00:00
bsmedberg%covad.net
8fce7b7a8e
Bug 292624 - XUL error pages should not have chrome privileges, r=darin sr=dveditz a=asa
2006-09-15 09:52:01 +00:00
bzbarsky%mit.edu
ea91748a6c
Add about:license and about:licence and make about: link to them. Bug 256945,
...
r=gerv, sr=darin
2006-09-15 09:52:00 +00:00
neil%parkwaycc.co.uk
0d8be45c08
Bug 269827 Redirected about channel has wrong original URI r+sr=darin
2006-09-15 09:51:59 +00:00
ben%bengoodger.com
9c8b6dec0a
243387 - about:plugins broken by download size reduction changes. Move about:plugins page to global package to remove dependency on defunct "communicator" package. r=mconnor
2006-09-15 09:51:58 +00:00
darin%meer.net
5fcc69d283
fixes bug 245110 "Crash [@ nsAboutRedirector::NewChannel]" r=biesi
2006-09-15 09:51:57 +00:00
gerv%gerv.net
e63eb3ac6e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-09-15 09:51:56 +00:00
dbaron%dbaron.org
99fbe61b12
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2006-09-15 09:51:55 +00:00
dougt%netscape.com
19b630d4f1
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2006-09-15 09:51:52 +00:00
caillon%returnzero.com
60134af827
about:about
...
Bug 56061
r=bryner@brianryner.com
sr=darin@meer.net
2006-09-15 09:51:51 +00:00
seawood%netscape.com
5a6134d1f8
Add about:buildconfig
...
Bug #140034 r=bbaetz sr=darin
2006-09-15 09:51:50 +00:00
kairo%kairo.at
ba096e9535
Bug 56863 - make about:plugins localizable, r=biesi, sr=bz
2006-09-15 09:51:49 +00:00
timeless%mozdev.org
20af127dcd
Bug 52104 about:logo is missing
...
patch by bugzilla@gemal.dk r=timeless sr=darin
2006-09-15 09:51:48 +00:00
cbiesinger%web.de
5ed6df53f7
184075 r=darin sr=bz nsAboutRedirector should not use literal number
2006-09-15 09:51:47 +00:00
kairo%kairo.at
c28bffc176
bug 131477 - Improve design of about:plugins page - this makes about:plugins themeable, plugins.html moved from global to communicator, r=beppe, sr=hewitt
2006-09-15 09:51:46 +00:00
caillon%returnzero.com
9e54c6e114
Bug 155752 - Use the XML parser for XHTML about: services
...
Patch contributed by Alexey Chernyak <alexey@ihug.com.au>
r=timeless, sr=jst, a=asa
2006-09-15 09:51:45 +00:00
dbaron%fas.harvard.edu
7932764f90
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2006-09-15 09:51:44 +00:00
cbiesinger%web.de
b8dec03014
bug 127252 patch partially by mstoltz r=bbaetz/me sr=darin a=asa
...
make about:config work again
2006-09-15 09:51:43 +00:00
darin%netscape.com
d5f3bd98be
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2006-09-15 09:51:42 +00:00
cbiesinger%web.de
5e1c61d1fe
bug 127252 r=gagan sr=darin a=asa
...
about:config should use redirector
2006-09-15 09:51:41 +00:00
gerv%gerv.net
d35c315107
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2006-09-15 09:51:40 +00:00
jaggernaut%netscape.com
897614969d
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2006-09-15 09:51:39 +00:00
mstoltz%netscape.com
1a86a20dd2
Bug 88087 - giving about: pages loaded from chrome a principal other than
...
system, to prevent security attacks against these pages. r=bbaetz, sr=waterson
2006-09-15 09:51:38 +00:00
beard%netscape.com
0289c06d45
Fix for Mac bustage. r=gagan
2006-09-15 09:51:37 +00:00
gagan%netscape.com
0121f4c456
Not part of the build yet. New files for bug 68086. Implemented a generic fat-free version for cases of about: that redirect to another URL. This will obsolete nsAboutCredits.*, mzAboutMozilla.*, and nsAboutPlugins.*
2006-09-15 09:51:36 +00:00
bzbarsky%mit.edu
760e0393c7
try/catch around the loadURI call, since it can throw. Bug 310828, patch by Adam Guthrie <ispiked@gmail.com>, r+sr=bzbarsky, a=schrep for 1.8 branch
2006-09-09 04:58:35 +00:00
martijn.martijn%gmail.com
c2fee37cda
Backing out the patch for bug 287707, since it is causing smoketest blocker bug 351057
2006-09-01 19:51:05 +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
martijn.martijn%gmail.com
70166789c6
Bug 287707 - After page had designmode on, there are still several issues, r=daniel, sr=peterv
2006-09-01 09:32:57 +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
bryner%brianryner.com
cbbc479bfe
Comment clarification from bug 347426, r+sr=bzbarsky
2006-08-06 18:50:17 +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
aaronleventhal%moonset.net
107e12ab56
Bug 340841. Infinite loop with some plugins when screen reader is runnng -- empty tabs keep opening. r=biesi, sr=jst
2006-07-27 16:54:55 +00:00
gavin%gavinsharp.com
e62b99303f
Bug 323798: Keyword URL Needs to be localized, r=axel, sr=bzbarsky
2006-07-26 01:19:42 +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
cvshook%sicking.cc
cf07d96809
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
2006-07-02 07:23:10 +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
bryner%brianryner.com
72aeaba9ea
Clear the old child docshells when SetDOMDocument is called, so that they don't get persisted in session history before they're GC'd. Also, update SHEntry to hold strong references to the child docshells. Bug 319551, r=sicking sr=bzbarsky
2006-06-26 18:48:52 +00:00
bryner%brianryner.com
ea958d47a0
Clear cached content viewes in response to the memory-pressure notification (bug 306862) r=marria
2006-06-23 18:09:24 +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
brettw%gmail.com
a0743d55ac
Bug 245597 (for (pkasting@google.com) r=darin sr=bz Keyword search should be activated for anything that isn't parseable as a URI
2006-06-15 21:15:28 +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
darin%meer.net
eea02a93fb
fixes bug 326155 "Adds support for restricting pings to same origin and limiting pings to no more than one per anchor" r=biesi sr=bzbarsky
2006-06-02 04:28:48 +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
bzbarsky%mit.edu
4ef3e28114
Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup
...
instead. Bug 337339 and bug 264830, r=biesi, sr=darin
2006-05-16 03:02:28 +00:00
jag%tty.nl
a6b27fef09
Undo these changes now that we have a better fix for 2.95.2
2006-05-15 20:33:53 +00:00
jag%tty.nl
36536a65e3
Attempt to fix btek bustage, or at least get some more information.
2006-05-15 10:28:26 +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
cbiesinger%web.de
1fe4516c9f
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
cvshook%sicking.cc
36f352636c
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
2006-05-05 06:52:21 +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
c451605514
Don't do URI fixup if NS_NewURI throws some random error. Bug 335193, r=biesi, sr+branch181=darin
2006-04-25 01:53:06 +00:00
timeless%mozdev.org
8d4c427033
Bug 334189 nsSHistory::PrintHistory should use a string class
...
r=jag sr=jag
2006-04-17 08:37:23 +00:00
timeless%mozdev.org
56d4773225
Bug 334189 nsSHistory::PrintHistory should use a string class
...
reindenting file
r=jag sr=jag
2006-04-17 07:50:02 +00:00
cvshook%sicking.cc
92b578d7ad
Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron
2006-04-13 04:07:12 +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
sharparrow1%yahoo.com
06bb49d6dc
Bug 244055. Forgot to update IID.
2006-04-03 01:16:24 +00:00
sharparrow1%yahoo.com
09f0ce6d5d
Bug 244055: Page layout for editor. There is no UI yet, and caret display is buggy at the moment, but otherwise it works. Patch by Alexandre Tr�mon, r+sr=roc.
2006-04-01 01:19:28 +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
cbiesinger%web.de
2383e06ed2
bug 330727 add BeOS to XP_UNIX ifdef to allow entering local paths in the
...
urlbar directly
r=sergei_d sr=darin
2006-03-17 16:42:42 +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
bzbarsky%mit.edu
5a8866260b
Additional tweak to make session history a little safer. Bug 305181, r=bryner, sr=darin
2006-02-23 05:30:25 +00:00
bzbarsky%mit.edu
70a3e3a9a3
Make it possible to target non-primary content <browser>s; specifically ones
...
that are type="content-targetable". Bug 326009, r=bsmedberg, sr=jst
2006-02-22 03:58:48 +00:00
mrbkap%gmail.com
0eddfd0fda
Only warn in debug builds, and don't assert on user defined actions. bug 153783, r+sr=jst
2006-02-22 02:28:04 +00:00