Boris Zbarsky
992757c9ea
Bug 562688 part 15. Remove the eELEMENT bit. r=jst
2010-04-30 09:12:06 -04:00
Boris Zbarsky
b5706b95a7
Bug 562688 part 14. Eliminate all remaining eELEMENT consumers. r=jst
2010-04-30 09:12:06 -04:00
Boris Zbarsky
4c5c5e40c6
Bug 562688 part 14. Eliminate eELEMENT usage in the rule processor; switch to Element as we can. r=dbaron
2010-04-30 09:12:06 -04:00
Boris Zbarsky
e107e963f1
Bug 562688 part 13. Eliminate eELEMENT usage in layout/style, except the rule processor. r=dbaron
2010-04-30 09:12:06 -04:00
Boris Zbarsky
9b6c3b34d0
Bug 562688 part 12. Eliminate eELEMENT usage in the rest of layout except layout/style. r=dbaron
2010-04-30 09:12:06 -04:00
Boris Zbarsky
604dc99bd4
Bug 562688 part 11. Eliminate eELEMENT usage in layout/generic. r=dbaron
2010-04-30 09:12:06 -04:00
Boris Zbarsky
95657c14ab
Bug 562688 part 10. Eliminate eELEMENT usage in layout/base. r=dbaron
2010-04-30 09:12:06 -04:00
Boris Zbarsky
fcfacc875f
Bug 562688 part 9. Eliminate eELEMENT users in dom/. r=jst
2010-04-30 09:12:06 -04:00
Boris Zbarsky
c5452fb39a
Bug 562688 part 8. Change broadcasters to use Element. r=jst
2010-04-30 09:12:06 -04:00
Boris Zbarsky
9ec425175f
Bug 562688 part 7. Eliminate eELEMENT users in the rest of content/. r=jst
2010-04-30 09:12:06 -04:00
Boris Zbarsky
7373d3d485
Bug 562688 part 6. Eliminate eELEMENT users in content/base. r=jst
2010-04-30 09:12:05 -04:00
Boris Zbarsky
9932c10a9a
Bug 562688 part 5. Change the document id and named item table APIs to use Element. r=jst
2010-04-30 09:12:05 -04:00
Boris Zbarsky
e762b16f93
Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking
2010-04-30 09:12:05 -04:00
Boris Zbarsky
a4cf45cb78
Bug 562688 part 3. Use the new element APIs in nsContentList. r=jst
2010-04-30 09:12:05 -04:00
Boris Zbarsky
84557985ac
Bug 562688 part 2. Create a mozilla::dom::Element class sitting between nsGenericElement and nsIContent. r=jst, sr=sicking
2010-04-30 09:12:05 -04:00
Boris Zbarsky
59b8ca20d9
Bug 562688 part 1. Add a new non-virtual IsElement API on nsINode. r=jst, sr=sicking
2010-04-30 09:12:04 -04:00
Olli Pettay
76d53f848a
Bug 561221 - nsDocumentEncoder should not use nsIDOM* interfaces internally, r=sicking
2010-04-30 14:15:09 +03:00
Olli Pettay
8e8357ec25
Bug 561786 - Optimize nsDocument::PreHandleEvent a bit, r=jst
2010-04-30 14:10:24 +03:00
Olli Pettay
61955a7663
Bug 523081 - Unlink anonymous content list, r=peterv
2010-04-30 14:09:05 +03:00
Olli Pettay
56d85a527d
Bug 562652 - MutationEvents don't get fired when documentFragment is added to a data document, r=sicking
2010-04-30 14:01:25 +03:00
Blair McBride
19b5b64dbd
Bug 562876 - l10n build bustage fix - Addons manager rewrite removed brand.dtd reference, l10n builds still need that.
2010-04-30 22:26:41 +12:00
Makoto Kato
cba74924a2
Bug 561974 - typo _WIN64 define in toolkit/components/ctypes/tests/. r=dwitte
2010-04-30 16:04:43 +09:00
Chris Pearce
c209a5ea2d
Bug 562000 - Remove obselete comment from ogg-video reftests. r=test-change
2010-04-30 16:18:55 +12:00
Jeff Muizelaar
36a7dc5cf9
Bug 562334. cairo: Fix cairo_quartz_get_cg_context_with_clip. r=vlad
...
A problem happens when clip->all_clipped is set and we go to get a clipped
context. Normally backends don't see operations with clip->all_clipped and so
_cairo_surface_clipper_set_clip is designed with the assumption that
clip->all_clipped is never true. I added a work-around by manually setting the
CGContextClip with an empty rectangle, however this caused cairo to be confused
about what the actual clip was.
This patch fixes the problem by adding a new function
cairo_quartz_finish_cg_context_with_clip that is called after we're done with
the native context. It moves the CGContextSave/RestoreGState calls out of
gfxNativeDrawing into cairo and uses them to ensure that the clip remains
consistent with cairo's model of them.
2010-04-29 23:19:08 -04:00
Tim Terriberry
292e624298
Bug 559343 - Silence a Coverity warning in libtheora. r=timeless
2010-04-29 12:11:40 +12:00
Cliff Wright
5e7227f92c
Bug 562488 - Fix crash destroying stream in OSS sydneyaudio backend. r=kinetik
2010-04-29 11:04:06 +12:00
Chris Pearce
bbb0146299
Bug 562000 - Re-enable test which should no longer be perma-orange. r=test-change
2010-04-30 15:04:22 +12:00
Chris Double
6b015eb445
Bug 561385 - Fix YCbCr to RGB C fallback code. r=roc
2010-04-30 15:04:22 +12:00
timeless@mozdev.org
17d3c187ed
Bug 562508 - Submitted comparison between signed and unsigned integer expressions in nsOggPlayStateMachine::Run(). r=doublec
2010-04-30 15:04:12 +12:00
timeless@mozdev.org
dccba69629
Bug 562585 - AllFrameTimesIncrease defined but not used. r=doublec
2010-04-30 15:03:38 +12:00
Justin Dolske
88727def9f
Bug 562824 - Add Services.jsm goodness to form manager. r=gavin
2010-04-29 18:47:06 -07:00
Jesse Ruderman
ebe0e6a599
Clarify use of bug numbers in test manifests.
2010-04-29 20:15:44 -05:00
Timothy Nikkel
7f2dd052bc
Bug 559491. If a visited style context has no parent then add it to the list of roots. r=dbaron
2010-04-29 20:15:44 -05:00
Timothy Nikkel
d7ba1eaedc
Bug 502937. Fix reftest.list typos.
2010-04-29 20:15:44 -05:00
Timothy Nikkel
ffe465e1c5
Bug 559998. Add some debug output to diagnose random orange.
2010-04-29 20:15:44 -05:00
Dave Townsend
eeea9e8083
Bug 562583: test_update.js in the addonsmgr branch fails randomly. CLOSED TREE
2010-04-29 13:15:13 -07:00
Blair McBride
8033ac65c7
Bug 562306: Changing state of "Update Automatically" for an add-on doesn't update database entry. r=dtownsend
2010-04-29 10:21:04 -07:00
Blair McBride
60976e4f90
Bug 552754: Fix browser_pluginnotification.js. r=sdwilsh
2010-04-29 10:19:17 -07:00
Blair McBride
5f9620d40e
Bug 552755 Fix browser_bug510909.js. r=dtownsend
2010-04-29 10:18:33 -07:00
Blair McBride
e2f9e41f7b
Bug 554007: New add-ons manager UI (themes). r=dtownsend
2010-04-29 13:11:29 -07:00
Blair McBride
284142a5c5
Bug 554007: New add-ons manager UI (main UI). r=dtownsend
...
* * *
Bug 554007 - cleanup of about.js
2010-04-29 10:37:34 -07:00
Blair McBride
6571291a95
Bug 554007: New add-ons manager UI (strings). r=dtownsend
...
* * *
Bug 554007 - String tweaks, capitalization fixes, etc
2010-04-29 10:17:26 -07:00
Blair McBride
23247f780b
Bug 554007: New add-ons manager UI (preferences). r=sdwilsh, r=dtownsend
2010-04-29 10:17:19 -07:00
Blair McBride
9f888d7b16
Bug 554007: New add-ons manager UI (docshell parts). r=bz
2010-04-29 10:54:32 -07:00
Blair McBride
4896663be0
Bug 554007: New add-ons manager UI (browser parts). r=sdwilsh
2010-04-29 10:17:06 -07:00
Dave Townsend
ee637385f8
Bug 562518: Update nsAddonRepository to use the new API. r=robstrong
...
--HG--
rename : toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml => toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml => toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml => toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/unit/test_bug404024.js => toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js
rename : toolkit/mozapps/extensions/test/unit/test_bug417606.js => toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js
rename : toolkit/mozapps/extensions/test/unit/test_bug424262.js => toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js
2010-04-29 10:41:24 -07:00
Dave Townsend
73de17e863
Bug 562485: Update removed-files.in for the extension manager changes. r=robstrong
2010-04-28 16:09:53 -07:00
Dave Townsend
5a3f0edc7b
Bug 560602: browser_pageInfo.js times out. r=robstrong
2010-04-28 15:02:43 -07:00
Dave Townsend
fd75171f71
Bug 561876: Some tests aren't clearing active installs leading to later tests failing. r=robstrong
2010-04-29 13:11:28 -07:00
Dave Townsend
7f569d7e21
Bug 561878: xpinstall.enabled isn't properly blocking installation by webpages. r=robstrong
2010-04-29 13:11:28 -07:00