Commit Graph

2587 Commits

Author SHA1 Message Date
cbiesinger%web.de
f47ebbe2c2 Bug 228603 nsIWebBrowserPersist should have a saveChannel method
r=adamlock sr=darin
2004-09-07 14:42:23 +00:00
locka%iol.ie
5a1fc34073 More build bustage, replace IID_IHTMLDOMNode with __uuidof(IHTMLDOMNode) 2004-09-05 20:36:30 +00:00
locka%iol.ie
7c925fef04 More build bustage fixes. Remove IID_IHTMLDOMNode in favour of __uuidof(IHTMLDOMNode) 2004-09-05 20:17:22 +00:00
locka%iol.ie
1e4a7dfa5c Build bustage fix. Workaround arcane Platform SDK used by tinderboxen by redefining interface. We need to use a more modern SDK! 2004-09-05 20:03:06 +00:00
locka%iol.ie
5015eff94e NOT PART OF BUILD. DevStudio .NET 2002 project file. 2004-09-05 15:03:51 +00:00
locka%iol.ie
5071aa3295 Implement IHTMLDomNode and IHTMLButtonElement interfaces on IE DOM. Checkin on behalf of atremon@elansoftware.com r=adamlock sr=jst b=238786 2004-09-05 14:44:07 +00:00
locka%iol.ie
e9292967e0 Adding implementation of IHTMLButtonElement. Checkin on behalf of atremon@elansoftware.com r=adamlock sr=jst b=238786 2004-09-05 14:40:56 +00:00
jst%mozilla.jstenback.com
150db5f1ed Fixing build bustage. 2004-09-04 20:45:18 +00:00
dbaron%dbaron.org
9984902fd6 Land bug 72747 in pieces: Simplify the mechanism used to prevent framesets from having scrollbars. b=72747 r+sr=roc 2004-09-04 19:51:21 +00:00
jst%mozilla.jstenback.com
51fd4d10d8 Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com 2004-09-04 19:28:46 +00:00
dbaron%dbaron.org
ee55fda1f1 Back out previous round of bug 72747 changes due to Tp regression. 2004-09-04 08:34:55 +00:00
dbaron%dbaron.org
31bf95ea38 Land bug 72747 in pieces: Simplify the mechanisms used to prevent framesets from having scrollbars and used to implement the scrolling attribute on frames and iframes. Implement scrolling='yes'. b=72747 r+sr=roc 2004-09-04 06:53:36 +00:00
cbiesinger%web.de
24b9647483 Bug 254952 make MIMEService/MIMEInfo-users make use of UTF-8 extensions
r=bzbarsky sr=darin
2004-09-01 17:46:23 +00:00
dbaron%dbaron.org
c200b49750 Back out the rest of bug 72747 due to Tp regression. 2004-08-27 01:26:55 +00:00
dbaron%dbaron.org
5948a3cb75 Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3. Implement scrolling='yes' and equivalents on frame and iframe. Various pieces of related cleanup (see comment 22 in bug). b=72747 r+sr=roc 2004-08-26 17:11:20 +00:00
gerv%gerv.net
ba2432c07e Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-08-25 23:02:50 +00:00
bryner%brianryner.com
180b0b7373 Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc. 2004-08-20 20:34:37 +00:00
neil%parkwaycc.co.uk
c2b8f90b4e Applying the parts of bz's patch for bug 255270 that bryner conservatively removed r=me sr=dbaron a=asa 2004-08-15 10:03:11 +00:00
amardare%qnx.com
f5fe96fd2d Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms. 2004-08-13 20:03:42 +00:00
bryner%brianryner.com
0fa9344f94 Fix for reflow problem in XUL dialogs (bug 255270, smoketest blocker). Patch by bzbarsky, r=neil, sr=dbaron. (I'm conservatively just removing the hack in nsHlperAppDlg by restoring it to its previous state). 2004-08-13 18:25:33 +00:00
caillon%redhat.com
2fdef090da These are C++ files; not IDL. rs=bzbarsky 2004-08-11 07:00:43 +00:00
timeless%mozdev.org
418c0c5ac4 Bug 199804 Unprofessional error message when download fails
patch by mcsmurf@gmx.de r=biesi sr=bz
2004-08-08 21:12:22 +00:00
cbiesinger%web.de
b8816e9960 Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler
r=bz sr=darin
2004-08-08 20:25:02 +00:00
mats.palmgren%bredband.net
851da8a741 Check fo null before using GetFocusedElement result. b=252977 r+sr=bzbarsky 2004-08-08 17:18:58 +00:00
bzbarsky%mit.edu
7f3a53f788 Make sure not to save magic _base_href attributes when saving a DOM. Bug
253507, r+sr=jst
2004-08-04 03:14:18 +00:00
timeless%mozdev.org
ff2fa086e8 Bug 246392 Reloading a page containing frames goes back to top level
patch by crispin@flowerday.cx r=blizzard sr=shaver
2004-08-03 15:28:27 +00:00
timeless%mozdev.org
c7ee7c4f1b Bug 246392 Reloading a page containing frames goes back to top level
patch by crispin@flowerday.cx r=blizzard sr=shaver
2004-08-03 15:22:31 +00:00
bryner%brianryner.com
5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
bryner%brianryner.com
0fd21c3872 Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc. 2004-07-29 19:41:39 +00:00
cbiesinger%web.de
3506522cc6 Bug 252468 Remove outdated autostretch attribute from the tree
patch by Simon Paquet <bugzilla@babylonsounds.com> r=neil rs=bz
2004-07-29 18:25:42 +00:00
cbiesinger%web.de
70ab852e63 Bug 246695 Gtk Embedding widget ignore scrollbar chrome setting
r=bryner sr=blizzard patch by Crispin Flowerday <crispin@flowerday.cx>
2004-07-28 20:54:50 +00:00
bzbarsky%mit.edu
02d0d94b73 Switch context back to being nsISupports, but make it clear that it's expected
to be an nsIDOMNode or nsIDOMWindow.  Bug 252027, r=mvl, sr=shaver
2004-07-27 17:15:53 +00:00
bzbarsky%mit.edu
f6500081df Fix crash on exit if embedding widget was never shown. Bug 249520, patch by
Steven Brown <swbrown@ucsd.edu>, r+sr=blizzard
2004-07-22 02:36:24 +00:00
darin%meer.net
494fe3ed49 fixes bug 106940 "ActiveX browser should use the newer nsIPrefService APIs instead of nsIPref" patch by gerlofs@us.ibm.com, r=mkaply, sr=darin 2004-07-20 18:31:57 +00:00
cbiesinger%web.de
e837051a4e Bug 237611 init mPercent to -1, not 0, so that the title also shows 0% progress
patch suggested by ZF.Dang <dantifer.dang@sun.com> r=biesi sr=bz
2004-07-18 19:50:24 +00:00
gerv%gerv.net
6b54b1cbc5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 19:30:11 +00:00
gerv%gerv.net
c01bb2d438 Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups. 2004-07-16 19:09:02 +00:00
gerv%gerv.net
9f35e25052 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:48:35 +00:00
timeless%mozdev.org
feb25ce06d Bug 158038 minor comment changes in nsIWebBrowserPrint (print and printPreview)
patch by rods r=dcone sr=kin
2004-07-16 05:44:45 +00:00
amardare%qnx.com
867b16a7b9 Changes for qnx(photon) platform only. It should not affect runtime/building other platforms.
When reading the prefs back, check for the return value.
2004-07-06 19:42:33 +00:00
rbs%maths.uq.edu.au
fc468ab2cf Ensure that Find Again (F3) iterates over all matches, even when the ESM::MoveFocusToCaret() takes a shortcut that leaves the focus controller slightly out-of-sync, b=249345, r+sr=jst 2004-07-01 21:29:21 +00:00
daniel%glazman.org
bc87818cea [minimo only] remove max-height constraints; b=247843; r/sr=dbaron 2004-06-21 12:28:04 +00:00
bryner%brianryner.com
5dedf39666 removing dead CFM build files 2004-06-21 02:09:30 +00:00
ben%bengoodger.com
0ff1207b6d 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 2004-06-20 01:42:05 +00:00
bmlk%gmx.de
271e0e2e73 bustage fix 2004-06-17 05:11:31 +00:00
roc+%cs.cmu.edu
d8f9024d0a Fixing Windows bustage 2004-06-17 02:55:38 +00:00
roc+%cs.cmu.edu
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
locka%iol.ie
9bb5934aff Add implementation for IHtmlElementCollection methods tags() & item() when there is more than one element with the same id. Checkin for atremon. b=236894 r=adamlock sr=jst 2004-06-14 19:26:47 +00:00
locka%iol.ie
4967cd761d Replace reinterpret_cast with static_cast for proper pointer casting. Checkin for atremon, b=236812 r=adamlock sr=jst 2004-06-14 17:56:07 +00:00
amardare%qnx.com
75eee7ea7b Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms.
Enable the tooltip window in embedding.
2004-06-14 14:44:42 +00:00