jwalden@mit.edu
|
12e960c504
|
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 |
dwitte@stanford.edu
|
1c94d597f5
|
cid and comment don't match, b=305444
|
2007-06-22 04:12:13 -07:00 |
dcamp@mozilla.com
|
45b1ac9004
|
Bug 378685 - Permission manager should operate on innermost URI, r=dveditz sr=mconnor
|
2007-06-21 09:32:46 -07:00 |
dwitte@stanford.edu
|
ee596924ec
|
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 |
bent.mozilla@gmail.com
|
934776a3e5
|
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 |
dwitte@stanford.edu
|
6aa43dff43
|
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 |
dbaron@dbaron.org
|
cb52af13a3
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 08:34:59 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
jwalden%mit.edu
|
abed574f4f
|
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 19:26:50 +00:00 |
kairo%kairo.at
|
93056a971e
|
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 13:13:23 +00:00 |
gavin%gavinsharp.com
|
7aba0fedbe
|
Back out the patch for bug 235853, again, because of mochi*chrome* failures this time.
|
2008-04-18 02:49:41 +00:00 |
gavin%gavinsharp.com
|
b6885fb7c6
|
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-18 01:36:30 +00:00 |
dwitte%stanford.edu
|
3040563553
|
remove ailing test.
|
2008-03-16 09:31:36 +00:00 |
dwitte%stanford.edu
|
d5adde6a07
|
disable failing test on mac.
|
2008-03-12 08:35:57 +00:00 |
dwitte%stanford.edu
|
dabe103242
|
Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+
|
2008-03-12 07:53:58 +00:00 |
dwitte%stanford.edu
|
fe5c819390
|
Bug 416207 - Update cookie/permission services from changes to mozIStorageService::OpenDatabase. r=sdwilsh, sr=mconnor, a=beltzner
|
2008-02-28 08:23:13 +00:00 |
jag%tty.nl
|
4221353fba
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 08:50:33 +00:00 |
dwitte%stanford.edu
|
7fd89a26dc
|
tweaking debug warning to reduce noise.
|
2008-01-12 00:38:38 +00:00 |
dwitte%stanford.edu
|
b2c2d3877d
|
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-05 06:37:36 +00:00 |
sayrer%gmail.com
|
98a47958e3
|
Bug 396648. nsPermissionManager tries to open two files that usually don't exist. r/sr=biesi, a=bzbarsky
|
2007-09-21 05:09:54 +00:00 |
jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
dwitte%stanford.edu
|
1d9fc51567
|
cid and comment don't match, b=305444
|
2007-06-22 11:12:13 +00:00 |
dcamp%mozilla.com
|
12d2d24b25
|
Bug 378685 - Permission manager should operate on innermost URI, r=dveditz sr=mconnor
|
2007-06-21 16:32:46 +00:00 |
dwitte%stanford.edu
|
c45de3c235
|
switch cookies over to mozStorage. b=230933, r=sdwilsh, sr=mconnor.
remove nsInt64 usage from cookies, b=384225, r+sr=biesi.
|
2007-06-17 21:52:22 +00:00 |
bent.mozilla%gmail.com
|
243b45e3dd
|
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 20:08:55 +00:00 |
dwitte%stanford.edu
|
f2930f0e2d
|
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.
bug 379239, r=mvl, sr=biesi
|
2007-05-05 21:09:54 +00:00 |
dbaron%dbaron.org
|
d2a7c1e86a
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 15:35:02 +00:00 |
kaie%kuix.de
|
e992f34c9e
|
bug 370802, nsIPermissionManager: Add ability for exact hostname testing
r/sr=cbiesinger
|
2007-02-20 15:24:36 +00:00 |
cbiesinger%web.de
|
cc4e92df8e
|
bug 341008 Fix sscanf error checking
r=mvl sr=darin a=darin
|
2006-06-15 13:52:00 +00:00 |
benjamin%smedbergs.us
|
2d7a26e531
|
Bug 341252 - extensions/cookie and extensions/permissions both have a nsModuleFactory.cpp which causes libxul link failure, r=darin
|
2006-06-12 17:56:15 +00:00 |
benjamin%smedbergs.us
|
632ad9b1c6
|
Bug 339099 - Integrate extensions/cookie and extensions/permissions into libxul, r=darin
|
2006-05-25 15:45:17 +00:00 |
gavin%gavinsharp.com
|
378c0da05d
|
Bug 334319: buffer overrun in nsPermissionManager::Read when reading an invalid cookperm.txt file, r=mvl, sr=darin
|
2006-04-22 13:32:25 +00:00 |
benjamin%smedbergs.us
|
185c761605
|
Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin
|
2006-04-12 15:43:32 +00:00 |
cbiesinger%web.de
|
970728dfbc
|
bug 333263 only call Read() when mPermissionsFile is initialized
r=mvl sr=darin
|
2006-04-11 15:09:51 +00:00 |
joshmoz%gmail.com
|
a0c1e82e48
|
Don't warn when expected error path is taken. b=327052 r=darin sr=bz
|
2006-02-14 18:12:47 +00:00 |
cbiesinger%web.de
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
gavin%gavinsharp.com
|
56783051dc
|
Bug 315345: Remove unused nsIPermission.idl, r+sr=darin
|
2005-12-26 01:20:59 +00:00 |
roc+%cs.cmu.edu
|
14d4d88d51
|
Bug 315345. nsIPermission should be in network/base/public for now, alongside nsIPermissionManager. r+sr=darin
|
2005-12-06 01:32:59 +00:00 |
mvl%exedo.nl
|
41ac1fbfb9
|
Don't crash when setting a previously deleted cookie permission.
bug 300301, r=dwitte, sr=darin, a=mconnor.
|
2005-07-17 10:10:31 +00:00 |
timeless%mozdev.org
|
ac8d308731
|
Bug 298278 remove useless references to nsVoidArray
r=mvl sr=darin a=tor
|
2005-06-28 21:20:04 +00:00 |
bsmedberg%covad.net
|
44c4cbce10
|
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
|
2005-04-04 18:38:19 +00:00 |
dwitte%stanford.edu
|
38564a588f
|
removing obsolete file.
|
2005-03-30 08:41:43 +00:00 |
mvl%exedo.nl
|
e8954033a2
|
remove the old imgmanager from cookies.
bug 287628, r=dwitte, sr=bzbarsky
|
2005-03-29 09:52:19 +00:00 |
bugzilla%arlen.demon.co.uk
|
3189a5660b
|
Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details) - removing seven files that got missed during previous prune
p=me r=dwitte/benjamin sr=darin
|
2005-03-10 22:42:29 +00:00 |
bugzilla%arlen.demon.co.uk
|
3d7d551c76
|
Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details) - file removal part
p=me r=dwitte/benjamin sr=darin
|
2005-03-10 18:59:11 +00:00 |
bsmedberg%covad.net
|
eef6b7396f
|
From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
|
2005-03-10 18:44:11 +00:00 |
bsmedberg%covad.net
|
4b68fa447a
|
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
|
2005-02-25 20:46:35 +00:00 |
bugzilla%arlen.demon.co.uk
|
94c34950ba
|
Bug 252698 Use buttonlabel attributes in <dialog>s
p=me r=neil.parkwaycc.co.uk sr=dveditz
|
2005-02-21 00:57:10 +00:00 |
bugzilla%arlen.demon.co.uk
|
73ffe00550
|
Bug 239557 Cleanup of new Cookie UI for 1.8a
p=me/mvl r=mvl sr=neil.parkwaycc.co.uk a=asa
|
2005-02-13 20:48:38 +00:00 |
bugzilla%arlen.demon.co.uk
|
472a172f0e
|
Backing out bug 239557 - forgot the sr - no more early morning checkins if I can help it
|
2005-02-10 13:53:59 +00:00 |