Commit Graph

8653 Commits

Author SHA1 Message Date
L. David Baron
cb6012ec82 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
87e50a6bd5 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
481277e527 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
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
Ehsan Akhgari
0f255ebcea 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
d8f1bff747 Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc 2009-01-18 21:14:14 +01:00
Robert O'Callahan
804cc7ee91 Backed out changeset 8019a959aade 2009-01-16 22:20:33 +13:00
Fred Jendrzejewski
065bde22f3 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
b57fa41fa4 Bug 396185 followup - Fix layout-debugger 2009-01-12 19:30:33 -05:00
Benjamin Smedberg
4b282d13ac 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
d789c3dbfa Bug 462593. Add nsPtrHashKey<T> to XPCOM. r=bsmedberg 2009-01-09 13:12:33 +13:00
Masatoshi Kimura
5517fb7970 Bug 470635 - Remove unused state machines 2008-12-27 19:02:48 +01:00
L. David Baron
dd347ca597 Make layout-debug extension work again. (Bug 470058) r=Pike 2008-12-23 09:06:56 -05:00
Ondrej Jaura
6f4177eae5 Bug 451536 - "JSSh port cannot be changed" [r=alex] 2008-12-14 22:32:48 -08:00
Boris Zbarsky
25789e6536 Bug 469361. Remove unused API (revert to previous interface version). r+sr=jst 2008-12-12 20:46:43 -05:00
Robert O'Callahan
1f1a970697 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
3a3a37f47d 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
8abd186fde 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
61f320aa9d 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
31c5df869e 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
67977b416e Backed out changeset 555e338a03ca 2008-12-05 09:25:19 -08:00
Doug Turner
6182259eda Bug 454120 - Problems Compiling SECURITY module for WinMobile. r=ted 2008-12-05 08:59:24 -08:00
Justin Wood
7d5b5e0578 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
bb525b1207 Backed out changeset 87f6ae0c4324 (bug 435474) for orange. 2008-11-27 13:15:18 -08:00
Justin Wood
9d391015e1 Bug 463824, Introduce GLOBAL_DEPS to build system
r=ted, a1.9.1=beltzner
2008-11-27 12:27:41 -08:00
Johnny Stenback
ddc8a7f685 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
a2b28f6144 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
52138282ce 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
7b41cb93e4 Backed out changeset f014c59ad81d 2008-11-04 23:35:39 -05:00
Jeff Muizelaar
e6551e382c 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
6ee62d9200 Bug 454108 - 'Update Hunspell to version 1.2.8'. r=smaug. 2008-11-04 14:05:31 -08: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
Simon Montagu
4fa9ab24c0 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
25096ed723 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
fb36a3b2b4 Back out mochitest for bug 459921 since it causing problems with other test. 2008-10-21 19:14:50 +02:00
Arpad Borsos
40a5a67846 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
0a4f228e1e Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor. 2008-10-16 15:20:21 -07:00
Igor Bukanov
b8b7007a16 Bug 408539 - Storing XPCContext inside JSContext 2008-10-11 19:35:39 +02: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
Neil Rashbrook
898fd2b8d9 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
7c8fe9b1d4 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
48d4a7bdad 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
b27afa1e2e back out patch for 453813, closed tree 2008-09-18 18:00:18 -04:00
Stuart Morgan
3d2312fcf8 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
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
Robert Strong
cf1c5752d8 Disabling test_loadflags - see Bug 454857 and Bug 421494. 2008-09-11 12:38:59 -07:00
Peter Van der Beken
3177a778d2 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
d76549458e 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
ff7706a544 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
5a19e3346c 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
95e2dd6a4a Bug 453156 - NTML broken by embedding patch in bug 422772, r/sr=bsmedberg 2008-09-05 12:09:06 -07:00
Arpad Borsos
3b08a324be 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
e647dbc547 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
4490c66152 merge with mozilla-central 2008-08-16 03:39:26 -04:00
Shawn Wilsher
4bcc2fa16d 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
a87ddafa35 Bug 450222 - Missing declaration of UNICODE_STRING in mingw build, r=bsmedberg 2008-08-14 11:48:06 -04:00
Mike Hommey
ff866e61e5 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
427aa3fb16 Merging mozilla-central to mozilla-qt. 2008-08-03 20:30:10 +03:00
stefanh@inbox.com
0bf0e98408 Bug 436502 - instantApply='tue' in extensions/metrics/content/prefs.xul. r=pete. NPOTDB. 2008-07-29 16:35:41 +02:00
John Daniels
b006229ae6 Bug 419532 – deCOMtaminate nsICaret. r+sr=roc 2008-07-16 12:52:01 +02:00
Simon Montagu
ca1503f03f Unit test for bug 9357 (Autodetection of EUC-KR) 2008-06-22 01:28:42 -07:00
Robert Kaiser
a18c423a9e 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
e5ced4d543 Bug 433935
DOMi extension version wasn't bumped
rs=Neil
a=bsmedberg
2008-05-21 10:31:21 -04:00
reed@reedloden.com
9e7132256c 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
07e76acdcd 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
65ff98d459 Disable links opening blocker for very small movements 2008-05-06 14:24:32 +03:00
Oleg Romashin
fa9661a121 Fixed crash, when location changed during scrolling
Block uri open for links scrolling
2008-05-04 14:04:15 +03:00
jwalden@mit.edu
ce28707a93 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
1ebcbfdabd Return back right way for scrolling content by mouse 2008-05-02 18:24:15 +03:00
kairo@kairo.at
9b6caac281 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
4928fc5a06 Bug 421006 DOMi isn't available on trunk r=sdwilsh moa=timeless 2008-05-01 23:09:58 -07:00
vladimir@pobox.com
4668b8492d Removing extensions/canvas3d; moving to hg. Not even remotely part of the build. 2008-05-01 16:49:05 -07:00
Vladimir Vukicevic
71d470b9e7 Merging mozilla-central to mozilla-qt. 2008-04-30 16:00:19 -07:00
Oleg Romashin
097fc5fb6e More simple and fast drag2scroll implementation 2008-04-28 14:35:09 +03:00
gavin@gavinsharp.com
e1703d6ab3 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
cf3de272b8 Add widget utils extension
First panning util implemented
2008-04-22 13:14:31 +03:00
smontagu@smontagu.org
18cdf56858 Mochitests for charset autodetection 2008-04-21 03:50:45 -07:00
gavin@gavinsharp.com
b946893c7d 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
632b77dde8 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
b4a3cccf8a 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
151ab174d5 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
d6828e387f Backing out fix for bug 425814 as it only made things worse. Sigh. 2008-04-09 17:58:06 -07:00
smontagu@smontagu.org
9e9d40c772 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
f27c88ed89 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
9f1137925a 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
e069876cce 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
55d8af65e4 Adding files extensions/confvars.sh extensions/build.mk to cvs-trunk-mirror. 2008-04-07 17:22:19 -07:00
reed@reedloden.com
8cc469dede Fix white space. 2008-04-04 00:29:39 -07:00
reed@reedloden.com
7a2d5cf03b 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
c0c63ab40b 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
3e2e50ff95 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
72a304416a 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
2d7e70b9f1 Remove unnecessary and obsolete code. Bug 424916, r+sr=dbaron, a=damons 2008-03-25 13:19:34 -07:00
reed@reedloden.com
d81e9b43af 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
382dfa80b8 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
8673b81470 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
85dffb61e3 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
1712f98d00 remove ailing test. 2008-03-16 02:31:36 -07:00
reed@reedloden.com
7579117199 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
40660df1b4 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
5874ee4da8 disable failing test on mac. 2008-03-12 01:35:57 -07:00
dwitte@stanford.edu
85e49a64d5 Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+ 2008-03-12 00:53:50 -07:00
blassey@mozilla.com
6cc9d5a4ed 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
ff89c4a3fb 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
76430f295a Back out Mike Hommey's patch from bug 305782 due to build bustage. 2008-03-08 04:33:28 -08:00
reed@reedloden.com
c3583791dd 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
81d841c1fc 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
dfd26f92ec 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
59695deb84 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
b903b64b94 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
a7e0d3a973 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
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
dwitte@stanford.edu
cd7f7e893e 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
a1262ba49d 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
f858fa962a Fix build bustage in NPOTB code from the patch for bug 416534. 2008-02-27 01:44:45 -08:00
jonas@sicking.cc
28ea51311b 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
7aff03fc46 backing out fix for bug 416534 as potential cause of mochitest failure 2008-02-26 19:23:36 -08:00
jonas@sicking.cc
42bbc8327e Bug 416534: Clean up cross-site xmlhttprequest security checks. r/sr=peterv 2008-02-26 18:17:49 -08:00
kairo@kairo.at
c3d7a6b323 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
05ddc78ce1 Get Python extensions buildng again on the trunk. NPOTDB. 2008-02-25 16:55:21 -08:00
joshmoz@gmail.com
830b2965f7 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
3caf7454f2 back out previous chicken, we need some build work done first 2008-02-20 18:49:27 -08:00
joshmoz@gmail.com
c0a25df5ec 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
baa0afbadd 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
12d9218286 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
05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
bzbarsky@mit.edu
67e616b5ed Fixing build bustage 2008-02-15 22:50:40 -08:00
bzbarsky@mit.edu
0ffeb8258f 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
01f207262e 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
e704bf9751 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
a2aaecca91 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
437cc8ed3f 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
089b83052f 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
2d6d4a5d2d 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
24f6ea8503 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
324aa855af 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
a1f6bc9283 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
9c182a96ff 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
f1410f1fe6 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
3ed18bc4e2 b=412703 nsProfileCollector: Log version and locale in <install> r=varga --pete 2008-01-28 07:48:07 -08:00
roc+@cs.cmu.edu
e61144c6ad Bug 413318. Fix broken canvas3d build. r=vlad, NPOTB 2008-01-26 15:28:51 -08:00
stefanh@inbox.com
4fb0ef1ef8 Removing obsolete files from bug 413202 2008-01-23 12:57:00 -08:00
stefanh@inbox.com
8f6630ab90 Bug 413202, adding 2 files 2008-01-23 12:33:14 -08:00
stefanh@inbox.com
0476afe771 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
f87a3a4a00 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
12a6694807 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
e531c57711 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