Honza Bambas
2cc8843616
Bug 492219 - localStorage's constructor should be Storage, r+sr=jst
2009-05-16 15:59:30 +02:00
timeless@mozdev.org
bef46c4b25
Bug 489953 Remove extraneous semicolons
...
r=gavin
2009-05-03 09:28:43 -07:00
Josh Aas
cffeb5a089
Remove setFileTypeAndCreatorFromMIMEType and setFileTypeAndCreatorFromExtension from nsILocalFileMac. b=491099 sr=roc
2009-05-02 11:01:25 -07:00
Arpad Borsos
8415a2fae1
Bug 485782 - get rid of nsSupportsArray; r=sicking, sr=bsmedberg
2009-04-14 10:02:58 +02:00
Boris Zbarsky
081b4b02e7
Bug 486547 part 1. Switch nsTypedSelection to storing nsIRange, not nsIDOMRange, objects. r+sr=smaug
2009-04-06 13:17:37 -04:00
Jeremy D. Lea
0e51628bd3
Bug 431634 - Part 1 - clean up header pollution; r+sr=roc
2009-04-01 13:59:02 -08:00
Josh Aas
dde6460538
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
2009-03-19 10:41:13 -07:00
Honza Bambas
57c667fe6b
Bug 422526 - implement localStorage, p=Honza Bambas+Dave Camp, r=jst+dcamp+bz
2009-03-19 00:43:45 +01:00
Jonathan Kew
1ddae522c2
Bug 328412 - Find in empty document triggers "ASSERTION: No first node!"; r=bzbarsky sr=jst
2009-03-04 08:43:02 +01:00
Arpad Borsos
cd04d4b8dd
Bug 474369 - get rid of nsVoidArray; embedding part; r+sr=benjamin
2009-02-25 16:25:08 +01:00
Boris Zbarsky
f952d65c4e
Bug 84106. Actually pass a cache key to web browser persist so that POST result pages have a chance of being read from cache. Also change nsWebBrowserPersist to accept a session history entry, not just an nsIWebPageDescriptor or necko cache key, as its cache key argument. r=gavin, r+sr=jst
2009-02-19 14:18:02 -05:00
Ere Maijala
9b0e1fcf94
Bug 473962 - Can't print Messages, App process hangs after closing; r=bzbarsky sr=(bzbarsky + roc)
2009-02-15 17:31:06 +01:00
arno renevier
2d63aab13e
Bug 475621. Make saving an iframe which points to an image work when doing "save page, complete". r+sr=bzbarsky
2009-02-03 22:28:02 +01:00
Daniel Holbert
8d74a676bc
Bug 458167 - Fix bad usage of "it's" in comments: patch for embedding folder. r=bsmedberg
2009-02-05 18:05:58 -08:00
Boris Zbarsky
4b5a4e4828
Bug 475915. Rev nsPIWindowWatcher iid in CLOSED TREE
2009-02-03 15:45:26 -05:00
John Daggett
fba6cf8cc8
Bug 425844 - restore menu state after page setup and print dialogs. r=josh
2009-01-29 17:46:23 +09:00
Daniel Holbert
3a0a3d0ca8
Bug 475078: Fix hang during "save-as-complete" by using nsTArray::Contains instead of nsTArray::IndexOf to check for array-membership. r+sr=roc a=beltzner
2009-01-27 14:43:26 -08:00
Daniel Holbert
4301671b45
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Fred Jendrzejewski
424883d380
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
...
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
timeless@mozdev.org
573b30b2a2
Bug 269895 - nsPrintDialogUtil.cpp uses a CID from outside its module, r=emaijala, sr=neil
2009-01-15 20:02:21 -08:00
Phil Ringnalda
fcb2f41673
Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking
2009-01-15 20:02:21 -08:00
Jeremy Lea
ce80f69254
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
...
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
2009-01-15 16:27:09 +13:00
David Zbarsky
3d96b7b4a7
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
2009-08-24 16:02:07 -04:00
Boris Zbarsky
78d4fb34a4
Bug 465993. When opening a dependent window with an invisible non-chrome parent, throw. r=jst,ere, sr=jst
2009-01-13 14:32:30 -05:00
Dave Camp
a80443658d
Bug 458091: Don't store an mURI in nsDOMStorage. r=bz
2009-01-12 21:52:00 -08:00
Benjamin Smedberg
3498a5f86e
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
...
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted
Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.
r+sr=roc
nsITextControlFrame didn't have an IID the first time around, but this wasn't a compile error because nsITextControlFrame::kFrameIID inherited from nsIFormControlFrame::kFrameIID. I've added a static analysis pass to verify the correct behavior, since I can't figure out a way to make the compiler do it.
--HG--
extra : rebase_source : 4894a2ca0278e2ab92f27459db77165f8348cf41
2009-01-12 14:20:59 -05:00
Benjamin Smedberg
73a6fab34b
Backed out changeset 4c4df6ed1b41 - Bug 396185 - Make nsIFrame not inherit from nsISupports due to mochitest failures... these appear to be crashes in nsGenericHTMLElement::GetEditorInternal.
2009-01-09 11:35:24 -05:00
Benjamin Smedberg
802d1a10c7
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
...
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted
Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.
r+sr=roc
This patch locally causes two REFTEST-UNEXPECTED-PASS for Bidi stuff. It's possible that I accidentally fixed a bug, but I'm not sure, so I'm going to wait for the tinderboxes to confirm my local results.
2008-11-05 14:25:30 -05:00
Masayuki Nakano
f877c67331
Bug 463209 No sound when message box is opened (alert/confirm) r=roc+neil, sr=roc, ui=jboriss
2008-12-05 16:29:17 +09:00
Arpad Borsos
094bbdd8f8
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; build system cleanup + removes, v2; r+sr=benjamin
2008-12-04 15:37:37 +01:00
Arpad Borsos
c58eae9086
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; embedding cleanup, v2; r+sr=benjamin
2008-12-04 15:26:09 +01:00
Masayuki Nakano
689eecd385
backout the latest landing b=463209
2008-11-27 12:29:44 +09:00
Masayuki Nakano
e0b35ba86e
Bug 463209 No sound when message box is opened (alert/confirm/prompt/etc...) r+sr=roc, ui-jboriss, a=beltzner
2008-11-27 11:50:35 +09:00
Phil Ringnalda
538c9fb42a
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
2008-11-03 19:46:28 -08:00
Brad Lassey
ba58fd695a
Bug 461283 - Crash [@ fastcopy_I ] - printing broken r=vlad
2008-10-24 01:21:15 -04:00
Brad Lassey
f320a4dafd
Bug 459674: widget printing wide char fixes r=stuart sr=roc
2008-10-21 20:54:26 -04:00
Olli Pettay
3cba110fca
bug 302775 - extractContents doesn't work if start and end node of a Range object is an attribute node, r=peterv, sr=sicking
2008-10-15 12:40:28 +03:00
Arpad Borsos
c72ef7d248
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Serge Gautherie
768535f4f7
Bug 450048 - "nsFind.cpp(961) : warning C4309: 'initializing' : truncation of constant value"; class/interface test; r+sr=jst
2008-09-23 03:32:13 +02:00
Arpad Borsos
1e410ca73d
Bug 451909 - kill MOZ_XUL_APP now that all apps set it; 'jar.mn' part; r=ted.mielczarek
2008-09-15 15:19:32 +02:00
Boris Zbarsky
712fbe6e3a
Back out bug 333177 "fix", since it would break searching across ­
2008-08-25 13:21:29 -04:00
Oleg Romashin
4490c66152
merge with mozilla-central
2008-08-16 03:39:26 -04:00
Ginn Chen
ac68a446f8
Bug 449749 nsWindowWatcher.cpp failed to compile with Sun Studio 12 r+sr=roc
2008-08-14 15:18:36 +08:00
Serge Gautherie
d207aa32c6
Bug 450048 - nsFind.cpp(961) : warning C4309: 'initializing' : truncation of constant value, r+sr=jst
2008-08-14 08:24:12 +02:00
Oleg Romashin
1ae93ca4ab
Fixed building printing gui for qt unix port
2008-08-04 00:08:45 +03:00
Ere Maijala
a9906d2600
Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
...
r=smaug
sr=roc
2008-08-01 10:32:32 -07:00
Ben Karel [eschew]
81953ae791
Bug 293834. Save As, Complete should save form input state. r=bzbarsky, sr=sicking
2008-07-28 22:59:25 -07:00
Ted Mielczarek
a4a899e2a2
Backed out changeset ed4c2de9fa70 from bug 112294 - failing unit tests
2008-07-23 08:50:22 -04:00
Ere Maijala
88c1909593
Merge commit for bug 112294
2008-07-23 10:32:44 +03:00
Ere Maijala
2372bd5fea
Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
...
r=neil/smaug
sr=roc
2008-07-23 10:26:24 +03:00
L. David Baron
1347910ac9
Change the binding parent for native anonymous content to work like the binding parent for XBL anonymous content, and be the parent of the anonymous content subtree rather than the root of the anonymous content subtree. (Bug 436453) r=bzbarsky,smaug,surkov sr=bzbarsky
2008-07-22 21:50:20 -07:00
Mats Palmgren
dc6c9b992a
Don't save applet "code" locally if there is an "archive". b=430283 r+sr=jst
2008-07-09 17:52:23 +02:00
Benjamin Smedberg
884ca0dcae
Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst
2008-06-30 21:03:50 -04:00
dholbert@cs.stanford.edu
f00d46c83e
Bug 431190: Make Linux print dialog & page setup dialog modal. r+sr=vlad a=damons
2008-04-30 23:43:04 -07:00
gavin@gavinsharp.com
1994fa78a4
Bug 393707: Landing 389634 broke building without XUL, patch by romaxa <romaxa@gmail.com>, r=smaug, a=beltzner
2008-04-13 17:53:21 -07:00
dolske@mozilla.com
59fafa0671
Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+
2008-04-02 20:02:08 -07:00
Olli.Pettay@helsinki.fi
6880db45dc
Bug 423965, [@ nsFind::Find], r+sr=jst, a=beltzner
2008-03-31 04:58:00 -07:00
Olli.Pettay@helsinki.fi
b46aebb468
Bug 414338, nsFind crashes if passed a range rooted at a document, r+sr=jst
2008-03-18 03:10:21 -07:00
timeless@mozdev.org
a1b20d7090
Bug 422445 WebBrowserPersist treats StartUpload failure as a readError r=biesi a=dsicore
2008-03-16 15:06:02 -07:00
jst@mozilla.org
9585671944
Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc
2008-03-14 14:31:24 -07:00
edward.lee@engineering.uiuc.edu
9296408872
Bug 418961 - "Save Page As" "Text Files" saves file but Downloads window doesn't show completion. r=biesi, sr=biesi, b-ff3=beltzner
2008-03-08 17:04:28 -08:00
edward.lee@engineering.uiuc.edu
52662b1412
Bug 412360 - Download Manager remains empty, downloads don't start, with this 3.0b2 downloads.sqlite. r=sdwilsh, r=biesi, sr=biesi, b-ff3=beltzner
2008-03-08 17:02:06 -08:00
joshmoz@gmail.com
5dea3ecb1e
protect against obj-c exceptions in printing ui. b=419389 r/sr=roc
2008-03-04 09:56:32 -08:00
masayuki@d-toybox.com
1c98c2e245
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
2008-02-28 07:28:37 -08:00
masayuki@d-toybox.com
076b8bba8e
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
2008-02-28 05:59:25 -08:00
masayuki@d-toybox.com
600836e7ed
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
2008-02-28 03:01:56 -08:00
joshmoz@gmail.com
0fa9ad616c
remove unused files, rename mac prompt service file to .mm. prep for exceptions handling. b=419389 r/sr=roc
2008-02-26 11:37:44 -08:00
Olli.Pettay@helsinki.fi
652c1e007c
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
2008-02-26 04:40:18 -08:00
reed@reedloden.com
5d4ef49dd4
Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan]
2008-02-25 00:59:20 -08:00
reed@reedloden.com
2806032534
Bug 409796 - "No pictures shown in saved file (file name and folder name, containing that file, is in cyrillic)" [p=lolkaantimat@gmail.com (Evgeniy Ivanov [powerfox]) r+sr=biesi a1.9=beltzner]
2008-02-23 23:44:07 -08:00
jag@tty.nl
05cdb6aefe
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 00:50:04 -08:00
masayuki@d-toybox.com
6e2677d193
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
2008-02-16 07:31:27 -08:00
bzbarsky@mit.edu
41f1d79e6e
Stop treating _new as a special window target. No other browser does. Bug 417067, r+sr=jst, a=beltzner
2008-02-13 21:05:25 -08:00
jag@tty.nl
6b4aa39072
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
2008-02-09 02:37:42 -08:00
dolske@mozilla.com
a714da4a56
Bug 244273 - improve current HTTP authentication prompt. r=neil,bsmedberg ui-r=johnath, a=blocking-1.9+, a-latel10n=damons
2008-01-29 11:33:26 -08:00
reed@reedloden.com
23bbd145b3
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc]
2008-01-20 19:47:25 -08:00
reed@reedloden.com
ac15e5aa0a
Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest.
2008-01-17 02:11:00 -08:00
reed@reedloden.com
9e6a8820f7
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
2008-01-16 22:27:50 -08:00
stuart.morgan@alumni.case.edu
f8fdb83edf
Bug 312018: Set the print job name before showing the print dialog. r=josh sr=bsmedberg a1.9=schrep
2008-01-10 15:44:06 -08:00
sdwilsh@shawnwilsher.com
8e7fe59222
Bug 410804 - nsWebBrowserPersist::MakeOutputStreamFromFile doesn't follow XPCOM rules. r=biesi, sr=biesi, a=schrep
2008-01-06 16:23:54 -08:00
sdwilsh@shawnwilsher.com
1f1340510a
Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz
2008-01-04 09:55:02 -08:00
reed@reedloden.com
f9ee4eb39f
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
2008-01-01 02:11:02 -08:00
dtownsend@oxymoronical.com
9b0e4bcdd7
Bug 404773: Find bar doesn't like the letters 'b', 'o', 'd', 'y', and 'random'. s+sr=jst, a=P1 blocking
2007-12-06 13:19:16 -08:00
stuart.morgan@alumni.case.edu
12e481ad5f
Follow up to bug 404290, make sure embedding clients don't crash (bug 406108). r+sr=bzbarsky a1.9=blocking1.9
2007-12-03 16:31:21 -08:00
dolske@mozilla.com
bacde85933
Bug 403115 - Option missing to save password for HTTP auth. r=benjamin, sr=cbiesinger, blocking1.9=mconnor
2007-12-03 13:47:45 -08:00
db48x@yahoo.com
97d02bfe9b
Bug 404290 ÃÂ the size of popup windows needs to be specified in css pixels, not device pixels. r=eli,roc sr=bsmedberg
2007-11-27 05:30:09 -08:00
bzbarsky@mit.edu
8f63f75429
Make find code less sensitive to exactly which nodes return true for IsNativeAnonymous(). Bug 403090, r+sr=mats, a=schrep
2007-11-18 10:53:43 -08:00
jst@mozilla.org
756d0c4ef0
Fixing bug 402866. Don't make modal dialogs resizable just because pref dom.disable_window_open_feature.resizable is set to true. r+sr=bzbarsky@mit.edu
2007-11-15 15:07:13 -08:00
reed@reedloden.com
8a1c8ee709
Bug 402839 - "Modal dialogs should use Linux's native icons" (part A) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a1.9=schrep]
2007-11-14 22:50:40 -08:00
dolske@mozilla.com
52cba9f35f
Bug 382180: HTTP auth dialogs don't come up if login manager croaks. r=gavin, a=mconnor, aM9=mconnor
2007-10-24 14:23:50 -07:00
bugzilla@standard8.plus.com
b319282079
Bug 397403 NS_NewAuthPrompter needs to check if the password manager prompt factory can handle password prompts. r/sr=biesi,a=sayrer
2007-10-13 02:27:24 -07:00
tglek@mozilla.com
a0468b7b36
bug 398599. Fix prbool violations. r=bsmedberg a=sayrer
2007-10-12 16:47:11 -07:00
jst@mozilla.org
f9c2361632
Fixing bug 391777. Make window.close() work on a modal content dialogs. r+sr+a=jonas@sicking.cc
2007-09-27 14:53:25 -07:00
roc+@cs.cmu.edu
9972360428
Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky
2007-09-18 16:12:06 -07:00
jst@mozilla.org
a4b4665459
Fixing bug 393900. Make windows opened with showModalDialog() obey window feature prefs. r+sr=jonas@sicking.cc, a=dsicore@mozilla.com
2007-09-07 13:30:15 -07:00
mozilla@weilbacher.org
90741e52c0
Bug 321517: A text file in a frame is not properly saved (backend patch v3.3), p=sciguyryan, r/sr=cbiesinger, a=bzbarsky
2007-08-23 17:31:37 -07:00
cbiesinger@gmx.at
a23985c0a8
more bustage fix
2007-08-23 11:09:31 -07:00
bzbarsky@mit.edu
4274f9c4c4
Fix build bustage
2007-08-23 10:39:59 -07:00
cbiesinger@gmx.at
af6d8d5319
391100 move nsAutoWindowStateHelper from nsPrompt to nsPromptService r=bz sr=jst a=bz
2007-08-23 10:31:39 -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
4e7d7cfc20
Bug 391870 - Have the download manager store the referring uri when appropriate (and use it in the front end). r=mano, r=cbiesinger, sr=cbiesinger
2007-08-17 16:05:26 -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
325c15a53d
Fix bug 389334. r+sr=biesi
2007-07-26 18:24:34 -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
mozilla.mano@sent.com
645edc2eee
Bug 294615 - Search/find fails on words containing soft hyphen (­). r+sr=jst.
2007-07-24 13:47:42 -07:00
dmose@mozilla.org
570912b643
Fix SeaMonkey regression from bug 384374 landing (no bug); r+sr=bz
2007-07-23 17:00:22 -07:00
asqueella@gmail.com
2af06bedb1
Bug 383716 - nsWebBrowserPersist::OnStopRequest doesn't check |status| for failure
...
p=Edward Lee (Mardak) <edilee@mozilla.com>
r=biesi, sr=bz
2007-07-23 16:34:20 -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
flamingice@sourmilk.net
02f7e98d65
Bug 129921, nsIWebBrowserPersist should support resume, Patch by Tom Germeau, r=biesi, sr=jst
2007-07-13 10:31:10 -07:00
mats.palmgren@bredband.net
db9a36b35c
Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst
2007-07-10 06:53:01 -07:00
bzbarsky@mit.edu
ced8f1a4b0
Use a Subsumes() check, not a same-origin one. r+sr=jst
2007-07-09 21:14:00 -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
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
bzbarsky@mit.edu
11cd15d771
Make the ranges used by find code able to span anonymous content. Bug 384706,
...
r+sr=sicking
2007-06-18 20:01:03 -07:00
kherron@fmailbox.com
de40e9c8b1
Bug 325381 - nsWebBrowserPersist::OnWalkDOMNode missing early return. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger.
2007-06-16 13:57:44 -07:00
leon.sha@sun.com
ab581cee9c
Bug 253926 Print to file doesn't cancel properlyPatch by leon.sha@sun.comdarin.moz: review+benjamin: superreview+
2007-06-12 22:48:17 -07:00
mozilla@weilbacher.org
58a7060568
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
2007-06-10 15:13:08 -07:00
bent.mozilla@gmail.com
e3e1e8965c
Bug 380470 - "nsAppStartupNotifier shouldn't require components to implement nsIObserver". r=bsmedberg.
2007-05-16 13:06:01 -07:00
neil@parkwaycc.co.uk
00f6f7bfc3
Avoid calling formatStringByName with no formats b=379889 r=smontagu sr=biesi
2007-05-09 01:40:41 -07:00
bzbarsky@mit.edu
086c2eb0c0
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me
2007-05-01 15:24:20 -07:00
mats.palmgren@bredband.net
c712869d45
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
2007-04-30 16:52:44 -07:00
peterv@propagandism.org
f091506c2b
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
2007-04-25 09:35:27 -07:00
martijn.martijn@gmail.com
067d379a61
Bug 378178 - Some code that doesn't compile under DEBUG_FIND anymore, r+sr=bzbarsky
2007-04-21 04:00:01 -07:00
bzbarsky@mit.edu
f792615997
Don't try to use ranges to represent chunks of the flattened tree, becauseranges can't have endpoints that are anonymous wrt the other endpoint. Bug374873, r+sr=rbs
2007-04-18 13:05:42 -07:00
gijskruitbosch@gmail.com
3e830ee3c0
Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger)
2007-04-15 05:31:18 -07:00
dbaron@dbaron.org
d98d9fdec5
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
ginn.chen%sun.com
b9eb989a03
Fix bustage of 368773
2007-03-19 06:57:15 +00:00
peterv%propagandism.org
be653586e2
Fix leak regression from bug 368773 (Add a bunch of DOM objects to cycle collection). r/sr=bz.
2007-03-18 11:07:52 +00:00
peterv%propagandism.org
12f2917956
Fix for bug 368773 (Add a bunch of DOM objects to cycle collection). r=sicking, sr=jst.
2007-03-08 11:17:16 +00:00
asqueella%gmail.com
d7595e46f7
Bug 372170 - Followup to 371497: fix array usage (footprint improvements)
...
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r+sr=bzbarsky
2007-03-07 20:03:19 +00:00
mats.palmgren%bredband.net
c3220ba43f
Move ~800 bytes of const data to text segment and fix GCC compile warnings. b=371497 r=sciguyryan sr=bzbarsky
2007-02-27 22:36:04 +00:00
asqueella%gmail.com
986c85a51c
Bug 155109 - Save As Complete misplaces data: src
...
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=bzbarsky
2007-02-17 18:49:28 +00:00
Olli.Pettay%helsinki.fi
0dbd31470c
Trying to fix bustage, Bug 363067
2007-02-16 00:42:13 +00:00
Olli.Pettay%helsinki.fi
805e0ff0f8
Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking
2007-02-15 23:04:33 +00:00
dbaron%dbaron.org
afc56e1eb0
Make MOZ_GFX_TOOLKIT in Makefiles be the same thing that it is in configure. b=369409 r=vlad
2007-02-08 19:23:25 +00:00
mozilla.mano%sent.com
6040afd6ff
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
martijn.martijn%gmail.com
5fc4a6dc3f
Bug 336279 � Find misses text in this testcase, r=jst, sr=rbs
2007-01-29 13:58:24 +00:00
ajschult%verizon.net
4acedf7aa5
Bug 234710: Part II: build config change and remove embedding/components/jsconsole entirely. r=bsmedberg
2007-01-20 04:59:01 +00:00
ajschult%verizon.net
e8ede8fa09
Bug 234710: Part II: build config change and remove embedding/components/jsconsole entirely. r=bsmedberg
2007-01-20 04:52:14 +00:00
ajschult%verizon.net
cf0bd8c525
Bug 234710: Part II: build config change and remove embedding/components/jsconsole entirely. r=bsmedberg
2007-01-20 04:49:33 +00:00
philringnalda%gmail.com
95a616af6d
Bug 365569: remove workaround from bug 297227, r=mento
2007-01-03 06:02:39 +00:00
bzbarsky%mit.edu
38f1da6f92
Fix assertion to assert about the right thing. Bug 265780 comment 35 followup.
2006-12-01 04:35:18 +00:00
neil%parkwaycc.co.uk
6a6d38fbe5
Bug 326840 Make progress dialogs display download speed where available p=son.le0@gmail.com r=biesi sr=me
2006-11-10 10:29:54 +00:00
timeless%mozdev.org
46d2b15871
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
bzbarsky%mit.edu
df977f5e9a
Apply chrome flags to dialogs, even when opened by untrusted content (so alerts
...
are not resizable, for example). Bug 294440, r=bsmedberg, sr=jst
2006-10-24 21:42:18 +00:00
gavin%gavinsharp.com
309c7dbf84
Bug 356225: Duplicate null check in nsWebBrowserPersist.cpp, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=bzbarsky
2006-10-13 14:55:54 +00:00
cbiesinger%web.de
9a381e7875
bug 354410 move auth prompt strings out of necko. also, use the correct
...
strings for prompting without a realm and for prompting only for a password.
r=darin
2006-09-28 20:11:33 +00:00
mattwillis%gmail.com
c3fe8709a1
bug 354522 - Moves rv outside the if so nsIAuthPrompt2 works properly. r=biesi,sr=dmose
2006-09-27 19:41:01 +00:00
cbiesinger%web.de
79738ef491
Bug 265780 make FTP use nsIAuthPrompt2
...
r=darin
2006-09-22 21:06:57 +00:00