alecf%netscape.com
925955c81d
landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
...
sr=darin, r=dbaron
2003-03-25 18:55:59 +00:00
timeless%mozdev.org
9755bf597e
Bug 198512 FMM [@ inCSSValueSearch::~inCSSValueSearch]
...
r=caillon sr=heikki
2003-03-25 02:30:18 +00:00
alecf%netscape.com
16af458ceb
backout my static atom patch for now until I figure out the performance loss! :(
...
bug 195262
2003-03-21 20:13:08 +00:00
alecf%netscape.com
c4ea07bc53
fix for bug 195262:
...
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin
this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
timeless%mozdev.org
6a65d9e76b
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=caillon
2003-03-17 22:55:53 +00:00
timeless%mozdev.org
3d5136c1ea
Bug 193942
...
removing unused file jsObjectView.js from manifest
patch by ajvincent@juno.com r=timeless sr=bryner
2003-03-14 01:50:01 +00:00
timeless%mozdev.org
29ee89f56c
Bug 193726 Separate command execution from command stack insertion
...
patch by ajvincent@juno.com r=timeless sr=roc+moz
2003-03-12 02:26:19 +00:00
cls%seawood.org
d18d8ada60
Adding mingw makefile changes.
...
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
rbs%maths.uq.edu.au
0695fb9672
Bug 147189. Part 3: hide ignorable whitespace nodes without frames, e.g., in between <table>\n<tr>, r=caillon, sr=bzbarsky
2003-03-05 08:25:33 +00:00
kairo%kairo.at
11348f5311
bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard
2003-02-27 00:05:44 +00:00
bzbarsky%mit.edu
7267f149a3
Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
...
and do not hold a ref to them. Bug 190475, r=pavlov, sr=jst
2003-02-26 05:51:32 +00:00
seawood%netscape.com
63ffaa111b
Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC.
...
Bug #194662 r=ccarlen
2003-02-26 04:17:40 +00:00
neil%parkwaycc.co.uk
7430b6adb3
Bug 192479 DOM inspector XBL bindings not updated for xbl: namespace prefix on inherits= attribute r=caillon sr=peterv sr=alecf a=asa
2003-02-12 11:54:25 +00:00
seawood%netscape.com
4540357473
Whitespace change to trigger rebuild of libs that depend upon zlib.
2003-01-30 05:53:29 +00:00
caillon%returnzero.com
70b05b0f4e
187414 - Use NodeFilter where we mean it.
...
r=sicking sr=bzbarsky
2003-01-19 02:37:54 +00:00
varga%netscape.com
92b4a5b625
Putting toolbar grippies back in. Bug 175091.
...
Original bug for removing them was 112534.
Please see the discussion in those 2 bugs before complaining or filling new bug reports!
r=caillon,a=UE team
2003-01-18 20:55:19 +00:00
bzbarsky%mit.edu
4204332f25
Stop at the viewmanager root when computing offsets for flashing stuff. Bug
...
188210, r=caillon, sr=kin
2003-01-09 15:51:58 +00:00
bryner%netscape.com
26d5c6ff25
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
dbaron%dbaron.org
963a794bbc
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:32:55 +00:00
kairo%kairo.at
a7555a91fe
change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard
2003-01-03 19:57:47 +00:00
cbiesinger%web.de
a00af9fdd7
187309 r=dougt sr=bzbarsky convert out param of nsIProcess::Run to a return value
2003-01-02 21:00:31 +00:00
caillon%returnzero.com
c1dffb47a1
Bug 185647 - Setting pseudo class of a closed window crashes [@ inLayoutUtils::GetEventStateManagerFor]
...
r=timeless sr=tor
2002-12-27 07:30:51 +00:00
rbs%maths.uq.edu.au
504ac4b45e
Remiander of bug 169590. Hook a catch-all W3C entity converter and user-prefs for custom levels of entity-zation in the editor's '<HTML> Source' and 'Save As...'
2002-12-17 00:41:25 +00:00
bzbarsky%mit.edu
c815579255
Make the CSSLoader correctly order stylesheets as they are dynamically added
...
and removed via the DOM. Clean up the nsIDocument stylesheet accessors. Clean
up nsIDocumentObserver stylesheet stuff a bit. Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off. Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking, sr=peterv.
2002-12-03 05:48:14 +00:00
caillon%returnzero.com
6a817d6d4b
180551 - Add color, thickness, and invert to the flasher interface. They should not be passed around so often to its methods since they rarely change and really
...
belong on the interface to begin with.
r=timeless,sr=peterv
2002-11-25 23:24:30 +00:00
sicking%bigfoot.com
f04a4ebeb7
Bug 181808: Use macros to declare and implement nsIDocumentObserver
...
r=caillon sr=bz
2002-11-25 08:33:30 +00:00
timeless%mozdev.org
3c3731e375
Bug 180127 Inspector destructors unconditionally delete objects
...
r=caillon sr=bz
2002-11-21 15:55:08 +00:00
timeless%mozdev.org
87fc618a43
Bug 122224 Inspect a Window submenu needs access keys
...
patch by neil@parkwaycc.co.uk r=timeless sr=bz
2002-11-21 14:04:10 +00:00
timeless%mozdev.org
885c237e7d
Bug 122224 Inspect a Window submenu needs access keys
...
patch by neil@parkwaycc.co.uk r=timeless sr=bz
2002-11-20 16:01:15 +00:00
mkaply%us.ibm.com
3a5ceeaeb0
OS/2 bustage - need get()
2002-11-19 13:18:45 +00:00
caillon%returnzero.com
ec408241f6
Attempt to fix nebiros bustage by moving style struct access into nsIInspectorCSSUtils
...
r/a=timeless,jkeiser,#mozilla
bug 147189
2002-11-19 07:41:07 +00:00
caillon%returnzero.com
6918494728
Bug 147189. Part 2: Don't hide "significant" whitespace nodes.
...
r=bzbarsky sr=hewitt
2002-11-19 05:20:45 +00:00
caillon%returnzero.com
c13e41b4f6
Bug 163137. Make DOM inspector scroll to put an element in view upon selecting it in the DOM tree view. This was previously only working for HTML elements.
...
r=rbs, sr=bzbarsky
2002-11-16 05:42:29 +00:00
cmanske%netscape.com
8abf4c3828
Final removal of 'editorShell' from DOM inspector. b=169029, r=akkana, sr=sfraser
2002-11-15 15:45:48 +00:00
timeless%mozdev.org
a0be32b8ab
Bug 125268 Edit/Pr_e_ferences, not Pre_f_erences
...
patch by neil@parkwaycc.co.uk r=timeless sr=bz
2002-11-15 14:34:17 +00:00
caillon%returnzero.com
60f558c145
177153 - Cleanup of inspector toggling code
...
r=timeless sr=bzbarsky
2002-11-15 03:20:01 +00:00
caillon%returnzero.com
afcd82a322
Bug 107812
...
Copying from inspector should also copy to primary on platforms that support it.
r=akkana sr=bzbarsky
2002-11-13 22:17:51 +00:00
caillon%returnzero.com
137135215f
Bug 112682
...
Some rules have no parentStyleSheet. Add a null check.
r=cbiesinger sr=bzbarsky
2002-11-13 21:48:46 +00:00
caillon%returnzero.com
58f406ad33
Make sure we properly init the show whitespace nodes checkmark.
...
r=jkeiser sr=bzbarsky
2002-11-13 07:56:08 +00:00
caillon%returnzero.com
454ce16ee8
Allow the hiding of "empty" text nodes from DOM Inspector.
...
r=cbiesinger, sr=alecf, bug 147189
2002-11-12 23:16:42 +00:00
timeless%mozdev.org
1b8ef75456
Bug 153821 crash while inspecting an error window [@inLayoutUtils::GetPresShellFor]
...
r=caillon sr=bz
2002-11-06 15:01:56 +00:00
caillon%returnzero.com
c642b1afc3
167867. Convert the unicodeToEntity functions to use regexps.
...
r=timeless sr=bzbarsky
2002-11-06 06:07:38 +00:00
caillon%returnzero.com
e26484644d
Bug 177179
...
slightly optimize inDOMView::GetNodeTypeKey
r=timeless/jkeiser sr=bzbarsky a=roc+moz
2002-10-31 15:25:52 +00:00
kairo%kairo.at
0978ac7de5
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
kairo%kairo.at
b39a976ee3
bug 174989, 1.2b sucks and won't get localization - missing .dtd updates for locale version number, updating all known non-fitting locale version strings (to 1.2b), r=jbetak,sr=bzbarsky, a=asa
2002-10-21 20:29:49 +00:00
seawood%netscape.com
d1bef3cbe0
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
mkaply%us.ibm.com
b603bc3b37
OS/2 bustage - one more PNGAPI needed
2002-10-07 19:00:53 +00:00
varga%netscape.com
5fb7caeec2
Fix for bug 112534. Remove collapse grippies.
...
r=caillon, sr=jag
2002-10-05 08:11:28 +00:00
bryner%netscape.com
c4d52841f0
Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls.
2002-10-05 02:49:02 +00:00
dcone%netscape.com
e14b41451d
b=143046 r=rods sr=boris API change so we can create different depth nsImages
2002-10-04 03:32:26 +00:00