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

186299 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 7d982e5e88 Fixing CTRL+TAB 2007-08-22 04:59:01 +00:00
hyatt%netscape.com 8ea78282d2 Fix page report bustage. 2007-08-22 04:59:00 +00:00
hyatt%netscape.com fd62772a7d Fix tabbrowser bug. 2007-08-22 04:58:59 +00:00
hyatt%netscape.com 60db492544 Sync tab and friends with the trunk 2007-08-22 04:58:58 +00:00
hyatt%netscape.com c8ea453f2d Add page report accessor to tabbrowser. 2007-08-22 04:58:57 +00:00
hyatt%netscape.com 8c8dd13b8c more popup whitelisting changes 2007-08-22 04:58:56 +00:00
hyatt%netscape.com 15cf1f3eef Tweaks. 2007-08-22 04:58:55 +00:00
hyatt%netscape.com e8a2bf2158 Popup whitelisting continues. 2007-08-22 04:58:54 +00:00
hyatt%netscape.com 69cbe55155 Popup whitelisting continues. 2007-08-22 04:58:53 +00:00
hyatt%netscape.com 2fca354d14 Reverting tab close behavior. 2007-08-22 04:58:52 +00:00
hewitt%netscape.com d93d9f75ee 165955 - turning on satchel in phoenix 2007-08-22 04:58:51 +00:00
hyatt%netscape.com ba09ccfd14 Removing New Tab button. 2007-08-22 04:58:50 +00:00
hyatt%netscape.com 93dc5042a8 Fork tabbrowser to make it back into what I want. 2007-08-22 04:58:49 +00:00
neil%parkwaycc.co.uk acbfa5de28 Replace old decimal constants with funky newly scriptable nsIDocumentEncoder enums p=gautheri@noos.fr r+sr=me YES-YES-YES!!!=glazou 2007-08-22 04:54:17 +00:00
philringnalda%gmail.com 89d5625816 Bug 224977: finish moving nsTransferable to nsDragAndDrop.js, remove nsTransferable.js, r=neil,mano,mscott 2007-08-22 04:54:16 +00:00
mnyromyr%tprac.de 307705aa6f Bug 115924: removal of communicatorOverlay.xul; p=Giacomo Magnini <giacomo.magnini@portalis.it>, r=neil, sr=mscott 2007-08-22 04:54:15 +00:00
peterv%propagandism.org 0f73a93c24 Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa. 2007-08-22 04:54:14 +00:00
timeless%mozdev.org 05c6fe2bd0 Bug 240947 use content instead of _content
r=neil sr=dveditz
2007-08-22 04:54:13 +00:00
timeless%mozdev.org e268174c77 Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2007-08-22 04:54:12 +00:00
timeless%mozdev.org ce58bdc67c Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2007-08-22 04:54:11 +00:00
gerv%gerv.net b75056171d Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-08-22 04:54:10 +00:00
neil%parkwaycc.co.uk 2259190186 Bug 92726 Save As should default to the message subject r=me moa=glazou sr=bienvenu a=asa 2007-08-22 04:54:09 +00:00
neil%parkwaycc.co.uk bf42a3bd4b Bug 220215 use XPCNativeWrapper instead of directly calling Components.lookupMethod moa=glazman r=caillon sr=bz 2007-08-22 04:54:08 +00:00
timeless%mozdev.org 82db865fd3 Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
patch by doron@netscape.com r=timeless sr=rbs
2007-08-22 04:54:07 +00:00
kin%netscape.com e76137e180 Fixes for bug 192569 (allow foreign transactions to be added to the queue)
mozilla/editor/idl/nsIEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/PlaceholderTxn.cpp
mozilla/editor/libeditor/html/nsHTMLCSSUtils.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsTextEditRules.cpp

  - Renamed nsIEditor::Do() to nsIEditor::DoTransaction() so that it
    can be called from JavaScript.

  - Cleaned up nsEditor::Begin/EndUpdateViewBatch() so that
    nothing happens outside the check of mUpdateCount.

  - Modified PlaceholderTxn.cpp so that it checks to see
    if a merged transaction implements nsPIEditorTransaction
    before attempting to cast it to (EditorTxn*).

mozilla/editor/ui/composer/content/EditorCommandsDebug.js
mozilla/editor/ui/composer/content/editorOverlay.xul
mozilla/editor/ui/composer/locale/en-US/editorOverlay.dtd

  - Added debug menu items to test execution of foreign transactions
    via the txnmgr and editor.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2007-08-22 04:54:06 +00:00
cmanske%netscape.com c600e838f8 Remove editorShell from Composer app. b=169029, r=akkana, sr=sfraser 2007-08-22 04:54:05 +00:00
caillon%returnzero.com ecb2063ff8 Bug 154535. Don't depend on the sidebar overlay for context menu code.
r=sgehani
sr=jag
2007-08-22 04:54:04 +00:00
cmanske%netscape.com 3af39a9fb1 Simplify GetString() method in Composer, b=133546, r=brade, sr=kin, a=asa 2007-08-22 04:54:03 +00:00
heikki%netscape.com e85cd77fa9 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2007-08-22 04:54:02 +00:00
hyatt%netscape.com ed85487b34 Fix for 115748, r=bryner, sr=sspitzer 2007-08-22 04:54:01 +00:00
hewitt%netscape.com 5950c988f5 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2007-08-22 04:54:00 +00:00
cmanske%netscape.com 7fd5ea1ae6 Part of XUL 1.0 conversion bug 104133, r=akkana, sr=ben 2007-08-22 04:53:59 +00:00
shliang%netscape.com 2d2174ba41 bug 71637 - css errors in chrome. r=dbaron, sr=hewitt. 2007-08-22 04:53:58 +00:00
hewitt%netscape.com 2daba8c105 97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt 2007-08-22 04:53:57 +00:00
jaggernaut%netscape.com 62024cdf74 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2007-08-22 04:53:56 +00:00
sspitzer%netscape.com 7cc7766aae breaking apart EditorToolbars.css into 3 files for performance reasons.
r=manske, sr=hewitt, a=asa #97487
2007-08-22 04:53:55 +00:00
akkana%netscape.com 2461796201 90741: Whack the rest of the <box> tags in editor.
Contributed by andersma@luther.edu (Mark Anderson).
  r=cmanske sr=kin
2007-08-22 04:53:54 +00:00
timeless%mac.com 094bae82e9 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2007-08-22 04:53:53 +00:00
rbs%maths.uq.edu.au abf7cc1c13 Drop one tee from the XUL attribute 'contenttitlesettting' - Typo pointed out by brendan when reviewing the patch for bug 76567 2007-08-22 04:53:52 +00:00
cmanske%netscape.com eecc90e5be Fixed Print button bug in plaintext editor (by rcassin@supernova.org) r=cmanske, sr=sfraser 2007-08-22 04:53:51 +00:00
cmanske%netscape.com 23ccca3b59 Fixed plaintext editor bugs 69536, 69540, 69544, 69547, 73674, 71702. r=brade, sr=kin 2007-08-22 04:53:50 +00:00
blakeross%telocity.com af5b7ff670 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2007-08-22 04:53:49 +00:00
timeless%mac.com 1a9d203638 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2007-08-22 04:53:48 +00:00
cmanske%netscape.com 0c83e605b8 Use global overlay for 'Exit/Quit' menuitem, requiring moving of overlay includes, b=54584, r=ducarroz, sr=syd 2007-08-22 04:53:47 +00:00
disttsc%bart.nl 21bc53468d Change some keysets which were using id "defaultKeySet" to "keyset", making overlaying on them easier. Also fix some whitespace issues. bug=53320, r=akkana, r=mscott, a=ben 2007-08-22 04:53:46 +00:00
sfraser%netscape.com 8cd64c5e6c Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that Undo/Redo commands are updated correctly, and avoid bogus command updating in plain text compose (since that caused JS errors). r=kin,jfrancis. 2007-08-22 04:53:45 +00:00
ben%netscape.com 19b0206644 partial fixes for 32347, 30536, 41120 2007-08-22 04:53:44 +00:00
sfraser%netscape.com aecc765e92 Remove obsolete charset menu cruft. r=fm 2007-08-22 04:53:43 +00:00
rbs%maths.uq.edu.au 4f59a19451 Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2007-08-22 04:53:42 +00:00
ben%netscape.com 2b555b4427 fix for multiple quit items being displayed 2007-08-22 04:53:41 +00:00