Ted Mielczarek
|
26dab6f284
|
bug 461395 - add support for PARALLEL_DIRS to build system, parallelize content. r=bsmedberg
|
2008-10-30 13:02:14 -04:00 |
|
Neil Deakin
|
912ddd5424
|
Bug 450990, make template generate recursive instead of lazy, improves performance as well, r=peterv,sr=bz
|
2008-10-20 11:36:05 -04:00 |
|
Honza Bambas
|
58b2f9a115
|
Bug 295994 - [r+sr=sicking]
|
2008-10-18 20:21:28 -05:00 |
|
Boris Zbarsky
|
12d064dd87
|
Backing out bug 450990 to try to fix leaks
|
2008-10-10 15:45:32 -04:00 |
|
Neil Deakin
|
ba78ad380e
|
Bug 450990. Kill off EnsureContentsGenerated. r=peterv, sr=bzbarsky, sicking helped write the patch
|
2008-10-10 13:44:43 -04:00 |
|
Arpad Borsos
|
8b11d938d2
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Olli Pettay
|
3309372c23
|
Bug 457716 - XUL shouldn't always traverse all the prototypes, r+sr=peterv
|
2008-10-08 14:41:52 +03:00 |
|
Boris Zbarsky
|
4f3a824bf4
|
Bug 455540. Eliminate the non-OOM-failures-possible version of GetNodInfo. r+sr=jst
|
2008-10-07 14:53:22 -04:00 |
|
Taras Glek
|
390adbe464
|
bug 455536: s/NS_ERROR_FAILURE/NS_ERROR_OOM/ outparamdelled nsNodeInfoManager::GetNodeInfo r+sr=jsr
|
2008-09-25 15:46:52 -07:00 |
|
Olli Pettay
|
20b0d73d4e
|
Bug 445177, delay broadcaster sync, r+sr=bz
|
2008-09-16 11:53:30 +03:00 |
|
Taras Glek
|
c26ce8e1ab
|
bug 450777:deCOMtaminate nsNodeInfoManager::GetNodeInfo r+sr=jst
|
2008-09-12 15:32:18 -07:00 |
|
Ted Mielczarek
|
468a3823fc
|
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
|
2008-09-09 13:59:11 -04:00 |
|
Olli Pettay
|
2698015dae
|
Bug 442227, p=arenevier@fdn.fr, r=smaug,enndeakin, sr=neil
|
2008-09-09 13:07:35 +03:00 |
|
Peter Van der Beken
|
79f9a72d30
|
Fix for bug 443415 (Name more CC edges). r/sr=jst.
|
2008-09-08 20:26:46 +02:00 |
|
Eli Friedman
|
f3146c2988
|
Bug 453531: Remove dead mIsPopup member from nsXULDocument. r+sr=sicking.
|
2008-09-04 02:24:21 -07:00 |
|
Robert O'Callahan
|
1499813be0
|
Bug 118704. Get the document title from the DOM instead of storing it in the document object. Relanding with hopeful leak fix. r+sr=jst
|
2008-08-18 14:10:28 +12:00 |
|
Robert O'Callahan
|
65a0e17d1b
|
Backing out bug 118704 to try to fix Windows leak orange
|
2008-08-16 23:27:40 +12:00 |
|
Robert O'Callahan
|
21fbc52690
|
Bug 118704. Get the document title from the DOM instead of storing it as a string in the document. r+sr=jst
|
2008-08-16 21:01:52 +12:00 |
|
Olli Pettay
|
9dd97370f8
|
Bug 449457, Setting xuldocument.tooltipNode may leak, r+sr=jst
|
2008-08-12 16:21:21 +03:00 |
|
Boris Zbarsky
|
1dafcd35c7
|
Bug 431701. Fix our inputEncoding handling to comply with the DOM spec, and fix XHR of a in-memory-only document to follow the XHR spec and send it as UTF-8. r+sr=sicking
|
2008-08-06 16:59:37 -04:00 |
|
Neil Deakin
|
25dedfa43a
|
Bug 437640, ability to disable and remove <keyset> elements, r+sr=neil
|
2008-08-06 10:32:09 -04:00 |
|
Mats Palmgren
|
e70086744c
|
Remove the element from the id map when it's removed from the document. b=441994 r+sr=roc
|
2008-06-27 16:04:19 +02:00 |
|
Robert O'Callahan
|
78ea2ef42a
|
Bug 344258. Create nsReferencedElement to track which element is associated with a given ID. r+sr=jst
|
2008-06-25 13:55:01 +12:00 |
|
Robert O'Callahan
|
f6abfdb137
|
Removing nsElementMap
|
2008-06-23 17:16:18 +12:00 |
|
Robert O'Callahan
|
c4187f5254
|
Bug 344258. Make XUL use the shared ID-element map. r+sr=jst
|
2008-06-23 13:48:05 +12:00 |
|
Olli.Pettay@helsinki.fi
|
bb465783ef
|
Bug 425814, delay xul frame loading, r=sicking,sr=bz,a=beltzner
|
2008-04-18 01:58:06 -07:00 |
|
jst@mozilla.org
|
54ae1d2978
|
Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:30:51 -07:00 |
|
gavin@gavinsharp.com
|
0ab8b765bb
|
Back out patch for bug 295994
|
2008-04-08 13:50:00 -07:00 |
|
reed@reedloden.com
|
dce1fd1773
|
Bug 423833 - "Show Only This Frame code uses about: url for error pages, instead of original site url" [p=johnath@mozilla.com (Johnathan Nightingale [johnath]) r=Mano a=blocking-firefox3+]
|
2008-04-08 11:48:34 -07:00 |
|
johnath@mozilla.com
|
ff4747c23c
|
Backing out 295994 as likely cause of reftest failure.
|
2008-04-04 04:09:20 -07:00 |
|
reed@reedloden.com
|
ba1367b3bb
|
Bug 295994 - [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r+sr=sicking a1.9=schrep]
|
2008-04-04 02:15:30 -07:00 |
|
reed@reedloden.com
|
5f9e65ed6e
|
Bug 423787 - "XUL test template has typo in comment" [p=manish@flock.com (Manish Singh) r=sayrer]
|
2008-03-28 23:45:45 -07:00 |
|
peterv@propagandism.org
|
14a390a55a
|
Fix for bug 415192 (Crash (within nsCycleCollector::Shutdown and nsXBLBinding::RemoveInsertionParent) with <xul:wizard>, cloneNode). r/sr=sicking.
|
2008-03-28 07:09:00 -07:00 |
|
bzbarsky@mit.edu
|
d8684248ba
|
Just drop loads of scripts that are not signed if the loading page is. Bug 424426, r+sr=jst, a=beltzner
|
2008-03-24 16:58:42 -07:00 |
|
bzbarsky@mit.edu
|
5da89d1096
|
Treat <xul:script> more like <html:script>. Bug 424188, r+sr=sicking, a=dsicore
|
2008-03-21 22:03:57 -07:00 |
|
jst@mozilla.org
|
1fc6a07d2a
|
Fixing bug 419846. Only let chrome documents load scripts from the fastload files. r=enndeakin@gmail.com, sr=bzbarsky@mit.edu
|
2008-03-13 15:49:45 -07:00 |
|
roc+@cs.cmu.edu
|
ea712ce519
|
Bug 413027. The XUL pref and min height for a CSS block should be its height when reflowed at its preferred width, NOT the height of the tallest line. r+sr=dbaron. Relanding with extra instrumentation in the strangely-failing mochitest test_bug199692.xul
|
2008-03-11 18:05:26 -07:00 |
|
neil@parkwaycc.co.uk
|
19e40f6f05
|
Fire dynamic overlay load observers in more cases b=419452 r+sr=jst a=beltzner
|
2008-03-05 13:32:27 -08:00 |
|
sayrer@gmail.com
|
98745b7529
|
Bug 383939. RDF datasources must implement cycle collection. r/sr=bsmedberg
|
2008-03-05 12:07:55 -08:00 |
|
jst@mozilla.org
|
ca610c2fd7
|
Backing out fix for bug 419848 due to feed code breakage.
|
2008-03-03 21:39:09 -08:00 |
|
jst@mozilla.org
|
fbd1cdf2f8
|
Fixing bug 419848. Tighten rules about what JS files content can load. r+sr=jonas@sicking.cc
|
2008-03-03 20:17:33 -08:00 |
|
jst@mozilla.org
|
13c8461f34
|
Backing out fix for bug 419452 per bug 420059. a=beltzner
|
2008-02-29 22:29:46 -08:00 |
|
neil@parkwaycc.co.uk
|
bbe179fa52
|
Fire dynamic overlay load observers in more cases b=419452 r+sr=jst a=beltzner
|
2008-02-27 01:46:03 -08:00 |
|
jonas@sicking.cc
|
65f4571f58
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-26 19:45:29 -08:00 |
|
myk@mozilla.org
|
b5e898ddd7
|
backing out fix for bug 416534 as potential cause of mochitest failure
|
2008-02-26 19:23:36 -08:00 |
|
reed@reedloden.com
|
0387d900f7
|
Back out Neil's patch from bug 419452 due to a Txul regression.
|
2008-02-26 18:29:02 -08:00 |
|
jonas@sicking.cc
|
84548acb75
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. r/sr=peterv
|
2008-02-26 18:17:49 -08:00 |
|
neil@parkwaycc.co.uk
|
b115c71621
|
Fire dynamic overlay load observers in more cases b=419452 r+sr=jst a=beltzner
|
2008-02-26 15:47:49 -08:00 |
|
reed@reedloden.com
|
96c3a17636
|
Bug 418216 - "Back button greys when toolbar reset to default" [p=arenevier@fdn.fr (arno.) r=Enn sr=Neil a=blocking-firefox3+]
|
2008-02-24 22:14:44 -08:00 |
|
benjamin@smedbergs.us
|
ca89a98e8c
|
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
|
2008-02-21 12:39:20 -08:00 |
|
enndeakin@sympatico.ca
|
235c3d9f78
|
Bug 405719, regression where menus cannot be generated with templates without extra tags, also improve construction by not setting the open attribute too early and instead call the builder directly before opening a menu, r=smaug,sr=neil,a=beltzner
|
2008-02-21 09:40:12 -08:00 |
|
Olli.Pettay@helsinki.fi
|
f71ce2bc44
|
Bug 390813, r=neil, sr=jst
|
2008-02-19 14:15:51 -08:00 |
|
jag@tty.nl
|
057bc17743
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
reed@reedloden.com
|
2696e083e0
|
Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+]
|
2008-02-13 03:34:46 -08:00 |
|
benjamin@smedbergs.us
|
5e262ed60c
|
Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking
|
2008-02-12 11:46:26 -08:00 |
|
reed@reedloden.com
|
219a2584f1
|
Bug 414907 - "Bookmarks icon is missing text when in Customize Toolbar mode" (do not remove attributes after removing broadcaster) [p=arenevier@fdn.fr (arno.) r=Neil sr=jst a1.9=schrep]
|
2008-02-09 21:19:42 -08:00 |
|
jonas@sicking.cc
|
8183e2a777
|
Bug 414747: Make BroadcastListener use nsWeakRef rather than strong references, just in case. r/sr=jst b3a=mconnor
|
2008-02-04 15:50:44 -08:00 |
|
reed@reedloden.com
|
f8bbb0d050
|
Back out Neil's patch from bug 414747 due to test failures.
|
2008-02-03 23:34:30 -08:00 |
|
reed@reedloden.com
|
5aba8031c1
|
Change NS_ASSERTION to NS_WARN_IF_FALSE as a bustage fix for bug 414747. [r+sr+a=jst]
|
2008-02-03 22:51:44 -08:00 |
|
reed@reedloden.com
|
46aacd0b59
|
Bug 414747 - "Firefox crashes during Addons -> Find Update [@nsQueryInterface::operator()]" (Attempt to fix the underlying cause of the bug) [p=neil@httl.net (Neil Rashbrook) r+sr=jst a1.9b3=beltzner]
|
2008-02-03 22:21:54 -08:00 |
|
dtownsend@oxymoronical.com
|
b7a52d2699
|
Bug 414747: Firefox crashes during Addons -> Find Update. p=aja+bugzilla@spamcop.net, r+sr=peterv, a1.9b3=beltzner
|
2008-01-30 22:49:02 -08:00 |
|
reed@reedloden.com
|
d0113a8de5
|
Bug 391002 - "broadcaster/command element failed to re-forward all attributes to the target element" [p=arenevier@fdn.fr (arno.) r=Neil sr=jst a1.9=damons]
|
2008-01-29 07:12:34 -08:00 |
|
sayrer@gmail.com
|
fde58aa008
|
Backing out Bug 383939. All RDF datasources must implement cycle collection to avoid leaking.
|
2008-01-23 14:07:47 -08:00 |
|
sayrer@gmail.com
|
a8535d18dd
|
Bug 383939. All RDF datasources must implement cycle collection to avoid leaking. r/sr=bsmedberg
|
2008-01-23 12:52:57 -08:00 |
|
bzbarsky@mit.edu
|
3e5918cd2d
|
When showing a document viewer, don't start layout on the documnt unless it's already had layout started once. Otherwise, just wait for the sink, or whoever is responsible for it, to start layout once they're ready. Bug 404470, r+sr=jst
|
2008-01-20 10:02:02 -08:00 |
|
jruderman@hmc.edu
|
a194b9479d
|
Add a crashtest
|
2007-12-19 14:52:58 -08:00 |
|
jruderman@hmc.edu
|
abd4a97545
|
Add crashtest
|
2007-12-19 11:02:34 -08:00 |
|
bzbarsky@mit.edu
|
2b738b2454
|
Make document classes use QI tables as possible. Bug 408403, r+sr+a=jst
|
2007-12-14 21:43:10 -08:00 |
|
jonas@sicking.cc
|
948c2ea354
|
Bug 366200: Fix problems with mRootContent being out of sync with mChildren by removing mRootContent. r/sr=bz
|
2007-12-11 18:26:09 -08:00 |
|
bzbarsky@mit.edu
|
b3b30862e7
|
I think the test box was just on crack
|
2007-12-02 17:35:44 -08:00 |
|
bzbarsky@mit.edu
|
5b6b963199
|
Trying for more tinderbox debugging
|
2007-12-02 16:00:26 -08:00 |
|
bzbarsky@mit.edu
|
f62d05aba8
|
Silly test to see what the mac orange is about
|
2007-12-02 15:18:44 -08:00 |
|
bzbarsky@mit.edu
|
e37ba70679
|
Relanding without the test just to make sure this is in fact what's breaking stuff
|
2007-12-02 14:27:11 -08:00 |
|
bzbarsky@mit.edu
|
2214dafaee
|
Backing out to see whether it somehow fixes the orange
|
2007-12-02 14:02:47 -08:00 |
|
bzbarsky@mit.edu
|
7977e15be8
|
Fix handling of <script> of unknown type to not screw up the content model. Bug 401946, r+sr=jst
|
2007-12-02 11:22:14 -08:00 |
|
bugzilla@standard8.plus.com
|
c7bc0086f2
|
Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content (part 2) r/sr=jst,a=mtschrep
|
2007-11-22 10:50:59 -08:00 |
|
bzbarsky@mit.edu
|
cc5ba1b527
|
Make getElementById in HTML always return the first node in document order. Bug 403868, r+sr=sicking
|
2007-11-21 18:28:47 -08:00 |
|
peterv@propagandism.org
|
879a96b751
|
Fix for bug 402833 (ASSERTION: ReleaseSubtree not called with xml parsing error in attribute). r/sr=sicking.
|
2007-11-12 06:47:14 -08:00 |
|
peterv@propagandism.org
|
0614d590fc
|
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
|
2007-10-29 06:45:07 -07:00 |
|
peterv@propagandism.org
|
26b136edfe
|
Backing out once more to fix orange.
|
2007-10-28 05:49:30 -07:00 |
|
peterv@propagandism.org
|
eae43da5fc
|
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
|
2007-10-28 04:14:40 -07:00 |
|
jonas@sicking.cc
|
903acf3ee6
|
bug 394390: Don't report bogus warnings to the error console when using cross-site xmlhttprequest. Patch by Surya Ismail <suryaismail@gmail.com>, r/sr=sicking
|
2007-10-26 18:46:09 -07:00 |
|
peterv@propagandism.org
|
2612f32541
|
Backing out to fix orange.
|
2007-10-26 07:30:50 -07:00 |
|
peterv@propagandism.org
|
7496875bfa
|
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
|
2007-10-26 06:25:32 -07:00 |
|
bzbarsky@mit.edu
|
06f6b88b65
|
Make the "href" property of stylesheets reflect the original URI that was reflected to load the sheet. Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
|
2007-10-23 14:56:41 -07:00 |
|
mats.palmgren@bredband.net
|
d3e6094bdd
|
Null-check parent in case the <observes> is the root element. b=386386 r=Olli.Pettay sr=neil a=dbaron
|
2007-10-20 00:07:45 -07:00 |
|
bugzilla@standard8.plus.com
|
78473044fa
|
Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content. r/sr=jst,a=dbaron
|
2007-10-09 11:41:54 -07:00 |
|
bzbarsky@mit.edu
|
ee2d3464be
|
Fire DOMContentLoaded async from EndLoad. Bug 344305, r=sicking, sr=jst, a=sicking
|
2007-09-21 10:30:37 -07:00 |
|
Olli.Pettay@helsinki.fi
|
2e21d3ae6d
|
Bug 394442, Optimize ID, class and style getters, r=bz+sicking, sr=sicking, a=jst
|
2007-09-18 01:38:24 -07:00 |
|
bzbarsky@mit.edu
|
12bb6b8b24
|
Fix nsStandardURL serialization/deserialization to properly restore all state. Bug 396389, r+sr=biesi, a=bsmedberg
|
2007-09-17 15:23:12 -07:00 |
|
bzbarsky@mit.edu
|
8ff844ab55
|
Make the nsISerializable implementation of nsPrincipal actually work. This makes it possible to save principal objects to a stream and read them back. Bug 369566, r=dveditz+brendan, sr=jst, a=jst
|
2007-09-17 15:18:28 -07:00 |
|
bent.mozilla@gmail.com
|
3ce9c7d7ed
|
Bug 394042 - "Dangling pointer in nsXULPDGlobalObject leads to mem corruption/crashes". r+sr=bzbarsky, a=jst.
|
2007-09-05 13:15:28 -07:00 |
|
bent.mozilla@gmail.com
|
740b273a1e
|
Bug 394042 - backing out for now, tree is orange.
|
2007-09-05 11:05:26 -07:00 |
|
bent.mozilla@gmail.com
|
f0ee65b121
|
Bug 394042 - "Dangling pointer in nsXULPDGlobalObject leads to mem corruption/crashes". r+sr=bzbarsky, a=jst.
|
2007-09-05 10:48:09 -07:00 |
|
jag@tty.nl
|
9198e9c4b8
|
Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg
|
2007-09-05 06:04:54 -07:00 |
|
jag@tty.nl
|
89ed2efec0
|
Bug 271824 follow-up: fix build bustage before it happens (I hope)
|
2007-09-05 02:20:31 -07:00 |
|
jag@tty.nl
|
d535057a5e
|
Bug 271824: do_GetFastLoadService should use nsGetServiceByCID. r=/sr=/a=bsmedberg
|
2007-09-05 02:13:57 -07:00 |
|
jwalden@mit.edu
|
d610945e9f
|
Bug 199692 - Add support for document.elementFromPoint(x, y). Patch by Ben Karel <web+moz@eschew.org>, r+sr=roc, a=jst
|
2007-08-29 13:38:44 -07:00 |
|
bent.mozilla@gmail.com
|
6c2d18dcfb
|
Bug 394042 - "Dangling pointer in nsXULPDGlobalObject leads to mem corruption/crash". r+sr+a=jst.
|
2007-08-28 16:20:57 -07:00 |
|
masayuki@d-toybox.com
|
a17a03f2ea
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |
|