dolske@mozilla.com
3483aa92ce
Bug 386283: startup warning at nsChromeRegistry.cpp, line 1249. r=benjamin, sr=biesi
2007-07-14 18:34:08 -07:00
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
dtownsend@oxymoronical.com
2aaa2d3ab1
Testcase for bug 380398: appversion manifest flag is broken in certain situations. r=bsmedberg
2007-05-30 14:52:47 -07:00
Olli.Pettay@helsinki.fi
e979ff3b11
Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz
2007-05-22 14:45:03 -07:00
dtownsend@oxymoronical.com
c37f52b2b2
Bug 380398: appversion manifest flag has a broken length check. r=bsmedberg
2007-05-18 06:42:06 -07:00
dbaron@dbaron.org
4d961c5c49
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
benjamin%smedbergs.us
017bcc6860
Bug 391311 followup - if the chrome registry doesn't initialize correctly, don't crash on destruction, r=Mossop a=beltzner
2008-04-11 15:05:58 +00:00
benjamin%smedbergs.us
ccb71d799b
Bug 292789 (the chrome registry part), add a contentaccessible flag for packages and expose it on nsIXULChromeRegistry, r=dtownsend sr=jst a=beltzner
2008-04-11 13:39:44 +00:00
reed%reedloden.com
4a50e11868
Bug 292549 - "crash [@ nsFrame::BoxReflow] at start of page rendering -Trunk" (Don't initialize the chrome registry if JAR isn't up) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=Mossop a1.9=beltzner]
2008-04-04 09:02:15 +00:00
dveditz%cruzio.com
aca7958cd7
bug 417086 fix regression with ':' in chrome URI fragments, r/sr=bsmedberg, blocking-firefox3+
...
bug 415191 rdf/chrome version of bug 413250, r/sr=neil
2008-03-07 01:20:44 +00:00
neil%parkwaycc.co.uk
d99da5b164
Fix nit in previous patch b=416531 r=Mano etc.
2008-02-22 23:35:01 +00:00
reed%reedloden.com
28e752d202
Bug 416531 - "Use chrome overrides to display Aero style icons on Vista" (Fix cached chrome channels) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=Mano a=blocking-firefox3+]
2008-02-21 10:57:16 +00:00
reed%reedloden.com
7ab9647131
Bug 415367 - "ieTab extension not working due to use of ":" in chrome URIs" (adding test only) [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r+sr=dveditz]
2008-02-17 03:29:20 +00:00
dveditz%cruzio.com
7f6cc7bd4f
bug 415338 (follow-on to bug 413250) don't scan query parts of chrome URIs to not break addons (as inspired by similar Seamonkey regression) . r/sr=neil, a=mtscrehp
2008-02-02 19:50:09 +00:00
dveditz%cruzio.com
b5d790e9d0
bug 413250 additional patch to catch double escaped chrome URIs too. r/sr=bsmedberg, a=beltzner
2008-02-01 01:59:12 +00:00
dveditz%cruzio.com
4cfe62d18d
bug 413250 fix chrome: URI scheme traversal. r=Neil, sr=bsmedberg
2008-01-25 06:57:52 +00:00
dtownsend%oxymoronical.com
df8df476c2
Bug 401153: Provide resource:// substitutions for installed add-ons.
...
r=bsmedberg, a=beltzner
2007-12-21 19:32:56 +00:00
mrbkap%gmail.com
c0266545b9
Use two flags for filenames: "system" and "want native wrappers". bug 408859, r=jst sr+a=brendan
2007-12-20 03:11:03 +00:00
reed%reedloden.com
7f17e6b099
Bug 405368 - "Allow runtime overrides by Linux version for chrome" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg a1.9=beltzner]
2007-11-28 22:47:01 +00:00
reed%reedloden.com
70475d05c7
Bug 403621 - "fix various ArrayEnumerator implementations" [p=dao@mozilla.com (D��o Gottwald) r=Mano a1.9=schrep]
2007-11-21 21:15:40 +00:00
reed%reedloden.com
08ea66399c
Bug 330447 - "remove " ." from "No chrome package registered" error message" [p=sgautherie.bz@free.fr (Serge Gautherie) r=gavin a1.9=damons]
2007-11-13 08:50:30 +00:00
reed%reedloden.com
99c0719dc7
Attempt to fix bustage on Mac caused by bug 397073.
2007-11-13 06:04:00 +00:00
reed%reedloden.com
12e9327999
Bug 397073 - "Allow runtime overrides by OS version for chrome" [p=Mossop r=bsmedberg a1.9=schrep]
2007-11-13 05:38:49 +00:00
reed%reedloden.com
379d89a4ee
Bug 399707 - "Add inverse matching for string flags" [p=Mossop r=bsmedberg a1.9=damons]
2007-11-13 05:32:10 +00:00
dolske%mozilla.com
8a59b4e577
Bug 386283: startup warning at nsChromeRegistry.cpp, line 1249. r=benjamin, sr=biesi
2007-07-15 01:34:08 +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
dtownsend%oxymoronical.com
66175b8f21
Testcase for bug 380398: appversion manifest flag is broken in certain situations. r=bsmedberg
2007-05-30 21:52:48 +00:00
Olli.Pettay%helsinki.fi
6f25a6cffd
Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz
2007-05-22 21:45:07 +00:00
dtownsend%oxymoronical.com
52d0b209de
Bug 380398: appversion manifest flag has a broken length check. r=bsmedberg
2007-05-18 13:42:06 +00:00
dbaron%dbaron.org
a32fb9b241
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 15:33:45 +00:00
peterv%propagandism.org
d30bc4f055
Fix for bug 372679 (mozilla/chrome/src/nsChromeUIDataSource.* is unused). r=bsmedberg.
2007-03-08 10:24:40 +00:00
jonas%sicking.cc
933a869dff
Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest.
2007-02-16 22:59:06 +00:00
philringnalda%gmail.com
a8ee89668a
Bug 323455: chrome override URIs not resolved, p=chpe@gnome.org, r=bsmedberg
2006-12-31 03:20:27 +00:00
gijskruitbosch%gmail.com
33f52d2ec3
Bug 361087 - remove the nsIXULPrototypeDocument interface
...
p=asqueella@gmail.com (Nickolay Ponomarev)
r+sr=bugmail@sicking.cc (Jonas Sicking)
2006-12-22 16:11:16 +00:00
bzbarsky%mit.edu
142a417a31
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
roc+%cs.cmu.edu
8c3f0278d7
Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky
2006-06-15 03:20:19 +00:00
benjamin%smedbergs.us
790a68c37b
Bug 338037 - fail earlier when resolving improperly formatted URLs, r=darin
2006-05-19 23:32:49 +00:00
darin%meer.net
5546eca278
fixing upload to a file channel and the win32 vc6 build bustage (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD)
2006-05-10 22:49:04 +00:00
darin%meer.net
7d3e7d7acd
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
beng%bengoodger.com
753423defb
335561 - nsChromeProtocolHandler does not respect original URI. r+sr=bz
2006-04-27 00:24:20 +00:00
mrbkap%gmail.com
4b4b33b80d
nsChromeRegistry needs to QI to nsISupports.
2006-01-26 01:07:37 +00:00
bsmedberg%covad.net
c85be04cc3
Bug 322965 (relanding) - Allow building xulrunner with --disable-xul, this fixes dynamic builds which didn't have the correct linker flags and combines passwordmgr/satchel in one XPCOM module since they have symbol dependencies
2006-01-25 20:23:24 +00:00
pavlov%pavlov.net
fbc6cb3e44
backing out bsmedberg's checkins for bug 322965 due to build bustage.
2006-01-25 04:54:07 +00:00
bsmedberg%covad.net
9b69041028
Bug 322965 - Allow building XULRunner with --disable-xul, r=dougt (This also contains some bits of 299988, build gtkmozembed into libxul)
2006-01-24 19:27:00 +00:00
bsmedberg%covad.net
cccfd9ad0d
Bug 132183 - Chrome registry doesn't handle uppercase package names; normalize all packages to lowercase, r=darin+Neil
2005-12-14 15:49:23 +00:00
neil%parkwaycc.co.uk
f0be4e9388
Bug 318128 Fix abuse of the CSS loader as a service r=bsmedberg sr=bz
2005-12-09 11:10:36 +00:00
bzbarsky%mit.edu
025c02e44e
Improve the CSSLoader API: make it clear which methods return results
...
sync and which return async, move the handling of alternates more completely
into the CSSLoader, make it possible for observers to tell whether the load
actually succeeded. Bug 293825, r+sr=peterv
2005-09-12 18:41:15 +00:00
bsmedberg%covad.net
10260aa402
Bug 302276 - Flip xpcnativewrappers default to yes - r=bz sr=shaver
2005-08-25 15:22:00 +00:00
bsmedberg%covad.net
e373887d61
Bug 300731 - Change app/extension version scheme going forward, r=darin+shaver a=shaver
2005-07-23 14:05:25 +00:00