Граф коммитов

527 Коммитов

Автор SHA1 Сообщение Дата
kairo%kairo.at 13bcb5c652 add German inspector L10n back into default build 2006-11-06 16:34:46 +00:00
gavin%gavinsharp.com 745d9faa96 Bug 354543: add sv-SE entities for DOMi and re-enable it in the default build, patch by Hasse <hasse@jasajudeju.se> 2006-11-06 15:47:43 +00:00
aaronleventhal%moonset.net e0c5dcaa1f Bug 349885. GetAccessibleFor() doesn't look if ally nodes are allowed inside anon content. Patch by Alexander Surkov. r=aaronlev, sr=neil 2006-10-30 02:49:34 +00:00
gavin%gavinsharp.com 2986a29897 Bug 342316: Updating fr translation of DOMi, patch by C�dric Corazza <cedric.corazza@wanadoo.fr>, r=philippe <bugzilla.fr@gmail.com> 2006-10-13 15:00:04 +00:00
kairo%kairo.at f63e5a66e2 German L10n for new strings introduced by bug 337069 2006-10-12 00:27:48 +00:00
gavin%gavinsharp.com 793dd57c00 Bug 354538: update DOMi locale (pl), patch by Marek A. Stepien <marcoos+bmo@marcoos.org> 2006-10-10 14:47:17 +00:00
gavin%gavinsharp.com 2b6fe9cbe4 Bug 354533: DOMi locale updates for da, patch by S�ren Munk Skr�der <sskroeder@skroeder.dk> 2006-10-10 13:59:18 +00:00
gavin%gavinsharp.com 2f670b1f51 Bug 353006: Disable editing of styles on resource:stylesheets in domi, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-10-10 13:52:04 +00:00
gavin%gavinsharp.com 137d85207a Bug 352770 tweak: use a class selector instead of descendent selector, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-10-10 13:50:41 +00:00
gavin%gavinsharp.com d87758a4d2 Bug 344302: [Mac] Delete (to remove nodes) doesn't work unless I hold Fn, patch by Shawn Wilsher <comrade693+bmo@gmail.com>, r=timeless, sr=neil 2006-10-10 13:42:56 +00:00
gavin%gavinsharp.com 004770ac1c Bug 337069: inspecting chrome is undiscoverable, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-10-10 13:22:14 +00:00
kairo%kairo.at 040e26d46a update German L10n to fit with current code 2006-10-06 13:44:55 +00:00
gavin%gavinsharp.com 1b674abaff Bug 352990: Improve domi's Evaluate JavaScript, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-09-24 15:05:45 +00:00
gavin%gavinsharp.com 33f9ef4a39 Bug 226819: Javascript Object window should allow sort properties and methods by name, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-09-24 14:55:12 +00:00
timeless%mozdev.org 5d49ac742b Bug 352773 DOM Inspector node type still shows tooltip of node type in word form
patch by jason_barnabe@fastmail.fm r=timeless sr=neil
2006-09-19 12:14:58 +00:00
timeless%mozdev.org ff630f3470 Bug 352770 DOMI DOM Node textboxes should not appear editable
patch by jason_barnabe@fastmail.fm r=timeless sr=neil
2006-09-19 12:11:51 +00:00
neil%parkwaycc.co.uk 298042b3a1 Bug 341504 global history toolkit autocomplete interface r=IanN,biesi sr=jag 2006-09-18 13:52:11 +00:00
timeless%mozdev.org 554bebcdf0 Bug 205872 domNode viewer should use one dialog for setting new/editing attributes
Fix for disappearing attribute bug
patch by comrade693@gmail.com r=timeless sr=neil
2006-09-08 15:23:15 +00:00
gavin%gavinsharp.com d7c3fe2fd4 Fix typo in patch for bug 205872 2006-08-18 03:37:59 +00:00
pkasting%google.com 9e49c079b9 Bug 348668: Split nodeName into prefix and localName.
patch by sdwilsh (comrade693@gmail.com)
r=timeless
sr=neil
2006-08-16 02:21:10 +00:00
gavin%gavinsharp.com fabdb4edc3 Forgot this change when landing the patch for bug 205872. Original patch by Shawn Wilsher <comrade693@gmail.com>, r=timeless, sr=neil 2006-08-11 18:28:37 +00:00
gavin%gavinsharp.com e79ffa817f Bug 205872: domNode viewer should use one dialog for setting new/editing attributes, patch by Shawn Wilsher <comrade693@gmail.com>, r=timeless, sr=neil 2006-08-10 00:30:12 +00:00
aaronleventhal%moonset.net 083e28aa17 Bug 337674. Make it possible to inspect accessibles (nsIAccessible) objects. Patch thanks to Alexander Surkov. r=timeless, sr=neil 2006-08-07 19:54:35 +00:00
mattwillis%gmail.com 23b6c96964 bug 346796 - Syncs DOMi install.rdf text with NSIS. patch by reed, r=timeless, a181=beltzner 2006-08-02 04:50:57 +00:00
timeless%mozdev.org 02a01dec32 Bug 270023 DOM Node view should show namespace uri of attributes
patch by vhaarr+bmo@gmail.com r=caillon sr=neil
2006-07-31 14:51:14 +00:00
neil%parkwaycc.co.uk 2f096f2c9e Bug 221995 Followup fix for bug revealed by fixing jsObject.js r=timeless 2006-07-27 14:27:15 +00:00
gavin%gavinsharp.com e2cd410be6 Bug 339054: JavaScript object subject should be expanded when the view is loaded, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-07-27 14:27:14 +00:00
neil%parkwaycc.co.uk 27be36a7f8 Fix coding error (kids = document.createElement ...) r=timeless,caillon 2006-07-27 14:27:13 +00:00
timeless%mozdev.org d1dd95b6b2 Bug 318204 don't use ===, properties might be undefined
Ok, use === carefully :)
r=bz sr=neil
2006-07-27 14:27:12 +00:00
bzbarsky%mit.edu 876497f5c0 Fix up some issues in Inspector (including mis-spelled identifier). Bug
281165, patch by Frank Wein <bugzilla@mcsmurf.de>, r=timeless, sr=bzbarsky
2006-07-27 14:27:11 +00:00
gerv%gerv.net e32b64b19e Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-07-27 14:27:10 +00:00
bzbarsky%mit.edu d41f5da2d5 Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.
2006-07-27 14:27:09 +00:00
caillon%returnzero.com 474688325f Bug 107812
Copying from inspector should also copy to primary on platforms that support it.
r=akkana sr=bzbarsky
2006-07-27 14:27:08 +00:00
bzbarsky%mit.edu a2d7014f95 Fix JS object display in Inspector. Bug 160254, r=timeless, sr=hewitt. 2006-07-27 14:27:07 +00:00
hewitt%netscape.com b1feb4fe5f 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
2006-07-27 14:27:06 +00:00
bzbarsky%mit.edu 9cda54d0a7 Human-readable tooltips for nodetype in inspector. Bug 113793, patch by
Christopher Aillon <caillon@returnzero.com>, r=bzbarsky, sr=hewitt
2006-07-27 14:27:05 +00:00
hewitt%netscape.com 153018863b DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt 2006-07-27 14:27:04 +00:00
gerv%gerv.net 11eb178d21 License changes, take 2. Bug 98089. mozilla/extensions/. 2006-07-27 14:27:03 +00:00
gerv%gerv.net 448b6d8627 Oops. 2006-07-27 14:27:02 +00:00
scc%mozilla.org 8853f2071c bug #98089: ripped new license 2006-07-27 14:27:01 +00:00
hewitt%netscape.com d87a779927 84230 - DOM Inspector revival, rs=hyatt 2006-07-27 14:27:00 +00:00
hewitt%netscape.com 88c6a1b941 84230 - DOM Inspector revival, rs=hyatt 2006-07-27 14:26:59 +00:00
hewitt%netscape.com 2c6a80d44a (NOT PART OF BUILD) Document Inspector 2006-07-27 14:26:58 +00:00
bugzilla%standard8.demon.co.uk 88d6518af0 Bug 344510 DOMI appears twice in SeaMonkey's mailnews tools menu when MOZ_XUL_APP=1 is set. r=timeless,sr=Neil 2006-07-25 16:35:55 +00:00
benjamin%smedbergs.us 8f9a426c47 Removing obsolete files, unused after checkin of bug 325100 2006-07-21 13:45:27 +00:00
neil%parkwaycc.co.uk 457b3880e8 Bug 310403 merge formatting.css from communicator into global p=surkov.alexander@gmail.com r=me sr=jag 2006-07-12 15:43:17 +00:00
kairo%kairo.at afd35afc5b update German L10n for recent inspector changes 2006-07-09 19:48:11 +00:00
gavin%gavinsharp.com 60803654d9 Bug 341816: Node Type in DOM Inspector doesn't display a string of what it is, patch by Shawn Wilsher <comrade693@gmail.com>, r=timeless, sr=neil 2006-07-08 21:24:50 +00:00
gavin%gavinsharp.com 8501919dae Bug 341894: Style rules view should allow for Undo and handle multiple/no selection better, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-07-05 21:14:31 +00:00
gavin%gavinsharp.com 6df3b1fe3c Bug 331828: Can't inspect windows using DOMi on Mac, patch by Phil Ringnalda <philringnalda@gmail.com>, r=timeless, sr=neil 2006-07-02 22:01:10 +00:00