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

819 Коммитов

Автор SHA1 Сообщение Дата
jst%mozilla.org f49b8c98c1 Fixing bug 391777. Make window.close() work on a modal content dialogs. r+sr+a=jonas@sicking.cc 2007-09-27 21:53:26 +00:00
roc+%cs.cmu.edu df1d8efba7 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 23:12:10 +00:00
jst%mozilla.org 1551664e2c Fixing bug 393900. Make windows opened with showModalDialog() obey window feature prefs. r+sr=jonas@sicking.cc, a=dsicore@mozilla.com 2007-09-07 20:30:16 +00:00
mozilla%weilbacher.org 9517026fc4 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-24 00:31:37 +00:00
cbiesinger%gmx.at d8bdbc5eb1 more bustage fix 2007-08-23 18:09:31 +00:00
bzbarsky%mit.edu 2c3e198c9a Fix build bustage 2007-08-23 17:39:59 +00:00
cbiesinger%gmx.at 7475447791 391100 move nsAutoWindowStateHelper from nsPrompt to nsPromptService
r=bz sr=jst a=bz
2007-08-23 17:31:39 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
sdwilsh%shawnwilsher.com 05a0bc48cb 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 23:05:28 +00:00
jst%mozilla.org 0c37acd02f 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 22:03:02 +00:00
bzbarsky%mit.edu a4da64803d Fix bug 389334. r+sr=biesi 2007-07-27 01:24:34 +00:00
jst%mozilla.org 19eb87acec Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc 2007-07-26 17:52:53 +00:00
mozilla.mano%sent.com 967742a562 Bug 294615 - Search/find fails on words containing soft hyphen (­). r+sr=jst. 2007-07-24 20:47:42 +00:00
dmose%mozilla.org 1ed0ec5adf Fix SeaMonkey regression from bug 384374 landing (no bug); r+sr=bz 2007-07-24 00:00:22 +00:00
asqueella%gmail.com a8cd848c90 Bug 383716 - nsWebBrowserPersist::OnStopRequest doesn't check |status| for failure
p=Edward Lee (Mardak) <edilee@mozilla.com>
r=biesi, sr=bz
2007-07-23 23:34:20 +00:00
bzbarsky%mit.edu bdae7839e5 More consistent handling of principals for loads across docshell type
boundaries.  Bug 388121, r+sr=jst
2007-07-18 01:47:07 +00:00
flamingice%sourmilk.net 08395202ff Bug 129921, nsIWebBrowserPersist should support resume, Patch by Tom Germeau, r=biesi, sr=jst 2007-07-13 17:31:11 +00:00
mats.palmgren%bredband.net 0efb62aad7 Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst 2007-07-10 13:53:01 +00:00
bzbarsky%mit.edu b9e252223f Use a Subsumes() check, not a same-origin one. r+sr=jst 2007-07-10 04:14:00 +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
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
bzbarsky%mit.edu c50a10a865 Make the ranges used by find code able to span anonymous content. Bug 384706,
r+sr=sicking
2007-06-19 03:01:04 +00:00
kherron%fmailbox.com f41bc0a695 Bug 325381 - nsWebBrowserPersist::OnWalkDOMNode missing early return. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger. 2007-06-16 20:57:44 +00:00
leon.sha%sun.com 9f8307ac59 Bug 253926 Print to file doesn't cancel properly
Patch by leon.sha@sun.com
darin.moz: review+
benjamin: superreview+
2007-06-13 05:48:17 +00:00
mozilla%weilbacher.org ed37c961ed Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 22:13:12 +00:00
bent.mozilla%gmail.com 5fc3496bff Bug 380470 - "nsAppStartupNotifier shouldn't require components to implement nsIObserver". r=bsmedberg. 2007-05-16 20:06:01 +00:00
neil%parkwaycc.co.uk 19ccc03ce3 Avoid calling formatStringByName with no formats b=379889 r=smontagu sr=biesi 2007-05-09 08:40:41 +00:00
bzbarsky%mit.edu b1e55b927c Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(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 22:24:25 +00:00
mats.palmgren%bredband.net 24e870cb3d Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 23:52:44 +00:00
peterv%propagandism.org d0d256596c Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 16:35:31 +00:00
martijn.martijn%gmail.com 403bf9bbfd Bug 378178 � Some code that doesn't compile under DEBUG_FIND anymore, r+sr=bzbarsky 2007-04-21 11:00:01 +00:00
bzbarsky%mit.edu 44bb612278 Don't try to use ranges to represent chunks of the flattened tree, because
ranges can't have endpoints that are anonymous wrt the other endpoint.  Bug
374873, r+sr=rbs
2007-04-18 20:05:42 +00:00
gijskruitbosch%gmail.com 2d835d35e0 Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Player
p=sciguyryan@gmail.com (Ryan Jones)
r=silver@warwickcompsoc.co.uk (James Ross)
r+sr=cbiesinger@gmx.at (Christian Biesinger)
2007-04-15 12:31:18 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
ginn.chen%sun.com 553730227c Fix bustage of 368773 2007-03-19 06:57:15 +00:00
peterv%propagandism.org 8763e8133a 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 b0d71960ba 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 7cd30903d2 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 23f0463cc0 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 448ce7cc20 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 1806e99e27 Trying to fix bustage, Bug 363067 2007-02-16 00:42:13 +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
dbaron%dbaron.org 1c867cd473 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 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
martijn.martijn%gmail.com 6696642347 Bug 336279 � Find misses text in this testcase, r=jst, sr=rbs 2007-01-29 13:58:24 +00:00
ajschult%verizon.net f6703ef2f3 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 3ee4298277 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 e08c84ca67 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 005f293b22 Bug 365569: remove workaround from bug 297227, r=mento 2007-01-03 06:02:39 +00:00
bzbarsky%mit.edu f5d3e4befa Fix assertion to assert about the right thing. Bug 265780 comment 35 followup. 2006-12-01 04:35:18 +00:00