roc+%cs.cmu.edu
b342129017
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2008-02-01 20:31:26 +00:00
jst%mozilla.jstenback.com
68f65b8482
Landing fix for bug 244952, patch by chantepie@altern.org. Fixing crash when creating multiple proxy instances for the same webservice. r=keeda@hotpop.com, sr=jst@mozilla.org
2008-02-01 20:31:25 +00:00
roc+%cs.cmu.edu
7d705ee7a8
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2008-02-01 20:31:24 +00:00
hpradhan%hotpop.com
b7e75f7400
bug 241970 : Make webservices use static atoms r+sr=jst
...
bug 241975 : nsSOAPPropertyBag cleanup r=peterv sr=jst
bug 242157 : Deal with wsdl that has a types element with more than one schema children r=peterv sr=jst
2008-02-01 20:31:23 +00:00
peterv%propagandism.org
92c88dbc01
Where's my head? (nsInterfaceHashtable::Init returns a PRBool)
2008-02-01 20:31:22 +00:00
dmose%mozilla.org
6a3337defc
Fix XML Schema crash that happens when using WSDL/SOAP arrays (bug 246082). r=timeless; sr=jst
2008-02-01 20:31:21 +00:00
peterv%propagandism.org
7f1842ed8f
Fix schema code bustage () from fix for bug 241201
2008-02-01 20:31:20 +00:00
peterv%propagandism.org
b1a7685ab0
Fix for bug 241201 (Clean up some webservices code). r/sr=jst.
2008-02-01 20:31:19 +00:00
gerv%gerv.net
a6ac867660
Bug 236613: change to MPL/LGPL/GPL tri-license.
2008-02-01 20:31:18 +00:00
jst%mozilla.jstenback.com
da6619e2a9
Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org
2008-02-01 20:31:17 +00:00
jst%mozilla.jstenback.com
d7e332dbc7
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2008-02-01 20:31:16 +00:00
caillon%returnzero.com
7c5a380e06
Re-land patch for bug 83536, merging principal objects.
...
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2008-02-01 20:31:15 +00:00
caillon%returnzero.com
3b3b63856d
Backing out the patch to bug 83536.
...
I will reland this when 1.6a re-opens.
r+sr=jst@netscape.com
a=chofmann
2008-02-01 20:31:14 +00:00
caillon%returnzero.com
ff7148c65b
Bug 83536.
...
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2008-02-01 20:31:13 +00:00
jaggernaut%netscape.com
e78e44c83a
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2008-02-01 20:31:12 +00:00
aaronl%netscape.com
f5a00ac2d4
Bug 208460. Remove nsIDOM3Node.idl dependency from nsIDOMNode.idl
2008-02-01 20:31:11 +00:00
dwitte%stanford.edu
1970746aea
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2008-02-01 20:31:10 +00:00
harishd%netscape.com
5285a84940
Make sure to resolve place-holder-array-type. b=192141, r=rayw@netscape.com, sr=vidur@netscape.com.
...
The target namespace on <schema> should be applied to <element> if and only if <element> is qualified. b=192972. r=rayw@netscape.com , sr=jst@netscape.com .
Fixed a few warnings.
*** NOT PART OF THE BUILD ***
2008-02-01 20:31:09 +00:00
bryner%brianryner.com
54c1dfaca7
deCOMtaminate nsINodeInfo and nsINodeInfoManager. See bug 225060 for details. r=sicking, sr=jst.
2008-02-01 20:31:08 +00:00
cbiesinger%web.de
0aaa7e2dcd
Bug 239494 Typo in nsSchemaSimpleTypes.cpp
...
patch by Robert J. Accettura <robert@accettura.com> r=doron sr=jst a=chofmann
2008-02-01 20:31:07 +00:00
jst%mozilla.jstenback.com
9e00cecc85
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
2008-02-01 20:31:06 +00:00
dbaron%dbaron.org
fc6bacc92c
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2008-02-01 20:31:05 +00:00
caillon%returnzero.com
fa5698a3fd
Reducing webservices codesize from my checkin to bug 209087 r+sr=jst
2008-02-01 20:31:04 +00:00
caillon%returnzero.com
56250c2574
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2008-02-01 20:31:03 +00:00
peterv%netscape.com
c4bc0aa65d
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2008-02-01 20:31:02 +00:00
heikki%netscape.com
f857dd6e23
Bug 158977, GetResponseXML() can return null document even with NS_OK return value, so callers need to check the document exists before using it. r=bzbarsky, sr=jst.
2008-02-01 20:31:01 +00:00
dbaron%fas.harvard.edu
b701b6c574
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2008-02-01 20:31:00 +00:00
heikki%netscape.com
60b27fb718
Bug 127490, fix compiler warning. r=vidur, sr=jband, a=asa.
2008-02-01 20:30:59 +00:00
darin%netscape.com
e01f850552
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2008-02-01 20:30:58 +00:00
vidur%netscape.com
340e095b26
Reverted to having a cannonical namespace for schema and SOAP builtin types rather than maintaining two sets of each. For arrays with unspecified xsi:arrayType, the dimension is now 0.
2008-02-01 20:30:57 +00:00
vidur%netscape.com
602393d790
Sharing of builtin types across loaders. Complex types now know when they are array and expose their array type and dimension. This is not part of the default build.
2008-02-01 20:30:56 +00:00
vidur%netscape.com
8a3c8a0ee5
Fix for bug 122305. XMLHttpRequest now has a way to override the mime type of the incoming stream. r=heikki, sr=jst
2008-02-01 20:30:55 +00:00
vidur%netscape.com
55da5adcee
Record schema namespace since there are at least 2. [not part of build]
2008-02-01 20:30:54 +00:00
vidur%netscape.com
57caecd8d3
Default builtin types always return correct schema namespace. This is not part of the build.
2008-02-01 20:30:53 +00:00
vidur%netscape.com
f2b9f9d254
Introduction of special SOAP types. Acceptance of pre-release schema namespace.
2008-02-01 20:30:52 +00:00
rayw%netscape.com
951d717bc5
Not part of default build.
...
Fixed casing of included file so that it compiles
on Linux. Schema is not part of build.
rs=rayw
2008-02-01 20:30:51 +00:00
vidur%netscape.com
7eec87bcd2
Added nsISchemaCollection interface. Started using DOM3 namespace lookup methods. This is not (as yet) part of the build.
2008-02-01 20:30:50 +00:00
vidur%netscape.com
520bb99a66
Implemented first pass of schema loader. This is not part of the build.
2008-02-01 20:30:49 +00:00
vidur%netscape.com
419fb0c033
More work in progress on schema loading. This is not yet part of the build.
2008-02-01 20:30:48 +00:00
vidur%netscape.com
b45a14ba37
Work in progress on XML Schema representation component
2008-02-01 20:30:47 +00:00
vidur%netscape.com
f2213b5dac
Remove linux warnings. This is not part of the default build.
2008-02-01 20:30:41 +00:00
vidur%netscape.com
e0147eef0f
Removal of DOS linefeeds. Child iterator can take multiple allowed namespaces. This is not part of the build.
2008-02-01 20:30:40 +00:00
vidur%netscape.com
314965d425
Adding DOM utility classes. This could get moved to a more general location if we continue to add functionality that is common to multiple modules. For now, it's a schema/wsdl-only thing. This is not yet part of the build.
2008-02-01 20:30:39 +00:00
gijskruitbosch%gmail.com
9030e39921
Regression fix from bug 364789, r=silver (James Ross), NPOTB
2008-01-31 16:43:05 +00:00
reed%reedloden.com
d0d47837a7
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-30 07:12:25 +00:00
reed%reedloden.com
fb05f91fb6
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-30 04:29:32 +00:00
Olli.Pettay%helsinki.fi
b836a66ad7
Bug 333262,In <inspector.xml>, strict warning 'reference to undefined property event.originalTarget.nodeType', r=sdwilsh, sr=neil, a=dsicore
2008-01-29 19:01:14 +00:00
kairo%kairo.at
ca0fab4d7f
bug 414163 - Add nb-NO to ChatZilla and Venkman all-locales
2008-01-28 19:09:56 +00:00
pete%mozdevgroup.com
f958831705
b=412703
...
nsProfileCollector: Log version and locale in <install>
r=varga
--pete
2008-01-28 15:48:08 +00:00
roc+%cs.cmu.edu
26e70d2720
Bug 413318. Fix broken canvas3d build. r=vlad, NPOTB
2008-01-26 23:28:51 +00:00
silver%warwickcompsoc.co.uk
8f70b86e97
Bug 370319 - Use full hostname for bans, and don't bother with username. ChatZilla only. r=gijs
2008-01-26 23:08:50 +00:00
silver%warwickcompsoc.co.uk
9f4ebedbe4
Bug 299472 - Tag commands being activated via keyboard shortcuts as such. ChatZilla only. r=gijs
2008-01-26 23:03:31 +00:00
gijskruitbosch%gmail.com
dac554cebd
Bug 412851 - /names command duplicates channel user list
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTDB.
2008-01-26 22:31:17 +00:00
gijskruitbosch%gmail.com
16c8ef2902
Bug 364789 - Rewrite URL handling - fix regression caused by previous patch
...
r=silver on IRC
ChatZilla Only. NPOTFFB.
2008-01-26 00:08:59 +00:00
reed%reedloden.com
75e985492c
Bug 289394 - "Double.cpp causes unaligned accesses" [p=davidm@hpl.hp.com (David Mosberger) / eric@debian.org (Eric Dorland) / mh+mozilla@glandium.org (Mike Hommey) r+sr=sicking sr=bryner a1.9=beltzner]
2008-01-25 08:02:05 +00:00
stefanh%inbox.com
c9a94464e0
Removing obsolete files from bug 413202
2008-01-23 20:57:00 +00:00
stefanh%inbox.com
0e594828a8
Bug 413202, adding 2 files
2008-01-23 20:33:14 +00:00
stefanh%inbox.com
490d052203
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 20:29:18 +00:00
reed%reedloden.com
b60b7134a0
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-22 00:14:11 +00:00
gijskruitbosch%gmail.com
32666aa879
Bug 364789 - Rewrite URL handling (cope with flags in auto-connect, etc.)
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTDB.
2008-01-20 16:39:10 +00:00
silver%warwickcompsoc.co.uk
15482d4026
Bug 413125 - Adopt nodes when document might (incorrectly) be cleaned up by GC so that they continue to have a valid ownerDocument. ChatZilla only. r=gijs
2008-01-20 16:34:11 +00:00
silver%warwickcompsoc.co.uk
fb9574f0e5
Bug 298736 - Delay stopping execution until after the stop button has finished. Venkman only. r=gijs
2008-01-20 12:13:12 +00:00
gijskruitbosch%gmail.com
33fefab8d4
Bug 410201 - Make /help do something useful on non-browser-apps
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTDB.
2008-01-20 12:08:45 +00:00
gijskruitbosch%gmail.com
94ec797158
Bug 397869 - Sanify console.host usage
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTDB.
2008-01-20 12:07:52 +00:00
silver%warwickcompsoc.co.uk
e2ca8973fe
Bug 413131 - Position drag-drop arrow better for themes which set margins on tabs. ChatZilla only. r=gijs
2008-01-20 11:19:11 +00:00
silver%warwickcompsoc.co.uk
97ab796377
Bug 412887 - Disable user commands submenu when multiple users are selected, and show count of users instead of an arbitary name. ChatZilla only. r=gijs
2008-01-20 11:11:34 +00:00
silver%warwickcompsoc.co.uk
c4251aa5bb
Bug 303631 - Allow PRIVMSGs with in valid source (for IRCX ONJOIN extension). ChatZilla only. r=gijs
2008-01-20 10:17:59 +00:00
silver%warwickcompsoc.co.uk
dd0b333d23
Bug 412310 - Fix /ban and /except commands showing lists. ChatZilla only. r=gijs
2008-01-20 10:14:11 +00:00
silver%warwickcompsoc.co.uk
b53e9a705d
Bug 412316 - Hide some of the more dangerous options from users. ChatZilla only. r=gijs
2008-01-20 09:44:31 +00:00
gijskruitbosch%gmail.com
307a62cab2
Bug 409730 - Venkman doesn't display a correct button in the Sunbird toolbar
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTFFB.
2008-01-19 16:01:40 +00:00
gijskruitbosch%gmail.com
66ce9f518d
Bug 412246 - Control-A/Select-All support for userlist
...
r=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
p=mf_12@hotmail.com (Mitch)
ChatZilla Only. NPOTFFB.
2008-01-19 15:45:47 +00:00
kairo%kairo.at
430de9ca36
bug 412778 - Installer repackaging and installation of venkman language packs (in SeaMonkey), r=mcsmurf
2008-01-19 11:47:31 +00:00
aaronr%us.ibm.com
343dbb7848
[XForms] NPOTDB linux build break in xforms. Bug 413013, p=tor r=olli+aaronr
2008-01-18 22:54:33 +00:00
kairo%kairo.at
61a2e3e2c4
bug 412821 - Adding Russian locale to all-locales for venkman, bug 413000 - Adding Swedish locale of Venkman to all-locales
2008-01-18 20:52:24 +00:00
aaronr%us.ibm.com
1be09f50de
[NPOTDB] Webservices build broken. Bug 412665, r=bsmedberg
2008-01-17 19:16:25 +00:00
kairo%kairo.at
2b7684ba22
bug 412801 - Adding French locale to all-locales for venkman
2008-01-17 17:41:37 +00:00
pete%mozdevgroup.com
cf8ede69c5
b=408127
...
r=varga
UI Elements/Events to be instrumented
listen for Larry and bm star popups
--pete
2008-01-17 16:13:25 +00:00
kairo%kairo.at
119bc12804
bug 394633 - Source L10n for venkman (work with CVS localization), r=gijskruitbosch (removing files that are now obsolete)
2008-01-17 13:05:26 +00:00
aaronr%us.ibm.com
89412f8ab9
[XForms] NPOTDB implement if/while without virtual inheritance. Bug 388976, p=smaug r=jlc+aaronr
2008-01-16 21:26:35 +00:00
kairo%kairo.at
222fd3ccd9
bug 394633 - Source L10n for venkman (work with CVS localization), r=gijskruitbosch
2008-01-16 20:45:32 +00:00
aaronr%us.ibm.com
7b9788e285
[XForms] NPOTDB fix optimized build break. Bug 280423, r=olli+surkov
2008-01-16 20:42:02 +00:00
silver%warwickcompsoc.co.uk
655488dc67
Bug 347847 - Use 'accesskey' for paired items to aid localisation.
...
JavaScript Debugger only.
r=silver
p=giacomo.magnini@portalis.it (Giacomo Magnini)
2008-01-16 19:33:25 +00:00
gijskruitbosch%gmail.com
0162b171e4
Releasing Venkman 0.9.87.2! No bug, rs=ajvincent@gmail.com, NPOTFFB.
2008-01-16 19:33:24 +00:00
gijskruitbosch%gmail.com
a79c13c891
Bug 406205 - Add Watch Expression doesn't work after the first time.
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTFFB.
2008-01-16 19:33:23 +00:00
gijskruitbosch%gmail.com
07a17af4f8
Releasing Venkman 0.9.87.1! NPOTFFB
2008-01-16 19:33:22 +00:00
gijskruitbosch%gmail.com
24c2b7aaec
Bug 405866 - Venkman broken on trunk due to l10n change
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTFFB.
2008-01-16 19:33:21 +00:00
reed%reedloden.com
7e6067d8b2
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]
2008-01-16 19:33:20 +00:00
gijskruitbosch%gmail.com
06b422dd94
Bug 394589 - Change max source tab pref and make its use more obvious.
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only (NPOTFFB).
2008-01-16 19:33:19 +00:00
gijskruitbosch%gmail.com
66d76b8db4
Bug 347888 - Profiler doesn't guess at function names without some user help.
...
r=silver (James Ross)
Venkman/SeaMonkey only.
2008-01-16 19:33:18 +00:00
gijskruitbosch%gmail.com
0f16720d97
Bug 341767 - Should be able to view profile data immediately
...
r=silver
2008-01-16 19:33:17 +00:00
gijskruitbosch%gmail.com
3ddcd81af0
Bug 342651 - Want to be able to go to a DOM node in DOMI from venkman's console/watch/locals
...
r=silver
2008-01-16 19:33:16 +00:00
timeless%mozdev.org
d602d44eed
Bug 268448 typo in Venkman.properties
...
change by brendan, r=timeless, rs=brendan
2008-01-16 19:33:15 +00:00
silver%warwickcompsoc.co.uk
39fc4b8278
Bump version to 0.9.86 so we can actually release a version and know what's going on. r=me
2008-01-16 19:33:14 +00:00
timeless%mozdev.org
058064c47e
Bug 328750 Change --disable-jsd error message
...
r=silver
2008-01-16 19:33:13 +00:00
timeless%mozdev.org
5ad40482a1
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2008-01-16 19:33:12 +00:00
dmose%mozilla.org
617b0f9b0f
Fix TypeError launching Venkman from firefox (bug 247507); p=silver@warwickcompsoc.co.uk, r=rginda. Not part of the default build.
2008-01-16 19:33:11 +00:00
timeless%mozdev.org
47337d7af8
Bug 281137 Add profiling column for functions excluding other functions running
...
Venkman part
patch by silver@warwickcompsoc.co.uk r=rginda sr=dmose a=bsmedberg
2008-01-16 19:33:10 +00:00
timeless%mozdev.org
78109e45df
Bug 268377 Small typo in emode help
...
patch by giacomo.magnini@portalis.it r=rginda
2008-01-16 19:33:09 +00:00
silver%warwickcompsoc.co.uk
8621d09c89
Bug 237233 - Add /show-constants command and menu item for hiding/showing read-only properties, like functions and ECMA properties.
...
Also bumping locale version number.
r=rginda
2008-01-16 19:33:08 +00:00
gerv%gerv.net
7ecfcebdb0
Bug 236613: change to MPL/LGPL/GPL tri-license.
2008-01-16 19:33:07 +00:00
silver%warwickcompsoc.co.uk
c79e55f0cd
Bug 235213 - Correct typo in help template.
...
JavaScript Debugger only.
r=rginda
2008-01-16 19:33:06 +00:00
silver%warwickcompsoc.co.uk
94dcf633e4
Bug 233085 - Actually update the locale file version number to match content's version number.
...
r=rginda@hacksrus.com
2008-01-16 19:33:05 +00:00
silver%warwickcompsoc.co.uk
6b09db79a8
Bug 233085 - Add "Copy Qualified Name" to Locals view context menu.
...
Bumping version and locale version too.
r=rginda@hacksrus.com
2008-01-16 19:33:04 +00:00
rginda%netscape.com
c61958cc70
fix locale version and add tailing quotes to messages that might otherwise end in a quote
2008-01-16 19:33:03 +00:00
rginda%netscape.com
fe9e66adb2
Landing venkman 0.9.78, bug 216452, a=asa
...
0.9.78 fixes the problem where the cursor would be left one character before the
end of the line after using the up arrow to recall a previous command, adds the
``clear-session'' command to clear the contents of the Interactive Session view.
It also adds ``Set Breakpoint'' to the context menu of the Loaded Scripts view,
and ``Set Breakpoint'' and ``Clear Breakpoint'' to the Call Stack view. This
revision also clears up a few strict mode warnings, and hides javascript: files
in the loaded scripts view.
2008-01-16 19:33:02 +00:00
rginda%netscape.com
5a2aa5842a
bug 204572, "land latest venkman", a=sspitzer
...
check in differences between 0.9.67 and 0.9.75
* Fixes literal tab expansion in the new source view
* Fixes places where search() was used instead of indexOf. bug 204341
* Makes it so that editing properties on a hard breakpoint also modifies
properties on the future breakpoint.
* Makes it so that venkman can load source for files are are currently being
loaded by mozilla. bug 166935
* Catches exceptions thrown by file picker widget
* fixes a typo in the change-container command
* fixes a bug where splitters would be misplaced if you dragged a view directly from one tab container to another
* adds tooltips to the buttons in the toolbar
2008-01-16 19:33:01 +00:00
rginda%netscape.com
48931e6a84
bug 203848, landing the latest venkman xpi, a=asa@mozilla.org
...
Fix the following bugs:
* Sometimes HTML files would not completely load in the source view. I had
been reusing a scriptable input stream in a place where that's not allowed.
* When you reloaded a file in the source view, the loaded scripts view would
stop responding to double clicks.
* If you cycled the ``Exclude Browser Files'' option from on to off, the
browser files would appear as disabled files, even though they were
no longer disabled.
* There was no way to delete a pref with the /pref command.
* If you moved a tree-based view, it would stop responding to double-clicks.
* The debugger would get into a bad state if you examined an object that
had a property named "__proto__".
Adds tabbed views.
2008-01-16 19:33:00 +00:00
rginda%netscape.com
ca707256a7
nly -
...
landing venkman 0.9.60
add x-jsd:debugger url handler to launch venkman. Useful to start venkman from feonix.
convert some of the 81 column files to 80 column.
Show disabled scripts (and files that contian them) in red italics in the Loaded Scripts view.
Fix some issues with step over. Requres the latest js engine fixes from bug 202177 to be completely effective.
add default window flags value for the /open-dialog command.
fix xml charset detection.
Use Math.floor instead of parseInt.
remove the "paint-hack" hack.
remove ":" from the list of illegal url characters.
unmark the stop line before setting a new one, to avoid the case where you see two yellow indicators in a single file.
add complete, selectable url below the source window in the source2 view.
e
clean up after bug 127589.
2008-01-16 19:32:59 +00:00
rginda%netscape.com
0fd9ed2e06
bug 197106, land venkman 0.9.53, venkman only
...
* adds the abillity to change values right from the Local Variables or Watch
views. Just double-click on the value and enter a new expression to be evaluated.
* adds the ability to add watches from the Local Variables view. Just select
"Add Watch Expression" from the context menu of the Local Variables view.
* adds the ability to save and restore breakpoints and watches.
* adds close buttons to the source view tabs.
* adds a pref to enable "clost tab on middle click" behavior, and a pref to
disable the new close buttons.
* changed from "type" attribute to "orient".
2008-01-16 19:32:58 +00:00
rginda%netscape.com
14ab72578a
venkman only, bug 194234, changes from 0.9.46 to 48, a=asa@mozilla.org
...
fixes ASSERTs about chrome calling window.alert, etc in debug builds
fixes problems setting breakpoints in files loaded by hand
"add watch expression..." added to context menu of Watch view
fixes file:/ urls loaded form the Open Windows view
2008-01-16 19:32:57 +00:00
rginda%netscape.com
aa72477c2b
- venkman only -
...
landing venkman 0.9.44
refactor prefs code, adding pref-manager.js
move CSS rules with english words into locale subdir
add fallback function hook to be called when regexp based name guessing fails
add "hide duplicates" option
add quicksearch-like textbox to the loaded scripts view
2008-01-16 19:32:56 +00:00
rginda%netscape.com
1eb89b8134
- venkman only -
...
fix array.sort fallout form bug 178722
show view names in floating window titles
don't spew to IS view when changing frames from the UI
bump version number
2008-01-16 19:32:55 +00:00
caillon%returnzero.com
e3150ec1db
** Venkman only **
...
Bug 154132, Allow copy from call stack.
r=rginda
2008-01-16 19:32:54 +00:00
rginda%netscape.com
89cf8a0ffe
venkman only, bug 176604, a=dbaron@fas.harvard.edu
...
* Fixes errors in the default string bundle
* Prevents a double-click on a scrollbar from being interpreted as a
double-click on the currently selected item
* Displays the value for Boolean and Number objects in the Local Variables and
Watch views.
* Fixes a problem saving profile data on versions of Mozilla from before Sept. 2002
* Makes breakpoints set as a result of a ``Scan for Meta Comments'' act as
future breakpoints, as well as hard breakpoints, so you don't have to rescan
after reloading.
* Fixes the "Two help menus" problem on the Mac (bug 162285)
2008-01-16 19:32:53 +00:00
rginda%netscape.com
cb0247d1a6
bug 166967, "profile summary is incorrect"
...
fix profile summary format string to include avg call time.
also makes isURLFiltered return true for empty urls.
2008-01-16 19:32:52 +00:00
rginda%netscape.com
5c7e0cf3bc
- venkman only -
...
crop view titles.
hide js components when "Exclude Browser Files" is enabled.
fix strict warnings.
use jsds to get parent instead of __parent__ to avoid warning.
make sure script is valid before trying to pretty print it.
don't trace errors from chrome urls if "Exclude Browser Files" is enabled.
add a source code colorization limit, default to 1500 lines.
add "Include ECMA Properties" and "Include Functions" options in the Locals and Watch views.
fix "Files" node in the Open Windows view.
Don't get property counts in the Locals and Watch views, because it takes too long.
don't print the hook error, of the hook in question was the display hook, to avoid an infinite loop.
Fix logic to reuse tabs once max-tab limit has been reached.
show an error when an unknown pref or pref pattern is passed to the /pref command.
2008-01-16 19:32:51 +00:00
rginda%netscape.com
a2f591934f
- venkman only -
...
bug 160917, land venkman 0.9.33
makes eval the default command, require / before all other commands.
add "evaluation object" to eval against objects in arbitrary windows without being stopped.
adds charset detection to the new source view.
add "msg.report.charset" to specify which charset localizd messages should be converted to before writing them into a profile report or generated help text.
move profile report templates into the locale directory so they can be properly localized.
change file->quit to file->exit on windows machines.
consider ";" to be a filename separator for getFileFromPath()
abbreviate long filenames when placing them in a source tab.
rename leftmost vertical container form "vleft" to "gutter" in the factory layout, so new views are displayed there by default.
2008-01-16 19:32:50 +00:00
kairo%kairo.at
2aff77f8a0
bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions
2008-01-16 19:32:49 +00:00
kairo%kairo.at
73cfb2dc5f
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
2008-01-16 19:32:48 +00:00
kairo%kairo.at
0b1a0bc506
bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa
2008-01-16 19:32:47 +00:00
rginda%netscape.com
838e9a8a19
bug 120200, add "D" accesskey to tasks->tools->debugger
2008-01-16 19:32:46 +00:00
kairo%kairo.at
7287c3362f
bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard
2008-01-16 19:32:45 +00:00
rginda%netscape.com
39a9d45bbb
- venkman only -
...
bug 160003, "land venkman 0.9.28", a=asa
Adds "scriptable breakpoints" and "meta comments", described in <news://news.mozilla.org:119/3D45310E.8080206@netscape.com>.
Also adds "run to cursor" and "find in file" functionaliy, and fixes bug 126779.
2008-01-16 19:32:44 +00:00
rginda%netscape.com
5f7aafd18f
- venkman only -
...
bug 158181, "this.tabs has no properties error when script is unloaded"
r=caillon, a=asa
null check for content before we actually try to use it (in source2 view)
also fixes spelling error, strict warning, and margin-clicking in the source2 view
2008-01-16 19:32:43 +00:00
rginda%netscape.com
e0f3a5833c
- venkman only -
...
bug 157638, "Land VENKMAN_FLOATS_MY_BOAT branch", a=scc
Landing the 3 month old branch, which fixes the following bugs...
121409, 103898, 116102, 116099, 127750, 127099, 121501, 127102, 127737, 127733, 150481, 156776, 156769, 153381, 153066, 152946, 127752, 116286, 143682, 130398, 129692, 156111, 127736, 130050, 139565, 128604, 127751, 127732, 127727, 103425, 85634, 139557, 125394
2008-01-16 19:32:42 +00:00
kairo%kairo.at
e5fb8c111e
bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard
2008-01-16 19:32:41 +00:00
kairo%kairo.at
489f73ead6
bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard
2008-01-16 19:32:40 +00:00
hewitt%netscape.com
7eb325503c
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2008-01-16 19:32:39 +00:00
kairo%kairo.at
1ae5e1e264
change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard
2008-01-16 19:32:38 +00:00
rginda%netscape.com
409b868294
- venkman only -
...
part of bug 109652, "Venkman needs to profile" r=peterv,a=shaver
add profiling support to debugger front end
2008-01-16 19:32:37 +00:00
rginda%netscape.com
c37d1d1d68
- venkman only -
...
add fbreak command to source view context menu
2008-01-16 19:32:36 +00:00
rginda%netscape.com
5c68a8d4b4
- venkman only -
...
Adds a "Windows" child to the project view, which tracks all open windows. Script tags and sub-windows are displayed as children of windows. Users can now visit files even if they aren't loaded by the js engine. Clicking on the margin of a line in a file which is not currently loaded by the engine sets a future breakpoint. See also bug 110312.
find-url command exposed to the console.
fixed strict warning in the command-manager.
2008-01-16 19:32:35 +00:00
rginda%netscape.com
f7021f2f9d
- venkman only -
...
add ending quotes to format strings which might otherwise end in quotes.
2008-01-16 19:32:34 +00:00
rginda%netscape.com
0952bfcd16
- venkman only -
...
make venkman use the new "native frames" option checked in as part of bug 124474.
add min-height to all outliners to avoid bug 121583.
copy childData to scriptRecList in scriptsView.getContext, instead of copying the array one element at a time.
2008-01-16 19:32:33 +00:00
rginda%netscape.com
06ad622fea
- venkman only -
...
add "open-dialog" command, bug 124158
2008-01-16 19:32:32 +00:00
rginda%netscape.com
b6eb516a2a
- venkman only -
...
add parameter list for "dumptree" command
2008-01-16 19:32:31 +00:00
rginda%netscape.com
78858d339e
- venkman only -
...
ASSERT that we have children in removeChildAtIndex
dump the context object if |console.dbgContexts| in the contextFunction.
make cmdClear work if given a breakpointIndexList.
fix cmdFindBp.
add script realization debugging if |console.dbgRealize|.
add command dispatch debugging if |console.dbgDispatch|.
fix bug 110387, crash on exiting venkman.
add dbg* prefs and sync-debug command in venkman-dev.js.
2008-01-16 19:32:30 +00:00
rginda%netscape.com
a1b506b9c9
- venkman only -
...
bug 122021, add comments re: leading/trailing spaces and quotes in venkman string files.
2008-01-16 19:32:29 +00:00
rginda%netscape.com
cc0c45566d
- venkman only -
...
remove debug dumps in variious getContext functions
warning cleanup in outliner-utils.js
add chrome-filter command to set the state of console.enableChromeFilter
if on, chrome files will not be displayed in the scripts view, and they will be filtered by the debugger service. If off, chrome files will be treated the same as others. chrome files are identified by a leading "chrome:" in the url.
add "Display Browser Files" checkitem to View menu.
add |feedback| function, which calls |display| only if the event began at the console.
fix async loading issue in SourceText.loadSource
fix boolean pref getter in venkman-prefs.js
2008-01-16 19:32:28 +00:00
rginda%netscape.com
4a588a70fb
- venkman only -
...
UI changes for 121318
disable context before calling debugTrap
add dumpcontexts command to venkman-dev.js
remove console._stopLevel
2008-01-16 19:32:27 +00:00
rginda%netscape.com
6c399aa4e3
-venkman only-
...
ui changes for bugs 121192 and 121178.
adds "emode" command, display any expcetions produced by evalInTargetScope
2008-01-16 19:32:26 +00:00
rginda%netscape.com
46eadbd00b
- venkman only -
...
Large landing of new Venkman command structure, also fixes...
Bug 120988 Generalized command manager for Venkman
Bug 103419 hitting a breakpoint should focus debugger
Bug 119867 Should not be possible to hide source code
Bug 118923 Venkman's outliners sometimes don't repaint twisty
Bug 116098 Would be nice with a contextmenu in the functions-pane
2008-01-16 19:32:25 +00:00
rginda%netscape.com
7a1a91e41c
bug 115695, rs=brendan, venkman only
...
ui changes related to pretty print support
2008-01-16 19:32:24 +00:00
kairo%kairo.at
434c4e58aa
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2008-01-16 19:32:23 +00:00
rginda%netscape.com
0638c2b025
venkman only
...
expose interface to the initAtStartup setting
2008-01-16 19:32:22 +00:00
loadrunner%betak.net
03bbcf411e
b130331 red error code text displayed under status bar ("key_irc"), r=kairo, rginda, sr=alecf, a=asa
2008-01-16 19:32:21 +00:00
rginda%netscape.com
b1e0e48e7f
bug 99601, add filter support to js/jsd, r=jband sr=brendan
...
Use the new filtering api to allow users to safely debug with initAtStartup enabled. Also adds highlighting to source view, saves stack view state, fixes selection problems in the outliners, cleans up some strict mode issues, and refactors menu and script tags out of venkman.xul
2008-01-16 19:32:20 +00:00
stephend%netscape.com
701090e9d2
Bug 106172. Enabling tooltips for Venkman. Patch by Bradley Hart <bhart00@yahoo.com> r=rginda, sr=brendan
2008-01-16 19:32:19 +00:00
rginda%netscape.com
3a31fceaca
- venkman only -
...
remove "reload ui" string, added "reload"
2008-01-16 19:32:18 +00:00
rginda%netscape.com
92a835a523
- not built -
...
new strings for step over, step out, stop commands
remove unused strings
add strings for script, source, and stack outliners
2008-01-16 19:32:17 +00:00
rginda%netscape.com
b888cf3eeb
- not built -
...
add tmode related entities
2008-01-16 19:32:16 +00:00
rginda%netscape.com
4644001501
- not built -
...
add strings for step-into and continue ui elements
2008-01-16 19:32:15 +00:00
rginda%netscape.com
e0850362fb
- not built -
...
add entities for the new outliners and their headers
2008-01-16 19:32:14 +00:00
rginda%netscape.com
c065f89794
venkman only
...
add homepage to hello message.
2008-01-16 19:32:13 +00:00
rginda%netscape.com
911fed4033
- venkman only -
...
bug 102279, "Exception debug output URLs contain a comma"
surround urls in <angle-brackets> to help the munger pick them out.
2008-01-16 19:32:12 +00:00
rginda%netscape.com
ba5ca5f000
- venkman only -
...
add version and blacklist strings
2008-01-16 19:32:11 +00:00
rginda%netscape.com
f457d515de
- venkman only -
...
add formatting messages, remove fclear
2008-01-16 19:32:10 +00:00
rginda%netscape.com
4563d9a8d7
- not built -
...
add strings for stack outliner, disable breakpoint, finish and next commands
2008-01-16 19:32:09 +00:00
rginda%netscape.com
b5342b243f
- not built -
...
add tmode related strings
2008-01-16 19:32:08 +00:00
rginda%netscape.com
9fd0a2333d
- not built -
...
add strings for startup failure, and exception formatting
2008-01-16 19:32:07 +00:00
rginda%netscape.com
20b27da513
- not built -
...
add messages for new pro-bidi format* routines, removed obsoleted messages
2008-01-16 19:32:06 +00:00
rginda%netscape.com
c973a9908c
- not built -
...
add strings for "no stack" error and "not available" value
2008-01-16 19:32:05 +00:00
rginda%netscape.com
08b57b7d43
- not built -
...
bug 82462, break in scripts that arent loaded yet
messages related to fbreak and fclear commands
2008-01-16 19:32:04 +00:00
rginda%netscape.com
e023fb433d
- not built -
...
add breakpoint messages
2008-01-16 19:32:03 +00:00
rginda%netscape.com
acd43eebd8
- not built -
...
fix help tip
2008-01-16 19:32:02 +00:00
rginda%netscape.com
c064ff6d53
- not built -
...
add more l10n strings!
2008-01-16 19:32:01 +00:00
rginda%netscape.com
c305a22e47
- not built -
...
add new error messages, whitespace changes
2008-01-16 19:32:00 +00:00
rginda%netscape.com
29fd0ddfd5
- not built -
...
more strings
2008-01-16 19:31:59 +00:00
rginda%netscape.com
c09b924383
- not built -
...
more string fun
2008-01-16 19:31:58 +00:00
rginda%netscape.com
123abd1b92
- not built -
...
more l10n strings
2008-01-16 19:31:57 +00:00
rginda%netscape.com
4c1edcb3ce
- not built -
...
add some strings.
2008-01-16 19:31:56 +00:00
rginda%netscape.com
f57a0bd4d2
- not built yet -
...
initial checkin of jsdebugger extension
2008-01-16 19:31:55 +00:00
reed%reedloden.com
a1baf6a1f8
Bug 408486 - "Update accesskeys in Russian DOMi" [p=unghost@mozilla-russia.org (Alexander L. Slovesnik) rs=sdwilsh a1.9=schrep]
2008-01-16 05:13:34 +00:00
benjamin%smedbergs.us
c6b0868a4c
Bug 411327 - nsIXPCNativeCallContext should not inherit from nsISupports, r=mrbkap, a=schrep
2008-01-15 15:51:02 +00:00
aaronr%us.ibm.com
1b506be01c
[XForms] NPOTB Implement local-date and local-dateTime for xforms 1.1. Bug 411984, r=doronr+olli
2008-01-14 20:15:42 +00:00
reed%reedloden.com
f0379d41a2
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 09:12:14 +00:00
silver%warwickcompsoc.co.uk
655af11993
Releasing ChatZilla 0.9.80. NPOTDB. ChatZilla only, only version number changes.
2008-01-13 19:53:55 +00:00
gijskruitbosch%gmail.com
5664ab8f1f
Bug 406944 - ctrl+enter should /say line on Mac (branch only)
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2008-01-12 21:43:53 +00:00
silver%warwickcompsoc.co.uk
7ddef909c4
Bug 408527 - Add support for multiple users being selected in the userlist when executing /kick, /kick-ban, /ban and /unban. ChatZilla only. r=gijs
2008-01-12 21:42:41 +00:00
dwitte%stanford.edu
2706db7178
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
2008-01-12 04:30:44 +00:00
dwitte%stanford.edu
7fd89a26dc
tweaking debug warning to reduce noise.
2008-01-12 00:38:38 +00:00
kairo%kairo.at
3a7fa7d3a5
bug 411965 ��� Adding Swedish locale of ChatZilla to all-locales
2008-01-11 20:56:40 +00:00
Olli.Pettay%helsinki.fi
c786f757da
[XForms] Additional patch for bug 280423, r=merle+aaronr, NPOTB
2008-01-11 19:56:56 +00:00
pete%mozdevgroup.com
6598d223ec
b=328070
...
r=Jan.Varga
opt-in UI for data collection
Revert maxVersion back
--pete
2008-01-11 14:09:00 +00:00
dwitte%stanford.edu
b5bc025224
partial backout in an attempt to fix orange.
2008-01-11 10:09:00 +00:00
dwitte%stanford.edu
bec597575a
relanding bug 410250.
2008-01-11 09:13:06 +00:00
reed%reedloden.com
82ba51f6b5
Back out patch from bug 340634 due to bloat test crashes.
2008-01-11 08:24:41 +00:00
dwitte%stanford.edu
7da61a1630
backing out to fix orange.
2008-01-11 04:59:46 +00:00
reed%reedloden.com
09da86c5ad
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-11 04:20:55 +00:00
dwitte%stanford.edu
3ed045961f
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
2008-01-11 03:56:02 +00:00
silver%warwickcompsoc.co.uk
14a42cdc74
Bug 411016 - Fix strict warning in new drag-and-drop code. ChatZilla only. r=gijs
2008-01-11 00:27:47 +00:00
silver%warwickcompsoc.co.uk
7c89882198
Bug 347456 and bug 379087 - Show prefix for special channel-prefix messages, and all wallops messages. ChatZilla only. r=gijs
2008-01-10 23:52:05 +00:00
aaronr%us.ibm.com
c6098ae396
[XForms] NPOTDB We need to be able to set context information for XForms events. Bug 280423, p=msterlin r=olli+surkov
2008-01-10 23:34:08 +00:00
pete%mozdevgroup.com
42cc3fc347
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 21:02:46 +00:00
reed%reedloden.com
6b3d30c97f
Bug 368476 - "pyxpcom linking fails with "unresolvable R_386_GOTOFF relocation"" [p=vamposdecampos@gmail.com (Alex Badea) r=bsmedberg (NPOTB)]
2008-01-10 09:09:57 +00:00
mkaply%us.ibm.com
9768da4466
Add livemark support
2008-01-09 22:31:23 +00:00
mkaply%us.ibm.com
0edcaad7dc
Update CCK Service to use Places API (still need livemarks) - fix some bad JS variable definition - not part of build
2008-01-09 21:58:21 +00:00
mkaply%us.ibm.com
8dc0395c7b
Can no longer set locked/hidden programmatically - must be an app extension for these to work
2008-01-09 20:03:39 +00:00
mkaply%us.ibm.com
42e1a6a5e3
Move created CCK versions up to 2.0. Change minVersion for created CCKs to 2.0
2008-01-09 20:01:50 +00:00
mkaply%us.ibm.com
4022503688
With FF3, new about: handlers need to implement getURIFlags. Also typo in XUL file
2008-01-09 19:44:16 +00:00
mkaply%us.ibm.com
16d61b2452
Bring CCK on trunk current to start work for FF3
2008-01-09 19:37:21 +00:00
aaronr%us.ibm.com
9f83e26c7c
[XForms] NPOTDB schema validation testsuite fails. Bug 411194, p=doronr r=olli+aaronr
2008-01-07 22:48:51 +00:00
aaronr%us.ibm.com
75a3822606
[XForms] NPOTDB valid dateTime values being marked invalid. Bug 393057, p=msterlin r=doronr+olli
2008-01-07 21:44:09 +00:00
gijskruitbosch%gmail.com
d31a034e2a
Bug 407490 - Reconnect in N seconds message shouldn't show up if we won't reconnect
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only (NPOTFFB).
2008-01-07 21:19:36 +00:00
gijskruitbosch%gmail.com
d35edc4919
Bug 410974 - Less display noise for auto-away
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2008-01-07 21:04:01 +00:00
gijskruitbosch%gmail.com
d89bf5b959
Bug 388155 - Text in nickname column wrapped too aggressively
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2008-01-07 20:53:34 +00:00
aaronr%us.ibm.com
f6885b343e
[XForms] NPOTDB CRASH on function days-from-date with invalid dates. Bug 400130, p=msterlin r=doronr+olli+surkov
2008-01-07 20:48:15 +00:00
kairo%kairo.at
eaf4c5512a
add German L10n for bug 393353
2008-01-07 18:21:52 +00:00
gijskruitbosch%gmail.com
f4dff5fdbd
Bug 411013 - Userlist not updated if it was hidden when the tab changed
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2008-01-06 22:11:39 +00:00
gijskruitbosch%gmail.com
a6036f20bf
Bug 410943 - Expanding more than one level of watches is not possible
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTFFB.
2008-01-06 21:34:25 +00:00
gijskruitbosch%gmail.com
c185675dcb
Bug 409535 - Channel link includes color codes
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2008-01-06 12:00:54 +00:00
gijskruitbosch%gmail.com
a3fb64bcea
Bug 408596 - Preferences dialog Textboxes do not have labels associated with them
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2008-01-06 11:56:51 +00:00
gijskruitbosch%gmail.com
53a9fe3daf
Bug 410107 - Color codes preceding a URL are ignored
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2008-01-05 23:38:29 +00:00
gijskruitbosch%gmail.com
d049fb76b7
Bug 382085 - ChatZilla should have support for auto-away
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2008-01-05 17:02:35 +00:00
reed%reedloden.com
16b4ffa460
Bug 386610 - "pyxpcom fails to build against python 2.5 (api changed)" [p=asac@jwsdot.com (Alexander Sack) r=mhammond (NPOTB)]
2008-01-05 06:32:35 +00:00
reed%reedloden.com
4fff9178ef
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-05 05:46:44 +00:00
aaronr%us.ibm.com
3f18ae4dce
[XForms] NPOTDB Get XForms to build with libxul enabled. Bug 348391, r=olli+doronr+surkov sr=neil
2008-01-03 23:51:27 +00:00
silver%warwickcompsoc.co.uk
fa2e3fdaa6
Bug 299472 - Include a tag when running commands from the menu. ChatZilla only. r=gijs
2008-01-03 20:29:19 +00:00
pete%mozdevgroup.com
e380aab6c3
b=408109
...
r=Jan.Varga
nsProfileCollector::LogBookmarkLocation does not count bookmarks
--pete
2008-01-03 15:14:43 +00:00
dougt%meer.net
4b9ea953d9
fixing bug 384563. patch by weirdal. npodb
2008-01-02 17:14:00 +00:00
pete%mozdevgroup.com
713bd4fa37
b=408390
...
Metrics extension breaks the Privacy preference pane
r=Jan.Varga
--pete
2007-12-28 17:18:12 +00:00
daniel.boelzle%sun.com
6cf3d9cb7b
Bug 400949 use static CRT on windows; r=mvl
2007-12-27 09:41:46 +00:00
kairo%kairo.at
f963485a93
bug 409627 - [fr] Adding French locale to ChatZilla all-locales file, bug 409628 - Add sk locale to ChatZilla all-locales file, bug 409660 - [ru] Adding Russian locale to ChatZilla all-locales file, bug 409664 - Include cs in ChatZilla all-locales
2007-12-24 11:34:36 +00:00
reed%reedloden.com
461e843fc3
Bug 409367 - "[sk] DOMi update for bug 393353" [p=valastiak@mozilla.sk (Vlado Valastiak) r=rado a1.9=beltzner]
2007-12-22 06:15:18 +00:00
kairo%kairo.at
ae534d2364
bug 408842 - Improve version dependencies of language packs, r=Silver
2007-12-22 01:02:22 +00:00
kairo%kairo.at
5852a205a9
bug 409411 - Build ChatZilla locale pack when using --enable-ui-locale, r=gijskruitbosch
2007-12-22 00:20:55 +00:00
silver%warwickcompsoc.co.uk
16ec0dd056
Bug 194913 - Add drag and drop support for tabs. Woo. ChatZilla only. r=gijs
2007-12-21 15:28:12 +00:00
silver%warwickcompsoc.co.uk
36469a470b
Add a bunch of quotes so the code works. ChatZilla only. No part of build.
2007-12-21 15:17:08 +00:00
reed%reedloden.com
c24361ff3f
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 10:23:17 +00:00
surkov.alexander%gmail.com
c74feab691
Bug 393353 show context information of accessibility events in accessibilityEvents view, r=sdwilsh, sr=neil, a=mtschrep
2007-12-19 12:14:54 +00:00
reed%reedloden.com
468e545d69
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 11:38:17 +00:00
reed%reedloden.com
7c35e9f84f
Bug 408654 - "[sk] DOMi update for bug 398704 and 398706" [p=valastiak@mozilla.sk (Vlado Valastiak) r=rado a1.9=schrep]
2007-12-19 11:29:16 +00:00
kairo%kairo.at
8ceffc690c
bug 397246 - CVS-based ChatZilla language packs, r=gijskruitbosch
2007-12-18 17:06:40 +00:00
kairo%kairo.at
fabea35d82
German L10n for bug 398706 and bug 398704 (DOMI only)
2007-12-17 12:48:12 +00:00
reed%reedloden.com
ac5f9c5338
Remove all other DOMi locales besides en-US due to new entities.
2007-12-17 07:32:54 +00:00
reed%reedloden.com
5007fb9321
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-17 07:30:40 +00:00
reed%reedloden.com
e19cd889e6
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-17 07:22:06 +00:00
gijskruitbosch%gmail.com
4f90495439
Bug 408357 - Error when the invite command is used in Private Chat.
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2007-12-15 13:13:59 +00:00
gijskruitbosch%gmail.com
fbff0d80d5
Fixing nick command. r=silver@warwickcompsoc.co.uk (James Ross). ChatZilla Only. NPOTFFB.
2007-12-12 21:49:06 +00:00
pete%mozdevgroup.com
b679b5d26c
b=406626
...
Make metrics extension build --with-libxul-sdk=/path/to/sdk --enable-application=extensions/metrics
r=ted.mielczarek
--pete
2007-12-12 16:58:45 +00:00
silver%warwickcompsoc.co.uk
8e8f34f98d
Bug 406786 - Support linking to Bugzilla comments directly. ChatZilla only. r=gijs
2007-12-12 16:36:59 +00:00
pete%mozdevgroup.com
6359261228
b=407921
...
Link errors on win32
r=Jan.Varga
The better patch ...
--pete
2007-12-12 15:01:25 +00:00
Olli.Pettay%helsinki.fi
9e62e66bc7
Bug 403168, r=jonas, sr=jst, a=blocking1.9
2007-12-12 08:33:33 +00:00
aaronleventhal%moonset.net
50f59bb49a
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-12 02:10:31 +00:00
pete%mozdevgroup.com
30a449360b
b=328070
...
opt-in UI for data collection
r=Jan.Varga
--pete
2007-12-11 20:42:20 +00:00
pete%mozdevgroup.com
a09a9f555c
b=407921
...
Metrics: Link Errors on win32
addendum patch ...
r=Jan.Varga
--pete
2007-12-11 20:40:04 +00:00
pete%mozdevgroup.com
cbd1d928f0
b=407921
...
Metrics: Link Errors on win32
r=Jan.Varga
--pete
2007-12-11 17:27:54 +00:00
reed%reedloden.com
f55204d629
Bug 407494 - "Minor dictionary tweaks" [p=ryanvm@gmail.com (Ryan VanderMeulen) r=mscott a1.9=schrep]
2007-12-11 09:59:17 +00:00
gijskruitbosch%gmail.com
d9ef2d42a7
Releasing Venkman 0.9.87.2! No bug, rs=ajvincent@gmail.com, NPOTFFB.
2007-12-10 10:55:43 +00:00
gijskruitbosch%gmail.com
d039e92e66
Bug 407529 - Show mode as symbol doesn't update tree display
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2007-12-09 15:09:43 +00:00
gijskruitbosch%gmail.com
e2c36553e2
No bug. Fix strict warning caused by bug 315913. r=silver@warwickcompsoc.co.uk (James Ross). ChatZilla Only. NPOTFFB.
2007-12-08 23:53:55 +00:00
gijskruitbosch%gmail.com
28ddd61236
Bug 315913 - Replace RDF userlist with direct nsITreeView implementation
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2007-12-08 22:43:00 +00:00
pete%mozdevgroup.com
d4eda96d5d
b=328070
...
Metrics extension UI
forgot to land jar manifest file ...
r=Jan.Varga
--pete
2007-12-07 21:09:24 +00:00
gijskruitbosch%gmail.com
769f28613a
Dumb mistake in nickname changes. r+sr+a=me. ChatZilla Only. NPOTFFB.
2007-12-06 10:26:04 +00:00
gijskruitbosch%gmail.com
f42c521b32
Bug 364789 - Rewrite URL handling: write general equivalent to parseIRCURL
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2007-12-05 23:19:25 +00:00
gijskruitbosch%gmail.com
2a724a424e
Bug 402533 - Re-architecture nickname and away handling
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2007-12-05 23:10:35 +00:00
pete%mozdevgroup.com
648b730b6e
b=328070
...
Metrics extension UI
r=Jan.Varga
--pete
2007-12-05 22:00:04 +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
mvl%exedo.nl
27d2747d85
bustage fix for bug 400382. r=dmose. npotb
2007-12-04 19:25:04 +00:00
daniel.boelzle%sun.com
d7acb10721
Bug 400382 make webdav code link with xpcom_glue instead of xpcom directly, convert to frozen linkage; r=dmose
2007-12-03 12:31:16 +00:00
silver%warwickcompsoc.co.uk
dcabce2061
Bug 403690 - Count the displaying phase of /list as 'running' so that it can also be cancelled. ChatZilla only. r=gijs
2007-12-01 21:00:35 +00:00
gijskruitbosch%gmail.com
3d3dcb64f2
Bug 396156 - Show a warning before doing /list or /rlist
...
p=rdmsoft@bugs.rdmsoft.com (Rob Marshall)
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. NPOTFFB.
2007-12-01 17:10:16 +00:00
gijskruitbosch%gmail.com
0af6d5ccf7
Bug 406205 - Add Watch Expression doesn't work after the first time.
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTFFB.
2007-12-01 15:26:57 +00:00
kairo%kairo.at
584e4fed37
German L10n for bugs 398699, 398700, 398603 (all access keys stuff) and bug 373623 (unicode ellipsis)
2007-11-30 20:48:31 +00:00
reed%reedloden.com
de50ce7d7a
Bug 403347 - "cvs remove mozilla/extensions/spellcheck/locales/en-US/myspell" [p=reed]
2007-11-30 20:10:25 +00:00
pete%mozdevgroup.com
0d6e215dff
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 19:33:23 +00:00
reed%reedloden.com
acbcfc08e8
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 16:11:55 +00:00
reed%reedloden.com
d5315e300d
Bug 373623 - "Unicode ��� should be used instead of three separate dots: ..." (revert ChatZilla change to fix bustage) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=Gijs r=Silver]
2007-11-29 16:10:52 +00:00
reed%reedloden.com
43fc37e557
Bug 397150 - "Spellchecking dictionary is not sufficiently licensed" (mozilla-specific changes) [p=ryanvm@gmail.com (Ryan VanderMeulen) a=blocking1.9+]
2007-11-29 06:44:57 +00:00
reed%reedloden.com
f860ee78f0
Bug 397150 - "Spellchecking dictionary is not sufficiently licensed" (mozilla-specific changes) [p=ryanvm@gmail.com (Ryan VanderMeulen) a=blocking1.9+]
2007-11-29 06:44:56 +00:00
reed%reedloden.com
ec785b0be2
Bug 397150 - "Spellchecking dictionary is not sufficiently licensed" (dictionaries) [p=kevin.bugzilla@atkinson.dhs.org (Kevin Atkinson) a=blocking1.9+]
2007-11-29 06:42:04 +00:00
gijskruitbosch%gmail.com
b06a389b2d
Releasing Venkman 0.9.87.1! NPOTFFB
2007-11-28 23:41:24 +00:00
gijskruitbosch%gmail.com
e3231b9f34
Bug 405866 - Venkman broken on trunk due to l10n change
...
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTFFB.
2007-11-28 23:30:01 +00:00
Olli.Pettay%helsinki.fi
1cd2bc6a20
Bug 388976, [XForms1.1] Support conditional and iterated actions (i.e. 'if' and 'while'), [NPOTB], r=aaronr+me, p=jlc6@po.cwru.edu
2007-11-28 16:40:37 +00:00
pete%mozdevgroup.com
769edf43c0
b=393881
...
update metrics extension to use places
r=Jan.Varga
Landing patch so metrics extension works on trunk.
--pete
2007-11-27 17:58:53 +00:00
reed%reedloden.com
4e3fa2ca8a
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-27 02:44:51 +00:00
mark.finkle%gmail.com
4fb75dadf3
b=404851.r=sdwilsh.a=beltzner. change communicator to global skin
2007-11-23 02:20:55 +00:00
mark.finkle%gmail.com
4e0fbf4f03
b=404853.r=gijs. NPOTB. change communicator to global skin
2007-11-23 02:18:42 +00:00
reed%reedloden.com
a0f4b246e1
Bug 404863 - "[DOMi] Remove obsolete search/ directory from extensions/inspector/resources/locale/sk" [p=reed]
2007-11-21 22:15:43 +00:00
mozilla.mano%sent.com
b24f4c92aa
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-20 02:01:57 +00:00
mats.palmgren%bredband.net
02793a050c
Null out strong refs at module shutdown. b=398084 r+sr=roc a=blocking1.9
2007-11-19 13:43:14 +00:00
reed%reedloden.com
cf073dcb89
Bug 403696 - "[sk] DOMi update for bug 398699, 398700 and 398603" [p=rozbora@mozilla.sk (Branislav Rozbora) r=rado a1.9=schrep]
2007-11-17 04:16:41 +00:00
reed%reedloden.com
beaeb14a8d
Bug 403814 - "Update accesskeys in Polish DOMi" [p=marcoos+bmo@marcoos.org (Marek A. St��pie��) r=hubert a1.9=schrep]
2007-11-15 06:47:13 +00:00
reed%reedloden.com
fbd7356772
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-15 06:45:36 +00:00
gijskruitbosch%gmail.com
e679016720
Bug 393367 - We ship and style too many smilies which are actually unused
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. (NPOTFFB)
2007-11-13 22:37:00 +00:00
reed%reedloden.com
35af93c366
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-13 06:58:28 +00:00
reed%reedloden.com
987f152226
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-13 06:45:59 +00:00
reed%reedloden.com
410ace0d82
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-13 06:43:40 +00:00
reed%reedloden.com
47b5677975
Bug 391039 - "Change the contract id used by the spell checker engine" [p=RyanVM r+sr=mscott a1.9=schrep]
2007-11-13 06:34:33 +00:00
aaronr%us.ibm.com
cc4cffe8fa
[XForms] NPOTDB Multiple schema types for a node not being processed correctly. Bug 310962, p=peter.nunn r=doronr+aaronr
2007-11-13 00:53:24 +00:00
aaronr%us.ibm.com
c334f62a93
[XForms] NPOTDB Insert and delete of a node can trigger value changed events to separate controls. Bug 393416, p=jlc r=olli+aaronr
2007-11-12 23:40:43 +00:00
gijskruitbosch%gmail.com
978d5e728c
Bug 386222 - Plugin loading error message should be more specific
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only. (NPOTFFB)
2007-11-12 21:51:48 +00:00
silver%warwickcompsoc.co.uk
582288174c
Release ChatZilla 0.9.79. NPOTDB. Only version numbers changed.
2007-11-12 20:07:34 +00:00
gijskruitbosch%gmail.com
a82129fa5a
Bug 348647 - Uppercase network names mishanded (from networks.txt)
...
r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only, NPOTFFB.
2007-11-11 22:00:16 +00:00
reed%reedloden.com
175d1eefed
Remove DOS line endings from new files recently added.
2007-11-06 20:18:25 +00:00
gavin%gavinsharp.com
08f384551e
Bug 402626, update sk DOMi locale, a=beltzner
2007-11-06 19:25:51 +00:00
reed%reedloden.com
4a7d4187b7
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 18:39:37 +00:00
reed%reedloden.com
4be932a94d
Bug 402388 - "Fix vertical alignment of headers in report details" [p=raccettura r=dao aM9=beltzner]
2007-11-05 22:48:37 +00:00
reed%reedloden.com
348dd0d330
Bug 324291 - "Reporter should record the character encoding used to display the page" [p=raccettura/gavin r=gavin/raccettura aM9=beltzner]
2007-11-05 22:45:56 +00:00
reed%reedloden.com
f30ed283a4
Bug 402432 - "[ru] DOMi update due to bug 347792" [p=unghost@mozilla-russia.org (Alexander L. Slovesnik) r=timeless aM9=beltzner]
2007-11-05 20:36:43 +00:00