bryner%brianryner.com
981b646cf8
Bug 346851 (LOAD_FLAGS_NEW_WINDOW naming doesn't make much sense) Changed variable name and updated comment. Patch by marria@gmail.com, r=cbiesinger, sr=bzbarsky, a=dbaron.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206839 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-08 16:51:55 +00:00
gavin%gavinsharp.com
aae5d17b77
Bug 340902: Split ui.key.generalAccessKey into prefs for content and chrome, patch by Simon Bünzli <zeniko@gmail.com>, r=mats.palmgren, sr=roc, a=mconnor
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203357 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-21 12:44:39 +00:00
bzbarsky%mit.edu
4993a3c757
Don't set the dependent bit on windows not being opened at chrome, even if it's
...
in the features. Bug 344257, r=bsmedberg, sr=jst, a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203312 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 23:50:32 +00:00
jst%mozilla.jstenback.com
de57879100
Fixing bug 334891. Ignore close calls on windows that have a modal dialog parented at them. r=dveditz@cruzio.com, sr=bzbarsky@mit.edu, a=dbaron@mozilla.com
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202108 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-14 01:19:33 +00:00
marria%gmail.com
6da521e535
Bug 241972 (new window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins). Fix stores state on the channel indicating whether a window was opened specifically for the download. The external helper app service then closes the window if there is no refresh header and if the window was opened specifically for the download. r=cbiesinger, sr=darin, branch approval=mtschrep
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201704 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-06 20:30:09 +00:00
timeless%mozdev.org
2e3498bd71
Bug 332132 OOM crash in nsBaseCommandController methods
...
r=smfr sr=neil a=neil
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200576 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-22 11:17:28 +00:00
darin%meer.net
3e5fed6645
fixes bug 313101 "HTTP auth dialog is titled 'Prompt'" patch by gavin sharp and darin, r+a=mconnor
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200547 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-22 00:21:16 +00:00
pedemont%us.ibm.com
6de9436ba5
Bug 338871 - nsIWindowCreator2 is scriptable but inherits from the non-scriptable interface nsIWindowCreator. r=bsmedberg, sr/a=darin.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199595 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-09 13:20:06 +00:00
hwaara%gmail.com
0dfa33166b
Remove forked (and obsolete) files same as in bug 339498. NPODB
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198831 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-01 22:03:28 +00:00
jst%mozilla.jstenback.com
c21a4893e7
Re-landing whatwg storage support. Patch by neil@mozilla.com and jst@mozilla.com, r/sr=neil/jst/vlad, a=mconnor
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198017 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 18:23:11 +00:00
ajschult%verizon.net
224cd8e756
Bug 320370: Search Engines not added - window.sidebar.addSearchEngine is not a function. Landing sidebar part that didn't land on the branch before because bug 315346 landed on the branch. r=biesi, branch181=Niel over IRC
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196645 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-16 05:02:11 +00:00
bzbarsky%mit.edu
456c8f2cd6
Keep track of the original window opener (or rather whether one was present)
...
even if window.open calls target the window. Bug 266371 and bug 212298,
r=bsmedberg, sr=jst, branch181=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196544 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-15 17:35:11 +00:00
jst%mozilla.jstenback.com
15c2e34497
Backint out the dom storage changes until we can figure out regressions and bustage etc. Bug 335540.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196236 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-09 22:54:26 +00:00
mozilla.mano%sent.com
9e8798a75d
Adding dom_storage.xpt to fix Camino build bustage. thanks hwaara
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196225 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-09 08:31:30 +00:00
myk%mozilla.org
95a370ca92
Bug 315346: unforks nsISidebar interface by moving it from browser/ and xpfe/ to dom/. The fix for this was checked into the trunk months ago. This checkin syncs the change to the branch, since it involves a change to browser/, and browser/ is supposed to be synced between trunk and branch.
...
r=roc
sr=jst
a=jst for 1.8 branch
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195792 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-02 05:59:53 +00:00
cvshook%sicking.cc
f1f0f88418
Bug 334515: Work with objects that don't support weak references. r/sr/a=dbaron
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195480 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-27 00:01:50 +00:00
cvshook%sicking.cc
809d14214b
Bug 334515. Use nsWeakPtr rather than raw pointers to avoid crashes. r/sr/a=dbaron
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195315 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 00:48:45 +00:00
gerv%gerv.net
f08fd5a3dd
Bug 236613: change to MPL/LGPL/GPL tri-license.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193307 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-31 08:15:13 +00:00
gerv%gerv.net
9fe1c690f7
Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193255 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-30 08:01:19 +00:00
gerv%gerv.net
55745e1c5c
Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193254 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-30 08:01:14 +00:00
dougt%meer.net
76466608f8
Fixing build bustage on non-static builds caused by 331129. patch by Oliver.Braun@sun.com. r/a=me
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192917 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-24 16:10:37 +00:00
dougt%meer.net
57686d1932
Making minimo on linux build. b=331129, r=bsmedberg.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192793 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-22 18:22:42 +00:00
dbaron%dbaron.org
1b28df7e26
Fix leaks caused by cyclical ownership and XPCOM timers. b=315951 r=mconnor a=mconnor
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191386 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 14:13:43 +00:00
mrbkap%gmail.com
0c45264173
Hold a strong reference to our context if we're using a script context from a window, since the window could navigate away before we're done with the context. bug 310508, r=jst sr=bzbarsky a=dveditz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191336 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-27 20:55:34 +00:00
mark%moxienet.com
cbc62d91b7
190307 nsINonBlockingAlertService.idl is not frozen, moving out of SDK_XPIDLSRCS
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190985 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-23 04:04:44 +00:00
mark%moxienet.com
69c3535f9a
190307 Add MathML support to Camino, adding a non-blocking alert service to handle MathML's missing-font dialog. Patch by Makoto Yamashita <makotoy@ms.u-tokyo.ac.jp>, fixed up for CaminoStatic by me. r=smfr sr=pink a/1.8=rbs a/1.8.0=dveditz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190923 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-22 23:31:52 +00:00
mark%moxienet.com
b079e2ec39
190307 Add MathML support to Camino, adding a non-blocking alert service to handle MathML's missing-font dialog. Patch by Makoto Yamashita <makotoy@ms.u-tokyo.ac.jp>, fixed up for CaminoStatic by me. r=smfr sr=pink a/1.8=rbs a/1.8.0=dveditz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190922 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-22 23:15:26 +00:00
cbiesinger%web.de
db6d1c3ce9
bug 249508 disable loads when persisting the src of an <input type="image">
...
r+sr+a=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190710 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 18:15:10 +00:00
timeless%mozdev.org
db4dc8a2a5
Bug 320498 Fix NewChannel impls to handle null in argument
...
r=darin sr=darin a=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190095 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-15 09:18:01 +00:00
bryner%brianryner.com
bceab5b400
Dispatch a notification that a newly-opened window has been initialized (bug 326784). r+sr=bzbarsky.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189997 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 21:25:24 +00:00
bzbarsky%mit.edu
56cd4b5122
Make nsIWindowProvider report whether it created a new window. Bug 326006,
...
r=bsmedberg, sr=jst, branch181=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189932 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 05:35:41 +00:00
bzbarsky%mit.edu
685f9740d8
Move the "force into tab" code out of Gecko and allow embeddors to do the same
...
sort of thing. Bug 323810, r=bsmedberg, sr=jst, branch181=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189931 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 05:28:33 +00:00
mark%moxienet.com
5019374bdf
325851 svgBindings.xml missing from embed.jar. r=bsmedbarg a/1.8.1=bsmedberg
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189028 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-06 19:21:22 +00:00
wtchang%redhat.com
724baf7b52
Bugzilla Bug 317620: landed NSS 3.11 on the MOZILLA_1_8_BRANCH. The
...
checkin to mozilla/security/manager/Makefile.in also contains the fix
for bug 288647 to allow building NSS with system nspr. a=kengert for
branch-1.8.1.
Tag: MOZILLA_1_8_BRANCH
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188902 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 22:41:27 +00:00
gerv%gerv.net
384705a619
Bug 236613: change to MPL/LGPL/GPL tri-license. r=caillon.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188847 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 14:44:54 +00:00
bzbarsky%mit.edu
364cac6ce5
Flush frames before trying to find and select stuff. Bug 307783, r+sr=jst, branch181=jst
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188545 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-31 03:54:30 +00:00
bzbarsky%mit.edu
301bd991ca
Don't throw NS_ERROR_INVALID_ARG if listeners are added before window creation
...
-- it's a perfectly valid thing to do. Bug 309232, r+sr=darin, branch181=bsmedberg
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188499 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 21:34:15 +00:00
dougt%meer.net
560070f089
Bug 324971. Moving Minimo + WinCE changes from the trunk to the branch so that Minimo can build.
...
Changes include:
1. allows for building without MOZ_PSM defined
2. allows for building using vs2005beta2 compiler
3. updates minimo configure.in application settings
4. flips disable-xpcom-obsolete flags around
5. adds a way to build js statically
6. move the build/config logic to build minimo statically
7. change to content/xbl/builtin/Makefile.in so that we export the right
binding file
8. Spatial Navigation improvements
9. widget and gfx WindowsCE-only improvement
10. WinCE UConv simplification
11. Disabling the jpeg encoder on WinCE. On the trunk there is a configure
option that allow you to do this.
12. xptcall change which is also on the trunk.
a=benjamin@smedbergs.us
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188432 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 16:51:02 +00:00
ajschult%verizon.net
0065b6e659
package missing svg, canvas, loadsave xpt files in Windows installer. bug 320370, r=biesi, a=CTho
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@186234 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-18 22:00:40 +00:00
mark%moxienet.com
5ec1cb89f5
Bug 317232, enable SVG in Camino. Camino-only, npotdb. r=pink
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@185546 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-01 22:25:09 +00:00
mark%moxienet.com
c6d9180cbe
Bug 317077, Enable HTML <canvas> support in Camino. Camino-only, npotdb. r=smfr
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@185015 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-20 19:51:13 +00:00
roc+%cs.cmu.edu
a395481fd3
Bug 314138. Don't use obsolete InitXPCOM, allow InitXPCOM to find the static modules. r+sr=bsmedberg,a=mtschrep
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@183365 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-01 22:58:16 +00:00
roc+%cs.cmu.edu
d1648cec2e
Backing out fix for bug 303484 since it exposed some other issues and doesn't fix any known crashers.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182433 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-18 01:47:31 +00:00
cbiesinger%web.de
c2a440d7de
bug 312370 forward nsIProgressEventListener calls to the webbrowserpersist
...
consumer
patch by Christian Persch <chpe@gnome.org > r=biesi sr=darin a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182339 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-16 18:03:30 +00:00
bzbarsky%mit.edu
79f44af421
Don't try to duplicate the jsval typedef. Bug 312003, r+sr=brendan, a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182121 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-12 20:19:49 +00:00
mrbkap%gmail.com
108d77ceaa
Attempt to fix splitwindow focus stuff -- bug 305032. Issue found by mrbkap, patch by bzbarsky, r=mrbkap, sr=jst a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181184 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-28 23:03:08 +00:00
cbiesinger%web.de
aac528da70
bug 306839 properly consume events
...
patch by Christian Persch <chpe@gnome.org > r=marco sr=roc a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180873 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 17:58:30 +00:00
bzbarsky%mit.edu
b4cd81cfc6
Correct tooltip coords in nsWebBrowser when frames are involved. Bug 171229,
...
r+sr=roc, a=brendan
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180570 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-19 16:58:48 +00:00
cbiesinger%web.de
c192110705
Bug 306550 gtkmozembed progress flags lack STATE_RESTORING value
...
patch by Christian Persch <chpe@gnome.org > r=marco sr=roc a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180497 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-18 14:06:46 +00:00
cbiesinger%web.de
3608185d71
bug 305520 correctly handle 0 as flags value
...
patch by Christian Persch <chpe@gnome.org > r=marco sr=roc a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180496 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-18 14:03:45 +00:00