bzbarsky%mit.edu
|
08831d64cf
|
Fix comments to clearly distinguish services and components. Bug 285080,
r=biesi, sr=darin
|
2005-03-17 05:06:27 +00:00 |
dougt%meer.net
|
23e3ce3060
|
Fixing build bustage. XP_UNIX isn't defined for Makefile's, only source files. Using MOZ_WIDGET_TOOLKIT works in Makefiles.
|
2005-03-14 20:00:44 +00:00 |
cbiesinger%web.de
|
bf94a50628
|
Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin
|
2005-03-13 17:03:44 +00:00 |
dveditz%cruzio.com
|
40ba69c24c
|
bug 283103 disable accept button in security dialogs when not focused
(suite version of bug 260560) r=caillon, sr=neil.parkwaycc, a=caillon
|
2005-03-10 22:26:47 +00:00 |
bsmedberg%covad.net
|
eef6b7396f
|
From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
|
2005-03-10 18:44:11 +00:00 |
bryner%brianryner.com
|
a821ecc6cf
|
Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin.
|
2005-03-10 00:39:28 +00:00 |
neil%parkwaycc.co.uk
|
01f871df34
|
Bug 285163 Make the hostname visible on the download dialog r=caillon sr=dveditz
|
2005-03-09 23:45:03 +00:00 |
jst%mozilla.jstenback.com
|
eb65bc6267
|
Fixing bug 284993. Make sure the new content viewer is properly initialized before fireing location changed notifications. r=bzbarsky@mit.edu, sr=darin@meer.net
|
2005-03-09 14:31:02 +00:00 |
bzbarsky%mit.edu
|
1711505f5a
|
Fix modeline to match file type. Bug 251968, patch by Andreas Lange
<anlan@ida.liu.se>, r+sr=bzbarsky
|
2005-03-09 06:48:31 +00:00 |
bzbarsky%mit.edu
|
bd5524f803
|
Make oncontextmenu default-prevention work in embedding. Bug 230281, patch by
jst, r=adamlock, sr=bzbarsky
|
2005-03-08 21:55:10 +00:00 |
gandalf%firefox.pl
|
c2d3232365
|
bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move
|
2005-03-08 17:21:36 +00:00 |
bzbarsky%mit.edu
|
c12db33b40
|
Fix ActiveX impl of innerText to not just be the same as innerHTML. Bug
282317, r=adamlock
|
2005-03-07 22:36:54 +00:00 |
dougt%meer.net
|
fb96e2e9ed
|
Enter into WinCE directory if XP_UNIX isn't defined
|
2005-03-07 21:01:05 +00:00 |
dougt%meer.net
|
b896c42adb
|
Fixing close box. cleanup code a bit. NOT PART OF BUILD
|
2005-03-07 20:47:24 +00:00 |
bzbarsky%mit.edu
|
d624665bc9
|
Add the prompt-service contract to nsEmbedCID.h
|
2005-03-07 16:07:11 +00:00 |
bzbarsky%mit.edu
|
cb3e3ab8a5
|
Add nsEmbedCID and move the webbrowser contractid to it. Bug 258039, r=darin
|
2005-03-06 20:53:33 +00:00 |
jst%mozilla.jstenback.com
|
cef561a155
|
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
|
2005-03-04 02:01:54 +00:00 |
bzbarsky%mit.edu
|
eeb71482bd
|
Fix nsWindowWatcher::FindItemWithName to pass in the right requestor; expose it
on nsPIWindowWatcher and use it from nsDocShellTreeOwner. Bug 282296, r=danm,
sr=jst
|
2005-03-03 17:26:34 +00:00 |
cbiesinger%web.de
|
1769fbf5e5
|
281343 show an error message when filenames are too long; and convert that error
to an nsresult
patch by Son Le <son.le0@gmail.com> r=biesi sr=darin
|
2005-03-02 18:16:37 +00:00 |
dougt%meer.net
|
ec6948d408
|
More UI updates. r=dougt.
|
2005-03-01 21:35:20 +00:00 |
smfr%smfr.org
|
911aca795e
|
Fix bug 283046 (missing file input labels in embedders) -- add some new dirs to the emebdding jar file. r=gandalf, sr=bz.
|
2005-03-01 16:29:37 +00:00 |
bzbarsky%mit.edu
|
cc3c78f387
|
Fixing build bustage. Bug 283125
|
2005-02-27 19:04:26 +00:00 |
bzbarsky%mit.edu
|
f411c17a49
|
Create a service that can be asked whether a given webnavigation (or a
"typical" webnavigation) supports loading of a certain MIME type. Bug 283125,
r=biesi, sr=darin
|
2005-02-27 18:33:27 +00:00 |
timeless%mozdev.org
|
55fef21ff9
|
Bug 205140 Prefs: remove "network.http.*.timeout"
r=darin sr=darin
|
2005-02-27 16:18:51 +00:00 |
bsmedberg%covad.net
|
4b68fa447a
|
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
|
2005-02-25 20:46:35 +00:00 |
bzbarsky%mit.edu
|
fb6f18399c
|
Persist the "code" and "archive" attributes of applets. Bug 276453, r=biesi, sr=jst
|
2005-02-24 04:16:06 +00:00 |
jst%mozilla.jstenback.com
|
5e17dc1a02
|
Fixing bug 277574. Make sure all modal dialogs, not just the ones that come from DOM calls, bring the requesting tab to focus. r=dveditz@cruzio.com, sr=darin@meer.net
|
2005-02-23 23:31:37 +00:00 |
bzbarsky%mit.edu
|
ae7da9ac49
|
Make documentation a little more explicit about the ownership model. Bug
283108, r=biesi, sr=darin
|
2005-02-23 06:14:44 +00:00 |
dougt%meer.net
|
46809fd404
|
Removing Canonify based on bsmedberg%covad.net changes to nsIChromeRegistry. Fixing build bustage.
|
2005-02-22 22:43:53 +00:00 |
bsmedberg%covad.net
|
aab6284169
|
Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben
|
2005-02-22 21:49:45 +00:00 |
gandalf%firefox.pl
|
55f47589b7
|
Bug 279768: Move locales from ./embedding and ./xpfe to ./dom/locales and ./toolkit/locales (global, part 2); r=bsmedberg
|
2005-02-20 21:15:00 +00:00 |
bsmedberg%covad.net
|
6308fe5e8d
|
Backout bug 278534 due to tinderbox orange.
|
2005-02-20 01:47:13 +00:00 |
bsmedberg%covad.net
|
500173e4bd
|
Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben
|
2005-02-19 15:35:36 +00:00 |
dougt%meer.net
|
3010ea82ec
|
branching from embedding/tests/winembed. Minor changes to make it more WinCE-ish. Needs lots of love to make it lovable. NOT PART OF BUILD
|
2005-02-17 06:59:10 +00:00 |
dougt%meer.net
|
dc2d7cf63f
|
Minimo specific changes -- adding full screen, font zooming. fixing toolbar icons. NOT PART OF NORMAL BUILD.
|
2005-02-17 00:21:56 +00:00 |
dougt%meer.net
|
f091bcce8d
|
Removing plugin support from the ARM version of MINIMO. I haven't been able to find a single ARM plugin. Removing plugin support does save us a bit of RSS. This isn't part of the mozilla.org build
|
2005-02-16 17:50:51 +00:00 |
darin%meer.net
|
472b64e4ab
|
fixes bug 241864 "M18a2 Crash after trying to save page and visiting other url or reload current url - [@ ntdll.dll - ???] [@nsCOMPtr<nsIURI>::assign_assuming_AddRef]" patch by son.le0@gmail.com, r=bzbarsky, sr=darin, a=asa
|
2005-02-16 08:02:08 +00:00 |
cbiesinger%web.de
|
ce1e5bcb15
|
Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin
|
2005-02-07 14:35:46 +00:00 |
marco%gnome.org
|
3b75a60f66
|
Bug 224454 Add the prompt to the windo group if there is one.
r=marco sr=blizzard
|
2005-02-07 12:40:57 +00:00 |
cbiesinger%web.de
|
448d97e5eb
|
Bug 277599 gtk's embedprompter should wrap text in the check box
patch by Christian Persch <chpe@gnome.org> r=marco sr=blizzard
|
2005-02-06 18:04:38 +00:00 |
cbiesinger%web.de
|
9c3a8be3c7
|
Bug 280222 Incorrect GTK_SIGNAL_OFFSET for dom_focus_{in,out}
patch by Crispin Flowerday <crispin@flowerday.cx> r=marco sr=blizzard
|
2005-02-06 17:57:49 +00:00 |
dwitte%stanford.edu
|
c59255018d
|
tidy up popup blocker code. b=279710, r+sr=dveditz.
|
2005-02-06 08:29:38 +00:00 |
pedemont%us.ibm.com
|
dfe140175e
|
Bug 256911 - Implement weakref support for SetWebBrowserChrome. r=darin, sr=shaver
|
2005-02-04 23:32:32 +00:00 |
timeless%mozdev.org
|
0f5d164759
|
Bug 133277 give NS_PARSERSERVICE_CID {a6cf9112-15b3-11d2-932e-00805f8add32} a ContractID
r=mrbkap sr=bz
|
2005-02-04 05:05:10 +00:00 |
bzbarsky%mit.edu
|
9b1e4081f8
|
Fix up FindItemWithName so it does the walk across windows (more) correctly.
Bug 278916, r=danm, sr=jst
|
2005-02-04 04:28:07 +00:00 |
bryner%brianryner.com
|
f5257db823
|
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
|
2005-02-03 23:01:54 +00:00 |
gerv%gerv.net
|
f5cf6f08bf
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2005-02-01 15:28:15 +00:00 |
dougt%meer.net
|
e5dae86af3
|
Fixes 280231. WinCE build changes; r=benjamin
|
2005-01-30 04:03:53 +00:00 |
cst%andrew.cmu.edu
|
cd2b6f3cbf
|
Bug 278051 remove quotes from embedding modules macros
r=zack sr=alecf
|
2005-01-29 00:44:55 +00:00 |
roc+%cs.cmu.edu
|
2a34aa6a5d
|
Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc
|
2005-01-23 23:58:32 +00:00 |