Commit Graph

993 Commits

Author SHA1 Message Date
Makoto Kato
926042177e Bug 481112 - Remove nsIPref from system-pref. r=roc 2009-03-08 12:17:41 +09:00
Chris Double
7a0ea88deb Backed out changeset 98381f8c8e08 due to test failure 2009-03-05 23:19:14 +13:00
Dan Witte
1fa46a3004 change cookie eviction so that purges only take place when the limit on max cookies is reached, and the oldest cookie is greater than a set age. b=444600, r=sdwilsh,
sr=mconnor.
2009-03-04 22:11:24 -08:00
Michal Novotny
0269e20c16 Bug 248611 - SFTP protocol displays symlink to dir as file; r=cbiesinger 2009-02-24 17:53:34 +01:00
L. David Baron
5fe09edd17 Remove nsStyleContext::DumpRegressionData, code that uses it, and code that exists only for it. (Bug 477522) r+sr=bzbarsky 2009-02-09 20:36:54 -08:00
Ben Newman
389ba41804 Fixing bug 470356. Make the cookie dialogs open up modal to their origin tabs chrome window so that the dialog is centered on the window, and no centered on the screen. r=dwitte@stanford.edu, sr+a=jst@mozilla.org 2009-01-22 21:33:10 -08:00
Ehsan Akhgari
ef65000d8e Bug 468700 - Having "Ask me Everytime" enabled for Cookies during Private Browsing is unusable (test fix); r,sr=bzbarsky 2009-01-22 11:35:30 +03:30
Daniel Holbert
2a7d88e05a 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
8759b06c00 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
Ehsan Akhgari
425e7654c9 Bug 468700 - Having "Ask me Everytime" enabled for Cookies during Private Browsing is unusable; r=dwitte sr=bzbarsky 2009-01-21 11:16:28 +03:30
Fred Jendrzejewski
7d5761cdfa Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc 2009-01-18 21:14:14 +01:00
Robert O'Callahan
1a9b00de4e Backed out changeset 8019a959aade 2009-01-16 22:20:33 +13:00
Fred Jendrzejewski
b79ad6fa55 Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
2009-01-16 20:51:04 +13:00
Benjamin Smedberg
f4c4f8fdf9 Bug 396185 followup - Fix layout-debugger 2009-01-12 19:30:33 -05:00
Benjamin Smedberg
54de57c5d0 Bug 463642 - Safe mode should disable JIT, r+sr=jst
--HG--
rename : toolkit/xre/nsIXULRuntime.idl => xpcom/system/nsIXULRuntime.idl
2009-01-12 11:05:10 -05:00
Robert O'Callahan
0a88efce86 Bug 462593. Add nsPtrHashKey<T> to XPCOM. r=bsmedberg 2009-01-09 13:12:33 +13:00
Masatoshi Kimura
f911ac0f70 Bug 470635 - Remove unused state machines 2008-12-27 19:02:48 +01:00
L. David Baron
877862ccbf Make layout-debug extension work again. (Bug 470058) r=Pike 2008-12-23 09:06:56 -05:00
Ondrej Jaura
ced8f88c89 Bug 451536 - "JSSh port cannot be changed" [r=alex] 2008-12-14 22:32:48 -08:00
Boris Zbarsky
81e5cf2e14 Bug 469361. Remove unused API (revert to previous interface version). r+sr=jst 2008-12-12 20:46:43 -05:00
Robert O'Callahan
a3a3951684 Bug 459613. When we tear down a textcontrol frame, tell its editor that we're blowing away the frame tree so it doesn't try to clear the spellcheck selection, which not only wastes time but does GetPrimaryFrame for during frame destruction which is a no-no. r+sr=mats 2008-12-12 21:34:43 +13:00
Masatoshi Kimura
a682e0d618 Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron 2008-12-06 11:08:26 -08:00
Sylvain Spinelli
a5672f5802 Bug 366682 - spellCheckRange : scan only the first word of a text node and stop; r+sr=roc 2008-12-06 19:39:47 +01:00
Daniel Holbert
03c259e522 Backed out changeset 78d662c2c878 (Bug 335531) on suspicion of causing mochitest failures in test_bug399284.html on linux & windows unittest boxes. 2008-12-05 11:52:01 -08:00
Masatoshi Kimura
2171389689 Bug 335531 - Correct misuse of "UTF-16BE", "UTF-16LE", "UTF-32BE", and "UTF-32LE" charset labels; r=smontagu sr=dbaron 2008-12-05 18:31:00 +01:00
Doug Turner
d517a2ef32 Backed out changeset 555e338a03ca 2008-12-05 09:25:19 -08:00
Doug Turner
9f9eb2c608 Bug 454120 - Problems Compiling SECURITY module for WinMobile. r=ted 2008-12-05 08:59:24 -08:00
Justin Wood
b2458c170c Bug 463824, Introduce GLOBAL_DEPS to build system
r=ted, a1.9.1=beltzner [js bits rs=sdwilsh]
2008-11-27 18:26:44 -08:00
Shawn Wilsher
19fcb4b6ab Backed out changeset 87f6ae0c4324 (bug 435474) for orange. 2008-11-27 13:15:18 -08:00
Justin Wood
293c89f577 Bug 463824, Introduce GLOBAL_DEPS to build system
r=ted, a1.9.1=beltzner
2008-11-27 12:27:41 -08:00
Johnny Stenback
693ce1192d Fixing bug 405239. Cookie confirmation dialog focuses a newly opened background tab. r+sr+a=jonas@sicking.cc 2008-11-26 20:59:47 -05:00
Boris Zbarsky
92c0e38ba1 Bug 457153. Introduce an nsILoadContext interface so that consumers can get load context information from a channel/loadgroup without having to depend on getInterface of docshell stuff. r=dwitte for cookie part, r=jst for rest, sr=jst, a=beltzner for CLOSED TREE 2008-11-24 13:32:04 -05:00
Philip Chee
129be917b4 bug 465073 - duplicate id in navigator.xul: reporterItemsBroadcaster, remove SeaMonkey-specific overlay parts from reporter, NPOTB for Firefox as we both now use unchanged Firefox overlay parts, r=gavin 2008-11-18 19:17:56 +01:00
Gavin Sharp
d54eed15ff Backed out changeset f014c59ad81d 2008-11-04 23:35:39 -05:00
Jeff Muizelaar
d6bc35b4d4 Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, original patch by shaver@mozilla.org, r+sr=biesi 2008-11-04 23:11:31 -05:00
Ryan VanderMeulen
9da7d48e48 Bug 454108 - 'Update Hunspell to version 1.2.8'. r=smaug. 2008-11-04 14:05:31 -08:00
Phil Ringnalda
bbe7e1d08a 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
Simon Montagu
e2998661ce Don't require a minimum data threshold for encodings that correspond to the selected language. Bug 431054, r=Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp> 2008-10-30 10:57:25 -07:00
Uri Bernstein
135cdf5ca8 Now really backing out the offending mochitest, and also the patch I accidently checked in instead. 2008-10-21 20:29:39 +02:00
Uri Bernstein
1dadb5e1c8 Back out mochitest for bug 459921 since it causing problems with other test. 2008-10-21 19:14:50 +02:00
Arpad Borsos
1c904c3c56 Bug 451909 - kill MOZ_XUL_APP now that all apps set it; extensions cleanup (spellchecker, layout-debug); r+sr=(bienvenu + dbaron) 2008-10-20 14:33:11 +02:00
Justin Dolske
f797fdd19e Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor. 2008-10-16 15:20:21 -07:00
Igor Bukanov
db18f808c9 Bug 408539 - Storing XPCContext inside JSContext 2008-10-11 19:35:39 +02:00
Arpad Borsos
8b11d938d2 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Neil Rashbrook
150fe2417b Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802 2008-09-20 20:45:25 +01:00
Arpad Borsos
18fcddc20b Bug 451909 - kill MOZ_XUL_APP now that all apps set it; files removal; r=ted.mielczarek 2008-09-20 15:54:40 +02:00
Stuart Morgan
405aedadb9 make spelling exceptions non-fatal in native Mac OS X spellchecker. b=453813 r=josh sr=pinkerton 2008-09-19 05:51:33 -04:00
Josh Aas
01263fd939 back out patch for 453813, closed tree 2008-09-18 18:00:18 -04:00
Stuart Morgan
4ede8df5af make spelling exceptions non-fatal in native Mac OS X spellchecker. b=453813 r=josh sr=pinkerton 2008-09-18 17:50:47 -04:00
Arpad Borsos
db0328223b 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
Robert Strong
fb4ef5ccc5 Disabling test_loadflags - see Bug 454857 and Bug 421494. 2008-09-11 12:38:59 -07:00
Peter Van der Beken
a71c183019 Fix for bug 453146 (entry_xhtml_baseURI_with_amp.xml test leaks 450 'nsStringBuffer'). r/sr=jst. 2008-09-11 15:20:56 +02:00
Caio Tiago Oliveira
00e74274c3 bug 403993 - Make python compare-locales script work with SeaMonkey, l10n.ini for reporter, r=l10n@mozilla.com 2008-09-11 14:09:51 +02:00
Ted Mielczarek
468a3823fc bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
Arpad Borsos
9b6f558fee Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla) 2008-09-07 00:21:43 +02:00
Brian Crowder
fc76bf076f Bug 453156 - NTML broken by embedding patch in bug 422772, r/sr=bsmedberg 2008-09-05 12:09:06 -07:00
Arpad Borsos
3c87be4ffc Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted 2008-09-02 10:45:14 +01:00
Brian Crowder
c6818cab2f Bug 422772 - reduce narrow Windows API calls in embedding, original patch by Brad Lassey <blassey@mozilla.com>, r=bsmedberg 2008-08-27 14:44:54 -07:00
Oleg Romashin
38e95b5eeb merge with mozilla-central 2008-08-16 03:39:26 -04:00
Shawn Wilsher
be9dcf8e5d Bug 437064 - DOM Inspector should live in its own repository.
This removes all the files in extensions/inspector from mozilla-central.  Those
who still will to use the DOM Inspector should clone this hg repo:
http://hg.mozilla.org/dom-inspector/
2008-08-15 19:46:22 -04:00
Bo Yang
6304294535 Bug 450222 - Missing declaration of UNICODE_STRING in mingw build, r=bsmedberg 2008-08-14 11:48:06 -04:00
Mike Hommey
04799838d7 Bug 445136 – Autoconfig files should be looked up in GRE directory, not App directory. r=bsmedberg 2008-08-14 12:39:54 +02:00
Oleg Romashin
bc6cd35488 Merging mozilla-central to mozilla-qt. 2008-08-03 20:30:10 +03:00
stefanh@inbox.com
ef8b65a3b2 Bug 436502 - instantApply='tue' in extensions/metrics/content/prefs.xul. r=pete. NPOTDB. 2008-07-29 16:35:41 +02:00
John Daniels
ef0fee1d70 Bug 419532 – deCOMtaminate nsICaret. r+sr=roc 2008-07-16 12:52:01 +02:00
Simon Montagu
5148d12d4a Unit test for bug 9357 (Autodetection of EUC-KR) 2008-06-22 01:28:42 -07:00
Robert Kaiser
31d9e4f2ed bug 399031 - Convert xpfe prefpane to toolkit version (DOMi), p=aqualon@aquachan.de r=sdwilsh sr=Neil 2008-06-17 14:48:25 +02:00
sdwilsh@shawnwilsher.com
5d2aabec8e Bug 433935
DOMi extension version wasn't bumped
rs=Neil
a=bsmedberg
2008-05-21 10:31:21 -04:00
reed@reedloden.com
ffbc21f1ea Bug 398810 - "Remove MOZILLA_1_8_BRANCH ifdefs from core on trunk" (metric extension only) [p=mh+mozilla@glandium.org (Mike Hommey) r=pete (NPOTB)] 2008-05-09 20:46:47 -07:00
reed@reedloden.com
0064c71a2a Bug 431358 - "DOM Inspector doesn't work in Sunbird 0.6a1 Trunk builds" (use correct trunk version) [p=ssitter@gmail.com (Stefan Sitter) r=sdwilsh] 2008-05-07 03:27:35 -07:00
Oleg Romashin
4f1a834c54 Disable links opening blocker for very small movements 2008-05-06 14:24:32 +03:00
Oleg Romashin
437b5c0538 Fixed crash, when location changed during scrolling
Block uri open for links scrolling
2008-05-04 14:04:15 +03:00
jwalden@mit.edu
cea0828eea Bug 430251 - Update to latest HTML5 and make postMessage dispatch its event asynchronously, as well as dispatch at the window, not the document. r=jst, r=smaug, sr=sicking, a=damons, c=cookie 2008-05-02 12:26:47 -07:00
Oleg Romashin
ee5584657f Return back right way for scrolling content by mouse 2008-05-02 18:24:15 +03:00
kairo@kairo.at
a8b1834668 bug 431453 - Make browser-chrome mochitests pass on SeaMonkey: make some platform tests Firefox-only or non-SeaMonkey (as applicable), r=smontagu for docshell, r=dwitte for cookie, r=gavin for dlmgr, a1.9=damons for platform tests; make SeaMonkey sanitizer tests pass, sr=Neil 2008-05-02 06:13:19 -07:00
timeless@mozdev.org
014ce11b63 Bug 421006 DOMi isn't available on trunk r=sdwilsh moa=timeless 2008-05-01 23:09:58 -07:00
vladimir@pobox.com
09a3040a19 Removing extensions/canvas3d; moving to hg. Not even remotely part of the build. 2008-05-01 16:49:05 -07:00
Vladimir Vukicevic
861b6a8679 Merging mozilla-central to mozilla-qt. 2008-04-30 16:00:19 -07:00
Oleg Romashin
f1dda5506f More simple and fast drag2scroll implementation 2008-04-28 14:35:09 +03:00
gavin@gavinsharp.com
49ea055c9b Bug 430217: Reporter shouldn't add a toolbar button to Firefox, patch by Dão Gottwald <dao@mozilla.com>, r=raccettura, ui-r=beltzner, a=beltzner 2008-04-23 15:39:30 -07:00
Oleg Romashin
f89abd6997 Add widget utils extension
First panning util implemented
2008-04-22 13:14:31 +03:00
smontagu@smontagu.org
418103ab2c Mochitests for charset autodetection 2008-04-21 03:50:45 -07:00
gavin@gavinsharp.com
edac82482f Back out the patch for bug 235853, again, because of mochi*chrome* failures this time. 2008-04-17 19:49:40 -07:00
gavin@gavinsharp.com
ad723de10b Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, and fix HTTP channel code to properly forward cache-related properties to new proxied channels, patch by shaver@mozilla.org, r+sr=biesi, a=beltzner 2008-04-17 18:36:29 -07:00
bugzilla@standard8.plus.com
da7e191e2e Bug 428482 Add support for Kerberised LDAP to extensions/auth. r=bienvenu,sr=dmose,a1.9=beltzner 2008-04-13 11:31:34 -07:00
mozilla@kewis.ch
74adc7f2d3 Fix bug 427216 - Make tools menu popup match other applications. r=dbo,r=timeless,sr=dmose,a=ss 2008-04-10 11:21:59 -07:00
jst@mozilla.org
700c3a0bd1 Backing out fix for bug 425814 as it only made things worse. Sigh. 2008-04-09 17:58:06 -07:00
smontagu@smontagu.org
9f78c9b77a Use universal charset detector with filters instead of the old language-specific parallel state machines. Bug 426271, r+sr=dbaron, b=vladimir 2008-04-08 23:36:22 -07:00
jst@mozilla.org
8a2c36e951 Fixing bug 425814. Don't attempt to initialize things before we know we're far enough along that it's safe to do so. r=gavin.sharp@gmail.com 2008-04-08 18:13:55 -07:00
reed@reedloden.com
6d8d45f796 Bug 423750 - "Change name to "Spectator" in the add-ons dialog" [p=supernova00@gmail.com (Kurt Schultz [supernova_00]) r=pete] 2008-04-08 11:35:57 -07:00
reed@reedloden.com
2ef117efec Bug 413937 - "Please add "Can't Print" to list of Problem types" [p=robert@accettura.com (Robert Accettura [raccettura]) r+ui-r+a1.9=beltzner] 2008-04-08 11:34:05 -07:00
jst@mozilla.com
f5c2e8779a Adding files extensions/confvars.sh extensions/build.mk to cvs-trunk-mirror. 2008-04-07 17:22:19 -07:00
reed@reedloden.com
895a94fc82 Fix white space. 2008-04-04 00:29:39 -07:00
reed@reedloden.com
dabbab1bd2 Bug 413937 - "Please add "Can't Print" to list of Problem types" (string change only) [p=robert@accettura.com (Robert Accettura [raccettura]) ui-r=beltzner pending-a1.9=string-freeze] 2008-04-04 00:06:18 -07:00
masayuki@d-toybox.com
df67e899f2 Bug 422913 Ellipsis in "Report Broken Web Sitec" should be localizable p=Masahiro Yamada<masa141421356@gmail.com> r=mconnor, uir+a1.9=beltzner 2008-04-03 13:27:46 -07:00
mats.palmgren@bredband.net
20f55b27db Check that the editor is still alive after flushing pending notifications. b=421083 r+sr=roc a1.9=beltzner 2008-04-02 19:42:00 -07:00
joshmoz@gmail.com
62d4c87234 disable native spellchecking dictionary on Mac OS X as it doesn't support all of the locales we need it to. b=422760 r=smorgan r/ui-r=mconnor 2008-03-30 10:54:42 -07:00
smontagu@smontagu.org
3051c59f32 Remove unnecessary and obsolete code. Bug 424916, r+sr=dbaron, a=damons 2008-03-25 13:19:34 -07:00
reed@reedloden.com
19af3d1d23 Bug 399653 - "Insert Node dialog can't create HTML elements" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=db48x sr=Neil] 2008-03-24 21:45:30 -07:00
reed@reedloden.com
23e162ba8c Bug 422336 - ""Edit Attribute" > "Namespace URI" is not selected onload" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=db48x sr=Neil] 2008-03-24 21:42:11 -07:00
reed@reedloden.com
6d7839ab10 Bug 423625 - ""Evaluate JavaScript" window is transparent" [p=trev.moz@adblockplus.org (Wladimir Palant) r=sdwilsh sr=Neil] 2008-03-19 22:56:28 -07:00
bzbarsky@mit.edu
72efc284a1 Don't leave an exception just hangin' out on the JSContext. Bug 422009, r+sr=jst, a=shaver 2008-03-19 17:42:47 -07:00
dwitte@stanford.edu
323ca94360 remove ailing test. 2008-03-16 02:31:36 -07:00
reed@reedloden.com
170c0984dc Bug 395454 - "[Mac] Have one file, scrollbars.css" [p=mozcbarrett@gmail.com (Colin Barrett [cbarrett]) r=Enn r=Neil sr=roc a1.9=damons] 2008-03-14 08:24:50 -07:00
reed@reedloden.com
dbd95b1964 Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-03-12 04:13:09 -07:00
dwitte@stanford.edu
112d5c2021 disable failing test on mac. 2008-03-12 01:35:57 -07:00
dwitte@stanford.edu
13effbe655 Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+ 2008-03-12 00:53:50 -07:00
blassey@mozilla.com
3c99833e3e backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 15:46:26 -07:00
blassey@mozilla.com
eeea24bde6 switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon 2008-03-11 14:49:53 -07:00
reed@reedloden.com
d64bd4491f Back out Mike Hommey's patch from bug 305782 due to build bustage. 2008-03-08 04:33:28 -08:00
reed@reedloden.com
d7da80123d Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-03-08 01:53:28 -08:00
blassey@mozilla.com
92c51991b0 backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
blassey@mozilla.com
9bc9e44b40 switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
reed@reedloden.com
419bed8306 Bug 420609 - "XMLHttpRequest no longer able to parse XHTML documents with entity references" [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr=bzbarsky a1.9=sicking a=blocking1.9+] 2008-03-05 02:29:32 -08:00
joshmoz@gmail.com
9d15dd6a9e always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner 2008-02-29 15:24:53 -08:00
reed@reedloden.com
1bbdb6267f Bug 419765 - "PyDOM script error, Python cannot handle dom events" (Add handling of the additional version argument) [p=toddw@ActiveState.com (Todd Whiteman) r=mhammond (NPOTB)] 2008-02-28 21:32:30 -08:00
masayuki@d-toybox.com
3dcfbbf7fc 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
f6e10b8d70 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
22b844e897 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
dwitte@stanford.edu
55d30b30aa Bug 416207 - Update cookie/permission services from changes to mozIStorageService::OpenDatabase. r=sdwilsh, sr=mconnor, a=beltzner 2008-02-28 00:23:12 -08:00
sdwilsh@shawnwilsher.com
22e21c6989 Bug 271812 - DOM Inspector not published to addons.mozilla.org. r=mconnor, sr=mconnor. NPOTDB 2008-02-27 18:04:17 -08:00
peterv@propagandism.org
4a2837378e Fix build bustage in NPOTB code from the patch for bug 416534. 2008-02-27 01:44:45 -08:00
jonas@sicking.cc
65f4571f58 Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv 2008-02-26 19:45:29 -08:00
myk@mozilla.org
b5e898ddd7 backing out fix for bug 416534 as potential cause of mochitest failure 2008-02-26 19:23:36 -08:00
jonas@sicking.cc
84548acb75 Bug 416534: Clean up cross-site xmlhttprequest security checks. r/sr=peterv 2008-02-26 18:17:49 -08:00
kairo@kairo.at
94eb6c16c4 update German locale to current trunk and re-add it to the build 2008-02-26 11:28:53 -08:00
mhammond@skippinet.com.au
13d773b294 Get Python extensions buildng again on the trunk. NPOTDB. 2008-02-25 16:55:21 -08:00
joshmoz@gmail.com
b3e3c2727b protect against obj-c exceptions in the "extensions" dir. p=shebs b=417563 r=josh sr=roc 2008-02-20 21:28:27 -08:00
joshmoz@gmail.com
39975cafd3 back out previous chicken, we need some build work done first 2008-02-20 18:49:27 -08:00
joshmoz@gmail.com
62a2081987 protect against obj-c exceptions in "extensions" dir. b=417563 r=josh sr=roc 2008-02-20 18:47:00 -08:00
reed@reedloden.com
1b88a037fa Bug 417901 - "Reporter: URL field is missing accesskey" [p=valastiak@mozilla.sk (Vlado Valastiak [wladow]) r=raccettura a1.9=schrep] 2008-02-20 01:50:27 -08:00
reed@reedloden.com
8d41af56b6 Bug 418076 - "Add many missing words to spellcheck dictionary" (Dictionary mega-update v1) [p=ryanvm@gmail.com (Ryan VanderMeulen) r+sr=mscott a1.9=schrep] 2008-02-20 01:48:53 -08:00
jag@tty.nl
057bc17743 Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
bzbarsky@mit.edu
941cfad6a4 Fixing build bustage 2008-02-15 22:50:40 -08:00
bzbarsky@mit.edu
a183f5e853 Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan 2008-02-15 21:13:16 -08:00
reed@reedloden.com
57a954cccd Bug 416903 - "[sk] DOMi update for bug 413605 and bug 393820" [p=valastiak@mozilla.sk (Vlado Valastiak [wladow]) r=rado a1.9=beltzner] 2008-02-14 21:22:02 -08:00
reed@reedloden.com
6347e6fc5d Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep] 2008-02-14 03:16:53 -08:00
reed@reedloden.com
0ba0ded3b4 Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep] 2008-02-13 03:33:38 -08:00
reed@reedloden.com
13805f1c73 Bug 415992 - "[fr] French DOMi update for bug 413605 and bug 393820" [p=cedric.corazza@wanadoo.fr (Cédric Corazza) r=Benoit a1.9=schrep] 2008-02-09 21:07:21 -08:00
timeless@mozdev.org
6295743202 Bug 412280 nsGnomeVFSInputStream::DoOpen probably shouldn't treat values other than GNOME_VFS_OK from gnome_vfs_get_file_info as OK r=biesi a=dsicore 2008-02-09 15:19:01 -08:00
surkov.alexander@gmail.com
49471a8b67 Bug 393820 - expose bounds of accessible for accessible properties view, r=swilsh, l10n, sr=neil, a=dsicore 2008-02-05 23:04:36 -08:00
surkov.alexander@gmail.com
cd133d8a8c Bug 413605 - allow to use JS for the selected accessible in the accessibleTree view, r=sdwilsh, sr=neil, a=mconnor 2008-02-05 22:49:43 -08:00
jag@tty.nl
714f865362 Bug 381579: extensions/java/xpcom/interfaces/org directory is incorrectly removed when "make clean". p=Wang Xianzhu <phnixwxz1@yahoo.com>, r/sr=jag, a=NPOTB 2008-02-03 17:02:50 -08:00
reed@reedloden.com
b97f3fcb4a Bug 408471 - "[cs] Fixed DOMI in trunk" [p=p.franc@gmail.com (Pavel Franc [Pawell]) / Mozilla@KecNet.cz (Michal Kec [MiK]) r=Pawell a1.9=beltzner] 2008-01-29 23:12:23 -08:00
reed@reedloden.com
d398f0c17c Bug 404500 - "add localized description for DOMi" (for sk) [p=valastiak@mozilla.sk (Vlado Valastiak [wladow]) r=sdwilsh sr=Neil a1.9=damons] 2008-01-29 20:29:32 -08:00
Olli.Pettay@helsinki.fi
085b31ae13 Bug 333262,In <inspector.xml>, strict warning 'reference to undefined property event.originalTarget.nodeType', r=sdwilsh, sr=neil, a=dsicore 2008-01-29 11:01:14 -08:00
pete@mozdevgroup.com
7933cc2230 b=412703 nsProfileCollector: Log version and locale in <install> r=varga --pete 2008-01-28 07:48:07 -08:00
roc+@cs.cmu.edu
4035df2434 Bug 413318. Fix broken canvas3d build. r=vlad, NPOTB 2008-01-26 15:28:51 -08:00
stefanh@inbox.com
1440be80a2 Removing obsolete files from bug 413202 2008-01-23 12:57:00 -08:00
stefanh@inbox.com
bc46a18a18 Bug 413202, adding 2 files 2008-01-23 12:33:14 -08:00
stefanh@inbox.com
b7e40b6dbf Bug 413202 - [sv-SE] DOMi updates for bug 347792 and others. Patch by Hasse (hasse@jasajudeju.se), sv-SE translation by Lars PM (lars.pm@ebox.tninet.se). r=slicedlime (Mikael Hedberg), a=mtschrep. 2008-01-23 12:27:54 -08:00
reed@reedloden.com
60a5d940cc Bug 340634 - "spell checker doesn't suggest "alot" correction" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=RyanVM sr=mscott a1.9=schrep] 2008-01-21 16:14:11 -08:00
pete@mozdevgroup.com
e9458c8b83 b=408127 r=varga UI Elements/Events to be instrumented listen for Larry and bm star popups --pete 2008-01-17 08:13:25 -08:00
reed@reedloden.com
c6629bec99 Bug 408486 - "Update accesskeys in Russian DOMi" [p=unghost@mozilla-russia.org (Alexander L. Slovesnik) rs=sdwilsh a1.9=schrep] 2008-01-15 21:13:34 -08:00
benjamin@smedbergs.us
dfc4cee45d Bug 411327 - nsIXPCNativeCallContext should not inherit from nsISupports, r=mrbkap, a=schrep 2008-01-15 07:50:57 -08:00
reed@reedloden.com
9f5c1fd655 Bug 411329 - "pl DOMi localization update (accesskeys, accessibleEvent.dtd)" [p=marcoos+bmo@marcoos.org (Marek A. Stępień) r=hubert a1.9=schrep] 2008-01-14 01:12:14 -08:00
dwitte@stanford.edu
97a45f037f thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+ 2008-01-11 20:30:42 -08:00
dwitte@stanford.edu
600200ad3e tweaking debug warning to reduce noise. 2008-01-11 16:38:38 -08:00
pete@mozdevgroup.com
934381d9c0 b=328070 r=Jan.Varga opt-in UI for data collection Revert maxVersion back --pete 2008-01-11 06:09:00 -08:00
dwitte@stanford.edu
9d626da131 partial backout in an attempt to fix orange. 2008-01-11 02:08:58 -08:00
dwitte@stanford.edu
8a6c4d235f relanding bug 410250. 2008-01-11 01:13:04 -08:00
reed@reedloden.com
f2ef674aeb Back out patch from bug 340634 due to bloat test crashes. 2008-01-11 00:24:41 -08:00
dwitte@stanford.edu
d2b6f4f5ed backing out to fix orange. 2008-01-10 20:59:44 -08:00
reed@reedloden.com
7226198f90 Bug 340634 - "spell checker doesn't suggest "alot" correction" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=RyanVM sr=mscott a1.9=schrep] 2008-01-10 20:20:55 -08:00
dwitte@stanford.edu
1798542e9f thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+ 2008-01-10 19:56:00 -08:00
pete@mozdevgroup.com
ed263fc545 b=328070 r=Jan.Varga opt-in UI for data collection addendum to original prefs UI work, just some minor tweaks so UI isn't cut off on OSX. Also set maxVersion to 3.* --pete 2008-01-10 13:02:45 -08:00
reed@reedloden.com
0243143104 Bug 368476 - "pyxpcom linking fails with "unresolvable R_386_GOTOFF relocation"" [p=vamposdecampos@gmail.com (Alex Badea) r=bsmedberg (NPOTB)] 2008-01-10 01:09:57 -08:00
kairo@kairo.at
9adc44ebf3 add German L10n for bug 393353 2008-01-07 10:21:52 -08:00
reed@reedloden.com
11d8f8e032 Bug 386610 - "pyxpcom fails to build against python 2.5 (api changed)" [p=asac@jwsdot.com (Alexander Sack) r=mhammond (NPOTB)] 2008-01-04 22:32:35 -08:00
reed@reedloden.com
38f4c02505 Bug 355608 - "xulrunner + python fails with "dist/lib/libpyxpcom.a: No such file or directory"" [p=vamposdecampos@gmail.com (Alex Badea) r=bsmedberg (NPOTB)] 2008-01-04 21:46:44 -08:00
pete@mozdevgroup.com
3ccbd59e6f b=408109 r=Jan.Varga nsProfileCollector::LogBookmarkLocation does not count bookmarks --pete 2008-01-03 07:14:43 -08:00
pete@mozdevgroup.com
9cb6b97baa b=408390 Metrics extension breaks the Privacy preference pane r=Jan.Varga --pete 2007-12-28 09:18:12 -08:00
reed@reedloden.com
131716dd8e Bug 409367 - "[sk] DOMi update for bug 393353" [p=valastiak@mozilla.sk (Vlado Valastiak) r=rado a1.9=beltzner] 2007-12-21 22:15:17 -08:00
reed@reedloden.com
826dc57112 Bug 409067 - "[fr] DOMi update for bug 398704, 398706 and 393353" [p=cedric.corazza@wanadoo.fr (Cédric Corazza) r=philippe a1.9=beltzner] 2007-12-21 02:23:17 -08:00
surkov.alexander@gmail.com
4d62a01f8e Bug 393353 show context information of accessibility events in accessibilityEvents view, r=sdwilsh, sr=neil, a=mtschrep 2007-12-19 04:14:52 -08:00
reed@reedloden.com
d0b3c227ab Bug 398706 - "DOM Inspector DOM tree viewer context menu does not have access keys" (Remove the duplicate menu item) [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r+sr=Neil a1.9=schrep] 2007-12-19 03:38:17 -08:00
reed@reedloden.com
6bbd1d2825 Bug 408654 - "[sk] DOMi update for bug 398704 and 398706" [p=valastiak@mozilla.sk (Vlado Valastiak) r=rado a1.9=schrep] 2007-12-19 03:29:16 -08:00
kairo@kairo.at
74ecaa21d6 German L10n for bug 398706 and bug 398704 (DOMI only) 2007-12-17 04:48:11 -08:00
reed@reedloden.com
bedc34e970 Remove all other DOMi locales besides en-US due to new entities. 2007-12-16 23:32:54 -08:00
reed@reedloden.com
29c11ffecc Bug 398706 - "DOM Inspector DOM tree viewer context menu does not have access keys" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=sdwilsh sr=Neil a1.9=schrep] 2007-12-16 23:30:39 -08:00
reed@reedloden.com
eddca6bc27 Bug 398704 - "DOM Inspector Pseudo Classes dialog does not have access keys" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=sdwilsh sr=Neil a1.9=schrep] 2007-12-16 23:22:06 -08:00
pete@mozdevgroup.com
7d480a1194 b=406626 Make metrics extension build --with-libxul-sdk=/path/to/sdk --enable-application=extensions/metrics r=ted.mielczarek --pete 2007-12-12 08:58:45 -08:00
pete@mozdevgroup.com
e7d26d69bc b=407921 Link errors on win32 r=Jan.Varga The better patch ... --pete 2007-12-12 07:01:25 -08:00
aaronleventhal@moonset.net
fe7f4d5bdb Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil 2007-12-11 18:10:26 -08:00
pete@mozdevgroup.com
414161f7d9 b=328070 opt-in UI for data collection r=Jan.Varga --pete 2007-12-11 12:42:20 -08:00
pete@mozdevgroup.com
401801d21e b=407921 Metrics: Link Errors on win32 addendum patch ... r=Jan.Varga --pete 2007-12-11 12:40:04 -08:00
pete@mozdevgroup.com
5474485336 b=407921 Metrics: Link Errors on win32 r=Jan.Varga --pete 2007-12-11 09:27:54 -08:00
reed@reedloden.com
91fbfe0849 Bug 407494 - "Minor dictionary tweaks" [p=ryanvm@gmail.com (Ryan VanderMeulen) r=mscott a1.9=schrep] 2007-12-11 01:59:16 -08:00
pete@mozdevgroup.com
2d8bdd435e b=328070 Metrics extension UI forgot to land jar manifest file ... r=Jan.Varga --pete 2007-12-07 13:09:24 -08:00
pete@mozdevgroup.com
048590ea12 b=328070 Metrics extension UI r=Jan.Varga --pete 2007-12-05 14:00:02 -08:00
dwitte@stanford.edu
d60af8c14d move permission manager persistent storage from hostperm.1 to permissions.sqlite, use nsIURI::GetAsciiHost() for consistent host normalization, and expand type/permission limits. bugs 400092 and 400097 (patch in 400097), sr=shaver, pending r=sdwilsh, blocking-1.9+. 2007-12-04 22:37:36 -08:00
kairo@kairo.at
5c86af41b1 German L10n for bugs 398699, 398700, 398603 (all access keys stuff) and bug 373623 (unicode ellipsis) 2007-11-30 12:48:31 -08:00
reed@reedloden.com
90021246e7 Bug 403347 - "cvs remove mozilla/extensions/spellcheck/locales/en-US/myspell" [p=reed] 2007-11-30 12:10:25 -08:00
pete@mozdevgroup.com
be810b366e b=401745 Metrics extension compatibility with Google Toolbar r=Jan.Varga Change uuid and contractID's to avoid any potential conflicts w/ GTB. --pete 2007-11-29 11:33:22 -08:00
reed@reedloden.com
35ca9c29e7 Bug 373623 - "Unicode … should be used instead of three separate dots: ..." (DOM Inspector changes) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) rs=sdwilsh a1.9=mconnor] 2007-11-29 08:11:55 -08:00
reed@reedloden.com
473eadf079 Bug 397150 - "Spellchecking dictionary is not sufficiently licensed" (mozilla-specific changes) [p=ryanvm@gmail.com (Ryan VanderMeulen) a=blocking1.9+] 2007-11-28 22:44:56 -08:00
reed@reedloden.com
f7bd20d1c0 Bug 397150 - "Spellchecking dictionary is not sufficiently licensed" [p=kevin.bugzilla@atkinson.dhs.org (Kevin Atkinson) [dictionaries] / ryanvm@gmail.com (Ryan VanderMeulen) [mozilla-specific changes] a=blocking1.9+] 2007-11-28 22:42:04 -08:00
pete@mozdevgroup.com
62554d7f10 b=393881 update metrics extension to use places r=Jan.Varga Landing patch so metrics extension works on trunk. --pete 2007-11-27 09:58:52 -08:00
reed@reedloden.com
c6d06df230 Bug 373623 - "Unicode … should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner] 2007-11-26 18:44:44 -08:00
mark.finkle@gmail.com
ce6a205940 b=404851.r=sdwilsh.a=beltzner. change communicator to global skin 2007-11-22 18:20:55 -08:00
reed@reedloden.com
6ba2324f53 Bug 404863 - "[DOMi] Remove obsolete search/ directory from extensions/inspector/resources/locale/sk" [p=reed] 2007-11-21 14:15:43 -08:00
mozilla.mano@sent.com
adf51f6912 Bug 387746 - New Left Pane for Places Organizer, along with other places back-end and front-end changes; also fixes bugs 393547, 395994, 401075, 403141. r=dietrich. 2007-11-19 18:01:53 -08:00
reed@reedloden.com
3e1f3814ec Bug 403696 - "[sk] DOMi update for bug 398699, 398700 and 398603" [p=rozbora@mozilla.sk (Branislav Rozbora) r=rado a1.9=schrep] 2007-11-16 20:16:41 -08:00
reed@reedloden.com
e62d2dbc00 Bug 403814 - "Update accesskeys in Polish DOMi" [p=marcoos+bmo@marcoos.org (Marek A. Stępień) r=hubert a1.9=schrep] 2007-11-14 22:47:13 -08:00
reed@reedloden.com
4ff269b352 Bug 403646 - "[fr] DOMi update due to bug 398699, 398700 and 398603" [p=cedric.corazza@wanadoo.fr (Cédric Corazza) r=philippe a1.9=mconnor] 2007-11-14 22:45:36 -08:00
reed@reedloden.com
f98ced6f20 Bug 398603 - "Missing access keys in DOM Inspector main window" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=sdwilsh sr=Neil a1.9=schrep] 2007-11-12 22:58:27 -08:00
reed@reedloden.com
b427c10e88 Bug 398700 - "DOM Inspector Insert Node dialog does not have access keys" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=sdwilsh sr=Neil a1.9=schrep] 2007-11-12 22:45:59 -08:00
reed@reedloden.com
a31f8f7333 Bug 398699 - "DOM Inspector Find Nodes dialog does not have access keys" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=sdwilsh sr=Neil a1.9=schrep] 2007-11-12 22:43:39 -08:00
reed@reedloden.com
b6ebf16f39 Bug 391039 - "Change the contract id used by the spell checker engine" [p=RyanVM r+sr=mscott a1.9=schrep] 2007-11-12 22:34:32 -08:00
reed@reedloden.com
0353486782 Remove DOS line endings from new files recently added. 2007-11-06 12:18:25 -08:00
gavin@gavinsharp.com
088244cb2a Bug 402626, update sk DOMi locale, a=beltzner 2007-11-06 11:25:50 -08:00
reed@reedloden.com
e90614c67c Bug 402081 - "[fr] DOMi update due to bug 347792" (add fr locale to Makefile.in) [p=cedric.corazza@wanadoo.fr (Cédric Corazza) aM9=beltzner] 2007-11-06 10:39:37 -08:00
reed@reedloden.com
60e2d5331c Bug 402388 - "Fix vertical alignment of headers in report details" [p=raccettura r=dao aM9=beltzner] 2007-11-05 14:48:37 -08:00
reed@reedloden.com
d8b6415094 Bug 324291 - "Reporter should record the character encoding used to display the page" [p=raccettura/gavin r=gavin/raccettura aM9=beltzner] 2007-11-05 14:45:55 -08:00
reed@reedloden.com
16f91ec505 Bug 402432 - "[ru] DOMi update due to bug 347792" [p=unghost@mozilla-russia.org (Alexander L. Slovesnik) r=timeless aM9=beltzner] 2007-11-05 12:36:43 -08:00
bugzilla@standard8.plus.com
4294338511 Bug 401766 Starting Debug SeaMonkey with autoconfig file gives Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread. r/sr=jst,aM9=beltzner 2007-11-05 10:55:42 -08:00
vladimir@pobox.com
512db938ea npotb; canvas3d updates (osx, linux, some crash fixes) 2007-11-04 14:12:44 -08:00
reed@reedloden.com
25695c144b Bug 400864 - "Polish DOMi l10n needs accessibleRelations.dtd" [p=marcoos+bmo@marcoos.org (Marek A. Stępień) r=hubert aM9=beltzner] 2007-11-03 13:49:23 -07:00
reed@reedloden.com
ebd7f03056 Bug 402081 - "[fr] DOMi update due to bug 347792" [p=cedric.corazza@wanadoo.fr (Cédric Corazza) r=Benoit aM9=beltzner] 2007-11-01 21:35:05 -07:00
reed@reedloden.com
ea898331ef Bug 389131 - "Reporter should move away from SOAP (Reporter fails to send reports on trunk)" (address Neil's nit) [p=reed r=NeilAway r=raccettura a=blocking1.9+ for M9] 2007-11-01 21:27:54 -07:00
kairo@kairo.at
2f470f4bcb really localize this file 2007-11-01 12:40:53 -07:00
reed@reedloden.com
fa3163cd67 Bug 389131 - "Reporter should move away from SOAP (Reporter fails to send reports on trunk)" [p=raccettura r=dao r=mconnor a=blocking1.9+ for M9] 2007-10-30 19:26:48 -07:00
vladimir@pobox.com
b4b7223fd6 npotb; canvas 3d updates/fixes 2007-10-21 12:19:15 -07:00
reed@reedloden.com
c31347bb03 Bug 398624 - "PRBool misuse bugs in extensions/pref/" [p=taras r=bienvenu a1.9=sayrer] 2007-10-19 16:29:39 -07:00
reed@reedloden.com
83c5366123 Backout taras's check-in for bug 398624 to help find Tp regression. 2007-10-16 17:31:42 -07:00
tglek@mozilla.com
e868a558fb bug 398624. Prbool fixes. r=bienvenu, a=sayrer 2007-10-15 17:22:48 -07:00
kairo@kairo.at
81af00155a re-add de to inspector build, rs=sdwilsh 2007-10-12 16:23:12 -07:00
kairo@kairo.at
f3bdc03de6 add de L10n file for bug 347792 that I previously forgot to add 2007-10-12 16:19:23 -07:00
kairo@kairo.at
9bcb53bf96 remove de L10n files that have been gone from en-US for some time already 2007-10-12 16:14:55 -07:00
surkov.alexander@gmail.com
82636bc998 Bug 347792 - expose accessible relations in DOM inspector, r=sdwilsh, ajvincent, evan.yan, sr=neil, a=dsicore 2007-10-10 19:02:09 -07:00
gerv@gerv.net
2c4fa4403c Bug 398009 - fix mangled license headers. a=stuart. 2007-10-06 05:08:39 -07:00
sayrer@gmail.com
9b92111891 Bug 398114. JS_Assert: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread from nsJSSh::Init. r=mrbkap, sr=shaver 2007-10-05 13:10:46 -07:00
mark.finkle@gmail.com
ede1b0bcd0 b=397982. r=bsmedberg. a=dsicore. Default the spellcheck to load dictionaries from GRE and APP folders 2007-10-05 12:13:18 -07:00
tglek@mozilla.com
a439612373 Bug 398623: Fixed PRBool misuse bugs in extensions/spellcheck. r=mscott, a=dsicore 2007-10-05 11:46:43 -07:00
vladimir@pobox.com
81670aa76d npotb: fix non-libxul/dynamic build, add in JS request begin/end to c3d 2007-10-04 12:25:25 -07:00
philringnalda@gmail.com
e1920eb3cb Bug 397220 - Dom node <label>s have 'for' attributes instead of 'control' attributes, r=sdwilsh, sr=neil, a1.9=dsicore 2007-10-03 20:29:03 -07:00
reed@reedloden.com
2179697aaf Bug 398268 - "Mismatched free() / delete in Hunspell::~Hunspell()" (change delete to free()) [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=mscott a1.9=damons] 2007-10-03 14:50:22 -07:00
kaie@kuix.de
c08bd97ba9 Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog) Code in mozilla/security/manager: r=rrelyea Code elsewhere: r=mconnor, sr=dveditz blocking1.9=mconnor 2007-10-03 04:47:26 -07:00
mark.finkle@gmail.com
fb440a9673 Added files and code to support a simple options dialog 2007-10-01 19:10:34 -07:00
rflint@ryanflint.com
0cc5fc423c Bug 397890 - Reporter & safebrowsing overlay cleanup. r=gavin, a=mconnor 2007-09-29 12:17:12 -07:00
martijn.martijn@gmail.com
a7c28b7789 Bug 345428 - No spellcheck on focus out, second try, r=Olli.Pettay, r=brettw, a=dsicore 2007-09-27 04:40:30 -07:00
dtownsend@oxymoronical.com
7d9b0a6f31 Backing out bug 345428 due to potential Tp regression on talos 2007-09-25 17:24:59 -07:00
vladimir@pobox.com
b36cf515a1 canvas3d fixes for bug 396972; npotb 2007-09-25 14:20:42 -07:00
martijn.martijn@gmail.com
a31e609e85 Bug 345428 - No spellcheck on focus out, second try, r=Olli.Pettay, r=brettw, a=dsicore 2007-09-25 04:20:43 -07:00
sayrer@gmail.com
58ca3d4a2a Bug 396648. nsPermissionManager tries to open two files that usually don't exist. r/sr=biesi, a=bzbarsky 2007-09-20 22:09:54 -07:00
dveditz@cruzio.com
e45332c048 backout fix for bug 345428 due to memory leaks 2007-09-20 13:40:43 -07:00
martijn.martijn@gmail.com
306f0c0a6a Bug 342511 - correcting another word (with spell checker) doesn not cause current word to be spell-checked, r=brettw, a=dsicore 2007-09-20 09:03:06 -07:00
martijn.martijn@gmail.com
ae9c847765 Bug 345428 - No spellcheck on focus out, r=sspitzer, r=brettw, a=dsicore 2007-09-20 08:08:37 -07:00
reed@reedloden.com
adeeef149c Bug 364035 - "Permit loading external spellcheck engine from libspellcheck" [p=andris.pavenis@iki.fi (pavenis) r=brettw sr=mscott a1.9=damons] 2007-09-19 23:22:37 -07:00
bugzilla@standard8.plus.com
13c6abb887 Bug 396745 nsILDAPConnection::Init should take an nsILDAPURL as a parameter instead of three others. r/sr=bienvenu NPOTDFFB 2007-09-19 13:32:00 -07:00
martijn.martijn@gmail.com
53faf4aea0 Bug 394261 - Update Hunspell to version 1.1.12, patch by Ryan VanderMeulen, r+sr=mscott, a=dsicore 2007-09-06 06:04:27 -07:00
reed@reedloden.com
1fc9a661b2 Bug 394888 - "[fr] DOMi update due to bugs 388517 and 386266" [p=cedric.corazza@wanadoo.fr (Cédric Corazza) r=bugzilla.fr@gmail.com (philippe)] 2007-09-05 21:18:39 -07:00
reed@reedloden.com
972b8f6051 Bug 391411 - "Update sv-SE files for DOM Inspector" [p=hasse@jasajudeju.se (Hasse) r=slicedlime@gmail.com (Mikael Hedberg) rs=sdwilsh] 2007-09-05 21:04:58 -07:00
surkov.alexander@gmail.com
15301a5b0c Bug 394253 - Opening DOM inspector enables accessibility globally, r=timeless, aaronlev, sr=neil 2007-08-30 01:53:06 -07:00
sdwilsh@shawnwilsher.com
48d69461d1 Bug 342592 - Make --enable-extensions=inspector work for XULRunner. Patch by Alex Vincent <ajvincent@gmail.com>. r=sdwilsh, sr=neil 2007-08-29 11:05:30 -07:00
neil@parkwaycc.co.uk
4c6e0fffdd Bug 394158 Disable toolbargrippies on inspector panels so we don't have to hide them in CSS and also fix the toolbar alignment on toolkit apps r=sdwilsh 2007-08-29 08:53:26 -07:00
roc+@cs.cmu.edu
38b09480a4 Bug 393356. Remove unused copy of cattable.h 2007-08-28 19:18:40 -07:00
roc+@cs.cmu.edu
50cb0b1a1f Bug 393356. Spellchecker should not use private copy(ies) of the Unicode category tables. r=smontagu,a=damon 2007-08-28 19:03:31 -07:00
kairo@kairo.at
e19e2b0913 update German Inspector L10n for current trunk, NPOTDB 2007-08-28 11:32:20 -07:00
surkov.alexander@gmail.com
4d036c1cb7 Bug 393384 - [pl] localization for DOMi accessibleEvents.dtd, patch=marcoos+bmo@marcoos.org, r=hubert.gajewski 2007-08-23 07:08:38 -07:00
surkov.alexander@gmail.com
7b40fbb26b Bug catch accessibility events in DOMi, r=sdwilsh, ajvincent, evan.yan, sr=neil, a=dsicore 2007-08-22 20:26:38 -07:00
masayuki@d-toybox.com
a17a03f2ea 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
surkov.alexander@gmail.com
8d5a83fe24 Bug 391800 - left panel view should be able to pass a more than one subject to the right panel view, rs=sdwilsh 2007-08-22 01:08:57 -07:00
ginn.chen@sun.com
fe4dfb32a4 Bug 391040 HunSpell failed to compile on OpenSolaris r=mscott a=dsicore 2007-08-20 21:32:04 -07:00
martijn.martijn@gmail.com
f8635f1dd8 Bug 374069 - Crash [@ nsContentUtils::ComparePoints] with testcase, when right-clicking, r=mscott, a=dbaron 2007-08-16 13:50:38 -07:00
sdwilsh@shawnwilsher.com
7d9ef0321c Bug 391930 - [pl] [DOMi] Localization for accessibleTree.dtd. Patch by Marek A. Stępień <marcoos+bmo@marcoos.org>. rs=sdwilsh 2007-08-14 13:18:48 -07:00
surkov.alexander@gmail.com
b19b4f99ee Bug 386818 - expose right accessible tree in DOMi, r=sdwilsh, ajvincent, evan.yan, sr=neil 2007-08-10 19:46:11 -07:00
scott@scott-macgregor.org
1f44b0acaf Bug #391659 --> remove myspell, it is no longer part of the build. 2007-08-10 10:19:24 -07:00
longsonr@gmail.com
86cf3812a5 Bug 391147 - hunspell doesn't build on MSVC7.1. r+sr=mscott,a=pavlov(1.9 blocker) 2007-08-10 02:45:35 -07:00
scott@scott-macgregor.org
41936f1714 backout bug #391147 because the tree is closed. 2007-08-08 16:11:45 -07:00
scott@scott-macgregor.org
d2a37c0711 Bug 391147 --> hunspell doesn't build on MSVC71.1 patch by Robert Longson <longsonr@gmail.com> 1.9 blocker sr=mscott 2007-08-08 16:02:34 -07:00
bzbarsky@mit.edu
73073f4f3b Use the principal doing the load to decide on the URI to pass to content policies. This will help do the right thing for data:/javascript:/about:blank, as well as allow us to skip content policies altogether if the caller is system. Bug 388597, r+sr=sicking 2007-08-07 18:16:09 -07:00
scott@scott-macgregor.org
a077810602 Bug #319778 --> use hunspell instead of myspell as the default spell check engine. patch by Ryan VanderMeulen <ryanvm@gmail.com> and Németh László <nemeth@openoffice.org> sr=mscott a=mconnor/schrep for 1.9 2007-08-05 20:32:58 -07:00
bzbarsky@mit.edu
a7c949f21c Improve logging in jssh, allow loading of remote scripts, fix leak. Bug
369816, patch by Chris Shoemaker <chris.shoemaker@cox.net>, r=afri, sr=bzbarsky
2007-07-23 21:07:57 -07:00
scott@scott-macgregor.org
5c8832031e Bug #319778 --> upgrade our version of hunspell to 1.1.8
NPOTB

sr=mscott
patch by ryanvm & nemeth
2007-07-18 15:22:33 -07:00
sdwilsh@shawnwilsher.com
946402155b Bug 387907 - [ru] Update for Russian DOM Inspector localization. Patch by Alexander L. Slovesnik <unghost@mozilla-russia.org>. rs=sdwilsh 2007-07-12 13:01:05 -07:00
sdwilsh@shawnwilsher.com
9e5d44f0ed Bug 387907 - [ru] Update for Russian DOM Inspector localization. Patch by Alexander L. Slovesnik <unghost@mozilla-russia.org>. rs=sdwilsh 2007-07-12 11:11:16 -07:00
mhammond@skippinet.com.au
412e69e3e6 Fix a memory leak when Python calls nsIClassInfo::GetInterfaces()
Not part of the default build.
2007-07-11 23:39:22 -07:00
sdwilsh@shawnwilsher.com
1388b8af58 Bug 387698 - [fr] Update for fr DOMi due to bug 347791. Patch by Cédric Corazza <cedric.corazza@wanadoo.fr>. r=bugzilla.fr 2007-07-11 15:05:25 -07:00
sdwilsh@shawnwilsher.com
d976b6c571 Bug 387700 - [pl] Update for pl DOMi due to bug 347791. Patch by Marek A. Stępień <marcoos+bmo@marcoos.org>. r=hubert.gajewski 2007-07-11 11:16:04 -07:00
surkov.alexander@gmail.com
264a1096ac Bug 347791 - expose accessible role and state as strings in Inspector, patch=vasiliy.potapenko, r=me,sdwilsh, sr=neil 2007-07-11 00:51:07 -07:00
sdwilsh@shawnwilsher.com
136d9d4186 Bug 378696 - Remove dead search code. r=timeless, sr=neil 2007-07-09 09:56:42 -07:00
jwalden@mit.edu
e3c4baccae 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
mrbkap@gmail.com
d610c681d0 Backing out these changes, they were subsumed by bug 387084 and weren't really right anyway. bug 387053 2007-07-06 17:57:08 -07:00
sdwilsh@shawnwilsher.com
b718769e3d Bug 387054 - Opening DomI - File Inspect Current Document throws error in JS Console. r=db48x, sr=neil 2007-07-06 09:32:46 -07:00
mrbkap@gmail.com
dd51ac07dd Pass the wrappedJSObject so that XPCNativeWrapper doesn't get confused by DOMI having its hands on implicit native wrappers. bug 387053, r=sdwilsh sr=jst 2007-07-05 17:36:27 -07:00
sdwilsh@shawnwilsher.com
be82203d95 Bug 378696 - Remove dead search code (step 2). r=timeless, sr=neil 2007-07-05 14:35:52 -07:00
sdwilsh@shawnwilsher.com
1a821ac756 Bug 378696 - Remove dead search code (step 2). r=timeless, sr=neil 2007-07-05 14:09:40 -07:00
sdwilsh@shawnwilsher.com
595f5a6824 Bug 378696 - Remove dead search code (step 2). r=timeless, sr=neil 2007-07-05 13:44:28 -07:00
sdwilsh@shawnwilsher.com
3caed131ce Bug 354537 - [nb-NO] DOM Inspector Entities Need to be added. Patch by Håvard Mork <havard.mork@gmail.com>. r=sdwilsh 2007-07-04 12:00:59 -07:00
scott@scott-macgregor.org
2453a15612 fix a character encoding issue for nemeth's name in the licenses.
patch by Ryan VanderMeulen <ryanvm@gmail.com>

NPOTB
2007-07-02 11:20:31 -07:00
scott@scott-macgregor.org
d018ab23ee Bug #319778 --> hunspell spell check engine. This is the eventual replacement to myspell. Currently *NPOTB*
thanks to nemeth (the author of hunspell) for making it possible for this to be a part of mozilla.

thanks to Ryan VanderMeulen for sheparding this patch along.

sr=mscott
2007-07-02 10:29:22 -07:00
peterv@propagandism.org
76a2c4d37f Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 19:48:16 -07:00
peterv@propagandism.org
0f0097ffc5 Backing out to fix orange. 2007-06-27 16:21:05 -07:00
peterv@propagandism.org
51dda63979 Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 15:29:45 -07:00
kairo@kairo.at
a064634039 update German inspector L10n for recent changes in inspector code 2007-06-23 07:28:00 -07:00
dwitte@stanford.edu
cea619cb14 cid and comment don't match, b=305444 2007-06-22 04:12:13 -07:00
dcamp@mozilla.com
a2de02967c Bug 378685 - Permission manager should operate on innermost URI, r=dveditz sr=mconnor 2007-06-21 09:32:46 -07:00
ginn.chen@sun.com
0f207a5a90 Bug 384154 layout-debug component does not build
r=benjamin
2007-06-20 00:51:55 -07:00
dwitte@stanford.edu
7e8c0cc18e switch cookies over to mozStorage. b=230933, r=sdwilsh, sr=mconnor.
remove nsInt64 usage from cookies, b=384225, r+sr=biesi.
2007-06-17 14:52:22 -07:00
kherron@fmailbox.com
fd55a81c64 Bug 375314 - discriminate ping and xmlhttprequests in content policy check. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=jst, sr=peterv. 2007-06-17 06:50:50 -07:00
sdwilsh@shawnwilsher.com
fc6e6bd646 Bug 383966 - Remove contents.rdf from DOMi. r=timeless, sr=neil 2007-06-16 21:22:49 -07:00
sdwilsh@shawnwilsher.com
e4f3338f41 Bug 384439 - [fr] Update for fr DOMi. Patch by Cédric Corazza <cedric.corazza@wanadoo.fr>. r=bugzilla.fr 2007-06-15 11:11:17 -07:00
sdwilsh@shawnwilsher.com
3776a4c01f Bug 72494 - DOM Inspector needs save option. r=timeless, sr=neil 2007-06-13 17:11:12 -07:00
sdwilsh@shawnwilsher.com
afc42058d3 Bug 383581 - [pl] Update of DOMi. Patch by Marek A. Stępień <marcoos+bmo@marcoos.org>. r=hubert.gajewski 2007-06-13 17:10:48 -07:00
sdwilsh@shawnwilsher.com
8e39f555f2 Bug 384243 - undefined entity inserting new attribute (regression from bug 383160). Patch by Mook <mook.moz+mozbz@gmail.com>. r=sdwilsh, sr=dmose 2007-06-12 18:44:27 -07:00
ajschult@verizon.net
cbdc687e52 Bug 383896: mismatched malloc/free/delete in myspell.cpp. r+sr=mscott 2007-06-10 20:16:31 -07:00
sdwilsh@shawnwilsher.com
fb3ed72b0d Bug 383160 - Need to have localName in dom viewer. Patch by Mook <mook.moz+mozbz@gmail.com>. r=sdwilsh, sr=neil 2007-06-10 16:42:56 -07:00
sdwilsh@shawnwilsher.com
d735322794 Bug 378696 - Remove dead search code. r=db48x, sr=neil 2007-06-10 16:34:35 -07:00
philringnalda@gmail.com
7844220bbb Bug 383259 - Thunderbird's current trunk version is less than DOMi's minVerson for it, r=timeless, sr=neil 2007-06-10 12:30:14 -07:00
jruderman@hmc.edu
f64b797bd2 Bug 383564, fix memory leak. Patch by Andrew Gaul, r=mscott, sr=bienvenu. 2007-06-07 15:56:08 -07:00
gavin@gavinsharp.com
218738d375 Bug 381031: make JS1.8 the default for <xul:script>, and add a JSVERSION_LATEST #define to simplify future changes, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=brendan 2007-06-07 15:50:12 -07:00
jruderman@hmc.edu
84b7208542 Fix format string bug (bug 377747). Not part of default builds. 2007-06-05 18:22:25 -07:00
flamingice@sourmilk.net
0350996398 Bug 379666, Remove incorrect PR_UnloadLibrary call, r=dbaron 2007-06-01 18:43:36 -07:00
bugzilla@standard8.demon.co.uk
6e0c9344e7 Bug 379109 DOMI should provide window icons for Linux and OS2 as well as Windows. r=timeless,luser,sr=Neil. 2007-05-28 01:38:00 -07:00
bugzilla@standard8.demon.co.uk
9640ea56b9 Bug 379109 DOMI should provide window icons for Linux and OS2 as well as Windows. r=timeless,luser,sr=Neil. 2007-05-28 01:29:57 -07:00
aaronleventhal@moonset.net
e6a7e4ff6a Bug 378776. Follow-up to original checkin -- remove 2 more cases of GetNumberOfShells(). r=smaug 2007-05-23 18:33:15 -07:00
bent.mozilla@gmail.com
5c7024b338 Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions. 2007-05-23 13:08:44 -07:00
sdwilsh@shawnwilsher.com
19f703dbcf Bug 354539 - DOM Inspector Entities Need to be added. l10n patch. Patch by Alexander L. Slovesnik <unghost@mozilla-russia.org>. 2007-05-16 11:11:52 -07:00
aaronleventhal@moonset.net
21495439b2 Bug 268935. nsIAccessibilityService should not be scriptable -- only the nsIAccessibleRetrieval that it inherits from. r=surkov 2007-05-16 06:38:05 -07:00
Olli.Pettay@helsinki.fi
7ec10e025c Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 02:11:38 -07:00
Olli.Pettay@helsinki.fi
f29b4e2b1b backout Bug 363089 2007-05-11 06:34:05 -07:00
Olli.Pettay@helsinki.fi
91a5c67cd1 Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 04:15:11 -07:00
dwitte@stanford.edu
29ca525e36 implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.bug 379239, r=mvl, sr=biesi 2007-05-05 14:09:54 -07:00
pedemont@us.ibm.com
ac8d66336c Bug 348710 - Set dependencies correctly, fix for build break. XULRunner only 2007-05-03 09:28:16 -07:00
pedemont@us.ibm.com
ca0cd04676 Bug 348710 - Set dependencies correctly, fix for build break. XULRunner only 2007-05-03 09:22:24 -07:00
pedemont@us.ibm.com
1fbdceaa6c Bug 348710 - Fix array handling bug. Add support for sized strings. Update unit tests to test array parameters. XULRunner only. 2007-05-02 09:39:19 -07:00
pedemont@us.ibm.com
d11ee49aa1 Bug 378236 - Crash when embedding trunk XULRunner in Java. Properly pass XPCOM object ptrs. Also do some restructuring. XULRunner only. 2007-05-02 08:43:41 -07:00
bzbarsky@mit.edu
32d3d359f4 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
sdwilsh@shawnwilsher.com
25ae225a10 Bug 374461 - [fr] Update of DOMi. Patch by Cédric Corazza <cedric.corazza@wanadoo.fr. r=benoit.leseul 2007-04-27 20:06:33 -07:00
benjamin@smedbergs.us
bc865ae32f Bug 375449 - NS_InvokeByIndex not exported from xpcom, only from xpcom_core, r=dbaron 2007-04-24 10:02:51 -07:00
benjamin@smedbergs.us
2e25a321f8 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
vladimir@pobox.com
ceac8fed26 fixed error returns 2007-04-19 14:47:18 -07:00
vladimir@pobox.com
e0b09cb01c remove glitz dependency from c3d (npotb) 2007-04-16 10:19:12 -07:00
dbaron@dbaron.org
10314006af Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg 2007-04-15 15:22:58 -07:00
bryner@brianryner.com
d646ae5b28 fix warning from bug 374883, r=marria 2007-04-10 11:24:51 -07:00
bryner@brianryner.com
21db81311e Log TabMove events (bug 374883) r=marria 2007-04-09 12:01:37 -07:00
vladimir@pobox.com
8b8299ab00 more getting stuff out of my tree (npotb) 2007-04-06 11:09:22 -07:00
vladimir@pobox.com
eabf5102c7 checkpointing this work (npotb) 2007-04-04 20:47:20 -07:00
cbiesinger@web.de
02fb932571 Bug 375189 use $(MAKE) instead of make in makefilespatch by Marco Perez <bugmail@millibyte.net> r=bsmedberg 2007-03-31 12:37:51 -07:00
dbaron@dbaron.org
a7d9802f77 Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 08:34:59 -07:00
dbaron@dbaron.org
85eb65ced4 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
hg@mozilla.com
465265d0d4 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