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

117 Коммитов

Автор SHA1 Сообщение Дата
bent.mozilla@gmail.com 375f81757e Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner. 2008-04-11 10:29:06 -07:00
jonas@sicking.cc 75616dfab3 Backing out due to test failures 2008-04-08 20:20:39 -07:00
jonas@sicking.cc 6006e7c4cc Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking 2008-04-08 19:06:27 -07:00
dwitte@stanford.edu 37519b7824 Bug 414894 - Remove content arena. r=smaug, sr=sicking, a=schrep 2008-02-02 15:41:24 -08:00
Olli.Pettay@helsinki.fi e52650feb7 Bug 403830, arena for content, r=sicking, sr=jst 2007-12-15 01:45:33 -08:00
jonas@sicking.cc 9d0e941750 Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-30 09:57:03 -08:00
jonas@sicking.cc c47cf3d055 Backing out due to mochitest failure 2007-11-29 01:34:51 -08:00
jonas@sicking.cc 40cb8ddee0 Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-29 00:41:25 -08:00
neil@parkwaycc.co.uk f0f2e9808f Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner 2007-11-28 12:14:12 -08:00
bugzilla@standard8.plus.com 280b74adb4 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
jonas@sicking.cc 0ab97da41d Backing out bug 348156 since it caused Tp perf regressions 2007-10-02 14:12:30 -07:00
jonas@sicking.cc 1d85899b00 Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-10-02 11:20:02 -07:00
dbaron@dbaron.org 7ac8f38100 Back out sicking's patch from bug 348156 (remove unbinds from nsDocument::Destroy) due to crashing during talos test (probably tp test). 2007-09-28 21:14:42 -07:00
jonas@sicking.cc b72fb61c3b Bug 348156: Remove unbinds from nsDocument::Destroy as they cause badness. Break cycles using cycle collector instead. r/sr/a=jst 2007-09-28 16:57:00 -07:00
aaronr@us.ibm.com d7a4a949ed XTF doesn't properly handle readonly and readwrite. Bug 391905, r=olli sr=peterv a=jonas 2007-09-05 16:15:28 -07:00
masayuki@d-toybox.com 5cf046b40d 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
Olli.Pettay@helsinki.fi 33d9adc753 Backing out bug 275196, xml:id, to fix tp regression 2007-07-26 07:16:19 -07:00
Olli.Pettay@helsinki.fi 2bb3360e9f Bug 275196, xml:id, r=sicking, sr=dbaron 2007-07-26 05:22:01 -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
mats.palmgren@bredband.net 0711c3f514 Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst 2007-07-03 19:15:31 -07:00
jonas@sicking.cc ef8189fb06 Backing out previous checkin since leaks went up 2007-06-18 16:21:28 -07:00
jonas@sicking.cc 63dc8fc814 Bug 348156: Don't rely on UnbindFromTree to break cycles since that puts us in an inconsistent state. r/sr=jst 2007-06-18 15:27:27 -07:00
Olli.Pettay@helsinki.fi 30c7378a0d xpcshell testcases for Bug 378247, p=Alex Vincent 2007-05-09 03:48:21 -07:00
bzbarsky@mit.edu 9a5db57b2f Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
benjamin@smedbergs.us 0ab7558e7b Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
Olli.Pettay@helsinki.fi bbae594128 Bug 378247, nsXTFElementWrapper::PostHandleEvent no longer checks NOTIFY_HANDLE_DEFAULT, p=ajvincent@gmail.com, r=me, sr=bz 2007-04-21 00:35:37 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
bent.mozilla%gmail.com 90ec6403a8 Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner. 2008-04-11 17:29:11 +00:00
jonas%sicking.cc 1139b348bb Backing out due to test failures 2008-04-09 03:20:42 +00:00
jonas%sicking.cc 126e198cad Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking 2008-04-09 02:06:31 +00:00
dwitte%stanford.edu 281f7d943c Bug 414894 - Remove content arena. r=smaug, sr=sicking, a=schrep 2008-02-02 23:41:26 +00:00
Olli.Pettay%helsinki.fi 830674a858 Bug 403830, arena for content, r=sicking, sr=jst 2007-12-15 09:45:37 +00:00
jonas%sicking.cc 0c05865e5a Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-30 17:57:05 +00:00
jonas%sicking.cc 380386887c Backing out due to mochitest failure 2007-11-29 09:34:52 +00:00
jonas%sicking.cc 4b0fc84def Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-29 08:41:27 +00:00
neil%parkwaycc.co.uk 3d01e9c70f Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner 2007-11-28 20:14:13 +00:00
bugzilla%standard8.plus.com b7a20d3293 Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content. r/sr=jst,a=dbaron 2007-10-09 18:41:55 +00:00
jonas%sicking.cc 086ec75bcf Backing out bug 348156 since it caused Tp perf regressions 2007-10-02 21:12:31 +00:00
jonas%sicking.cc 89a8ff61b7 Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-10-02 18:20:04 +00:00
dbaron%dbaron.org 01231857c1 Back out sicking's patch from bug 348156 (remove unbinds from nsDocument::Destroy) due to crashing during talos test (probably tp test). 2007-09-29 04:14:43 +00:00
jonas%sicking.cc a34529ac10 Bug 348156: Remove unbinds from nsDocument::Destroy as they cause badness. Break cycles using cycle collector instead. r/sr/a=jst 2007-09-28 23:57:01 +00:00
aaronr%us.ibm.com 044f8afad1 XTF doesn't properly handle readonly and readwrite. Bug 391905, r=olli sr=peterv a=jonas 2007-09-05 23:15:28 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
Olli.Pettay%helsinki.fi 3255dc745d Backing out bug 275196, xml:id, to fix tp regression 2007-07-26 14:16:21 +00:00
Olli.Pettay%helsinki.fi 4d6734ffc4 Bug 275196, xml:id, r=sicking, sr=dbaron 2007-07-26 12:22:17 +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
mats.palmgren%bredband.net 5a0917c43a Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst 2007-07-04 02:15:35 +00:00
jonas%sicking.cc 608a33d52c Backing out previous checkin since leaks went up 2007-06-18 23:21:28 +00:00
jonas%sicking.cc 082743a4e9 Bug 348156: Don't rely on UnbindFromTree to break cycles since that puts us in an inconsistent state. r/sr=jst 2007-06-18 22:27:28 +00:00
Olli.Pettay%helsinki.fi f89ee22069 xpcshell testcases for Bug 378247, p=Alex Vincent 2007-05-09 10:48:21 +00:00