uriber%gmail.com
|
31501ac213
|
Don't crash on triple-clicking when there's an orphan content somewhere. bug=370174 r+sr=roc blocking1.9=dbaron
git-svn-id: svn://10.0.0.236/trunk@246323 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 21:21:15 +00:00 |
|
nelson%bolyard.com
|
c175001aed
|
Bug 414635 - Implement HASH_GetType. r=nelson,rrelyea
Patch contributed by Honza Bambas (:mayhemer) <honzab@allpeers.com>
git-svn-id: svn://10.0.0.236/trunk@246322 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 21:14:32 +00:00 |
|
joshmoz%gmail.com
|
1c02df87b5
|
use "-fobjc-exceptions" for all .mm files. p=shebs b=163260 r=josh r=ted
git-svn-id: svn://10.0.0.236/trunk@246321 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 21:08:37 +00:00 |
|
dbaron%dbaron.org
|
a377d08a34
|
Thorough reftests for CSS2 10.3.7 and 10.3.8 that I wrote for bug 403328.
git-svn-id: svn://10.0.0.236/trunk@246320 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 20:52:06 +00:00 |
|
dtownsend%oxymoronical.com
|
9f1afe42e8
|
Bug 404531: Clear private data shutdown confirmation hangs. r=gavin
git-svn-id: svn://10.0.0.236/trunk@246319 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 20:42:24 +00:00 |
|
benjamin%smedbergs.us
|
80c6df3d0a
|
Bug 419079 - cast void* in js/src for C++ compatibility, r+a=crowder
git-svn-id: svn://10.0.0.236/trunk@246318 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 20:41:28 +00:00 |
|
bent.mozilla%gmail.com
|
bba2b05fe4
|
Bug 414977 - "insufficient unlink methods in some DOM classes?". Move the warning until after XPConnect deferred releases, r=dbaron, sr=peterv, a=blocking1.9+.
git-svn-id: svn://10.0.0.236/trunk@246317 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 20:25:12 +00:00 |
|
bent.mozilla%gmail.com
|
08137f6100
|
Bug 417564 - "protect against Obj-C exceptions in 'accessible' top-level directory". r=josh, sr=roc, a=blocking1.9+.
git-svn-id: svn://10.0.0.236/trunk@246316 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 20:13:18 +00:00 |
|
ghendricks%novell.com
|
ada9c9a9b5
|
search by product selection was failing.
git-svn-id: svn://10.0.0.236/trunk@246315 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 20:10:54 +00:00 |
|
crowder%fiverocks.com
|
2b3c4771a1
|
Bug 419018 - Fix silly crash in slowarray_enumerate, patch by mrbkap, r=shaver, a1.9=mconnor
git-svn-id: svn://10.0.0.236/trunk@246314 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 19:40:57 +00:00 |
|
enndeakin%sympatico.ca
|
c6c097a2c3
|
Bug 405719, don't set open attribute too early, followup patch which fixes test
git-svn-id: svn://10.0.0.236/trunk@246313 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 18:34:08 +00:00 |
|
bugzilla%standard8.plus.com
|
5f664e82a0
|
Test case for bug 387579. r/sr=Neil
git-svn-id: svn://10.0.0.236/trunk@246312 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 17:58:22 +00:00 |
|
bugzilla%standard8.plus.com
|
203e19b10b
|
Bug 419038 Replace nsISupportsArray usage for nsMsgCompose State Listeners. r/sr=Neil
git-svn-id: svn://10.0.0.236/trunk@246311 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 17:23:58 +00:00 |
|
dholbert%cs.stanford.edu
|
33fc0d9c84
|
Bug 413180: Stop distributing span pct-width to cols when there are only 0-width cols left. r+sr=dbaron a=beltzner
git-svn-id: svn://10.0.0.236/trunk@246310 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 17:15:28 +00:00 |
|
neil%parkwaycc.co.uk
|
c373ab4755
|
nsMsgKeyArray cleanup: pass references, not pointers b=413413 r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@246309 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 15:02:34 +00:00 |
|
uriber%gmail.com
|
7526660bf7
|
When all three of 'left', 'width', and 'right' of an absolutely-positioned elemnt are 'auto', use the direction of the static-position containing block (rather than the actual containing block) to decide whether to set 'left' or 'right' to the static position. bug=403328 r+sr=dbaron b1.9=mtschrep
git-svn-id: svn://10.0.0.236/trunk@246308 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 13:44:08 +00:00 |
|
ted.mielczarek%gmail.com
|
a955e38c12
|
attempt to fix thunderbird bustage from bug 263381 - support --with-system-sqlite3
git-svn-id: svn://10.0.0.236/trunk@246307 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 13:36:43 +00:00 |
|
bclary%bclary.com
|
ac126bfcbf
|
Siyphus - checkout by date foobar, bug 419027
git-svn-id: svn://10.0.0.236/trunk@246306 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 13:25:23 +00:00 |
|
bclary%bclary.com
|
0c460ef1c9
|
Siyphus - ah crap timeout foobar, bug 419026
git-svn-id: svn://10.0.0.236/trunk@246305 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 13:21:43 +00:00 |
|
ted.mielczarek%gmail.com
|
2624291030
|
bug 418613 - MOZ_DEBUG_SYMBOLS clobbers optimize flags, LDFLAGS. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@246304 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:54:08 +00:00 |
|
reed%reedloden.com
|
753d65a3a0
|
Bug 376706 - "Can't Delete History by Date when grouped by 'Date' or by 'Date and Site'" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a=blocking-firefox3+]
git-svn-id: svn://10.0.0.236/trunk@246303 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:46:30 +00:00 |
|
reed%reedloden.com
|
0191864e90
|
Bug 418119 - "nsIContentPolicy not called for external DTDs of XML documents" [p=trev.moz@adblockplus.org (Wladimir Palant) r=sicking sr=peterv a1.9=beltzner a=blocking1.9+]
git-svn-id: svn://10.0.0.236/trunk@246302 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:32:24 +00:00 |
|
cltbld
|
408a56a7bd
|
Automated update from host egg.build.mozilla.org
git-svn-id: svn://10.0.0.236/trunk@246301 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:31:02 +00:00 |
|
reed%reedloden.com
|
b2e759c47f
|
Bug 402161 - "moz_places_visitcount index is bad in some profiles" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a=blocking-firefox3+]
git-svn-id: svn://10.0.0.236/trunk@246300 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:30:44 +00:00 |
|
reed%reedloden.com
|
69a06f3a97
|
Bug 408115 - "Add post-restart notification of new add-on installs" (string addition only) [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) ui-r+a1.9=beltzner a=blocking-firefox3+]
git-svn-id: svn://10.0.0.236/trunk@246299 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:29:54 +00:00 |
|
reed%reedloden.com
|
662cf99c20
|
Bug 395755 - "If blog title is long, RSS subscribe menu becomes useless" [p=philringnalda@gmail.com (Phil Ringnalda) r=gavin ui-r+a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246298 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:27:21 +00:00 |
|
reed%reedloden.com
|
a8c9b088b3
|
Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246297 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:26:00 +00:00 |
|
reed%reedloden.com
|
e77a23d0ae
|
Bug 418804 - "Update storage query processor for XUL templates from changes to mozIStorageService::OpenDatabase" [p=laurent@xulfr.org (Laurent Jouanneau) r=sdwilsh sr=roc a1.9=damons]
git-svn-id: svn://10.0.0.236/trunk@246296 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:24:45 +00:00 |
|
reed%reedloden.com
|
d855592362
|
Bug 349865 - "Drop "Copy Link Location" from mailto: link context menu" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=gavin ui-r+a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246295 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:23:56 +00:00 |
|
reed%reedloden.com
|
c907b5b37d
|
Bug 417924 - "Buttons shouldn't drastically increase size of menu bar" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246294 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:23:10 +00:00 |
|
reed%reedloden.com
|
40a9176784
|
Bug 396816 - "Location bar should be self describing: "Search Bookmarks and History"" (string addition only) [p=dao@mozilla.com (Dão Gottwald) ui-r+a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246293 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:21:47 +00:00 |
|
reed%reedloden.com
|
64ca6e985d
|
Bug 418173 - "runtests.pl needs to do case insensitive expanding on windows" (Make the regex case insensitive) [p=bugspam.Callek@gmail.com (Justin Wood [Callek]) r=Waldo a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246292 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:19:54 +00:00 |
|
reed%reedloden.com
|
17afe027be
|
Bug 418812 - "Crash @ nsXULListitemAccessible::GetListAccessible() when hitting Reply from within a Thunderbird message" (add a NULL check) [p=marco.zehe@googlemail.com (Marco Zehe) r=surkov a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246291 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:07:54 +00:00 |
|
reed%reedloden.com
|
596340e45e
|
Bug 418355 - "Location bar remains yellow with mixed content on Linux" (Don't show yellow if level=broken) [p=hk9565@gmail.com (Adam Barth) r=gavin a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246290 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:06:58 +00:00 |
|
reed%reedloden.com
|
d0cb5f9262
|
Bug 416410 - "Gnomestripe doesn't eat -moz-appearance rules from bug 400703" [p=dao@mozilla.com (Dão Gottwald) r=Ryan a1.9=beltzner]
git-svn-id: svn://10.0.0.236/trunk@246289 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 11:06:17 +00:00 |
|
jwatt%jwatt.org
|
1a6b87f260
|
Bug 409565. "ASSERTION: unexpected frame type" with -moz-column, float, svg. r=bz@bzarsky@mit.edu, sr=roc@ocallahan.org, b1.9=mtschrep@gmail.com
git-svn-id: svn://10.0.0.236/trunk@246288 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 10:50:32 +00:00 |
|
aaronleventhal%moonset.net
|
8abfce7375
|
Bug 417518. Prevent text leaf accessibles from implementing advanced interfaces. r=surkov, a=belztner
git-svn-id: svn://10.0.0.236/trunk@246287 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 09:52:02 +00:00 |
|
kaie%kuix.de
|
0e2934cd8d
|
Bug 416827, Enable Digicert root CA certificate for EV use
r=rrelyea, approval1.9=beltzner
git-svn-id: svn://10.0.0.236/trunk@246286 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 08:54:42 +00:00 |
|
kaie%kuix.de
|
a6b397d1e2
|
Bug 418701, Enable Quo Vadis root CA certificate for EV use
r=rrelyea, approval1.9=beltzner
git-svn-id: svn://10.0.0.236/trunk@246285 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 08:51:59 +00:00 |
|
kaie%kuix.de
|
c86f26a21a
|
Bug 416850, Deleting a security exception and then re-adding it causes cert exception to remain valid
r=rrelyea, approval1.9=beltzner
git-svn-id: svn://10.0.0.236/trunk@246284 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 08:50:11 +00:00 |
|
edward.lee%engineering.uiuc.edu
|
952afc99f9
|
Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner
git-svn-id: svn://10.0.0.236/trunk@246283 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 08:36:00 +00:00 |
|
dietrich%mozilla.com
|
fec0c894f5
|
Bug 384370 - strings only (r+uir+a=beltzner)
git-svn-id: svn://10.0.0.236/trunk@246282 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 07:55:53 +00:00 |
|
dcamp%mozilla.com
|
2c5a9549b0
|
Strings-only patch for bug 397417. ui-r=beltzner, a=beltzner
git-svn-id: svn://10.0.0.236/trunk@246281 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 07:28:48 +00:00 |
|
wtc%google.com
|
c3ea3c5c19
|
Bug 418686: added _wince.cfg and _wince.h for Windows Mobile support. The
patch is contributed by Doug Turner <dougt@meer.net>. r=wtc.
git-svn-id: svn://10.0.0.236/trunk@246280 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 07:13:26 +00:00 |
|
reed%reedloden.com
|
7762a5168f
|
Bug 416416 - "change extensions.update.url to not live behind https://addons.mozilla.org/" [p=reed r=Mossop a1.9=beltzner a=blocking-firefox3+]
git-svn-id: svn://10.0.0.236/trunk@246279 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 07:08:16 +00:00 |
|
dolske%mozilla.com
|
762d41c040
|
Strings-only for bug 417302 - about:robots. (forgot manifest with last check-in)
git-svn-id: svn://10.0.0.236/trunk@246278 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 07:01:02 +00:00 |
|
dcamp%mozilla.com
|
f3b3457aed
|
Bug 399528: Add 'never for this site' option to the offline-app notification bar. r=mconnor, ui-r=beltzner, blocking-firefox3=mconnor
git-svn-id: svn://10.0.0.236/trunk@246277 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 06:34:16 +00:00 |
|
edward.lee%engineering.uiuc.edu
|
b7c0c0b924
|
Backing out bug 406857 to wait for red to go away.
git-svn-id: svn://10.0.0.236/trunk@246276 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 06:05:19 +00:00 |
|
dolske%mozilla.com
|
854d92439b
|
Strings-only for bug 417302 - about:robots. r=mconnor, ui-r=mconnor
git-svn-id: svn://10.0.0.236/trunk@246275 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 06:04:41 +00:00 |
|
edward.lee%engineering.uiuc.edu
|
7f9bff242d
|
Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner
git-svn-id: svn://10.0.0.236/trunk@246274 18797224-902f-48f8-a5cc-f745e15eee43
|
2008-02-22 05:32:18 +00:00 |
|